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 | e6b93ff477d7c789b786b059dcab1f66e5aae013 (patch) | |
tree | 06abb2e92d7e6f99c957ba0f0641afc36a1712d9 /m4/sqlite.m4 | |
parent | d83890c0c2c95da9e190a8f9a7ddc29cd621bef7 (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 ], [ |