Making Docbook work under Windows
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 24 Mar 2002 18:55:06 +0000 (18:55 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 24 Mar 2002 18:55:06 +0000 (18:55 +0000)
configure.in

index 668fee2..eeab864 100644 (file)
@@ -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