configure
branch1.3
changeset 1163 1469c4f9fb7e
parent 1102 985999413c57
child 1214 01543123355a
     1.1 --- a/configure	Tue Dec 16 22:27:07 2008 +0000
     1.2 +++ b/configure	Tue Jan 27 22:21:44 2009 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4  bison/
     1.5  flex/
     1.6  makeinfo/
     1.7 -automake/\(GNU automake\) [[:digit:]]+\.[[:digit:]]{2,}
     1.8 +automake/\(GNU automake\) [[:digit:]]+\.[[:digit:]]{2,}|automake/\(GNU automake\) [2-9][[:digit:]]*\.
     1.9  libtool/
    1.10  curl/|wget/
    1.11  patch/
    1.12 @@ -87,7 +87,7 @@
    1.13                    tool_version=$(${tool} --version 2>&1)
    1.14                    str=$(echo "${tool_version}" |grep -E "${regexp}" |head -n 1)
    1.15                    if [ -z "${str}" ]; then
    1.16 -                      echo "wrong version string: expecting regexp '${regexp}'"
    1.17 +                      echo "${where}: wrong version string: expecting regexp '${regexp}'"
    1.18                        where=""
    1.19                        continue
    1.20                    fi