diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
commit | 20e95c23ab729a24aa7533de3a61b6e2c49506ea (patch) | |
tree | 7da8856acd79a82104cd1d35fed0e05780d0caca /sim/common/aclocal.m4 | |
parent | 38365cdd8f6f2101eeb1d85c6cc3235f99557ad4 (diff) | |
download | gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.zip gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.gz gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.bz2 |
Configury changes: update src repository (binutils, gdb, and rda) to use
config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all
affected autotools files. Include intl in gdb releases again.
Diffstat (limited to 'sim/common/aclocal.m4')
-rw-r--r-- | sim/common/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index d94b1e6..c1c8164 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= -CY_GNU_GETTEXT +ZW_GNU_GETTEXT_SISTER_DIR # Check for common headers. # FIXME: Seems to me this can cause problems for i386-windows hosts. @@ -892,7 +892,7 @@ AC_CONFIG_COMMANDS([stamp-h], [echo > stamp-h]) AC_OUTPUT ]) -sinclude(../../gettext.m4) +sinclude(../../config/gettext-sister.m4) dnl --enable-cgen-maint support AC_DEFUN(SIM_AC_OPTION_CGEN_MAINT, |