From 57519a89dfb01ca8147234bb5261bf17d146e102 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 24 Mar 2002 18:55:06 +0000 Subject: [PATCH] Making Docbook work under Windows --- configure.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.39.2