Commit 91c73010 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Correctly detect more incompatible automake versions.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1399 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c12e7eb7
......@@ -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
......
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