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/common/common.m4 | |
parent | 44ef17d08204423a0e458d1b0ea2b7ba9bcf5b85 (diff) | |
download | gdb-e85e320515fac27bd252403b0e899f72d0c52103.zip gdb-e85e320515fac27bd252403b0e899f72d0c52103.tar.gz gdb-e85e320515fac27bd252403b0e899f72d0c52103.tar.bz2 |
* common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* common/common.m4: Likewise.
* */configure: Regenerate.
Diffstat (limited to 'sim/common/common.m4')
-rw-r--r-- | sim/common/common.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/common.m4 b/sim/common/common.m4 index da77325..8daf08e 100644 --- a/sim/common/common.m4 +++ b/sim/common/common.m4 @@ -39,7 +39,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. |