?RCS: $Id: enablenls.U 3943 2003-08-14 20:17:56Z rmanfredi $ ?RCS: ?RCS: @COPYRIGHT@ ?RCS: ?MAKE:enablenls d_enablenls: Myread Setvar cat package d_nls ?MAKE: -pick add $@ %< ?S:enablenls: ?S: This variable holds 'true' or 'false' depending on whether we're ?S: goint to enable Native Language Support (NLS). ?S:. ?S:d_enablenls: ?S: This variable conditionally defines ENABLE_NLS. ?S:. ?C:ENABLE_NLS: ?C: This symbol, when defines, indicates that the program should enable ?C: Native Language Support (NLS) for internationalization (I18N). ?C:. ?H:#$d_enablenls ENABLE_NLS /**/ ?H:. ?LINT:set d_enablenls : determine whether to enable NLS echo " " case "$d_nls" in "$undef") echo "I won't enable NLS since you don't have that feature." >&4 val="$undef" ;; *) $cat <