aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-05-31 15:14:46 +0000
committerDaniel Jacobowitz <drow@false.org>2006-05-31 15:14:46 +0000
commit20e95c23ab729a24aa7533de3a61b6e2c49506ea (patch)
tree7da8856acd79a82104cd1d35fed0e05780d0caca /gprof/configure.in
parent38365cdd8f6f2101eeb1d85c6cc3235f99557ad4 (diff)
downloadgdb-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 'gprof/configure.in')
-rw-r--r--gprof/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index 5f0f59f..514f194 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -25,7 +25,8 @@ AC_PROG_INSTALL
AC_CHECK_FUNCS(setmode)
ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga"
-CY_GNU_GETTEXT
+ZW_GNU_GETTEXT_SISTER_DIR
+AM_PO_SUBDIRS
AM_MAINTAINER_MODE
AC_EXEEXT
@@ -50,5 +51,4 @@ AC_SUBST(docdir)
AC_SUBST(htmldir)
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