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 /ld/configure.in | |
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 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/configure.in b/ld/configure.in index 0f3c58d..301d44a 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -83,7 +83,8 @@ AC_PROG_CC AC_PROG_INSTALL ALL_LINGUAS="fr sv tr es da vi zh_CN" -CY_GNU_GETTEXT +ZW_GNU_GETTEXT_SISTER_DIR +AM_PO_SUBDIRS AC_EXEEXT @@ -265,5 +266,4 @@ AC_SUBST(datarootdir) AC_SUBST(docdir) AC_SUBST(htmldir) -AC_OUTPUT(Makefile po/Makefile.in:po/Make-in, -[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile]) +AC_OUTPUT(Makefile po/Makefile.in:po/Make-in) |