summaryrefslogtreecommitdiff
path: root/autoconf/AutoRegen.sh
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-11-20 04:28:08 +0000
committerScott Michel <scottm@aero.org>2008-11-20 04:28:08 +0000
commitee85bbcae15e6a2e400ce0f44791d753b37a6df6 (patch)
treeefdfcce6f48032ebf54e43b4d12de3b645a553b2 /autoconf/AutoRegen.sh
parenta0e5769166d5eef0c2452f43a64cd007c7a55880 (diff)
downloadllvm-ee85bbcae15e6a2e400ce0f44791d753b37a6df6.tar.gz
llvm-ee85bbcae15e6a2e400ce0f44791d753b37a6df6.tar.bz2
llvm-ee85bbcae15e6a2e400ce0f44791d753b37a6df6.tar.xz
Revert accidental last patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/AutoRegen.sh')
-rwxr-xr-xautoconf/AutoRegen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh
index fdf12b0a11..3dca386737 100755
--- a/autoconf/AutoRegen.sh
+++ b/autoconf/AutoRegen.sh
@@ -7,7 +7,7 @@ die () {
### NOTE: ############################################################"
### The below two variables specify the auto* versions
### periods should be escaped with backslash, for use by grep
-want_autoconf_version='2\.6[01]'
+want_autoconf_version='2\.60'
want_autoheader_version=$want_autoconf_version
### END NOTE #########################################################"
@@ -22,7 +22,7 @@ test -d autoconf && test -f autoconf/$configfile && cd autoconf
test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
autoconf --version | grep $want_autoconf_version > /dev/null
test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
-aclocal --version | grep '^aclocal.*\(1\.9\.6\|1\.10\)' > /dev/null
+aclocal --version | grep '^aclocal.*1\.9\.6' > /dev/null
test $? -eq 0 || die "Your aclocal was not detected as being 1.9.6"
autoheader --version | grep '^autoheader.*'$want_autoheader_version > /dev/null
test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"