Mercurial > hg > CbC > CbC_llvm
diff autoconf/AutoRegen.sh @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/autoconf/AutoRegen.sh Thu Dec 12 15:22:36 2013 +0900 +++ b/autoconf/AutoRegen.sh Mon Sep 08 22:06:00 2014 +0900 @@ -17,7 +17,6 @@ want_autoconf_version='2\.60' want_autoheader_version=$want_autoconf_version want_aclocal_version='1\.9\.6' -want_libtool_version='1\.5\.22' ### END NOTE ######################################################### outfile=configure @@ -26,7 +25,6 @@ want_autoconf_version_clean=$(clean $want_autoconf_version) want_autoheader_version_clean=$(clean $want_autoheader_version) want_aclocal_version_clean=$(clean $want_aclocal_version) -want_libtool_version_clean=$(clean $want_libtool_version) test -d autoconf && test -f autoconf/$configfile && cd autoconf test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first" @@ -36,8 +34,6 @@ test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean" autoheader --version | grep '^autoheader.*'$want_autoheader_version > /dev/null test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean" -libtool --version | grep $want_libtool_version > /dev/null -test $? -eq 0 || die "Your libtool was not detected as being $want_libtool_version_clean" echo "" echo "### NOTE: ############################################################" echo "### If you get *any* warnings from autoconf below you MUST fix the"