From 7da540e9d5fd194ca599b84c3f1ce690fff5b7c4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 May 2012 22:02:28 +0200 Subject: build: Add `color-tests' and `parallel-tests'. * configure.ac: Add Automake's `color-tests' and `parallel-tests' options. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.3