summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-21 07:59:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-21 07:59:38 +0000
commit4393cb56ca9b54c0b8e8ad0c782d8a9a2635b522 (patch)
treef3058ce2f27a40f4cda95ebe7df95b265f103f1d /m4/ChangeLog
parent5a85d9f93fee90dc0d1110579ccd64a4f64e2e42 (diff)
downloadcoreutils-4393cb56ca9b54c0b8e8ad0c782d8a9a2635b522.tar.xz
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
rather than -Xlinker -z -Xlinker ignore, as it's more portable.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 7332be586..e4b05c4ff 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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 <jim@meyering.net>
* fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.