Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 9 Feb 2001 18:35:24 +0000 (18:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 9 Feb 2001 18:35:24 +0000 (18:35 +0000)
* configure.in: Require makeinfo version 4.

ChangeLog
configure
configure.in

index 74d3d2d..f33ca8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
 
+       * configure.in: Require makeinfo version 4.
+
        * libio/tst_wscanf.c (main): Add cast to avoid warning.
        * libio/tst_swscanf.c (main): Likewise..
 
index 8f4e778..e6e3507 100755 (executable)
--- a/configure
+++ b/configure
@@ -1600,7 +1600,7 @@ echo "configure:1600: checking version of $MAKEINFO" >&5
   ac_prog_version=`$MAKEINFO --version 2>&1 | sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
   case $ac_prog_version in
     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
-    3.1[1-9] | 3.[2-9][0-9] | 4.* | 1.6[89] | 1.7[0-9])
+    4.*)
        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
 
index 1dc893b..8aa6497 100644 (file)
@@ -563,7 +563,7 @@ AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version,
   [0.[1-9][0-9].* | [1-9].*], MSGFMT=: aux_missing=t)
 AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
   [GNU texinfo.* \([0-9][0-9.]*\)],
-  [3.1[1-9] | 3.[2-9][0-9] | 4.* | 1.6[89] | 1.7[0-9]], MAKEINFO=: aux_missing=t)
+  [4.*], MAKEINFO=: aux_missing=t)
 AC_CHECK_PROG_VER(SED, gsed sed, --version,
   [GNU sed version \([0-9]*\.[0-9.]*\)],
   [3.0[2-9]*|3.[1-9]*|[4-9]*], SED=: aux_missing=t)