mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
configure.in <sysdeps resolving>: Correct printing Implies_before.
This commit is contained in:
parent
c23c33b01e
commit
576338111a
@ -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>.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user