summaryrefslogtreecommitdiff
path: root/sapi/cli/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-07 14:20:02 +0000
committerSascha Schumann <sas@php.net>2002-03-07 14:20:02 +0000
commit9d9d39a0de3bec962c343051011f5a2ed7d7b242 (patch)
tree09eb178e4b55da1d73d059067a5ed96ecb2c6464 /sapi/cli/config.m4
parent0e17eea049ba7c77351d2166e89524388922ce80 (diff)
downloadphp-git-9d9d39a0de3bec962c343051011f5a2ed7d7b242.tar.gz
Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
Diffstat (limited to 'sapi/cli/config.m4')
-rw-r--r--sapi/cli/config.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
index 83aef7b2bb..724c759de7 100644
--- a/sapi/cli/config.m4
+++ b/sapi/cli/config.m4
@@ -17,7 +17,8 @@ AC_ARG_ENABLE(cli,
)
if test "$PHP_SAPI_CLI" != "no"; then
- INSTALL_IT="$INSTALL_IT; \$(INSTALL) -m 0755 sapi/cli/php \$(INSTALL_ROOT)\$(bindir)/php"
+ INSTALL_CLI="\$(INSTALL) -m 0755 sapi/cli/php \$(INSTALL_ROOT)\$(bindir)/php"
+ PHP_SUBST(INSTALL_CLI)
else
PHP_DISABLE_CLI
fi