Skip to content

Commit 718b588

Browse files
author
Sascha Schumann
committed
Fix indentation of ./configure --help messages.
1 parent 8a3eb51 commit 718b588

File tree

11 files changed

+25
-18
lines changed

11 files changed

+25
-18
lines changed

ext/ldap/config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ AC_DEFUN(PHP_LDAP_CHECKS, [
1717
])
1818

1919
PHP_ARG_WITH(ldap,whether to include LDAP support,
20-
[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base install directory.])
20+
[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base
21+
install directory.])
2122

2223
if test "$PHP_LDAP" != "no"; then
2324

ext/mbstring/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl $Id$
22
dnl config.m4 for extension mbstring
33

44
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
5-
[ --enable-mbstring Enable multibyte string support])
5+
[ --enable-mbstring Enable multibyte string support])
66

77
if test "$PHP_MBSTRING" != "no"; then
88
AC_DEFINE(HAVE_MBSTRING,1,[ ])

ext/mcrypt/config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ dnl $Id$
33
dnl
44

55
PHP_ARG_WITH(mcrypt, for mcrypt support,
6-
[ --with-mcrypt[=DIR] Include mcrypt support. DIR is the mcrypt install directory.])
6+
[ --with-mcrypt[=DIR] Include mcrypt support. DIR is the mcrypt install
7+
directory.])
78

89
if test "$PHP_MCRYPT" != "no"; then
910
for i in /usr/local /usr $PHP_MCRYPT; do

ext/ming/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl $Id$
22
dnl config.m4 for extension libming
33

44
PHP_ARG_WITH(ming, whether to include ming support,
5-
[ --with-ming[=DIR] Include ming support])
5+
[ --with-ming[=DIR] Include ming support])
66

77
if test "$PHP_MING" != "no"; then
88
for i in $PHP_MING /usr/local /usr; do

ext/mnogosearch/config.m4

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ dnl $Source$
22
dnl $Id$
33

44
PHP_ARG_WITH(mnogosearch,for mnoGoSearch support,
5-
[ --with-mnogosearch[=DIR] Include mnoGoSearch support. DIR is the mnoGoSearch base
6-
install directory, defaults to /usr/local/mnogosearch.])
5+
[ --with-mnogosearch[=DIR]
6+
Include mnoGoSearch support. DIR is the mnoGoSearch
7+
base install directory, defaults to
8+
/usr/local/mnogosearch.])
79

810
if test "$PHP_MNOGOSEARCH" != "no"; then
911

ext/oci8/config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ AC_DEFUN(AC_OCI8_VERSION,[
2222
])
2323

2424
PHP_ARG_WITH(oci8, for Oracle-OCI8 support,
25-
[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.])
25+
[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is
26+
ORACLE_HOME.])
2627

2728
if test "$PHP_OCI8" != "no"; then
2829
AC_MSG_CHECKING([Oracle Install-Dir])

ext/odbc/config.m4

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ if test -z "$ODBC_TYPE"; then
210210
AC_MSG_CHECKING(for Empress support)
211211
AC_ARG_WITH(empress,
212212
[ --with-empress[=DIR] Include Empress support. DIR is the Empress base
213-
install directory, defaults to \$EMPRESSPATH.
214-
From PHP4, this option only supports Empress Version
215-
8.60 and above],
213+
install directory, defaults to \$EMPRESSPATH.
214+
From PHP4, this option only supports Empress Version
215+
8.60 and above],
216216
[
217217
PHP_WITH_SHARED
218218
if test "$withval" != "no"; then
@@ -240,10 +240,11 @@ fi
240240
if test -z "$ODBC_TYPE"; then
241241
AC_MSG_CHECKING(for Empress local access support)
242242
AC_ARG_WITH(empress-bcs,
243-
[ --with-empress-bcs[=DIR]Include Empress Local Access support. DIR is the
244-
Empress base install directory, defaults to \$EMPRESSPATH.
245-
From PHP4, this option only supports Empress Version
246-
8.60 and above],
243+
[ --with-empress-bcs[=DIR]
244+
Include Empress Local Access support. DIR is the
245+
Empress base install directory, defaults to
246+
\$EMPRESSPATH. From PHP4, this option only supports
247+
Empress Version 8.60 and above.],
247248
[
248249
PHP_WITH_SHARED
249250
if test "$withval" != "no"; then

ext/oracle/config.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ AC_DEFUN(AC_ORACLE_VERSION,[
2222
])
2323

2424
PHP_ARG_WITH(oracle, for Oracle-ORACLE support,
25-
[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is ORACLE_HOME.])
25+
[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is
26+
ORACLE_HOME.])
2627

2728
if test "$PHP_ORACLE" != "no"; then
2829
AC_MSG_CHECKING([Oracle Install-Dir])

ext/zlib/config0.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl $Id$
33
dnl
44

55
PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
6-
[ --with-zlib-dir=<DIR>] Define the location of zlib install directory])
6+
[ --with-zlib-dir[=DIR] Define the location of zlib install directory])
77

88
PHP_ARG_WITH(zlib,whether to include ZLIB support,
99
[ --with-zlib[=DIR] Include zlib support (requires zlib >= 1.0.9).

sapi/caudium/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_MSG_CHECKING(for Caudium support)
55
AC_ARG_WITH(caudium,
66
[ --with-caudium=DIR Build PHP as a Pike module for use with Caudium
77
DIR is the Caudium server dir, with the default value
8-
/usr/local/caudium/server.],
8+
/usr/local/caudium/server.],
99
[
1010
if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
1111
if test ! -d $withval ; then

sapi/isapi/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl ## $Id$ -*- sh -*-
33
RESULT=no
44
AC_MSG_CHECKING(for Zeus ISAPI support)
55
AC_ARG_WITH(isapi,
6-
[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.],
6+
[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.],
77
[
88
if test "$withval" = "yes"; then
99
ZEUSPATH=/usr/local/zeus # the default

0 commit comments

Comments
 (0)