summaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-04-09 13:10:10 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:52 +0200
commitc8fb61afa7e1a1564ccfa1e1844638463ef9049f (patch)
treedfe79d22b9307faf0f14389e00b02f282e3f0119 /m4/ChangeLog
parent07c07c00bdb6c95509d43590a5a2c7cb7c7e6583 (diff)
downloadexternal_gettext-c8fb61afa7e1a1564ccfa1e1844638463ef9049f.zip
external_gettext-c8fb61afa7e1a1564ccfa1e1844638463ef9049f.tar.gz
external_gettext-c8fb61afa7e1a1564ccfa1e1844638463ef9049f.tar.bz2
Don't ignore preinstalled libintl of versions >= 0.10.36.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 61ac893..eafc063 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
2002-04-08 Bruno Haible <bruno@clisp.org>
+ * gettext.m4 (AM_GNU_GETTEXT): Don't use _nl_domain_bindings; its
+ linkage name has changed between gettext 0.10.35 and 0.10.36.
+ Reported by Albert Chin-A-Young <china@thewrittenword.com>.
+
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Handle -R options that appear
in $dependency_libs, for example on HP-UX 10.20 and OSF/1.
Reported by Albert Chin-A-Young <china@thewrittenword.com>