summaryrefslogtreecommitdiff
path: root/gs/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gs/autogen.sh')
-rwxr-xr-xgs/autogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/gs/autogen.sh b/gs/autogen.sh
index ee50a88e2..733ec2c40 100755
--- a/gs/autogen.sh
+++ b/gs/autogen.sh
@@ -25,12 +25,6 @@ rm -f configure.ac Makefile.in
ln -s base/configure.ac .
ln -s base/Makefile.in .
-#echo " aclocal $ACLOCAL_FLAGS"
-#aclocal $ACLOCAL_FLAGS || exit 1
-#echo " autoheader"
-#autoheader || exit 1
-#echo " automake --add-missing $AUTOMAKE_FLAGS"
-#automake --add-missing $AUTOMAKE_FLAGS || exit 1
echo " running autoconf"
autoconf || exit 1