* ld.texinfo (Output Section Discarding): Fix xref.
[deliverable/binutils-gdb.git] / ld / configure
index 993166a2689db9eba889e400e127a2efc4360816..c74ec5e51865ce6e2499b93ae163b80fb22d3000 100755 (executable)
@@ -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
This page took 0.03252 seconds and 4 git commands to generate.