Support some features

This commit is contained in:
Eric Andersen 2002-10-29 14:59:37 +00:00
parent e4dcb5e1f2
commit 60fe526df8

View 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