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-143-g2626c18


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  2626c18374b0260a9b4afb7763de19488a87d2ba (commit)
      from  7f981fc24a9156dba8cfe5e7eb8e87fa9d793f2a (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=2626c18374b0260a9b4afb7763de19488a87d2ba

commit 2626c18374b0260a9b4afb7763de19488a87d2ba
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Oct 31 22:44:17 2014 +0000

    Make aclocal.m4 comment mention updating install.texi for autoconf version.
    
    	* aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
    	install.texi in comment.

diff --git a/ChangeLog b/ChangeLog
index 7002206..3a47cbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+	* aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
+	install.texi in comment.
+
 2014-10-31  Torvald Riegel  <triegel@redhat.com>
 
 	* sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
diff --git a/aclocal.m4 b/aclocal.m4
index 23569b6..abc34d2 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,7 @@
 dnl We require that everyone use exactly the same Autoconf version so that
 dnl the internal functions defined and used by the main configure script
-dnl match those expected by the fragments.
+dnl match those expected by the fragments.  When changing this version,
+dnl install.texi also needs to be updated.
 m4_define([GLIBC_AUTOCONF_VERSION], [2.69])
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), GLIBC_AUTOCONF_VERSION, [],
       [m4_fatal(m4_flatten(

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

Summary of changes:
 ChangeLog  |    5 +++++
 aclocal.m4 |    3 ++-
 2 files changed, 7 insertions(+), 1 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]