Browse Source

Added missing cvs ids and unified configure messages.

experimental/ZendEngine2
foobar 25 years ago
parent
commit
f43b57190c
  1. 4
      sapi/aolserver/config.m4
  2. 5
      sapi/apache/config.m4
  3. 4
      sapi/apache2filter/config.m4
  4. 4
      sapi/caudium/config.m4
  5. 4
      sapi/cgi/config.m4
  6. 4
      sapi/fastcgi/config.m4
  7. 4
      sapi/isapi/config.m4
  8. 6
      sapi/nsapi/config.m4
  9. 6
      sapi/phttpd/config.m4
  10. 4
      sapi/pi3web/config.m4
  11. 5
      sapi/roxen/config.m4
  12. 5
      sapi/servlet/config.m4
  13. 4
      sapi/thttpd/config.m4
  14. 4
      sapi/tux/config.m4
  15. 4
      sapi/webjames/config.m4

4
sapi/aolserver/config.m4

@ -1,4 +1,6 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
dnl
AC_MSG_CHECKING(for AOLserver support)
AC_ARG_WITH(aolserver,

5
sapi/apache/config.m4

@ -1,5 +1,6 @@
dnl ## -*- sh -*-
dnl
dnl $Id$
dnl
AC_MSG_CHECKING(for Apache module support via DSO through APXS)
AC_ARG_WITH(apxs,

4
sapi/apache2filter/config.m4

@ -1,4 +1,6 @@
dnl ## -*- sh -*-
dnl
dnl $Id$
dnl
AC_MSG_CHECKING(for Apache 2.0 module support via DSO through APXS)
AC_ARG_WITH(apxs2,

4
sapi/caudium/config.m4

@ -1,4 +1,6 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
dnl
RESULT=no
AC_MSG_CHECKING(for Caudium support)

4
sapi/cgi/config.m4

@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_DEFUN(PHP_TEST_WRITE_STDOUT,[
AC_CACHE_CHECK(whether writing to stdout works,ac_cv_write_stdout,[
AC_TRY_RUN([

4
sapi/fastcgi/config.m4

@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_MSG_CHECKING(for FastCGI support)
AC_ARG_WITH(fastcgi,
[ --with-fastcgi=SRCDIR Build PHP as FastCGI application],[

4
sapi/isapi/config.m4

@ -1,4 +1,6 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
dnl
RESULT=no
AC_MSG_CHECKING(for Zeus ISAPI support)

6
sapi/nsapi/config.m4

@ -1,8 +1,10 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
dnl
AC_MSG_CHECKING(for NSAPI support)
AC_ARG_WITH(nsapi,
[ --with-nsapi=DIR Specify path to the installed Netscape],[
[ --with-nsapi=DIR Build PHP as NSAPI module for use with iPlanet.],[
PHP_NSAPI=$withval
],[
PHP_NSAPI=no

6
sapi/phttpd/config.m4

@ -1,9 +1,11 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
dnl
RESULT=no
AC_MSG_CHECKING(for PHTTPD support)
AC_ARG_WITH(phttpd,
[ --with-phttpd=DIR],
[ --with-phttpd=DIR Build PHP as phttpd module],
[
if test ! -d $withval ; then
AC_MSG_ERROR(You did not specify a directory)

4
sapi/pi3web/config.m4

@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
PHP_ARG_WITH(pi3web,for Pi3Web Support,
[ --with-pi3web=DIR Build PHP as a module for use with Pi3Web.])

5
sapi/roxen/config.m4

@ -1,4 +1,6 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
dnl
RESULT=no
AC_MSG_CHECKING(for Roxen/Pike support)
@ -52,6 +54,7 @@ if test "$RESULT" != "no" ; then
])
AC_MSG_RESULT($RESULT)
fi
dnl ## Local Variables:
dnl ## tab-width: 4
dnl ## End:

5
sapi/servlet/config.m4

@ -1,5 +1,6 @@
# $Id$
# config.m4 for servlet sapi
dnl
dnl $Id$
dnl
AC_MSG_CHECKING(for Servlet support)
AC_ARG_WITH(servlet,

4
sapi/thttpd/config.m4

@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_ARG_WITH(thttpd,
[ --with-thttpd=SRCDIR Build PHP as thttpd module],[
test -d $withval || AC_MSG_RESULT(thttpd directory does not exist ($withval))

4
sapi/tux/config.m4

@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
PHP_TUX=no
AC_ARG_WITH(tux,

4
sapi/webjames/config.m4

@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_ARG_WITH(webjames,
[ --with-webjames=SRCDIR Build PHP as a WebJames module (RISC OS only)],[
PHP_EXPAND_PATH($withval, WEBJAMES)

Loading…
Cancel
Save