X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config%2Fgettext-sister.m4;h=e8e6b668416ba2347b580b1dc34dc4fd53f101b1;hb=90d3edf01630093142e833235abea548aa78e65b;hp=700d31fcf877fd97284867484425aafaedc70bb5;hpb=20e95c23ab729a24aa7533de3a61b6e2c49506ea;p=deliverable%2Fbinutils-gdb.git diff --git a/config/gettext-sister.m4 b/config/gettext-sister.m4 index 700d31fcf8..e8e6b66841 100644 --- a/config/gettext-sister.m4 +++ b/config/gettext-sister.m4 @@ -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