head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.11.09.23.51; author adam; state Exp; branches; next ; commitid 7BgnpBeetMettnFG; desc @@ 1.1 log @sysbench: updated to 1.0.20 1.0.20 * build/CI/packaging: Add arm64 to Travis CI matrix * build/CI/packaging: add Ubuntu Focal * build/CI/packaging: remove Fedora Rawhide from CI matrix * build/CI/packaging: fix regression tests to work with MySQL 8.0.19+ * build/CI/packaging: fix macOS builds in Travis * build/CI/packaging: remove Ubuntu Disco (EOL) @ text @$NetBSD$ Don't look for dockbook in non-existent places. --- m4/ax_check_docbook.m4.orig 2026-05-11 08:37:32.516953600 +0000 +++ m4/ax_check_docbook.m4 @@@@ -7,31 +7,8 @@@@ dnl ------------------------------------ AC_DEFUN([AX_CHECK_DOCBOOK], [ # It's just rude to go over the net to build XSLTPROC_FLAGS=--nonet -DOCBOOK_ROOT= -for i in /etc/xml/catalog /usr/local/etc/xml/catalog /opt/local/etc/xml/catalog ; -do - if test -f $i; then - XML_CATALOG="$i" - fi -done -if test -z "$XML_CATALOG" ; then - for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/ /opt/local/share/xsl/docbook-xsl/xhtml/ ; - do - if test -d "$i"; then - DOCBOOK_ROOT=$i - fi - done - - # Last resort - try net - if test -z "$DOCBOOK_ROOT"; then - XSLTPROC_FLAGS= - fi -else - CAT_ENTRY_START='' -fi AC_CHECK_PROG(XSLTPROC,xsltproc,xsltproc,) XSLTPROC_WORKS=no @