patches/binutils/2.17/120-makeinfo-version.patch
changeset 2664 346263a07115
parent 2663 7179903f8d2e
child 2665 5b7e91ec300c
     1.1 --- a/patches/binutils/2.17/120-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,16 +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"