summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortechnikolor <technikolor>2004-08-20 07:15:27 +0000
committertechnikolor <technikolor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2004-08-20 07:15:27 +0000
commit27145b6c6a7b422566392a12a6af3f225b6657ce (patch)
tree7f54f1f8b98e165c4eb6520f0ca4a79a79da6ad5
parentf6228b8be56944bef9c8e0a4dbd7c95e89d50f43 (diff)
downloadlibast-27145b6c6a7b422566392a12a6af3f225b6657ce.tar.gz
Use modern autof00
SVN revision: 11284
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index d809da9..2f6e973 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,10 +15,10 @@ DIE=0
echo "Generating configuration files for libast, please wait...."
LIBTOOLIZE_CHOICES="$LIBTOOLIZE libtoolize"
-AUTOHEADER_CHOICES="$AUTOHEADER autoheader213 autoheader-2.13 autoheader"
-ACLOCAL_CHOICES="$ACLOCAL aclocal14 aclocal-1.4 aclocal"
-AUTOMAKE_CHOICES="$AUTOMAKE automake14 automake-1.4 automake"
-AUTOCONF_CHOICES="$AUTOCONF autoconf213 autoconf-2.13 autoconf"
+AUTOHEADER_CHOICES="$AUTOHEADER autoheader259 autoheader-2.59 autoheader"
+ACLOCAL_CHOICES="$ACLOCAL aclocal18 aclocal-1.8 aclocal"
+AUTOMAKE_CHOICES="$AUTOMAKE automake18 automake-1.8 automake"
+AUTOCONF_CHOICES="$AUTOCONF autoconf259 autoconf-2.59 autoconf"
for i in $LIBTOOLIZE_CHOICES ; do
$i --version </dev/null >/dev/null 2>&1 && LIBTOOLIZE=$i && break