sniper Tue Feb 11 23:05:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cli Makefile.frag config.m4 Log: MFH Index: php4/sapi/cli/Makefile.frag diff -u php4/sapi/cli/Makefile.frag:1.1 php4/sapi/cli/Makefile.frag:1.1.2.1 --- php4/sapi/cli/Makefile.frag:1.1 Sun Sep 29 12:22:48 2002 +++ php4/sapi/cli/Makefile.frag Tue Feb 11 23:05:33 2003 @@ -4,4 +4,6 @@ install-cli: $(SAPI_CLI_PATH) @echo "Installing PHP CLI binary: $(INSTALL_ROOT)$(bindir)/" @$(INSTALL_CLI) - + @echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/" + @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1 + @$(INSTALL_DATA) $(srcdir)/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1 Index: php4/sapi/cli/config.m4 diff -u php4/sapi/cli/config.m4:1.11.2.2 php4/sapi/cli/config.m4:1.11.2.3 --- php4/sapi/cli/config.m4:1.11.2.2 Fri Dec 20 05:04:55 2002 +++ php4/sapi/cli/config.m4 Tue Feb 11 23:05:33 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.11.2.2 2002/12/20 10:04:55 edink Exp $ +dnl $Id: config.m4,v 1.11.2.3 2003/02/12 04:05:33 sniper Exp $ dnl AC_MSG_CHECKING(for CLI build) @@ -14,7 +14,7 @@ ]) if test "$PHP_SAPI_CLI" != "no"; then - PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/cli/Makefile.frag) + +PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/cli/Makefile.frag,$abs_srcdir/sapi/cli,sapi/cli) SAPI_CLI_PATH=sapi/cli/php PHP_SUBST(SAPI_CLI_PATH)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php