* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
[deliverable/binutils-gdb.git] / sim / cris / configure
index 991c03f905ad2a0e5f7e4a7cbc098ad67e44295f..47065279f6d65959b1f1c7107c59bf65b4ea67eb 100755 (executable)
@@ -2693,8 +2693,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.023964 seconds and 4 git commands to generate.