summaryrefslogtreecommitdiffstats
path: root/meta/packages/binutils/binutils-2.16.91.0.7/binutils-configure-texinfo-version.patch
blob: 9e57e3db01dd9f104e82652ef318db8ff449fc83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
 configure    |    2 +-
 configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- binutils-2.16.91.0.7.orig/configure
+++ binutils-2.16.91.0.7/configure
@@ -3629,11 +3629,11 @@ case " $build_configdirs " in
   *)
 
     # For an installed makeinfo, we require it to be from texinfo 4.2 or
     # higher, else we use the "missing" dummy.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-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"
     fi
     ;;
--- binutils-2.16.91.0.7.orig/configure.in
+++ binutils-2.16.91.0.7/configure.in
@@ -2204,11 +2204,11 @@ case " $build_configdirs " in
   *)
 changequote(,)
     # For an installed makeinfo, we require it to be from texinfo 4.2 or
     # higher, else we use the "missing" dummy.
     if ${MAKEINFO} --version \
-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-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"
     fi
     ;;