source: patches/binutils-2.18-texinfo_update-1.patch @ 1c836291

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 1c836291 was 1c836291, checked in by Jim Gifford <clfs@…>, 17 years ago

Added patch to correct the detction of texinfo in binutils

  • Property mode set to 100644
File size: 1022 bytes
  • binutils-2.18

    Submitted By: Jim Gifford (patches at jg555 dot com)
    Date: 2007-09-29
    Initial Package Version: 2.18
    Origin: http://sourceware.org/ml/binutils/2007-09/msg00240.html
    Upstream Status: Applied
    Description: Fixes issues with Texinfo version 4.10 and greater
     
    diff -Naur binutils-2.18.orig/configure binutils-2.18/configure
    old new  
    61256125  *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
    61266126  *)
    61276127
    6128     # For an installed makeinfo, we require it to be from texinfo 4.4 or
     6128    # For an installed makeinfo, we require it to be from texinfo 4.6 or
    61296129    # higher, else we use the "missing" dummy.
    61306130    if ${MAKEINFO} --version \
    6131        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     6131       | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    61326132      :
    61336133    else
    61346134      MAKEINFO="$MISSING makeinfo"
Note: See TracBrowser for help on using the repository browser.