summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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