]> 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)
committerPierre d'Herbemont <pdherbemont@free.fr>
Tue, 12 Jan 2010 18:34:25 +0000 (19:34 +0100)
This will colorize the `make check` output if your term supports it.

configure.ac

index 12fd3109f5b5cc797ca1c5699475cb9e523526d2..356f6311ca82dae2a965897c8695f843f8880dd5 100644 (file)
@@ -22,7 +22,7 @@ AC_CONFIG_LIBOBJ_DIR(compat)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-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"