From: morcego <morcego@users.sourceforge.net>
Date: Wed, 6 Mar 2002 20:57:00 +0000 (+0000)
Subject: Fixing detection of stylesheets on SuSe.
X-Git-Tag: v_2_9_12~150
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/diff?a=commitdiff_plain;h=734a597393f1fe7367c1f78ab6ce07fb8db1e767;p=privoxy.git

Fixing detection of stylesheets on SuSe.
---

diff --git a/configure b/configure
index 86e73c6f..9fc6709d 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.32 
+# From configure.in Revision: 1.33 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -1289,7 +1289,7 @@ fi
 fi
 if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  /usr/share/sgml/docbkdsl
+  DKPREFIX=/usr/share/sgml/docbkdsl
 else
   echo "$ac_t""no" 1>&6
 
diff --git a/configure.in b/configure.in
index 51d1db13..b9c1b444 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.32 2002/03/05 14:07:43 morcego Exp $
+dnl $Id: configure.in,v 1.33 2002/03/05 17:31:11 morcego Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl IJBSWA 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.33  2002/03/05 17:31:11  morcego
+dnl Search for docbook.dsl. Should solve portability problems for SuSe.
+dnl
 dnl Revision 1.32  2002/03/05 14:07:43  morcego
 dnl configure now detects rpm topdir, and change GNUmakefile acordingly
 dnl    (based on sugestion by Sarantis Paskalis)
@@ -244,7 +247,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.32 $)
+AC_REVISION($Revision: 1.33 $)
 AC_INIT(jcc.c)
 AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
@@ -413,7 +416,7 @@ AC_SUBST(JADEBIN)
 
 dnl Checking for the docbook.dsl stylesheet file
 DKPREFIX=none
-AC_CHECK_FILE(/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl,DKPREFIX=/usr/share/sgml/docbook/dsssl-stylesheets,AC_CHECK_FILE(/usr/share/sgml/docbkdsl/html/docbook.dsl,/usr/share/sgml/docbkdsl))
+AC_CHECK_FILE(/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl,DKPREFIX=/usr/share/sgml/docbook/dsssl-stylesheets,AC_CHECK_FILE(/usr/share/sgml/docbkdsl/html/docbook.dsl,DKPREFIX=/usr/share/sgml/docbkdsl))
 AC_SUBST(DKPREFIX)
 
 dnl Save old CFLAGS so we can restore them later, then add SPECIAL_CFLAGS