From b18c9f379ff946b4ab307f555e1a0e1f5ad85dc8 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 26 Jul 2016 10:47:13 +0000 Subject: [PATCH] configure.in: Add another docbook.cat path to test This seems to be required to build the documentation on ElectroBSD (and presumably FreeBSD as well). --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index fc14e38b..045c87db 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.200 2016/06/22 12:21:11 fabiankeil Exp $ +dnl $Id: configure.in,v 1.201 2016/07/26 10:45:58 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2016 the dnl Privoxy team. https://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.200 $) +AC_REVISION($Revision: 1.201 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -383,6 +383,7 @@ dnl echo -n "checking for $i/html/docbook.dsl..." for i in /usr/share/sgml/CATALOG.docbk30 \ /usr/share/sgml/CATALOG.docbk31 \ /usr/share/sgml/CATALOG.docbk31 \ + /usr/local/share/sgml/docbook/2.4.1/docbook.cat \ /usr/local/share/sgml/docbook/3.0/docbook.cat \ /usr/local/share/sgml/docbook/3.1/docbook.cat \ /usr/share/sgml/docbook/dtd/3.1/docbook.cat \ -- 2.39.2