[vlc-devel] commit: configure.ac: Enable color-test automake option. (Pierre d' Herbemont )
git version control
git at videolan.org
Tue Jan 12 19:34:22 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Jan 12 19:32:38 2010 +0100| [380fc82a97eee5ce7e12e3e879e5075bb61fa847] | committer: Pierre d'Herbemont
configure.ac: Enable color-test automake option.
This will colorize the `make check` output if your term supports it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=380fc82a97eee5ce7e12e3e879e5075bb61fa847
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 12fd310..356f631 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
More information about the vlc-devel
mailing list