Commit 4cbc74f8 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

r34129@cat (orig r1233): phk | 2007-01-22 09:43:30 +0100

 Allow automake version 1.10
 


git-svn-id: http://www.varnish-cache.org/svn/branches/1.0@1253 d4fa192b-c00b-0410-8231-f00ffab90ce4
parents 4fdd9426 e70fc99c
......@@ -15,13 +15,13 @@ if [ -z "$automake_version" ] ; then
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment