summaryrefslogtreecommitdiff
path: root/modules/gettext
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-23 22:18:24 +0200
committerBruno Haible <bruno@clisp.org>2018-10-23 22:18:24 +0200
commit0f0ee4a910a71e7d53d6e05b2bc8bc45afff96ac (patch)
tree5b59efffedc3c2bc7b24d36d2a71420ebbabcd38 /modules/gettext
parent1fd16296ffe0bb34c32630189aad4506dbb6f8ab (diff)
downloadgnulib-0f0ee4a910a71e7d53d6e05b2bc8bc45afff96ac.tar.gz
localename: Simplify support for per-thread locales on Solaris 11.4.
* m4/intl-thread-locale.m4: Renamed from m4/intlsolaris.m4. (gt_INTL_THREAD_LOCALE_NAME): Renamed from gt_INTL_SOLARIS. Define HAVE_SOLARIS114_LOCALES instead of HAVE_NAMELESS_LOCALES. * lib/localename.c: Handle HAVE_SOLARIS114_LOCALES through Solaris specific code. * lib/localename-table.h: Update comments. * lib/localename-table.c: Update comments. * m4/localename.m4 (gl_LOCALENAME): Require gt_INTL_THREAD_LOCALE_NAME. Test for 'uselocale'. Don't invoke gt_INTL_SOLARIS. * m4/intl.m4 (AM_INTL_SUBDIR): Require gt_INTL_THREAD_LOCALE_NAME. Test for 'uselocale'. Set HAVE_NAMELESS_LOCALES. (gt_INTL_SUBDIR_CORE): Don't invoke gt_INTL_SOLARIS. Don't set HAVE_NAMELESS_LOCALES here. * modules/localename (Files): Add m4/intl-thread-locale.m4. Remove m4/intlsolaris.m4. * modules/gettext (Files): Likewise.
Diffstat (limited to 'modules/gettext')
-rw-r--r--modules/gettext2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gettext b/modules/gettext
index 15cf53b7a1..64a4900814 100644
--- a/modules/gettext
+++ b/modules/gettext
@@ -18,9 +18,9 @@ m4/glibc21.m4
m4/iconv.m4
m4/intdiv0.m4
m4/intl.m4
+m4/intl-thread-locale.m4
m4/intldir.m4
m4/intlmacosx.m4
-m4/intlsolaris.m4
m4/intmax.m4
m4/inttypes_h.m4
m4/inttypes-pri.m4