summaryrefslogtreecommitdiff
path: root/sapi/cli/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-12 04:38:30 +0000
committerfoobar <sniper@php.net>2003-02-12 04:38:30 +0000
commit7788cefdd3bcf534a435d320801b3a80962cb750 (patch)
tree31bfc20ebfe84c14b0ba6f2266ce933d05c1bb8a /sapi/cli/config.m4
parentcd7260537a211f04135903393b6a3f82764dc5fb (diff)
downloadphp-git-7788cefdd3bcf534a435d320801b3a80962cb750.tar.gz
"Generate" the man page so that it gets correct version always.
Diffstat (limited to 'sapi/cli/config.m4')
-rw-r--r--sapi/cli/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
index 439a636556..7651e702b3 100644
--- a/sapi/cli/config.m4
+++ b/sapi/cli/config.m4
@@ -31,8 +31,10 @@ if test "$PHP_SAPI_CLI" != "no"; then
;;
esac
INSTALL_CLI="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(bindir); \$(INSTALL) -m 0755 \$(SAPI_CLI_PATH) \$(INSTALL_ROOT)\$(bindir)/php"
+
PHP_SUBST(BUILD_CLI)
PHP_SUBST(INSTALL_CLI)
+ PHP_OUTPUT(sapi/cli/php.1)
fi
AC_MSG_RESULT($PHP_SAPI_CLI)