gdb/
[deliverable/binutils-gdb.git] / ld / configure.in
index d466e3dbfb34320ba605c3c933727b979f8e4b00..eddfeb16456d1fb5554af3782118ad8f1e76d433 100644 (file)
@@ -125,6 +125,7 @@ AM_PROG_LEX
 
 AM_MAINTAINER_MODE
 AM_CONDITIONAL(GENINSRC_NEVER, false)
+ACX_PROG_CMP_IGNORE_INITIAL
 
 . ${srcdir}/configure.host
 
@@ -303,10 +304,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
This page took 0.024128 seconds and 4 git commands to generate.