Manually apply Docbook/FreeBSD patch #708081 from a.go at tiscali.nl.
authorhal9 <hal9@users.sourceforge.net>
Tue, 25 Mar 2003 13:27:12 +0000 (13:27 +0000)
committerhal9 <hal9@users.sourceforge.net>
Tue, 25 Mar 2003 13:27:12 +0000 (13:27 +0000)
configure.in

index ea4ce76..1776211 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.68.2.12 2003/03/07 03:41:04 david__schmidt Exp $
+dnl $Id: configure.in,v 1.68.2.13 2003/03/18 19:38:57 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
@@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59
 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
+dnl Revision 1.68.2.13  2003/03/18 19:38:57  oes
+dnl Set version info for 3.0.1 release
+dnl
 dnl Revision 1.68.2.12  2003/03/07 03:41:04  david__schmidt
 dnl Wrapping all *_r functions (the non-_r versions of them) with mutex semaphores for OSX.  Hopefully this will take care of all of those pesky crash reports.
 dnl
@@ -409,7 +412,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.68.2.12 $)
+AC_REVISION($Revision: 1.68.2.13 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -727,7 +730,7 @@ dnl It is still not portable (directory slash)
 JADECAT=""
 if test $dodk = yes; then
   if test $DKPREFIX = none; then
-    for i in /usr/share/sgml/docbook/dsssl-stylesheets /usr/share/sgml/docbkdsl /usr/share/sgml/docbook-dsssl; do
+    for i in /usr/share/sgml/docbook/dsssl-stylesheets /usr/share/sgml/docbkdsl /usr/share/sgml/docbook-dsssl usr/local/share/sgml/docbook/dsssl/modular; do
 dnl  echo -n does not fly with /bin/sh.
 dnl      echo -n "checking for $i/html/docbook.dsl..."
       AC_MSG_CHECKING([for $i])
@@ -740,7 +743,12 @@ dnl      echo -n "checking for $i/html/docbook.dsl..."
       fi
     done
 # where are the catalogs?
-    for i in /usr/share/sgml/CATALOG.docbk30 /usr/share/sgml/CATALOG.docbk31; do
+    for i in /usr/share/sgml/CATALOG.docbk30 \
+             /usr/share/sgml/CATALOG.docbk31 \
+             /usr/share/sgml/CATALOG.docbk31 \
+             /usr/local/share/sgml/docbook/3.0/docbook.cat \
+               /usr/local/share/sgml/docbook/3.1/docbook.cat \
+             ; do
 dnl     echo -n "checking for $i..."
       AC_MSG_CHECKING([for $i])
       if test -f $i; then