X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz.m4;h=22b57cecbd4038b04e3427f38225bb75f946d4c6;hb=cbe5631365b3ef5a840942cab5e03a50a665fe07;hp=4e6df3e0304cd454c3c490271664a004645728d7;hpb=acee1cf4678c8c0908d65fcbc19f49c7c5aa677f;p=m4-moved-to-github.git diff --git a/yaz.m4 b/yaz.m4 index 4e6df3e..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) @@ -147,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 ])