diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 21:49:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-10-31 21:49:35 +0000 |
commit | f3f5d89569fa72a65aa244be05dc61af83caaae8 (patch) | |
tree | 8720105f66f1dcd2c8246b48401157db26d6f8d8 /manual | |
parent | f62ff286838e572ee124ca2d2dc5ccf619345015 (diff) | |
download | glibc-f3f5d89569fa72a65aa244be05dc61af83caaae8.tar.gz |
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.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |