Prepare for locale dependent tests on mingw.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2011 00:56:46 +0000 (01:56 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 12 Feb 2011 16:06:20 +0000 (17:06 +0100)
commitec07f8e14133ce33f800d10d4a585e48e950f24a
tree48d9a7beb765a8c784ff5f9872ba7d6984bc0c26
parent308adebf1627d0f44bac6595c4389b56919679d3
Prepare for locale dependent tests on mingw.

* m4/locale-ar.m4 (gt_LOCALE_AR): On native Windows, don't try "ar"
because it has the wrong locale encoding.
* m4/locale-fr.m4 (gt_LOCALE_FR): On native Windows, try
French_France.1252 instead of "fr".
(gt_LOCALE_FR_UTF8): On native Windows, try French_France.65001.
* m4/locale-ja.m4 (gt_LOCALE_JA): On native Windows, don't try "ja"
because it has the wrong locale encoding.
* m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Require AC_CANONICAL_HOST. On
native Windows, try Turkish_Turkey.65001.
* m4/locale-zh.m4 (gt_LOCALE_ZH_CN): On native Windows, try
Chinese_China.54936.
ChangeLog
m4/locale-ar.m4
m4/locale-fr.m4
m4/locale-ja.m4
m4/locale-tr.m4
m4/locale-zh.m4