]> err.no Git - varnish/commitdiff
Correctly detect more incompatible automake versions.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 9 May 2007 14:37:04 +0000 (14:37 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 9 May 2007 14:37:04 +0000 (14:37 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1399 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/autogen.sh

index 1948912a39159b8a9c5d4f7e3c93b26c275d7250..034c95b5fd954bb21958faf5f455c2d0ba85f915 100755 (executable)
@@ -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