Lines Matching refs:NLS
27 Rem Find out if NLS is wanted or not,
31 Rem We always default to NLS support,
35 set NLS=enabled
36 if not "%NLS%" == "enabled" goto SmallEnv
51 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
54 if "%1" == "nls" goto NextArgument
55 if "%1" == "NLS" goto NextArgument
56 if "%1" == "no-nls" goto NoNLS
57 if "%1" == "no-NLS" goto NoNLS
58 if "%1" == "NO-NLS" goto NoNLS
61 if "%1" == "no-nls" set NLS=disabled
62 if "%1" == "no-NLS" set NLS=disabled
63 if "%1" == "NO-NLS" set NLS=disabled
64 if not "%NLS%" == "disabled" goto SmallEnv
445 if "%NLS%" == "disabled" goto WithoutNLS
475 echo --enable-nls --without-included-gettext >> args
479 echo Needed libs/tools for NLS not found. Configuring without NLS.
482 echo --disable-nls >> args
546 set NLS=