]> granicus.if.org Git - php/commitdiff
- No tabs, fix indent in configure --help
authorJani Taskinen <jani@php.net>
Fri, 25 Jul 2008 12:01:47 +0000 (12:01 +0000)
committerJani Taskinen <jani@php.net>
Fri, 25 Jul 2008 12:01:47 +0000 (12:01 +0000)
ext/sqlite3/config.m4
ext/sqlite3/config0.m4

index 30e8e668f0f1ce776477e81306ee2ffb0237db6a..ab8403a0ddc2c6a905784ac77378d7d0bd59d799 100644 (file)
@@ -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=""
index 30e8e668f0f1ce776477e81306ee2ffb0237db6a..ab8403a0ddc2c6a905784ac77378d7d0bd59d799 100644 (file)
@@ -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=""