summaryrefslogtreecommitdiff
path: root/sapi/pi3web
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@php.net>2001-04-03 20:59:50 +0000
committerWilfredo Sanchez <wsanchez@php.net>2001-04-03 20:59:50 +0000
commit0df6e8dd88e7233e75683271b96a38bf7c4c6fef (patch)
treedf2629a47c454055dd0c7403d0d052a01a29b5f7 /sapi/pi3web
parenta0a471e7a3eca3ec17655951b3020cf32570eb36 (diff)
downloadphp-git-0df6e8dd88e7233e75683271b96a38bf7c4c6fef.tar.gz
Add INSTALL_ROOT variable to specify install location.
Diffstat (limited to 'sapi/pi3web')
-rw-r--r--sapi/pi3web/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/pi3web/config.m4 b/sapi/pi3web/config.m4
index 8e04e5952e..eb729f75d7 100644
--- a/sapi/pi3web/config.m4
+++ b/sapi/pi3web/config.m4
@@ -16,7 +16,7 @@ if test "$PHP_PI3WEB" != "no"; then
PHP_ADD_INCLUDE($PI3PATH/PHP4)
PHP_SAPI=pi3web
PHP_BUILD_SHARED
- INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED $PI3PATH/bin/"
+ INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PI3PATH/bin/"
fi
dnl ## Local Variables: