* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
[deliverable/binutils-gdb.git] / sim / iq2000 / configure
index e861006fce4fe3800e6380820e3f09c71c7692d9..d858321c2da69d56668b5f9bccdf1adb2f1d381a 100755 (executable)
@@ -2691,8 +2691,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.028703 seconds and 4 git commands to generate.