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 /configure.ac | |
parent | 2fe70fbeb57cd457b913c376c1b987522c0c5d58 (diff) |
Use database name in options and driver files (autotools part)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 922918a..1ccfb15 100644 --- a/configure.ac +++ b/configure.ac @@ -103,4 +103,5 @@ esac # AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([__path__(config_files)]) +AC_CONFIG_COMMANDS([tester-mode], [chmod +x tester]) AC_OUTPUT |