diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 15:02:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-03 15:02:51 +0200 |
commit | aaf4c660e0882566a2855a634c39ffe6f8816ece (patch) | |
tree | f3f38d5e7cfd005d4712dd2af7eb143a52542137 /m4/sqlite.m4 | |
parent | 2fe70fbeb57cd457b913c376c1b987522c0c5d58 (diff) |
Use database name in options and driver files (autotools part)
Diffstat (limited to 'm4/sqlite.m4')
-rw-r--r-- | m4/sqlite.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/sqlite.m4 b/m4/sqlite.m4 index 9dc616a..247382e 100644 --- a/m4/sqlite.m4 +++ b/m4/sqlite.m4 @@ -46,10 +46,10 @@ fi # AC_CONFIG_COMMANDS([sqlite.options], [ - rm -f db.options + rm -f sqlite.options if test x$sqlite_db_set = xyes; then - echo "--database '$sqlite_db'" >>db.options + echo "--database '$sqlite_db'" >>sqlite.options fi ], [ |