From 803599b4bd277987d49cd632b7648cfabb5ec2bf Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 3 Aug 2009 23:11:53 +0200 Subject: [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. 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 -- cgit v0.10.2-6-g49f6