summaryrefslogtreecommitdiff
path: root/sim/common/aclocal.m4
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/common/aclocal.m4
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/common/aclocal.m4')
-rw-r--r--sim/common/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4
index c1c81645792..615f3306b70 100644
--- a/sim/common/aclocal.m4
+++ b/sim/common/aclocal.m4
@@ -44,7 +44,7 @@ AC_PROG_RANLIB
dnl We don't use gettext, but bfd does. So we do the appropriate checks
dnl to see if there are intl libraries we should link against.
ALL_LINGUAS=
-ZW_GNU_GETTEXT_SISTER_DIR
+ZW_GNU_GETTEXT_SISTER_DIR(../../intl)
# Check for common headers.
# FIXME: Seems to me this can cause problems for i386-windows hosts.