This is the mail archive of the libc-alpha@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] | |
Hi!
On 15 May 2012 18:04:42 -0000, roland@sourceware.org wrote:
> commit ba75122dd93b6188d1be446df0502c4cbe5c32e6
> Author: Roland McGrath <roland@hack.frob.com>
> Date: Wed May 9 15:45:53 2012 -0700
>
> configure change to handle Implies-{before,after} files
>
> diff --git a/ChangeLog b/ChangeLog
> index 868c97b..7576361 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,9 @@
> +2012-05-15 Roland McGrath <roland@hack.frob.com>
> +
> + * configure.in (sysnames): Look for Implies-before and Implies-after
> + files.
I might note that these are not documented in the manual where the
general Implies mechanism is documented.
I pushed the following in commit 03d4f13f948c64ca17af974fdeae93cf35f7838d
to fix a minor issue:
* configure.in <sysdeps resolving>: Correct printing
Implies_before.
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
GrÃÃe,
Thomas
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |