diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2006-06-13 08:06:50 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2006-06-13 08:06:50 +0000 |
commit | e85e320515fac27bd252403b0e899f72d0c52103 (patch) | |
tree | a40bc36efb768e5a6c6a24eccaa48dda48232cc0 /sim/mn10300 | |
parent | 44ef17d08204423a0e458d1b0ea2b7ba9bcf5b85 (diff) | |
download | binutils-e85e320515fac27bd252403b0e899f72d0c52103.zip binutils-e85e320515fac27bd252403b0e899f72d0c52103.tar.gz binutils-e85e320515fac27bd252403b0e899f72d0c52103.tar.bz2 |
* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* common/common.m4: Likewise.
* */configure: Regenerate.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/mn10300/configure | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 0bd23f5..f0cccb9 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,7 @@ +2006-06-13 Richard Earnshaw <rearnsha@arm.com> + + * configure: Regenerated. + 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com> * configure: Regenerated. diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 4d88a2b..9000261 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -2692,8 +2692,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 |