Took out configure from autogen.sh
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user