From c9c894a0b63f9ce9578570e3507c3e6232ec4797 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 21 Jun 2011 15:15:11 +0200 Subject: [PATCH] Enable xinclude for xsltproc --- yaz.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4