From: Amos Jeffries Date: Mon, 30 Aug 2010 01:34:43 +0000 (-0600) Subject: Libtool 1.x no longer work. autoconf 2.64 does X-Git-Tag: take1~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ca76e08fcee441293cce1414bf9ea77285f4e49;p=thirdparty%2Fsquid.git Libtool 1.x no longer work. autoconf 2.64 does --- diff --git a/bootstrap.sh b/bootstrap.sh index 1475d8ca06..546c8de063 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,9 +7,9 @@ # Autotool versions preferred. To override either edit the script # to match the versions you want to use, or set the variables on # the command line like "env acver=.. amver=... ./bootstrap.sh" -acversions="${acver:-2.63 2.62 2.61}" +acversions="${acver:-2.64 2.63 2.62 2.61}" amversions="${amver:-1.11 1.10 1.9}" -ltversions="${ltver:-2.2 1.5 1.4}" +ltversions="${ltver:-2.2}" check_version() {