summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2006-06-13 08:02:20 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2006-06-13 08:02:20 +0000
commit613868287fdf81994556ec06e6573743fd93baea (patch)
treeb40d999b1c89d6b261972137f167ae2ef0fe4dd3 /config
parentbfb636abbd7061df37b1e3e3ae89fd23fa2f9da3 (diff)
downloadbinutils-redhat-613868287fdf81994556ec06e6573743fd93baea.tar.gz
Richard Earnshaw <rearnsha@arm.com>
Alexandre Oliva <aoliva@redhat.com> * (ZW_GNU_GETTEXT_SISTER_DIR): Add optional argument for where to search for NLS config file.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog6
-rw-r--r--config/gettext-sister.m45
2 files changed, 9 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 012fd5c676..d5e0440ca9 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-13 Richard Earnshaw <rearnsha@arm.com>
+ Alexandre Oliva <aoliva@redhat.com>
+
+ * (ZW_GNU_GETTEXT_SISTER_DIR): Add optional
+ argument for where to search for NLS config file.
+
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
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