From: Paul Eggert Date: Sat, 21 Jan 2006 07:59:38 +0000 (+0000) Subject: * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore X-Git-Tag: v6.0~852 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4393cb56ca9b54c0b8e8ad0c782d8a9a2635b522;p=thirdparty%2Fcoreutils.git * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore rather than -Xlinker -z -Xlinker ignore, as it's more portable. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 7332be586f..e4b05c4ffe 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2006-01-20 Paul Eggert + + * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore + rather than -Xlinker -z -Xlinker ignore, as it's more portable. + Suggested by Bruno Haible. + 2006-01-17 Jim Meyering * fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.