From: Henrik Nordstrom Date: Thu, 25 Jun 2009 20:37:44 +0000 (+0200) Subject: tar-ustar requires automake 1.9 or later. Drop earlier versions from selection, and... X-Git-Tag: SQUID_3_2_0_1~931 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=416157b57f2943c21aa90ef417af133da83bc5df;p=thirdparty%2Fsquid.git tar-ustar requires automake 1.9 or later. Drop earlier versions from selection, and add 1.11 --- diff --git a/bootstrap.sh b/bootstrap.sh index 429d54af85..4835a7507e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ # 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}" -amversions="${amver:-1.10 1.9 1.7 1.6 1.5}" +amversions="${amver:-1.11 1.10 1.9}" ltversions="${ltver:-1.5 1.4}" check_version()