]> sourceware.org Git - glibc.git/commitdiff
Bump required version of texinfo to 4.7
authorWill Newton <will.newton@linaro.org>
Thu, 11 Dec 2014 17:59:45 +0000 (17:59 +0000)
committerWill Newton <will.newton@linaro.org>
Mon, 15 Dec 2014 08:59:31 +0000 (08:59 +0000)
It seems we require texinfo 4.7 for the --plaintext option, so
document that and check for the correct version in configure.

ChangeLog:

2014-12-15  Will Newton  <will.newton@linaro.org>

* manual/install.texi: Bump required version of texinfo
to 4.7 from 4.5.
* INSTALL: Regenerated.
* configure.ac: Check for makeinfo version 4.7 and above.
* configure: Regenerated.

ChangeLog
INSTALL
configure
configure.ac
manual/install.texi

index e973b556e34570ad91dc894dfc4d79f280a86020..b40f6f89535bf2956067331d5879588ef31dc369 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-12-15  Will Newton  <will.newton@linaro.org>
+
+       * manual/install.texi: Bump required version of texinfo
+       to 4.7 from 4.5.
+       * INSTALL: Regenerated.
+       * configure.ac: Check for makeinfo version 4.7 and above.
+       * configure: Regenerated.
+
 2014-12-12  Roland McGrath  <roland@hack.frob.com>
 
        * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
diff --git a/INSTALL b/INSTALL
index dd5c34aadb78c3fc1123f8ddcecfb02589e27688..35f70e0f5e4ff2a0d050180d93f1715dc7d37fba 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -356,7 +356,7 @@ build the GNU C Library:
      No other assembler or linker has the necessary functionality at the
      moment.
 
-   * GNU `texinfo' 4.5 or later
+   * GNU `texinfo' 4.7 or later
 
      To correctly translate and install the Texinfo documentation you
      need this version of the `texinfo' package.  Earlier versions do
index b1fda3867a9cb76aa75b2617df4afddd4d89da8f..cde55de15fe64a90279359a18e418bd1f2088bd3 100755 (executable)
--- a/configure
+++ b/configure
@@ -4789,7 +4789,7 @@ $as_echo_n "checking version of $MAKEINFO... " >&6; }
   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;;
-    4.[5-9]*|4.[1-9][0-9]*|[5-9].*)
+    4.[7-9]*|4.[1-9][0-9]*|[5-9].*)
        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
 
index 784e3603823d690303588cbbd5b5a950a5ef121d..f1e6394e7ee2255cc1247c325d82222c5f565429 100644 (file)
@@ -929,7 +929,7 @@ AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version,
   MSGFMT=: aux_missing="$aux_missing msgfmt")
 AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
   [GNU texinfo.* \([0-9][0-9.]*\)],
-  [4.[5-9]*|4.[1-9][0-9]*|[5-9].*],
+  [4.[7-9]*|4.[1-9][0-9]*|[5-9].*],
   MAKEINFO=: aux_missing="$aux_missing makeinfo")
 AC_CHECK_PROG_VER(SED, sed, --version,
   [GNU sed[^0-9]* \([0-9]*\.[0-9.]*\)],
index 35467b1b16b33f2b62679b357225f964a8b3b1b2..2b9b57ca32214727120a62f6a0c2096ba80d0d1c 100644 (file)
@@ -400,7 +400,7 @@ No other assembler or linker has the necessary functionality at the
 moment.
 
 @item
-GNU @code{texinfo} 4.5 or later
+GNU @code{texinfo} 4.7 or later
 
 To correctly translate and install the Texinfo documentation you need
 this version of the @code{texinfo} package.  Earlier versions do not
This page took 0.129133 seconds and 5 git commands to generate.