From: Andreas Schwab Date: Mon, 17 Sep 2007 20:59:06 +0000 (+0000) Subject: * configure.ac: Raise minimum makeinfo version to 4.6. X-Git-Tag: sid-snapshot-20071001~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625a61cdc4feb2323eefdffe01ed1c505d7c5c1c;p=thirdparty%2Fbinutils-gdb.git * configure.ac: Raise minimum makeinfo version to 4.6. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index d16be0be67e..4376831aa12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-17 Andreas Schwab + + * configure.ac: Raise minimum makeinfo version to 4.6. + * configure: Regenerate. + 2007-09-15 Alan Modra * configure.ac: Correct makeinfo version check. diff --git a/configure b/configure index 47194cd71ce..27edacd37d5 100755 --- a/configure +++ b/configure @@ -6189,10 +6189,10 @@ case " $build_configdirs " in *" 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]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-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" diff --git a/configure.ac b/configure.ac index 1624f1e898f..a79abb66bc6 100644 --- a/configure.ac +++ b/configure.ac @@ -2459,10 +2459,10 @@ case " $build_configdirs " in *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *) changequote(,) - # 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]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-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"