summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTom Gilbert <gilbertt@users.sourceforge.net>2002-01-30 16:59:08 +0000
committerTom Gilbert <gilbertt@users.sourceforge.net>2002-01-30 16:59:08 +0000
commit5053e7cca230483b3d6c165bf7dccbeddbf260e4 (patch)
treee0846f7638cc189c60d4f56b462c0619d784f80a /autogen.sh
parent174cec1c80bd6d7258fb960a210d707920ccbcd9 (diff)
downloadeterm-5053e7cca230483b3d6c165bf7dccbeddbf260e4.tar.gz
Fix that right up for you sah!
SVN revision: 5886
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index ce48dea..d23b125 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -38,12 +38,12 @@ echo " libtoolize -c -f"
libtoolize -c -f
echo " aclocal -I . $ACLOCAL_FLAGS"
aclocal -I . $ACLOCAL_FLAGS
+echo " autoconf"
+autoconf
echo " autoheader"
autoheader
echo " automake -a -c"
automake -a -c
-echo " autoconf"
-autoconf
./configure "$@"