summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--ext/ccvs/config.m44
-rw-r--r--ext/curl/config.m44
-rw-r--r--ext/cybercash/config.m42
-rw-r--r--ext/java/config.m46
-rw-r--r--ext/pfpro/config.m42
-rw-r--r--ext/pgsql/config.m42
-rw-r--r--ext/rpc/java/config.m46
-rw-r--r--ext/sablot/config.m42
-rw-r--r--ext/shmop/config.m42
-rw-r--r--ext/sockets/config.m44
11 files changed, 18 insertions, 18 deletions
diff --git a/configure.in b/configure.in
index ce4b237b69..3305100e6f 100644
--- a/configure.in
+++ b/configure.in
@@ -456,7 +456,7 @@ else
fi
PHP_ARG_ENABLE(debug, whether to include debugging symbols,
-[ --enable-debug Compile with debugging symbols.], no)
+[ --enable-debug Compile with debugging symbols.], no)
if test "$PHP_DEBUG" = "yes"; then
PHP_DEBUG=1
diff --git a/ext/ccvs/config.m4 b/ext/ccvs/config.m4
index 44cc23f426..aea9e1a893 100644
--- a/ext/ccvs/config.m4
+++ b/ext/ccvs/config.m4
@@ -3,8 +3,8 @@ dnl config.m4 for PHP4 CCVS Extension
AC_MSG_CHECKING(CCVS Support)
AC_ARG_WITH(ccvs,
-[ --with-ccvs[=DIR] Compile CCVS support into PHP4.
- Please specify your CCVS base install directory as DIR.
+[ --with-ccvs[=DIR] Compile CCVS support into PHP4.
+ Please specify your CCVS base install directory as DIR.
],
[
if test "$withval" != "no"; then
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4
index 1f804c7b90..4ec6fcef34 100644
--- a/ext/curl/config.m4
+++ b/ext/curl/config.m4
@@ -2,7 +2,7 @@ dnl $Id$
dnl config.m4 for extension CURL
PHP_ARG_WITH(curl, for CURL support,
-[ --with-curl[=DIR] Include CURL support])
+[ --with-curl[=DIR] Include CURL support])
if test "$PHP_CURL" != "no"; then
if test -r $PHP_CURL/include/curl/easy.h; then
@@ -31,4 +31,4 @@ if test "$PHP_CURL" != "no"; then
AC_DEFINE(HAVE_CURL,1,[ ])
PHP_EXTENSION(curl, $ext_shared)
-fi \ No newline at end of file
+fi
diff --git a/ext/cybercash/config.m4 b/ext/cybercash/config.m4
index f48da82567..9b50aaf6e5 100644
--- a/ext/cybercash/config.m4
+++ b/ext/cybercash/config.m4
@@ -4,7 +4,7 @@ dnl don't forget to call PHP_EXTENSION(cybercash)
AC_MSG_CHECKING(for CyberCash support)
AC_ARG_WITH(cybercash,
[ --with-cybercash[=DIR] Include CyberCash support. DIR is the CyberCash MCK
- install directory.],
+ install directory.],
[
if test "$withval" != "no"; then
test -f $withval/mckcrypt.h && MCK_DIR="$withval"
diff --git a/ext/java/config.m4 b/ext/java/config.m4
index ab5227187a..a0f72e1037 100644
--- a/ext/java/config.m4
+++ b/ext/java/config.m4
@@ -3,9 +3,9 @@
AC_MSG_CHECKING(for Java support)
AC_ARG_WITH(java,
-[ --with-java[=DIR] Include Java support. DIR is the base install
- directory for the JDK. This extension can only
- be built as a shared dl.],
+[ --with-java[=DIR] Include Java support. DIR is the base install
+ directory for the JDK. This extension can only
+ be built as a shared dl.],
[
if test "$withval" != "no"; then
JAVA_SHARED="libphp_java.la"
diff --git a/ext/pfpro/config.m4 b/ext/pfpro/config.m4
index fcc6ddef10..0d23073a7e 100644
--- a/ext/pfpro/config.m4
+++ b/ext/pfpro/config.m4
@@ -2,7 +2,7 @@ dnl $Id$
dnl config.m4 for extension pfpro
PHP_ARG_WITH(pfpro, whether to include Verisign Payflow Pro support,
-[ --with-pfpro[=DIR] Include Verisign Payflow Pro support])
+[ --with-pfpro[=DIR] Include Verisign Payflow Pro support])
if test "$PHP_PFPRO" != "no"; then
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index dfe1cea051..99d5bbeb7d 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -5,7 +5,7 @@ AC_DEFUN(PGSQL_INC_CHK,[if test -r $i$1/libpq-fe.h; then PGSQL_DIR=$i; PGSQL_INC
PHP_ARG_WITH(pgsql,for PostgreSQL support,
[ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
base install directory, defaults to /usr/local/pgsql.
- Set DIR to "shared" to build as a dl, or "shared,DIR"
+ Set DIR to "shared" to build as a dl, or "shared,DIR"
to build as a dl and still specify DIR.])
if test "$PHP_PGSQL" != "no"; then
diff --git a/ext/rpc/java/config.m4 b/ext/rpc/java/config.m4
index ab5227187a..a0f72e1037 100644
--- a/ext/rpc/java/config.m4
+++ b/ext/rpc/java/config.m4
@@ -3,9 +3,9 @@
AC_MSG_CHECKING(for Java support)
AC_ARG_WITH(java,
-[ --with-java[=DIR] Include Java support. DIR is the base install
- directory for the JDK. This extension can only
- be built as a shared dl.],
+[ --with-java[=DIR] Include Java support. DIR is the base install
+ directory for the JDK. This extension can only
+ be built as a shared dl.],
[
if test "$withval" != "no"; then
JAVA_SHARED="libphp_java.la"
diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4
index 2cd1c63234..fe6cc74ae3 100644
--- a/ext/sablot/config.m4
+++ b/ext/sablot/config.m4
@@ -2,7 +2,7 @@ dnl $Id$
dnl config.m4 for extension Sablot
PHP_ARG_WITH(sablot, for Sablotron XSL support,
-[ --with-sablot[=DIR] Include Sablotron support])
+[ --with-sablot[=DIR] Include Sablotron support])
if test "$PHP_SABLOT" != "no"; then
if test -r $PHP_SABLOT/include/sablot.h; then
diff --git a/ext/shmop/config.m4 b/ext/shmop/config.m4
index 532256d9a9..1a9ca6adad 100644
--- a/ext/shmop/config.m4
+++ b/ext/shmop/config.m4
@@ -1,6 +1,6 @@
dnl $Id$
PHP_ARG_ENABLE(shmop, whether to enable shmop support,
-[ --enable-shmop Enable shmop support])
+[ --enable-shmop Enable shmop support])
if test "$PHP_SHMOP" != "no"; then
AC_DEFINE(HAVE_SHMOP, 1, [ ])
diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4
index 4bf7496de8..3da9ebbe84 100644
--- a/ext/sockets/config.m4
+++ b/ext/sockets/config.m4
@@ -10,13 +10,13 @@ dnl If your extension references something external, use with:
dnl PHP_ARG_WITH(sockets, for sockets support,
dnl Make sure that the comment is aligned:
-dnl [ --with-sockets Include sockets support])
+dnl [ --with-sockets Include sockets support])
dnl Otherwise use enable:
PHP_ARG_ENABLE(sockets, whether to enable sockets support,
dnl Make sure that the comment is aligned:
-[ --enable-sockets Enable sockets support])
+[ --enable-sockets Enable sockets support])
if test "$PHP_SOCKETS" != "no"; then
dnl If you will not be testing anything external, like existence of