Add build_doc by default.

However, skip building the docs (and output warnings) if XML support is missing.
This allows `make install` to succeed w/o `make dist`.
This commit is contained in:
Qi Wang 2019-02-07 18:47:49 -08:00 committed by Qi Wang
parent 23b15e764b
commit 9015deb126
2 changed files with 19 additions and 1 deletions

View file

@ -175,6 +175,9 @@ fi
],
XSLROOT="${DEFAULT_XSLROOT}"
)
if test "x$XSLTPROC" = "xfalse" ; then
XSLROOT=""
fi
AC_SUBST([XSLROOT])
dnl If CFLAGS isn't defined, set CFLAGS to something reasonable. Otherwise,