Improve help message for --with-locales
Change-Id: I54109240f55a6e0d13dee16882a8175140b77867
This commit is contained in:
21
configure.ac
21
configure.ac
@@ -1960,13 +1960,24 @@ AC_ARG_WITH(lang,
|
|||||||
AC_ARG_WITH(locales,
|
AC_ARG_WITH(locales,
|
||||||
AS_HELP_STRING([--with-locales],
|
AS_HELP_STRING([--with-locales],
|
||||||
[Use this option to limit the locale information built in.
|
[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.
|
Separate multiple locales with space.
|
||||||
For the default, all locales, don't use this switch at all.
|
Very experimental and might well break stuff.
|
||||||
Specifying just the language part of a locale means all matching
|
Just a desperate measure to shrink code and data size.
|
||||||
locales will be included.])
|
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"
|
Usage: --with-locales="en es pt fr zh kr ja"
|
||||||
],
|
],
|
||||||
,)
|
,)
|
||||||
|
Reference in New Issue
Block a user