Author: matthew Date: 2007-12-08 16:48:20 -0700 (Sat, 08 Dec 2007) New Revision: 1880
Added: trunk/binutils/binutils-2.18-configure-1.patch Log: Add binutils texinfo-4.11 detection patch. Added: trunk/binutils/binutils-2.18-configure-1.patch =================================================================== --- trunk/binutils/binutils-2.18-configure-1.patch (rev 0) +++ trunk/binutils/binutils-2.18-configure-1.patch 2007-12-08 23:48:20 UTC (rev 1880) @@ -0,0 +1,19 @@ +Submitted By: Matt Burgess (matthew at linuxfromscratch dot org) +Date: 2007-11-19 +Initial Package Version: 2.18 +Origin: Upstream (http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?r1=1.268&r2=1.268.2.1&cvsroot=src) +Upstream Status: Applied +Description: Fixes the configure script to correctly dictate Texinfo > 4.9. + +diff -Naur binutils-2.18.orig/configure binutils-2.18/configure +--- binutils-2.18.orig/configure 2007-08-06 20:29:40.000000000 +0000 ++++ binutils-2.18/configure 2007-11-18 22:37:58.000000000 +0000 +@@ -6128,7 +6128,7 @@ + # For an installed makeinfo, we require it to be from texinfo 4.4 or + # higher, else we use the "missing" dummy. + if ${MAKEINFO} --version \ +- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then ++ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then + : + else + MAKEINFO="$MISSING makeinfo" -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
