From: Jani Taskinen Date: Fri, 25 Jul 2008 12:01:47 +0000 (+0000) Subject: - No tabs, fix indent in configure --help X-Git-Tag: php-5.3.0alpha1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=213fd450fafd4466ae1113e1df2696dcdbdf606d;p=php - No tabs, fix indent in configure --help --- diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4 index 30e8e668f0..ab8403a0dd 100644 --- a/ext/sqlite3/config.m4 +++ b/ext/sqlite3/config.m4 @@ -1,5 +1,10 @@ +dnl $Id$ +dnl config.m4 for extension sqlite3 +dnl vim:et:ts=2:sw=2 + PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension, -[ --with-sqlite3[=DIR] Enables the SQLite3 extension. DIR is the prefix to SQLite3 installation directory.], no) +[ --with-sqlite3[=DIR] Enables the SQLite3 extension. DIR is the prefix to + SQLite3 installation directory.], no) if test $PHP_SQLITE3 != "no"; then sqlite3_extra_sources="" diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4 index 30e8e668f0..ab8403a0dd 100644 --- a/ext/sqlite3/config0.m4 +++ b/ext/sqlite3/config0.m4 @@ -1,5 +1,10 @@ +dnl $Id$ +dnl config.m4 for extension sqlite3 +dnl vim:et:ts=2:sw=2 + PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension, -[ --with-sqlite3[=DIR] Enables the SQLite3 extension. DIR is the prefix to SQLite3 installation directory.], no) +[ --with-sqlite3[=DIR] Enables the SQLite3 extension. DIR is the prefix to + SQLite3 installation directory.], no) if test $PHP_SQLITE3 != "no"; then sqlite3_extra_sources=""