mirror of git://sourceware.org/git/glibc.git
Update autoconf version requirement in install.texi.
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.
This commit is contained in:
parent
f62ff28683
commit
f3f5d89569
|
@ -1,5 +1,9 @@
|
||||||
2014-10-31 Joseph Myers <joseph@codesourcery.com>
|
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.
|
* misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
|
||||||
* sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
|
* sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
|
||||||
(__libc_pselect): Likewise.
|
(__libc_pselect): Likewise.
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -377,7 +377,7 @@ build the GNU C Library:
|
||||||
|
|
||||||
If you change any of the `configure.ac' files you will also need
|
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
|
and if you change any of the message translation files you will need
|
||||||
|
|
||||||
|
|
|
@ -427,7 +427,7 @@ If you change any of the @file{configure.ac} files you will also need
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
GNU @code{autoconf} 2.53 or higher
|
GNU @code{autoconf} 2.69 (exactly)
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
|
Loading…
Reference in New Issue