File tree Expand file tree Collapse file tree 11 files changed +25
-18
lines changed Expand file tree Collapse file tree 11 files changed +25
-18
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ AC_DEFUN(PHP_LDAP_CHECKS, [
17
17
] )
18
18
19
19
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.] )
21
22
22
23
if test "$PHP_LDAP" != "no"; then
23
24
Original file line number Diff line number Diff line change 2
2
dnl config.m4 for extension mbstring
3
3
4
4
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
5
- [ --enable-mbstring Enable multibyte string support] )
5
+ [ --enable-mbstring Enable multibyte string support] )
6
6
7
7
if test "$PHP_MBSTRING" != "no"; then
8
8
AC_DEFINE ( HAVE_MBSTRING ,1 ,[ ] )
Original file line number Diff line number Diff line change 3
3
dnl
4
4
5
5
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.] )
7
8
8
9
if test "$PHP_MCRYPT" != "no"; then
9
10
for i in /usr/local /usr $PHP_MCRYPT; do
Original file line number Diff line number Diff line change 2
2
dnl config.m4 for extension libming
3
3
4
4
PHP_ARG_WITH(ming, whether to include ming support,
5
- [ --with-ming[ =DIR] Include ming support] )
5
+ [ --with-ming[ =DIR] Include ming support] )
6
6
7
7
if test "$PHP_MING" != "no"; then
8
8
for i in $PHP_MING /usr/local /usr; do
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ dnl $Source$
2
2
dnl $Id$
3
3
4
4
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.] )
7
9
8
10
if test "$PHP_MNOGOSEARCH" != "no"; then
9
11
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ AC_DEFUN(AC_OCI8_VERSION,[
22
22
] )
23
23
24
24
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.] )
26
27
27
28
if test "$PHP_OCI8" != "no"; then
28
29
AC_MSG_CHECKING ( [ Oracle Install-Dir] )
Original file line number Diff line number Diff line change @@ -210,9 +210,9 @@ if test -z "$ODBC_TYPE"; then
210
210
AC_MSG_CHECKING ( for Empress support )
211
211
AC_ARG_WITH ( empress ,
212
212
[ --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] ,
216
216
[
217
217
PHP_WITH_SHARED
218
218
if test "$withval" != "no"; then
240
240
if test -z "$ODBC_TYPE"; then
241
241
AC_MSG_CHECKING ( for Empress local access support )
242
242
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.] ,
247
248
[
248
249
PHP_WITH_SHARED
249
250
if test "$withval" != "no"; then
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ AC_DEFUN(AC_ORACLE_VERSION,[
22
22
] )
23
23
24
24
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.] )
26
27
27
28
if test "$PHP_ORACLE" != "no"; then
28
29
AC_MSG_CHECKING ( [ Oracle Install-Dir] )
Original file line number Diff line number Diff line change 3
3
dnl
4
4
5
5
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] )
7
7
8
8
PHP_ARG_WITH(zlib,whether to include ZLIB support,
9
9
[ --with-zlib[ =DIR] Include zlib support (requires zlib >= 1.0.9).
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AC_MSG_CHECKING(for Caudium support)
5
5
AC_ARG_WITH(caudium,
6
6
[ --with-caudium= DIR Build PHP as a Pike module for use with Caudium
7
7
DIR is the Caudium server dir, with the default value
8
- /usr/local/caudium/server.],
8
+ /usr/local/caudium/server.],
9
9
[
10
10
if test " $prefix " = " NONE" ; then CPREF=/usr/local/; fi
11
11
if test ! -d $withval ; then
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl ## $Id$ -*- sh -*-
3
3
RESULT=no
4
4
AC_MSG_CHECKING(for Zeus ISAPI support)
5
5
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.],
7
7
[
8
8
if test " $withval " = " yes" ; then
9
9
ZEUSPATH=/usr/local/zeus # the default
You can’t perform that action at this time.
0 commit comments