helly Fri Dec 13 08:34:38 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4 configure.in
Log:
MFH
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.14 php4/configure.in:1.396.2.15
--- php4/configure.in:1.396.2.14 Wed Dec 11 13:57:24 2002
+++ php4/configure.in Fri Dec 13 08:34:37 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.14 2002/12/11 18:57:24 andrei Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.15 2002/12/13 13:34:37 helly Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -964,7 +964,7 @@
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
if test "$disable_cli" != "1"; then
- PHP_CLI_TARGET=sapi/cli/php
+ PHP_CLI_TARGET="\$(SAPI_CLI_PATH)"
PHP_INSTALL_CLI_TARGET="install-cli"
PHP_ADD_SOURCES(sapi/cli, php_cli.c getopt.c,, cli)
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php