diff options
Diffstat (limited to 'gprof/configure.ac')
-rw-r--r-- | gprof/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/configure.ac b/gprof/configure.ac index 94486ed..85502ec 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -86,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 |