summaryrefslogtreecommitdiff
path: root/gprof/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/configure.in')
-rw-r--r--gprof/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in
index 2ae1aa12ca..1ee8064b70 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -52,10 +52,11 @@ AC_SEARCH_LIBS(fabs, m)
AM_BINUTILS_WARNINGS
-dnl Required by html and install-html
+dnl Required by html, pdf, install-pdf and install-html
AC_SUBST(datarootdir)
AC_SUBST(docdir)
AC_SUBST(htmldir)
+AC_SUBST(pdfdir)
AC_CONFIG_FILES([Makefile po/Makefile.in:po/Make-in])
AC_OUTPUT