[netcf-devel] [PATCH] enable automake-1.11 features: colorized and parallel tests, etc.

David Lutterkort lutter at redhat.com
Fri Aug 14 01:26:02 UTC 2009


Also enable automake's new "silent-rules" feature.
Use "make V=1" to see the usual, verbose-mode commands.
* configure.ac: Require automake-1.11.
Enable color-tests parallel-tests.  Use AM_SILENT_RULES([yes])

Based on the same patch for Augeas by Jim Meyering
---
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index b10072c..d339c59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_INIT(netcf, 0.1.0)
 AC_CONFIG_SRCDIR([src/netcf.c])
 AC_CONFIG_AUX_DIR([build/aux])
 AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wno-portability])
-
+AM_INIT_AUTOMAKE([-Wno-portability 1.11 color-tests parallel-tests])
+AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_SUBST([LIBNETCF_VERSION_INFO], [1:0:0])
 
-- 
1.6.2.5



More information about the netcf-devel mailing list