summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2004-08-20 22:51:08 +0000
committerMichael Jennings <mej@kainx.org>2004-08-20 22:51:08 +0000
commit2658f760661e47739eb62d8a78ad46a1bb641267 (patch)
treee298dab3eaf4254fec48a7fce3b5e9229b214db2 /autogen.sh
parent27145b6c6a7b422566392a12a6af3f225b6657ce (diff)
downloadlibast-2658f760661e47739eb62d8a78ad46a1bb641267.tar.gz
Fri Aug 20 18:50:46 2004 Michael Jennings (mej)
Revert bad autogen.sh change. ---------------------------------------------------------------------- SVN revision: 11294
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 2f6e973..d809da9 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 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"
+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"
for i in $LIBTOOLIZE_CHOICES ; do
$i --version </dev/null >/dev/null 2>&1 && LIBTOOLIZE=$i && break