diff options
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/configure.in b/ld/configure.in index d466e3d..2df309a 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -303,10 +303,11 @@ if test x${EXTRA_SHLIB_EXTENSION} != x ; then [Additional extension a shared object might have.]) fi -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 |