From 5f01dc8c4d2e52045c3a8da5e29fd80ae6d262e0 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 31 Oct 2014 14:35:25 +0000 Subject: Switch to using autoconf 2.69 this version is more commonly available on Linux systems (2.60 is quite old) which will make updating the configure script easier for most users. --- autoconf/AutoRegen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoconf') diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh index 4a34f8c0..a8460789 100755 --- a/autoconf/AutoRegen.sh +++ b/autoconf/AutoRegen.sh @@ -15,9 +15,9 @@ die () { } test -d autoconf && test -f autoconf/configure.ac && cd autoconf test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first" -autoconf --version | egrep '2\.60' > /dev/null +autoconf --version | egrep '2\.69' > /dev/null if test $? -ne 0 ; then - die "Your autoconf was not detected as being 2.60" + die "Your autoconf was not detected as being 2.69" fi # Patch LLVM_SRC_ROOT in configure.ac sed -e "s#^LLVM_SRC_ROOT=.*#LLVM_SRC_ROOT=\"$llvm_src_root\"#" \ -- cgit 1.4.1