]> git.sesse.net Git - vlc/commitdiff
configure.ac: Enable color-test automake option.
authorPierre d'Herbemont <pdherbemont@free.fr>
Tue, 12 Jan 2010 18:32:38 +0000 (19:32 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 21 Jul 2010 20:07:34 +0000 (23:07 +0300)
This will colorize the `make check` output if your term supports it.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac

index e819492812ac832bd62a747a1c452e985f7c2e0d..31a769b92276544bd034fef6266dbb41c965794e 100644 (file)
@@ -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"