From b83ef3ee2528cdc041f2850fd630ef2a5e037f3b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Jul 2006 14:30:41 +0000 Subject: * po/zh_TW.po: New Chinese (traditional) translation. * configure.in (ALL_LINGUAS): Add zh_TW. * configure: Regenerate. --- ld/configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ld/configure') diff --git a/ld/configure b/ld/configure index 993166a..c74ec5e 100755 --- a/ld/configure +++ b/ld/configure @@ -5105,7 +5105,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -ALL_LINGUAS="fr sv tr es da vi zh_CN" +ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW" # If we haven't got the data from the intl directory, # assume NLS is disabled. USE_NLS=no @@ -5115,8 +5115,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../intl/config.intl; then + . ../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 -- cgit v1.1