Make binutils 2.17 recognise makeinfo 2.11 as being more recent than the required 2.4.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jun 15 16:44:33 2008 +0000 (2008-06-15)
changeset 5586180835f7044
parent 557 595b2ff3fbf4
child 559 49dddaaa9ecf
Make binutils 2.17 recognise makeinfo 2.11 as being more recent than the required 2.4.

/trunk/patches/binutils/2.17/120-makeinfo-version.patch | 16 0 16 0 ----------------
1 file changed, 16 deletions(-)
patches/binutils/2.17/120-makeinfo-version.patch
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.17/120-makeinfo-version.patch	Sun Jun 15 16:44:33 2008 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +diff -u binutils-2.18-orig/configure binutils-2.18/configure
     1.5 +--- binutils-2.18-orig/configure	2007-08-06 16:29:40.000000000 -0400
     1.6 ++++ binutils-2.18/configure	2007-09-27 22:41:51.000000000 -0400
     1.7 +@@ -6125,10 +6125,10 @@
     1.8 +   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
     1.9 +   *)
    1.10 + 
    1.11 +-    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    1.12 ++    # For an installed makeinfo, we require it to be from texinfo 4.6 or
    1.13 +     # higher, else we use the "missing" dummy.
    1.14 +     if ${MAKEINFO} --version \
    1.15 +-       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
    1.16 ++       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    1.17 +       :
    1.18 +     else
    1.19 +       MAKEINFO="$MISSING makeinfo"