]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Require makeinfo 4.4 or higher.
authorBen Elliston <bje@au.ibm.com>
Wed, 5 Apr 2006 00:50:58 +0000 (00:50 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 5 Apr 2006 00:50:58 +0000 (10:50 +1000)
* configure.in: Require makeinfo 4.4 or higher.
* configure: Regenerate.

From-SVN: r112691

ChangeLog
configure
configure.in

index 162e2c0cb58995e31629ee8060f1faac4b8da7e9..509eaac55b016117da826ab5c8f4065cee20746c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-05  Ben Elliston  <bje@au.ibm.com>
+
+       * configure.in: Require makeinfo 4.4 or higher.
+       * configure: Regenerate.
+
 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
index 2dae3f1c722232ca2ee33c72004815aba5ccebdb..b8d5b81fc9f5553ea1941217af9fd9efb5b3505b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3628,10 +3628,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.2 or
+    # 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\.[2-9]|[5-9])' >/dev/null 2>&1; then
+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"
index da7c63f4f5bcb4b62924787ab27d015b044764b3..def58c466cb051a6e3a51afc725b27deae3b520b 100644 (file)
@@ -2203,10 +2203,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.2 or
+    # 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\.[2-9]|[5-9])' >/dev/null 2>&1; then
+       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"