summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOron Peled <oron@actcom.co.il>2009-08-03 21:11:53 (GMT)
committerOron Peled <oron@actcom.co.il>2009-08-03 21:11:53 (GMT)
commit803599b4bd277987d49cd632b7648cfabb5ec2bf (patch)
treea4c891156b3bba1372439e8ed7e05d9dce4d4a86 /configure
parent790b15a3528dbdab42182a9666eef1c630014828 (diff)
[configure] Fix automake version check
The configure script fails on automake-1.11 (in Fedora-11) since it looks for 3-digit version number. "Yann E. MORIN", added the following comment: The check for the automake version is not against a 3-digit number, but really against a 3-part version number, a-la 'x.y.z'. Versions such as 1.10 and 1.11 are also valid.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 434355b..77cab76 100755
--- a/configure
+++ b/configure
@@ -47,7 +47,7 @@ awk
bison
flex
makeinfo
-automake=\(GNU automake\) (1\.[[:digit:]]{2,}\.|[2-9][[:digit:]]*\.)
+automake=\(GNU automake\) (1\.[[:digit:]]{2,}|[2-9][[:digit:]]*\.)
libtool=\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)
curl || wget
patch