From: jongfoster <jongfoster@users.sourceforge.net>
Date: Sun, 24 Mar 2002 18:55:06 +0000 (+0000)
Subject: Making Docbook work under Windows
X-Git-Tag: v_2_9_7~64
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/gitweb.js?a=commitdiff_plain;h=57519a89dfb01ca8147234bb5261bf17d146e102;p=privoxy.git

Making Docbook work under Windows
---

diff --git a/configure.in b/configure.in
index 668fee25..eeab8649 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.44 2002/03/24 13:25:43 swa Exp $
+dnl $Id: configure.in,v 1.45 2002/03/24 14:19:55 swa Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl Privoxy team.  http://ijbswa.sourceforge.net
@@ -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.45  2002/03/24 14:19:55  swa
+dnl set rpm package release in configure.in. nowhere else.
+dnl
 dnl Revision 1.44  2002/03/24 13:25:43  swa
 dnl name change related issues
 dnl
@@ -286,7 +289,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.44 $)
+AC_REVISION($Revision: 1.45 $)
 AC_INIT(jcc.c)
 AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
@@ -500,12 +503,12 @@ dnl Checking for the docbook.dsl stylesheet file
 dnl It is still not portable (directory slash)
 if test $dodk = yes; then
   if test $DKPREFIX = none; then
-    for i in /usr/share/sgml/docbook/dsssl-stylesheets /usr/share/sgml/docbkdsl; do
+    for i in /usr/share/sgml/docbook/dsssl-stylesheets /usr/share/sgml/docbkdsl /usr/share/sgml/docbook-dsssl; do
       echo -n "checking for $i/html/docbook.dsl..."
       if test -f $i/html/docbook.dsl; then
         echo "yes"
         DKPREFIX=$i
-	break
+        break
       else
         echo "no"
       fi