helly Fri Oct 1 18:32:15 2004 EDT Modified files: /php-src configure.in Log: - Add makefile fragment which simplifies working on the executer http://cvs.php.net/diff.php/php-src/configure.in?r1=1.519&r2=1.520&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.519 php-src/configure.in:1.520 --- php-src/configure.in:1.519 Wed Sep 29 00:57:18 2004 +++ php-src/configure.in Fri Oct 1 18:32:15 2004 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.519 2004/09/29 04:57:18 sterling Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.520 2004/10/01 22:32:15 helly Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1299,6 +1299,7 @@ PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/scripts/Makefile.frag,$abs_srcdir/scripts,scripts) PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/pear/Makefile.frag,$abs_srcdir/pear,pear) PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/Makefile.frag,$abs_srcdir/Zend,Zend) +PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/Zend/Makefile.frag,$abs_srcdir/Zend,Zend) PHP_GEN_BUILD_DIRS PHP_GEN_GLOBAL_MAKEFILE
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php