Fix boost not found on debian-testing MP-628
[m4-moved-to-github.git] / yaz.m4
diff --git a/yaz.m4 b/yaz.m4
index eebfa70..22b57ce 100644 (file)
--- a/yaz.m4
+++ b/yaz.m4
@@ -10,13 +10,15 @@ if test -n "$docdir"; then
         AC_SUBST([docdir])
 fi
 AC_SUBST(XSLTPROC_COMPILE)
-XSLTPROC_COMPILE='xsltproc -path ".:$(srcdir)"'
+XSLTPROC_COMPILE='xsltproc --xinclude -path ".:$(srcdir)"'
 AC_SUBST(MAN_COMPILE)
 MAN_COMPILE='$(XSLTPROC_COMPILE) $(srcdir)/common/id.man.xsl'
 AC_SUBST(HTML_COMPILE)
 HTML_COMPILE='$(XSLTPROC_COMPILE) $(srcdir)/common/id.htmlhelp.xsl'
 AC_SUBST(TKL_COMPILE)
 TKL_COMPILE='$(XSLTPROC_COMPILE) $(srcdir)/common/id.tkl.xsl'
+AC_SUBST(PDF_COMPILE)
+PDF_COMPILE='dblatex -P latex.class.options=a4paper,12pt,twoside,openright'
 
 AC_SUBST(DTD_DIR)      
 AC_ARG_WITH(docbook-dtd,[[  --with-docbook-dtd=DIR  use docbookx.dtd in DIR]],
@@ -145,9 +147,6 @@ AC_DEFUN([YAZ_INIT],
                        if test "$have_yaz_version" -lt "$req_yaz_version"; then
                                AC_MSG_ERROR([$YAZVERSION. Requires YAZ $2 or later])
                        fi
-                       if test "$req_yaz_version" -gt "2000028"; then
-                               YAZINC="$YAZINC -DYAZ_USE_NEW_LOG=1"
-                       fi
                fi
        fi
 ])