Date: 01/29/00
- Next message: R. P. Channing Rodgers, M.D.: "[PHP4BETA] Trouble building PHP4"
- Previous message: Sumeet Mehra: "[PHP4BETA] php4 error on Win NT4 & apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rubys Sat Jan 29 16:42:55 2000 EDT
Modified files:
/php4/sapi/servlet config.m4
Log:
add installation
Index: php4/sapi/servlet/config.m4
diff -u php4/sapi/servlet/config.m4:1.4 php4/sapi/servlet/config.m4:1.5
--- php4/sapi/servlet/config.m4:1.4 Wed Dec 29 18:59:50 1999
+++ php4/sapi/servlet/config.m4 Sat Jan 29 16:42:25 2000
@@ -1,4 +1,4 @@
-# $Id: config.m4,v 1.4 1999/12/30 02:59:50 sas Exp $
+# $Id: config.m4,v 1.5 2000/01/30 00:42:25 rubys Exp $
# config.m4 for servlet sapi
AC_MSG_CHECKING(for Servlet support)
@@ -25,6 +25,9 @@
fi
AC_DEFINE(SAPI_SERVLET, 1, [Whether you use Servlet])
+
+ INSTALL_IT="\$(INSTALL) -m 0755 \$(srcdir)/sapi/servlet/phpsrvlt.jar \$(libdir)/$SAPI_CGI"
+ INSTALL_IT="$INSTALL_IT; \$(INSTALL) -m 0755 $SAPI_SHARED \$(libdir)/$SAPI_CGI"
PHP_EXTENSION(servlet, "shared")
PHP_SAPI=servlet
PHP_BUILD_SHARED
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: R. P. Channing Rodgers, M.D.: "[PHP4BETA] Trouble building PHP4"
- Previous message: Sumeet Mehra: "[PHP4BETA] php4 error on Win NT4 & apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

