[vlc-commits] commit: configure.ac: Enable color-test automake option. (Pierre d' Herbemont )
git at videolan.org
git at videolan.org
Wed Jul 21 22:07:43 CEST 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Jan 12 19:32:38 2010 +0100| [c06c0301e002ed750bcb9df86ca7caf2413ebca7] | committer: Rémi Denis-Courmont
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 <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c06c0301e002ed750bcb9df86ca7caf2413ebca7
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index e819492..31a769b 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"
More information about the vlc-commits
mailing list