From 68e9f2bcbd47a539fb747e03139e4090b1e183d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 12 Jan 2010 22:00:24 +0200 Subject: [PATCH] Revert "configure.ac: Enable color-test automake option." This reverts commit 380fc82a97eee5ce7e12e3e879e5075bb61fa847. This fixes bootstrap with automake 1.9 and 1.10. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2