* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
[deliverable/binutils-gdb.git] / sim / h8300 / configure
index 473bf0df0ae93660f1b09ce25b7fd42ee9a4a499..52c895ca7d764c77be791d339aa460eefae8f4c3 100755 (executable)
@@ -2683,8 +2683,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.025116 seconds and 4 git commands to generate.