[vlc-devel] commit: Revert "configure.ac: Enable color-test automake option." ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Jan 12 21:00:43 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan 12 22:00:24 2010 +0200| [68e9f2bcbd47a539fb747e03139e4090b1e183d1] | committer: Rémi Denis-Courmont
Revert "configure.ac: Enable color-test automake option."
This reverts commit 380fc82a97eee5ce7e12e3e879e5075bb61fa847.
This fixes bootstrap with automake 1.9 and 1.10.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68e9f2bcbd47a539fb747e03139e4090b1e183d1
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 356f631..12fd310 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 color-tests)
+AM_INIT_AUTOMAKE(tar-ustar)
AM_CONFIG_HEADER(config.h)
# Disable with "./configure --disable-silent-rules" or "make V=1"
More information about the vlc-devel
mailing list