From: RĂ©mi Denis-Courmont Date: Tue, 12 Jan 2010 20:00:24 +0000 (+0200) Subject: Revert "configure.ac: Enable color-test automake option." X-Git-Tag: 1.1.0-ff~1269 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=68e9f2bcbd47a539fb747e03139e4090b1e183d1;p=vlc Revert "configure.ac: Enable color-test automake option." This reverts commit 380fc82a97eee5ce7e12e3e879e5075bb61fa847. This fixes bootstrap with automake 1.9 and 1.10. --- diff --git a/configure.ac b/configure.ac index 356f6311ca..12fd3109f5 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"