diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-12 14:12:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:27 +0200 |
commit | a6ca6d2e466ffdcdefb71f6aa4b6395c3810218a (patch) | |
tree | 1d6061a8fb5b7c70c0f1e0f9b907d280370ca37d /gettext-tools/tests/Makefile.am | |
parent | e164aa6d5b701c5c91155ea71d5ad5aa652231b1 (diff) | |
download | external_gettext-a6ca6d2e466ffdcdefb71f6aa4b6395c3810218a.zip external_gettext-a6ca6d2e466ffdcdefb71f6aa4b6395c3810218a.tar.gz external_gettext-a6ca6d2e466ffdcdefb71f6aa4b6395c3810218a.tar.bz2 |
New macro gt_LOCALE_JA.
Diffstat (limited to 'gettext-tools/tests/Makefile.am')
-rw-r--r-- | gettext-tools/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 72dd48f..caa7799 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -173,6 +173,7 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \ TESTLIBASPRINTF='@TESTLIBASPRINTF@' \ LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ + LOCALE_JA='@LOCALE_JA@' \ host_os='@host_os@' \ CONFIG_SHELL='$(SHELL)' \ $(SHELL) |