Missing entries in .cvsignore and some cutpaste bugs in config.m4

This commit is contained in:
foobar 2003-06-06 06:32:16 +00:00
parent fe054542a3
commit aaf2473558

View file

@ -1,6 +1,7 @@
dnl dnl
dnl $Id$ dnl $Id$
dnl dnl
AC_DEFUN(PHP_XSL_CHECK_VERSION,[ AC_DEFUN(PHP_XSL_CHECK_VERSION,[
old_CPPFLAGS=$CPPFLAGS old_CPPFLAGS=$CPPFLAGS
CPPFLAGS=-I$XSL_DIR/include CPPFLAGS=-I$XSL_DIR/include
@ -19,10 +20,8 @@ AC_DEFUN(PHP_XSL_CHECK_VERSION,[
]) ])
PHP_ARG_WITH(xsl, for XSL support, PHP_ARG_WITH(xsl, for XSL support,
[ --with-xsl[=DIR] Include new DOM support (requires libxml >= 2.4.14). [ --with-xsl[=DIR] Include new XSL support (requires libxslt >= 1.0.3).
DIR is the libxml install directory.]) DIR is the libxslt install directory.])
if test "$PHP_XSL" != "no"; then if test "$PHP_XSL" != "no"; then
@ -53,15 +52,8 @@ if test "$PHP_XSL" != "no"; then
PHP_ADD_LIBRARY_WITH_PATH($DOM_LIBNAME, $XSL_DIR/lib, XSL_SHARED_LIBADD) PHP_ADD_LIBRARY_WITH_PATH($DOM_LIBNAME, $XSL_DIR/lib, XSL_SHARED_LIBADD)
PHP_ADD_INCLUDE($XSL_DIR/include) PHP_ADD_INCLUDE($XSL_DIR/include)
fi fi
AC_DEFINE(HAVE_XSL,1,[ ]) AC_DEFINE(HAVE_XSL,1,[ ])
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared) PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
PHP_SUBST(XSL_SHARED_LIBADD) PHP_SUBST(XSL_SHARED_LIBADD)
fi fi