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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0ce90ae 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
RevLine 
[1c836291]1Submitted By: Jim Gifford (patches at jg555 dot com)
2Date: 2007-09-29
3Initial Package Version: 2.18
4Origin: http://sourceware.org/ml/binutils/2007-09/msg00240.html
5Upstream Status: Applied
6Description: Fixes issues with Texinfo version 4.10 and greater
7
8diff -Naur binutils-2.18.orig/configure binutils-2.18/configure
9--- binutils-2.18.orig/configure 2007-08-06 20:29:40.000000000 +0000
10+++ binutils-2.18/configure 2007-09-30 03:48:12.000000000 +0000
11@@ -6125,10 +6125,10 @@
12 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
13 *)
14
15- # For an installed makeinfo, we require it to be from texinfo 4.4 or
16+ # For an installed makeinfo, we require it to be from texinfo 4.6 or
17 # higher, else we use the "missing" dummy.
18 if ${MAKEINFO} --version \
19- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
20+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
21 :
22 else
23 MAKEINFO="$MISSING makeinfo"
Note: See TracBrowser for help on using the repository browser.