Backpot #1271 from /trunk:

- Fix testing the automake version

 /branches/1.3/configure |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-01-27 22:21:44 +00:00
parent 89e1613508
commit bfe4dbd83e

4
configure vendored
View File

@ -41,7 +41,7 @@ sed/
bison/ bison/
flex/ flex/
makeinfo/ makeinfo/
automake/\(GNU automake\) [[:digit:]]+\.[[:digit:]]{2,} automake/\(GNU automake\) [[:digit:]]+\.[[:digit:]]{2,}|automake/\(GNU automake\) [2-9][[:digit:]]*\.
libtool/ libtool/
curl/|wget/ curl/|wget/
patch/ patch/
@ -87,7 +87,7 @@ has_or_abort() {
tool_version=$(${tool} --version 2>&1) tool_version=$(${tool} --version 2>&1)
str=$(echo "${tool_version}" |grep -E "${regexp}" |head -n 1) str=$(echo "${tool_version}" |grep -E "${regexp}" |head -n 1)
if [ -z "${str}" ]; then if [ -z "${str}" ]; then
echo "wrong version string: expecting regexp '${regexp}'" echo "${where}: wrong version string: expecting regexp '${regexp}'"
where="" where=""
continue continue
fi fi