Add -ffat-lto-objects to STAGE[23]_CFLAGS
[deliverable/binutils-gdb.git] / config / gettext-sister.m4
index 700d31fcf877fd97284867484425aafaedc70bb5..e8e6b668416ba2347b580b1dc34dc4fd53f101b1 100644 (file)
@@ -19,8 +19,9 @@ INCINTL=      AC_SUBST(INCINTL)
 XGETTEXT=      AC_SUBST(XGETTEXT)
 GMSGFMT=       AC_SUBST(GMSGFMT)
 POSUB=         AC_SUBST(POSUB)
-if test -f ../intl/config.intl; then
-  . ../intl/config.intl
+
+if test -f  ifelse([$1],,[../intl],[$1])/config.intl; then
+  .  ifelse([$1],,[../intl],[$1])/config.intl
 fi
 AC_MSG_CHECKING([whether NLS is requested])
 if test x"$USE_NLS" != xyes; then
This page took 0.023899 seconds and 4 git commands to generate.