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>
|
1999-01-05 Lauri Alanko <la@iki.fi>
|
||||||
|
|
||||||
* Fixed the parser and lexer a bit, changed naming conventions
|
* Fixed the parser and lexer a bit, changed naming conventions
|
||||||
|
@ -10,10 +10,10 @@ echo processing...
|
|||||||
aclocal $ACLOCAL_FLAGS &&
|
aclocal $ACLOCAL_FLAGS &&
|
||||||
automake -a --foreign &&
|
automake -a --foreign &&
|
||||||
autoconf &&
|
autoconf &&
|
||||||
./configure "$@"
|
# ./configure "$@"
|
||||||
|
|
||||||
if [ $? -eq 0 ];then
|
if [ $? -eq 0 ];then
|
||||||
echo "Now type 'make' to compile GCG."
|
echo "Now run './configure', then 'make' to compile GCG."
|
||||||
else
|
else
|
||||||
echo "Configuration error!"
|
echo "Configuration error!"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user