diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-23 12:27:12 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-23 12:27:12 +0200 |
commit | 576338111a83529ba550ad8556d48d51219b8e96 (patch) | |
tree | 743f68e132c11f9780bfe4633547e474508f9d36 | |
parent | c23c33b01e2043fefd00b353b45844822905b43b (diff) | |
download | glibc-576338111a83529ba550ad8556d48d51219b8e96.tar glibc-576338111a83529ba550ad8556d48d51219b8e96.tar.gz glibc-576338111a83529ba550ad8556d48d51219b8e96.tar.bz2 glibc-576338111a83529ba550ad8556d48d51219b8e96.zip |
configure.in <sysdeps resolving>: Correct printing Implies_before.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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>. @@ -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 6b6dde5a83..037ee1e485 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 |