From: Amos Jeffries Date: Wed, 21 Oct 2009 09:41:45 +0000 (+1300) Subject: Fix bootstrap.sh false positive detection of libtool2 X-Git-Tag: SQUID_3_2_0_1~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44ef95954b6a94d8d4cf2563512fc8ba3ccc273;p=thirdparty%2Fsquid.git Fix bootstrap.sh false positive detection of libtool2 Searching for '2' matches and reports libtool2 on: * copyright year (20xx) * minor versions (1.*.2*) Using two layers of the version lets us more reliably detect v2 --- diff --git a/bootstrap.sh b/bootstrap.sh index 8066529b71..01d2122878 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,7 +9,7 @@ # the command line like "env acver=.. amver=... ./bootstrap.sh" acversions="${acver:-2.63 2.62 2.61}" amversions="${amver:-1.11 1.10 1.9}" -ltversions="${ltver:-2 1.5 1.4}" +ltversions="${ltver:-2.2 1.5 1.4}" check_version() {