Support some features
authorEric Andersen <andersen@codepoet.org>
Tue, 29 Oct 2002 14:59:37 +0000 (14:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 29 Oct 2002 14:59:37 +0000 (14:59 -0000)
make/bash.mk

index 869be9df05a36a0a1c774fe9c88a13131ae4819b..a5a9cff5fb38554dceab1581c5b4be4cde5d71bf 100644 (file)
@@ -23,6 +23,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked
        (cd $(BASH_DIR); autoconf; rm -f config.cache; CC=$(TARGET_CC1) \
            CFLAGS=-D_POSIX_SOURCE ./configure --prefix=/usr --disable-nls \
            --mandir=/junk --infodir=/junk \
+           --with-curses --enable-alias \
        );
        touch  $(BASH_DIR)/.configured