goba            Sat Jul 27 09:01:21 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  Reverting back the old DSSSL path as it seems like jade on linux
  does not like the relative path of this kind... I still cannot
  imagine why...
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.166 phpdoc/configure.in:1.167
--- phpdoc/configure.in:1.166   Sat Jul 27 08:55:38 2002
+++ phpdoc/configure.in Sat Jul 27 09:01:17 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.166 2002/07/27 12:55:38 goba Exp $
+dnl $Id: configure.in,v 1.167 2002/07/27 13:01:17 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -226,11 +226,8 @@
     AC_MSG_RESULT(in $withval)
   fi
 ],[
-  # these path values are relative to the phpdoc/dsssl directory!
-  # DOCBOOK_HTML and DOCBOOOK_PRINT are only substituted in that
-  # directory
-  DOCBOOK_HTML="./docbook/html/docbook.dsl"
-  DOCBOOK_PRINT="./docbook/print/docbook.dsl"
+  DOCBOOK_HTML="$srcdir/dsssl/docbook/html/docbook.dsl"
+  DOCBOOK_PRINT="$srcdir/dsssl/docbook/print/docbook.dsl"
   AC_MSG_RESULT([$srcdir/dsssl/docbook (default)])
 ])
 if test -z "$DOCBOOK_HTML"; then



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to