aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/configure.ac')
-rw-r--r--gprof/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/configure.ac b/gprof/configure.ac
index 166e16c..85502ec 100644
--- a/gprof/configure.ac
+++ b/gprof/configure.ac
@@ -44,7 +44,6 @@ AC_CHECK_FUNCS(setitimer)
ALL_LINGUAS="bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi"
ZW_GNU_GETTEXT_SISTER_DIR
-AM_PO_SUBDIRS
AM_MAINTAINER_MODE
AM_CONDITIONAL(GENINSRC_NEVER, false)
@@ -87,6 +86,7 @@ AC_CACHE_CHECK([whether gprof tests can run],
fi])
AM_CONDITIONAL(NATIVE, test "$gprof_cv_sys_native" = "yes")
-AC_OUTPUT(Makefile testsuite/Makefile po/Makefile.in:po/Make-in)
+AC_CONFIG_FILES([Makefile testsuite/Makefile po/Makefile.in:po/Make-in])
+AC_OUTPUT
GNU_MAKE_JOBSERVER