helly Mon Jun 2 16:29:25 2008 UTC
Modified files:
/php-src configure.in
Log:
- Fix style
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.656&r2=1.657&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.656 php-src/configure.in:1.657
--- php-src/configure.in:1.656 Sat May 31 20:04:48 2008
+++ php-src/configure.in Mon Jun 2 16:29:25 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.656 2008/05/31 20:04:48 helly Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.657 2008/06/02 16:29:25 helly Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -1275,15 +1275,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 $PHARCMD_INSTALL"
+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 $pharcmd_install"
case $PHP_SAPI in
cli)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php