diff options
author | Bruno Haible <bruno@clisp.org> | 2005-02-15 14:48:11 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:16 +0200 |
commit | 5757f7f4d8493dfa34ece58e6bb3ae41f4e48224 (patch) | |
tree | afcf361da8b10d937cc1810260f4f3d9cd6ee799 /gettext-tools/m4/ChangeLog | |
parent | 8225187c2ae081bff8b081fe4cccb21b2fc1fc5d (diff) | |
download | external_gettext-5757f7f4d8493dfa34ece58e6bb3ae41f4e48224.zip external_gettext-5757f7f4d8493dfa34ece58e6bb3ae41f4e48224.tar.gz external_gettext-5757f7f4d8493dfa34ece58e6bb3ae41f4e48224.tar.bz2 |
Perform the lang-* tests both in a traditional locale and in a UTF-8 locale,
as far as provided by the system.
Diffstat (limited to 'gettext-tools/m4/ChangeLog')
-rw-r--r-- | gettext-tools/m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index daf2d19..f89e6e2 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,5 +1,11 @@ 2005-02-13 Bruno Haible <bruno@clisp.org> + * locale-fr.m4 (gt_LOCALE_FR): If no locale was found or if the OS is + Darwin7, use 'none' instead of 'fr_FR'. + (gt_LOCALE_FR_UTF8): New macro. + +2005-02-13 Bruno Haible <bruno@clisp.org> + * strtoul.m4: New file, from gnulib. * strtol.m4: New file, from gnulib. * Makefile.am (EXTRA_DIST): Add strtol.m4, strtoul.m4. |