source:
patches/binutils-2.18-texinfo_update-1.patch@
7752485
Last change on this file since 7752485 was 1c836291, checked in by , 17 years ago | |
---|---|
|
|
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 6125 6125 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; 6126 6126 *) 6127 6127 6128 # For an installed makeinfo, we require it to be from texinfo 4. 4or6128 # For an installed makeinfo, we require it to be from texinfo 4.6 or 6129 6129 # higher, else we use the "missing" dummy. 6130 6130 if ${MAKEINFO} --version \ 6131 | egrep 'texinfo[^0-9]*( [1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then6131 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then 6132 6132 : 6133 6133 else 6134 6134 MAKEINFO="$MISSING makeinfo"
Note:
See TracBrowser
for help on using the repository browser.