source: rtems/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff @ d382f6e

4.104.115
Last change on this file since d382f6e was 672465e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/12/08 at 03:24:11

New.

  • Property mode set to 100644
File size: 1.2 KB
  • binutils-20060817-1

    diff -Naur binutils-20060817-1.orig/configure binutils-20060817-1/configure
    old new  
    36813681    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    36823682    # higher, else we use the "missing" dummy.
    36833683    if ${MAKEINFO} --version \
    3684        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     3684       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    36853685      :
    36863686    else
    36873687      MAKEINFO="$MISSING makeinfo"
  • binutils-20060817-1

    diff -Naur binutils-20060817-1.orig/configure.in binutils-20060817-1/configure.in
    old new  
    22322232    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    22332233    # higher, else we use the "missing" dummy.
    22342234    if ${MAKEINFO} --version \
    2235        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     2235       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    22362236      :
    22372237    else
    22382238      MAKEINFO="$MISSING makeinfo"
Note: See TracBrowser for help on using the repository browser.