summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-24 03:23:19 +0200
committerBruno Haible <bruno@clisp.org>2009-04-24 04:09:12 +0200
commitb62576e3a1e93867f3c916bfb5b543485090cf92 (patch)
tree86a9a72cc0320fd6a5429134f678ada279feddd0 /ChangeLog
parent5f755fddada02a264f6381974a564538950fb54a (diff)
downloadlibunistring-b62576e3a1e93867f3c916bfb5b543485090cf92.tar.gz
Fix recognition of 'link' command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94105c3..9ddda95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-04-23 Bruno Haible <bruno@clisp.org>
+
+ * m4/libtool.m4: Fix recognition of 'link' command.
+ 2009-01-26 Peter Rosin <peda@lysator.liu.se>
+ Don't settle for any dumpbin/link program as name lister.
+ * m4/libtool.m4 (LT_PATH_NM): When locating dumpbin or
+ link -dump, check if they appear to really be capable of name
+ listing, in order to eliminate e.g. link from coreutils. This
+ makes the name lister decision fall back on nm as the default
+ if no acceptable candidate is found, which mainly happens on
+ (arguably broken) cross compiles.
+
2008-04-21 Bruno Haible <bruno@clisp.org>
Add version metainformation in Windows resource format.