From: Thomas Schwinge Date: Mon, 23 Jul 2012 10:27:12 +0000 (+0200) Subject: configure.in : Correct printing Implies_before. X-Git-Tag: glibc-2.17~810 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=576338111a83529ba550ad8556d48d51219b8e96;p=thirdparty%2Fglibc.git configure.in : Correct printing Implies_before. --- diff --git a/ChangeLog b/ChangeLog index 4c474bb41f8..f9f0e445e3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-23 Thomas Schwinge + + * configure.in : Correct printing + Implies_before. + * configure: Regenerate. + 2012-07-22 Thomas Schwinge * math/w_ilogb.c: Include . diff --git a/configure b/configure index 12681686996..db070c1a4ba 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 6b6dde5a831..037ee1e4859 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