]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.ac: Raise minimum makeinfo version to 4.6.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 17 Sep 2007 20:59:06 +0000 (20:59 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 17 Sep 2007 20:59:06 +0000 (20:59 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.ac

index d16be0be67ea768163b534b96ae67517625dc305..4376831aa12c73e035e2800bd4c838ee2b04dc60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-17  Andreas Schwab  <schwab@suse.de>
+
+       * configure.ac: Raise minimum makeinfo version to 4.6.
+       * configure: Regenerate.
+
 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.ac: Correct makeinfo version check.
index 47194cd71ce15f3271442d3688ceecea6a04ca7b..27edacd37d5dc6845f5adf1729e8207890d71336 100755 (executable)
--- 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"
index 1624f1e898f434407b4c6a8aa5ff9b83ae07b9fa..a79abb66bc655095fd46db27e8c36f76d171058f 100644 (file)
@@ -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"