aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils-2.17.50.0.8/binutils-configure-texinfo-version.patch
blob: 9cc18412fd1c03a04a901484fc103d60d15f0189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- binutils-2.18/configure.orig	2007-10-11 21:09:27.000000000 -0700
+++ binutils-2.18/configure	2007-10-11 21:10:20.000000000 -0700
@@ -6128,7 +6128,7 @@ case " $build_configdirs " in
     # For an installed makeinfo, we require it to be from texinfo 4.4 or
     # higher, else we use the "missing" dummy.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
+       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"
--- binutils-2.18/configure.in.orig	2007-10-11 21:10:54.000000000 -0700
+++ binutils-2.18/configure.in	2007-10-11 21:11:13.000000000 -0700
@@ -2403,7 +2403,7 @@ changequote(,)
     # For an installed makeinfo, we require it to be from texinfo 4.4 or
     # higher, else we use the "missing" dummy.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
+       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"