]> sourceware.org Git - glibc.git/commitdiff
Update autoconf version requirement in install.texi.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 31 Oct 2014 21:49:35 +0000 (21:49 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 31 Oct 2014 21:49:35 +0000 (21:49 +0000)
I noticed that install.texi was out of date with regard to the actual
autoconf version requirement for regenerating configure scripts.  This
patch updates the documentation.

* manual/install.texi (Tools for Compilation): Update autoconf
version requirements.
* INSTALL: Regenerated.

ChangeLog
INSTALL
manual/install.texi

index a050d89c80df704a4412d18d6fa2252e11e61db8..d65c7193ed9b8294a124bb66ef45ab9e331a703b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
 
+       * manual/install.texi (Tools for Compilation): Update autoconf
+       version requirements.
+       * INSTALL: Regenerated.
+
        * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
        * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
        (__libc_pselect): Likewise.
diff --git a/INSTALL b/INSTALL
index 9ed42029231b1f9ae9420c2ddf3baef1d5585d4f..f85e461e7762249d2408611d748a14d4615baac0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -377,7 +377,7 @@ build the GNU C Library:
 
 If you change any of the `configure.ac' files you will also need
 
-   * GNU `autoconf' 2.53 or higher
+   * GNU `autoconf' 2.69 (exactly)
 
 and if you change any of the message translation files you will need
 
index 6ca3ea161a1b27a11480fac441983dc2087c000c..57e4d22b4b835888e982273f06277790d8d4cfa8 100644 (file)
@@ -427,7 +427,7 @@ If you change any of the @file{configure.ac} files you will also need
 
 @itemize @bullet
 @item
-GNU @code{autoconf} 2.53 or higher
+GNU @code{autoconf} 2.69 (exactly)
 @end itemize
 
 @noindent
This page took 0.114633 seconds and 5 git commands to generate.