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.16-ports-merge-69-g5763381


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  576338111a83529ba550ad8556d48d51219b8e96 (commit)
      from  c23c33b01e2043fefd00b353b45844822905b43b (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=576338111a83529ba550ad8556d48d51219b8e96

commit 576338111a83529ba550ad8556d48d51219b8e96
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Jul 23 12:27:12 2012 +0200

    configure.in <sysdeps resolving>: Correct printing Implies_before.

diff --git a/ChangeLog b/ChangeLog
index 4c474bb..f9f0e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* configure.in <sysdeps resolving>: Correct printing
+	Implies_before.
+	* configure: Regenerate.
+
 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* math/w_ilogb.c: Include <limits.h>.
diff --git a/configure b/configure
index 1268168..db070c1 100755
--- a/configure
+++ b/configure
@@ -4322,7 +4322,7 @@ $as_echo "$as_me: WARNING: $name/$implies_file specifies nonexistent $x" >&2;}
 
   test -n "$enable_debug_configure" &&
     echo "DEBUG: $name Implies='$Implies' rest='$*' parent='$parent' \
-Implies_before='$Implies_after' Implies_after='$Implies_after'" >&2
+Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
 
   # Add the names implied by NAME, and NAME's parent (if it has one), to
   # the list of names to be processed (the argument list).  We prepend the
diff --git a/configure.in b/configure.in
index 6b6dde5..037ee1e 100644
--- a/configure.in
+++ b/configure.in
@@ -816,7 +816,7 @@ changequote([,])dnl
 
   test -n "$enable_debug_configure" &&
     echo "[DEBUG]: $name Implies='$Implies' rest='$*' parent='$parent' \
-Implies_before='$Implies_after' Implies_after='$Implies_after'" >&2
+Implies_before='$Implies_before' Implies_after='$Implies_after'" >&2
 
   # Add the names implied by NAME, and NAME's parent (if it has one), to
   # the list of names to be processed (the argument list).  We prepend the

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

Summary of changes:
 ChangeLog    |    6 ++++++
 configure    |    2 +-
 configure.in |    2 +-
 3 files changed, 8 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]