helly Mon Jun 2 16:58:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-src configure.in Log: - MFH Fix style http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.19&r2=1.579.2.52.2.77.2.20&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.52.2.77.2.19 php-src/configure.in:1.579.2.52.2.77.2.20 --- php-src/configure.in:1.579.2.52.2.77.2.19 Mon Jun 2 14:13:04 2008 +++ php-src/configure.in Mon Jun 2 16:58:19 2008 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.579.2.52.2.77.2.19 2008/06/02 14:13:04 jani Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.579.2.52.2.77.2.20 2008/06/02 16:58:19 helly Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1345,15 +1345,15 @@ CXXFLAGS="$CXXFLAGS $standard_libtool_flag" if test "$PHP_PHAR" != "no" && test "$PHP_CLI" != "no"; then - PHARCMD=pharcmd - PHARCMD_INSTALL=install-pharcmd + pharcmd=pharcmd + pharcmd_install=install-pharcmd else - PHARCMD= - PHARCMD_INSTALL= + pharcmd= + pharcmd_install= fi; -all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) $PHARCMD" -install_targets="$install_modules install-build install-headers install-programs $install_pear $PHARCMD_INSTALL" +all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_CLI_TARGET) \$(PHAR_TARGET) $pharcmd" +install_targets="$install_modules install-build install-headers install-programs $install_pear $pharcmd_install" case $PHP_SAPI in cli)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php