diff options
author | Wilfredo Sanchez <wsanchez@php.net> | 2001-04-03 20:59:50 +0000 |
---|---|---|
committer | Wilfredo Sanchez <wsanchez@php.net> | 2001-04-03 20:59:50 +0000 |
commit | 0df6e8dd88e7233e75683271b96a38bf7c4c6fef (patch) | |
tree | df2629a47c454055dd0c7403d0d052a01a29b5f7 /sapi/phttpd | |
parent | a0a471e7a3eca3ec17655951b3020cf32570eb36 (diff) | |
download | php-git-0df6e8dd88e7233e75683271b96a38bf7c4c6fef.tar.gz |
Add INSTALL_ROOT variable to specify install location.
Diffstat (limited to 'sapi/phttpd')
-rw-r--r-- | sapi/phttpd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phttpd/config.m4 b/sapi/phttpd/config.m4 index 516ec6b433..038fbc8e8a 100644 --- a/sapi/phttpd/config.m4 +++ b/sapi/phttpd/config.m4 @@ -14,7 +14,7 @@ AC_ARG_WITH(phttpd, AC_DEFINE(HAVE_PHTTPD,1,[Whether you have phttpd]) PHP_SAPI=phttpd PHP_BUILD_SHARED - INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PHTTPD_DIR/modules/" + INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHTTPD_DIR/modules/" RESULT=yes ]) AC_MSG_RESULT($RESULT) |