summaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-04-11 19:52:36 +0000
committerBruno Haible <bruno@clisp.org>2001-04-11 19:52:36 +0000
commit61b6c6e7d0388c61146257b9e9e8305741ec8424 (patch)
tree0fdd3b4ab31a06ff7fea1b90a2628e1d6e903408 /m4/ChangeLog
parent5ad0ed9b258934070517e1dbe428794eecc7d648 (diff)
downloadexternal_gettext-61b6c6e7d0388c61146257b9e9e8305741ec8424.zip
external_gettext-61b6c6e7d0388c61146257b9e9e8305741ec8424.tar.gz
external_gettext-61b6c6e7d0388c61146257b9e9e8305741ec8424.tar.bz2
Even if 'msgfmt' is not found in $PATH, use gettext in libc.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index ef98e45..b509d67 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-11 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.m4 (AM_WITH_NLS): Even if 'msgfmt' is not found in $PATH,
+ set CATOBJEXT=.gmo and use the gettext in libc or libintl.
+
2001-04-04 Bruno Haible <haible@clisp.cons.org>
* mbswidth.m4: New file, from textutils-2.0.13 with modifications.