r1253 - branches/1.0
des at projects.linpro.no
des at projects.linpro.no
Tue Feb 20 09:46:52 CET 2007
Author: des
Date: 2007-02-20 09:46:52 +0100 (Tue, 20 Feb 2007)
New Revision: 1253
Modified:
branches/1.0/
branches/1.0/autogen.sh
Log:
r34129 at cat (orig r1233): phk | 2007-01-22 09:43:30 +0100
Allow automake version 1.10
Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
- d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1231
+ d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1233
Modified: branches/1.0/autogen.sh
===================================================================
--- branches/1.0/autogen.sh 2007-02-20 08:46:51 UTC (rev 1252)
+++ branches/1.0/autogen.sh 2007-02-20 08:46:52 UTC (rev 1253)
@@ -15,13 +15,13 @@
exit 1
else
case $automake_version in
- 1.9*|[23456789].*)
- ;;
- *)
+ 0.*|1.[0-8])
echo "your version of automake ($automake_version) is too old;" \
"you need 1.9 or newer."
exit 1
;;
+ *)
+ ;;
esac
fi
More information about the varnish-commit
mailing list