aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/configure.in')
-rw-r--r--gprof/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index 9cdca4a..5f0f59f 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -44,6 +44,11 @@ fi
AM_BINUTILS_WARNINGS
+dnl Required by html and install-html
+AC_SUBST(datarootdir)
+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