summaryrefslogtreecommitdiff
path: root/autoconf/AutoRegen.sh
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-13 00:18:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-13 00:18:58 +0000
commit6bc488beef86b0b381484efd9af76023b4f14dc3 (patch)
tree8c14aff304dc345f1416a9f32ea4d6a7b7614b6e /autoconf/AutoRegen.sh
parentc2ab5a2a63f22b4ae2047d6bc1dc3fea54fa51b6 (diff)
downloadllvm-6bc488beef86b0b381484efd9af76023b4f14dc3.tar.gz
llvm-6bc488beef86b0b381484efd9af76023b4f14dc3.tar.bz2
llvm-6bc488beef86b0b381484efd9af76023b4f14dc3.tar.xz
Harden the version requirements to the set that actually works after three
days of trying to figure it out. Despite some developer's penchant for relaxing the tool versions, this just isn't possible. Only certain versions work with certain other versions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/AutoRegen.sh')
-rwxr-xr-xautoconf/AutoRegen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh
index 90cf16aa63..01d65d8e84 100755
--- a/autoconf/AutoRegen.sh
+++ b/autoconf/AutoRegen.sh
@@ -22,13 +22,13 @@ if test $? -ne 0 ; then
fi
aclocal --version | egrep '1\.9\.2' > /dev/null
if test $? -ne 0 ; then
- die "Your aclocal was not detected as being 1.9.1"
+ die "Your aclocal was not detected as being 1.9.2"
fi
autoheader --version | egrep '2\.59' > /dev/null
if test $? -ne 0 ; then
die "Your autoheader was not detected as being 2.59"
fi
-libtool --version | grep '1.5.10' > /dev/null
+libtool --version | grep '1\.5\.10' > /dev/null
if test $? -ne 0 ; then
die "Your libtool was not detected as being 1.5.10"
fi
@@ -47,7 +47,7 @@ echo "### commit any configure script that was generated with warnings"
echo "### present. You should get just three 'Regenerating..' lines."
echo "######################################################################"
echo ""
-echo "Regenerating aclocal.m4 with aclocal"
+echo "Regenerating aclocal.m4 with aclocal 1.9.2"
cwd=`pwd`
if test $with_automake -eq 1 ; then
mv configure.ac .configure.ac.save