summaryrefslogtreecommitdiff
path: root/sim/h8300
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2006-06-13 08:06:50 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2006-06-13 08:06:50 +0000
commit8e2eba4501bd289bd4f151d84559064bba5cb538 (patch)
tree58224c696db70ce1e635b4eb7a0e1355c6a3d44c /sim/h8300
parentd2749460d8f5e3b26011be6b0ba3fcc12cb9f54a (diff)
downloadgdb-8e2eba4501bd289bd4f151d84559064bba5cb538.tar.gz
* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* common/common.m4: Likewise. * */configure: Regenerate.
Diffstat (limited to 'sim/h8300')
-rw-r--r--sim/h8300/ChangeLog4
-rwxr-xr-xsim/h8300/configure5
2 files changed, 7 insertions, 2 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 686bb335ba4..3e54a28e689 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/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/h8300/configure b/sim/h8300/configure
index 473bf0df0ae..52c895ca7d7 100755
--- a/sim/h8300/configure
+++ b/sim/h8300/configure
@@ -2683,8 +2683,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