From: Adam Dickmeiss Date: Tue, 21 Jun 2011 13:15:11 +0000 (+0200) Subject: Enable xinclude for xsltproc X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=c9c894a0b63f9ce9578570e3507c3e6232ec4797;p=m4-moved-to-github.git Enable xinclude for xsltproc --- diff --git a/yaz.m4 b/yaz.m4 index cd5075e..22b57ce 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -10,7 +10,7 @@ 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)