This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.

Committed as obvious.

2014-10-31  Joseph Myers  <joseph@codesourcery.com>

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

diff --git a/INSTALL b/INSTALL
index 9ed4202..f85e461 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 6ca3ea1..57e4d22 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

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]