]> granicus.if.org Git - php/commitdiff
Added missing cvs ids and unified configure messages.
authorfoobar <sniper@php.net>
Fri, 30 Nov 2001 19:01:32 +0000 (19:01 +0000)
committerfoobar <sniper@php.net>
Fri, 30 Nov 2001 19:01:32 +0000 (19:01 +0000)
15 files changed:
sapi/aolserver/config.m4
sapi/apache/config.m4
sapi/apache2filter/config.m4
sapi/caudium/config.m4
sapi/cgi/config.m4
sapi/fastcgi/config.m4
sapi/isapi/config.m4
sapi/nsapi/config.m4
sapi/phttpd/config.m4
sapi/pi3web/config.m4
sapi/roxen/config.m4
sapi/servlet/config.m4
sapi/thttpd/config.m4
sapi/tux/config.m4
sapi/webjames/config.m4

index 790462d7c680576186d36d00ce109d911d6cde78..5e2ee7ed295d84dbc8319af1a2242fc046de9c48 100644 (file)
@@ -1,4 +1,6 @@
-dnl ## $Id$ -*- sh -*-
+dnl
+dnl $Id$
+dnl
 
 AC_MSG_CHECKING(for AOLserver support)
 AC_ARG_WITH(aolserver,
index a053ea4c468bab7cd8775b565f65179b69031259..f9c4d07ad1ba23bad47784a3c09afbeba9fccb99 100644 (file)
@@ -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,
index cb3aeb299751023fc9117c6b987408e6b9e2cad1..ec0e36b0ce08c2a98aeb6c2ee7aa5f69554b4d54 100644 (file)
@@ -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,
index 9fdbb3bebb2607367da11c255424d48cd5573d46..26f24202ba5a8675154bdfff591d3866acd95a0c 100644 (file)
@@ -1,4 +1,6 @@
-dnl ## $Id$ -*- sh -*-
+dnl
+dnl $Id$
+dnl 
 
 RESULT=no
 AC_MSG_CHECKING(for Caudium support)
index 7a0007e572ddb80d746723e32358677a7c21132f..29ffadb995067a32675f8c4958fb1fc3d668a53e 100644 (file)
@@ -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([
index 74dba3a0d0c121143d68e2f6f2318552ec19aabd..b01070587af71215745cc0bb7b21f00237b2bf5c 100644 (file)
@@ -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],[
index 85fc88059a0658595dd476692244df75ecd245bc..6bc7a4cc4ad7bf64132c50f6daefb71391d253a4 100644 (file)
@@ -1,4 +1,6 @@
-dnl ## $Id$ -*- sh -*-
+dnl
+dnl $Id$
+dnl
 
 RESULT=no
 AC_MSG_CHECKING(for Zeus ISAPI support)
index b03ed8b52480d1a1841cb6ccb0a709f9adb84c4c..1f4664d5b442f5f5fec67f8f3c96d0b57261839b 100644 (file)
@@ -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
index 038fbc8e8a505354b87d4f5ed6b7313679557b67..d3d3c6d6655c34378ccb715c2684d3da6d5a19da 100644 (file)
@@ -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)
index eb729f75d741bc0cf23ff78e8a01a3f8fce08c41..f4e54594ecde218671efcab61f730013eb1122cd 100644 (file)
@@ -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.])
 
index 842e0547c96c982a988549b3e3524bc8376b2f95..67eac5c5a15f256bb3bec044070f47fe2d7eb46d 100644 (file)
@@ -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:
index d2678af0a25d6ebe6dbf14073fa916133ea9372f..8be5d17199775cc78bc94078c6483a27cb6e3d47 100644 (file)
@@ -1,5 +1,6 @@
-# $Id$
-# config.m4 for servlet sapi
+dnl
+dnl $Id$
+dnl
 
 AC_MSG_CHECKING(for Servlet support)
 AC_ARG_WITH(servlet,
index a96c5299fc1bdfdde1a6ec68baf42585aa670877..99497efcf1b28754b615fd733b97eb62b8ab4b1d 100644 (file)
@@ -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))
index 7a0ca55de83644291d18f0af94413f3b5fdde86d..dc22a72ad1f252c91cb767a8cfaad02fa1ec9d2f 100644 (file)
@@ -1,3 +1,7 @@
+dnl
+dnl $Id$
+dnl
+
 PHP_TUX=no
 
 AC_ARG_WITH(tux,
index 1c8750ad0fda36b5c976969bc5933fec226e3ae2..db6247ae294cd02b652f10e16e9620e7d1a1e94a 100644 (file)
@@ -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)