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 --- binutils-2.18.orig/configure 2007-08-06 20:29:40.000000000 +0000 +++ binutils-2.18/configure 2007-09-30 03:48:12.000000000 +0000 @@ -6125,10 +6125,10 @@ *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *) - # For an installed makeinfo, we require it to be from texinfo 4.4 or + # For an installed makeinfo, we require it to be from texinfo 4.6 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\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo"