diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 08:33:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 08:33:25 +0200 |
commit | 26315ea5ab491aa8ab83de7674c308c871b8f79b (patch) | |
tree | fbe4c9859bf4f400a52edd00c91ff17067ba2d5f /m4/sqlite.m4 | |
parent | 1b719c832cd664884183af698b1f2d6075579cd2 (diff) |
Cosmetic automake changes
Diffstat (limited to 'm4/sqlite.m4')
-rw-r--r-- | m4/sqlite.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/sqlite.m4 b/m4/sqlite.m4 index de5503e..0a54bf6 100644 --- a/m4/sqlite.m4 +++ b/m4/sqlite.m4 @@ -12,7 +12,7 @@ AC_DEFUN([SQLITE], [ AC_MSG_CHECKING([for sqlite database file]) AC_ARG_WITH( [sqlite-db], - [AC_HELP_STRING([--with-sqlite-db=file], [SQLite database file (odb_test.db by default). Note that all data in this database WILL BE LOST!])], + [AC_HELP_STRING([--with-sqlite-db=FILE], [SQLite database file (odb_test.db by default). Note that all data in this database WILL BE LOST!])], [case $withval in yes) sqlite_db=odb_test.db |