patches/binutils/2.18/100-makeinfo-version.patch
branch1.12
changeset 2683 046489451f59
parent 2682 61764da7b962
child 2684 59aa9212b8d5
     1.1 --- a/patches/binutils/2.18/100-makeinfo-version.patch	Sun Sep 11 18:26:12 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,32 +0,0 @@
     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"
    1.20 -diff -u binutils-2.18-orig/configure.ac binutils-2.18/configure.ac
    1.21 ---- binutils-2.18-orig/configure.ac	2007-08-28 16:24:26.000000000 -0400
    1.22 -+++ binutils-2.18/configure.ac	2007-09-27 22:41:00.000000000 -0400
    1.23 -@@ -2400,10 +2400,10 @@
    1.24 -   *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
    1.25 -   *)
    1.26 - changequote(,)
    1.27 --    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    1.28 -+    # For an installed makeinfo, we require it to be from texinfo 4.6 or
    1.29 -     # higher, else we use the "missing" dummy.
    1.30 -     if ${MAKEINFO} --version \
    1.31 --       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
    1.32 -+       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    1.33 -       :
    1.34 -     else
    1.35 -       MAKEINFO="$MISSING makeinfo"