diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4975b0b..9e51c1b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,8 @@ AC_INIT(skribilo, 0.9.2, skribilo-users@nongnu.org) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) -AM_INIT_AUTOMAKE([gnu no-define check-news readme-alpha]) +AM_INIT_AUTOMAKE([1.11 gnu no-define check-news readme-alpha \ + color-tests parallel-tests]) AC_CONFIG_SRCDIR([src/guile/skribilo/reader.scm]) |