From: Amos Jeffries Date: Wed, 21 Jan 2009 03:31:18 +0000 (+1300) Subject: Sync autoconf requirements with bootstrap script. X-Git-Tag: SQUID_3_2_0_1~1252 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65f9f80cbfd888db21b262cfd825ee9c2ef64ac9;p=thirdparty%2Fsquid.git Sync autoconf requirements with bootstrap script. Squid-3.1+ require at least autoconf 2.61. Up to 2.63 tested and found working so far. --- diff --git a/bootstrap.sh b/bootstrap.sh index 37332090c2..c271b30f75 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,7 +7,7 @@ # 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.61 2.59 2.57 2.53 2.52}" +acversions="${acver:-2.63 2.62 2.61}" amversions="${amver:-1.10 1.9 1.7 1.6 1.5}" ltversions="${ltver:-1.5 1.4}"