summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-25 14:33:49 +0300
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 22:36:27 +1000
commit8258dcc74a1cece05f86c96efc7e8588d986b622 (patch)
tree8b27d29f317db9d642fe487e06a4bc42f99815f4
parentbca0fa3fdb2a80e828fc99e163157a1609ac9f9a (diff)
Improve help message for --with-locales
Change-Id: I54109240f55a6e0d13dee16882a8175140b77867
-rw-r--r--configure.ac21
1 files changed, 16 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 6621afbf529d..d77291eee689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1960,13 +1960,24 @@ AC_ARG_WITH(lang,
AC_ARG_WITH(locales,
AS_HELP_STRING([--with-locales],
[Use this option to limit the locale information built in.
- By default all the locales available is included.
- This option is completely unrelated to --with-lang.
Separate multiple locales with space.
- For the default, all locales, don't use this switch at all.
- Specifying just the language part of a locale means all matching
- locales will be included.])
+ Very experimental and might well break stuff.
+ Just a desperate measure to shrink code and data size.
+ By default all the locales available is included.
+ This option is completely unrelated to --with-lang.])
[
+ Affects also our character encoding conversion
+ tables for encodings mainly targeted for a
+ particular locale, like EUC-CN and EUC-TW for
+ zh, ISO-2022-JP for ja.
+
+ Affects also our add-on break iterator data for
+ some languages.
+
+ For the default, all locales, don't use this switch at all.
+ Specifying just the language part of a locale means all matching
+ locales will be included.
+
Usage: --with-locales="en es pt fr zh kr ja"
],
,)