[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 21:45:20 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 21 22:43:36 2010 +0300| [589e2d9acbc5821846dd3929c9fe9092f1299bbd] | 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=589e2d9acbc5821846dd3929c9fe9092f1299bbd
---

 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 35c7a7c..e9b2e01 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