r1399 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Wed May 9 16:37:04 CEST 2007


Author: des
Date: 2007-05-09 16:37:04 +0200 (Wed, 09 May 2007)
New Revision: 1399

Modified:
   trunk/varnish-cache/autogen.sh
Log:
Correctly detect more incompatible automake versions.


Modified: trunk/varnish-cache/autogen.sh
===================================================================
--- trunk/varnish-cache/autogen.sh	2007-05-09 14:28:50 UTC (rev 1398)
+++ trunk/varnish-cache/autogen.sh	2007-05-09 14:37:04 UTC (rev 1399)
@@ -15,7 +15,7 @@
     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




More information about the varnish-commit mailing list