* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
[deliverable/binutils-gdb.git] / sim / m68hc11 / configure
index 2353f1ad234aed1ec74eeb53a5ae3b6e17b527ab..1c8d9976fe9f0e77f2194bcd12381790640cd1b0 100755 (executable)
@@ -2689,8 +2689,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.025786 seconds and 4 git commands to generate.