summaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-05-31 15:14:39 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-05-31 15:14:39 +0000
commite94934d81f977294b35a71eb7df170fbc15ac46c (patch)
tree9e0557bda2df29b1611386d8f13c15cba021e632 /opcodes/configure.in
parent79bbf2fe2ff0f7641870d4f047ee1cfe1115e766 (diff)
downloadbinutils-redhat-e94934d81f977294b35a71eb7df170fbc15ac46c.tar.gz
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 'opcodes/configure.in')
-rw-r--r--opcodes/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in
index d19d23cdbd..46da039ee7 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -61,7 +61,8 @@ AC_EXEEXT
AC_PROG_CC
ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN"
-CY_GNU_GETTEXT
+ZW_GNU_GETTEXT_SISTER_DIR
+AM_PO_SUBDIRS
. ${srcdir}/../bfd/configure.host
@@ -273,5 +274,4 @@ AC_SUBST(archdefs)
AC_SUBST(BFD_MACHINES)
AC_CONFIG_FILES([Makefile po/Makefile.in:po/Make-in])
-AC_CONFIG_COMMANDS([default],[[sed -e '/POTFILES =/r po/POTFILES' po/Makefile.in > po/Makefile]],[[]])
AC_OUTPUT