This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.20-139-gf3f5d89


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f3f5d89569fa72a65aa244be05dc61af83caaae8 (commit)
      from  f62ff286838e572ee124ca2d2dc5ccf619345015 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f3f5d89569fa72a65aa244be05dc61af83caaae8

commit f3f5d89569fa72a65aa244be05dc61af83caaae8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Oct 31 21:49:35 2014 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index a050d89..d65c719 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 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 INSTALL             |    2 +-
 manual/install.texi |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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