diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | manual/install.texi | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a050d89c80..d65c7193ed 100644 --- 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 9ed4202923..f85e461e77 100644 --- 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 diff --git a/manual/install.texi b/manual/install.texi index 6ca3ea161a..57e4d22b4b 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -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 |