From c06c0301e002ed750bcb9df86ca7caf2413ebca7 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 12 Jan 2010 19:32:38 +0100 Subject: [PATCH] configure.ac: Enable color-test automake option. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This will colorize the `make check` output if your term supports it. Signed-off-by: Rémi Denis-Courmont --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e819492812..31a769b922 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_PRESERVE_HELP_ORDER -AM_INIT_AUTOMAKE(tar-ustar) +AM_INIT_AUTOMAKE(tar-ustar color-tests) AM_CONFIG_HEADER(config.h) # Disable with "./configure --disable-silent-rules" or "make V=1" -- 2.39.2