diff options
author | Nick Clifton <nickc@redhat.com> | 2006-07-10 14:30:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-07-10 14:30:41 +0000 |
commit | b83ef3ee2528cdc041f2850fd630ef2a5e037f3b (patch) | |
tree | b1eedf9d161cd956d36a8ba2469129b47eefd0b1 /ld/configure | |
parent | 9c5302bf5853e9ffdb67e7da52097574d71ef495 (diff) | |
download | gdb-b83ef3ee2528cdc041f2850fd630ef2a5e037f3b.zip gdb-b83ef3ee2528cdc041f2850fd630ef2a5e037f3b.tar.gz gdb-b83ef3ee2528cdc041f2850fd630ef2a5e037f3b.tar.bz2 |
* po/zh_TW.po: New Chinese (traditional) translation.
* configure.in (ALL_LINGUAS): Add zh_TW.
* configure: Regenerate.
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 7 |
1 files changed, 4 insertions, 3 deletions
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 |