jeroen          Wed May 16 16:01:10 2001 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  XSL missing is not fatal, fixed defaults
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.64 phpdoc/configure.in:1.65
--- phpdoc/configure.in:1.64    Wed May 16 14:29:16 2001
+++ phpdoc/configure.in Wed May 16 16:01:10 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.64 2001/05/16 21:29:16 jeroen Exp $
+dnl $Id: configure.in,v 1.65 2001/05/16 23:01:10 jeroen Exp $
 
 AC_INIT(global.ent)
 
@@ -116,11 +116,11 @@
     done
 ])
 if test -z "$DOCBOOKXSL_BIGHTML"; then
-    DOCBOOKXSL_BIGHTML=../xsl/html/docbook.xsl
-    DOCBOOKXSL_HTML=../xsl/html/chunk.xsl
-    DOCBOOKXSL_HTMLHELP=../xsl/contrib/htmlhelp/htmlhelp.xsl
-    DOCBOOKXSL_PRINT=../xsl/fo/docbook.xsl
-    AC_MSG_RESULT(FAILED - WARNING: XSL COULDN'T BE FOUND)
+    DOCBOOKXSL_BIGHTML=../phpdoc-tools/xsl/html/docbook.xsl
+    DOCBOOKXSL_HTML=../phpdoc-tools/xsl/html/chunk.xsl
+    DOCBOOKXSL_HTMLHELP=../phpdoc-tools/xsl/contrib/htmlhelp/htmlhelp.xsl
+    DOCBOOKXSL_PRINT=../phpdoc-tools/xsl/fo/docbook.xsl
+    AC_MSG_RESULT(not found, defaulting)
 fi
 AC_SUBST(DOCBOOKXSL_BIGHTML)
 AC_SUBST(DOCBOOKXSL_HTML)


Reply via email to