From: des Date: Wed, 9 May 2007 14:37:04 +0000 (+0000) Subject: Correctly detect more incompatible automake versions. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe80d708117c2c86295163fa51b15a964452471;p=varnish Correctly detect more incompatible automake versions. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1399 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.sh b/varnish-cache/autogen.sh index 1948912a..034c95b5 100755 --- a/varnish-cache/autogen.sh +++ b/varnish-cache/autogen.sh @@ -15,7 +15,7 @@ if [ -z "$automake_version" ] ; then exit 1 else case $automake_version in - 0.*|1.[0-8]) + 0.*|1.[0-8]|1.[0-8][.-]*) echo "your version of automake ($automake_version) is too old;" \ "you need 1.9 or newer." exit 1