]> granicus.if.org Git - php/commitdiff
Fix: follow the indent of the other configure options
authorTom Van Looy <tom@ctors.net>
Wed, 14 Feb 2018 20:47:56 +0000 (21:47 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 15 Feb 2018 07:49:58 +0000 (08:49 +0100)
ext/dba/config.m4
ext/gd/config.m4
ext/odbc/config.m4
ext/sodium/config.m4
ext/standard/config.m4
ext/zend_test/config.m4
sapi/phpdbg/config.m4

index 2a99c2a100509f578b328293547bfa095f1a8009..37ecd760ceb75e13747f740bb068f388f5598305 100644 (file)
@@ -101,7 +101,7 @@ PHP_ARG_WITH(tcadb,,
 [  --with-tcadb[=DIR]        DBA: Tokyo Cabinet abstract DB support], no, no)
 
 PHP_ARG_WITH(lmdb,,
-[  --with-lmdb[=DIR]        DBA: Lightning memory-mapped database support], no, no)
+[  --with-lmdb[=DIR]         DBA: Lightning memory-mapped database support], no, no)
 
 
 dnl
index 1edd91f4ad61f72aa8f29fb292a61c15cddc8ed5..c3ff5ece245030bf2306e7fe4c01d3514756ddd4 100644 (file)
@@ -11,7 +11,7 @@ PHP_ARG_WITH(gd, for GD support,
                           install directory [BUNDLED]])
 if test -z "$PHP_WEBP_DIR"; then
   PHP_ARG_WITH(webp-dir, for the location of libwebp,
-  [  --with-webp-dir[=DIR]      GD: Set the path to libwebp install prefix], no, no)
+  [  --with-webp-dir[=DIR]     GD: Set the path to libwebp install prefix], no, no)
 fi
 
 if test -z "$PHP_JPEG_DIR"; then
index fab38019a398c300a959cda513c4ed2acbe62057..4ff7a062bfc33d350438e11fdfae2a82d3e210a6 100644 (file)
@@ -102,7 +102,7 @@ dnl
 
 PHP_ARG_WITH(odbcver,,
 [  --with-odbcver[=HEX]      Force support for the passed ODBC version. A hex number is expected, default 0x0350.
-                             Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350)
+                          Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350)
 
 if test -z "$ODBC_TYPE"; then
 PHP_ARG_WITH(adabas,,
@@ -246,8 +246,7 @@ fi
 
 if test -z "$ODBC_TYPE"; then
 PHP_ARG_WITH(empress-bcs,,
-[  --with-empress-bcs[=DIR]
-                          Include Empress Local Access support [\$EMPRESSPATH]
+[  --with-empress-bcs[=DIR]  Include Empress Local Access support [\$EMPRESSPATH]
                           (Empress Version >= 8.60 required)])
 
   AC_MSG_CHECKING(for Empress local access support)
index 9388fc21a4a7024a069a28b1c4f030f0569659d6..94e7b6c092dfa9f3940106c713b783fb522fe3d7 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension sodium
 
 PHP_ARG_WITH(sodium, for sodium support,
-[  --with-sodium[=DIR]     Include sodium support])
+[  --with-sodium[=DIR]       Include sodium support])
 
 if test "$PHP_SODIUM" != "no"; then
   SEARCH_PATH="/usr/local /usr"     # you might want to change this
index 6a5915b80ec549a4d76938fdbe3f3640d5dce7f2..5355d78091cb4f48072a10d5c0cd2d03c6648415 100644 (file)
@@ -413,7 +413,8 @@ dnl
 dnl Check for argon2
 dnl
 PHP_ARG_WITH(password-argon2, for Argon2 support,
-[  --with-password-argon2[=DIR]           Include Argon2 support in password_*. DIR is the Argon2 shared library path]])
+[  --with-password-argon2[=DIR]
+                          Include Argon2 support in password_*. DIR is the Argon2 shared library path]])
 
 if test "$PHP_PASSWORD_ARGON2" != "no"; then
   AC_MSG_CHECKING([for Argon2 library])
index becefcdd7e972cffc9cc5ed70d4c6862c74d17a3..242d195eb49b90005f4ffea3c8bdf44d90b55ca4 100644 (file)
@@ -1,5 +1,5 @@
 PHP_ARG_ENABLE(zend-test, whether to enable zend-test extension,
-[  --enable-zend-test           Enable zend-test extension])
+[  --enable-zend-test      Enable zend-test extension])
 
 if test "$PHP_ZEND_TEST" != "no"; then
   PHP_NEW_EXTENSION(zend_test, test.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
index c3a26d38d5b09efb64e9403acf5fd2c5b4fbe3f8..965a110bbe4e06216c58b63f5a36ba3e32d51dd9 100644 (file)
@@ -3,13 +3,14 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(phpdbg, for phpdbg support,
-[  --enable-phpdbg            Build phpdbg], yes, yes)
+[  --enable-phpdbg         Build phpdbg], yes, yes)
 
 PHP_ARG_ENABLE(phpdbg-webhelper, for phpdbg web SAPI support,
-[  --enable-phpdbg-webhelper  Build phpdbg web SAPI support], no)
+[  --enable-phpdbg-webhelper
+                          Build phpdbg web SAPI support], no)
 
 PHP_ARG_ENABLE(phpdbg-debug, for phpdbg debug build,
-[  --enable-phpdbg-debug      Build phpdbg in debug mode], no, no)
+[  --enable-phpdbg-debug   Build phpdbg in debug mode], no, no)
 
 if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
   AC_HEADER_TIOCGWINSZ