From: amosjeffries <> Date: Sat, 13 Oct 2007 18:54:10 +0000 (+0000) Subject: autoconf 2.61 works. X-Git-Tag: SQUID_3_0_STABLE1~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e253667175bd891184ef891a74d603eae8bba756;p=thirdparty%2Fsquid.git autoconf 2.61 works. --- diff --git a/bootstrap.sh b/bootstrap.sh index 2ce3f864d0..035f8e5034 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.59 2.57 2.53 2.52}" +acversions="${acver:-2.61 2.59 2.57 2.53 2.52}" amversions="${amver:-1.10 1.9 1.7 1.6 1.5}" ltversions="${ltver:-1.5 1.4}"