Took out configure from autogen.sh

This commit is contained in:
Lauri Alanko
1999-01-07 19:29:03 +00:00
parent 7fdd4a4fa9
commit 42d9768d7f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-01-07 Lauri Alanko <la@iki.fi>
* Took out configure from autogen.sh
1999-01-05 Lauri Alanko <la@iki.fi>
* Fixed the parser and lexer a bit, changed naming conventions

View File

@ -10,10 +10,10 @@ echo processing...
aclocal $ACLOCAL_FLAGS &&
automake -a --foreign &&
autoconf &&
./configure "$@"
# ./configure "$@"
if [ $? -eq 0 ];then
echo "Now type 'make' to compile GCG."
echo "Now run './configure', then 'make' to compile GCG."
else
echo "Configuration error!"
fi