From: Pierre d'Herbemont Date: Tue, 12 Jan 2010 18:32:38 +0000 (+0100) Subject: configure.ac: Enable color-test automake option. X-Git-Tag: 1.2.0-pre1~5722 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c06c0301e002ed750bcb9df86ca7caf2413ebca7;p=vlc configure.ac: Enable color-test automake option. This will colorize the `make check` output if your term supports it. Signed-off-by: RĂ©mi Denis-Courmont --- 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"