summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-05-17 02:25:25 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-05-17 02:25:25 +0000
commita19cc1f83fb4ad89b68bcf46b6a738a9176148fe (patch)
tree5fc0864006f5325f11432992790cb4cd4a2f6431 /autogen.sh
parente4758d1b38f2a348a8c9928a2cd730a087e9e652 (diff)
downloadvte-a19cc1f83fb4ad89b68bcf46b6a738a9176148fe.tar.gz
Try multiple versions of autoconf, too.vte_0_3_18
* autogen.sh: Try multiple versions of autoconf, too.
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 0316ac35..cff48d67 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,10 +2,10 @@
CFLAGS="${CFLAGS:--g3 -O -Wall}" ; export CFLAGS
set -x
libtoolize -f -c
-autoheader
+autoheader-2.13 || autoheader
aclocal-1.5 || aclocal
automake-1.5 -a || automake -a
-autoconf
+autoconf-2.13 || autoconf
if test -f config.cache ; then
rm -f config.cache
fi