[vlc-commits] commit: configure.ac: Enable color-test automake option. ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Wed Jul 21 22:05:18 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 21 22:43:36 2010 +0300| [803babd32a0e10c5888f724b92e6a3f60b9135e1] | committer: Rémi Denis-Courmont
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=803babd32a0e10c5888f724b92e6a3f60b9135e1
---
bindings/python | 1 -
configure.ac | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/bindings/python b/bindings/python
deleted file mode 160000
index 391f638..0000000
--- a/bindings/python
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 391f6383e9568209c3242468c4179645708bdc39
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