mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
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:
parent
89e1613508
commit
bfe4dbd83e
4
configure
vendored
4
configure
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user