sniper          Fri Jun  6 02:32:17 2003 EDT

  Modified files:              
    /php4/ext/xsl       .cvsignore config.m4 
  Log:
  Missing entries in .cvsignore and some cutpaste bugs in config.m4
  
Index: php4/ext/xsl/.cvsignore
diff -u php4/ext/xsl/.cvsignore:1.1 php4/ext/xsl/.cvsignore:1.2
--- php4/ext/xsl/.cvsignore:1.1 Thu Jun  5 13:49:46 2003
+++ php4/ext/xsl/.cvsignore     Fri Jun  6 02:32:16 2003
@@ -1,3 +1,5 @@
+*.lo
+*.la
 .deps
 *.plg
 *.opt
Index: php4/ext/xsl/config.m4
diff -u php4/ext/xsl/config.m4:1.1 php4/ext/xsl/config.m4:1.2
--- php4/ext/xsl/config.m4:1.1  Thu Jun  5 13:10:13 2003
+++ php4/ext/xsl/config.m4      Fri Jun  6 02:32:16 2003
@@ -1,6 +1,7 @@
 dnl
-dnl $Id: config.m4,v 1.1 2003/06/05 17:10:13 rrichards Exp $
+dnl $Id: config.m4,v 1.2 2003/06/06 06:32:16 sniper Exp $
 dnl
+
 AC_DEFUN(PHP_XSL_CHECK_VERSION,[
   old_CPPFLAGS=$CPPFLAGS
   CPPFLAGS=-I$XSL_DIR/include
@@ -19,10 +20,8 @@
 ])
 
 PHP_ARG_WITH(xsl, for XSL support,
-[  --with-xsl[=DIR]        Include new DOM support (requires libxml >= 2.4.14).
-                          DIR is the libxml install directory.])
-
-
+[  --with-xsl[=DIR]        Include new XSL support (requires libxslt >= 1.0.3).
+                          DIR is the libxslt install directory.])
 
 if test "$PHP_XSL" != "no"; then
 
@@ -53,15 +52,8 @@
     PHP_ADD_LIBRARY_WITH_PATH($DOM_LIBNAME, $XSL_DIR/lib, XSL_SHARED_LIBADD)
     PHP_ADD_INCLUDE($XSL_DIR/include)
   fi
-
   
   AC_DEFINE(HAVE_XSL,1,[ ])
   PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
   PHP_SUBST(XSL_SHARED_LIBADD)
 fi
-
-
-
-
-
-



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

Reply via email to