From 8934764e6049d1eebae3eca8af99b8ee7140c0ab Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 26 Mar 2010 15:21:06 -0700 Subject: Add support for 'make -s' silent builds The cleanest way to do this is to set AM_LIBTOOLFLAGS = --silent. However, AM_LIBTOOLFLAGS is not honored by automake-1.9.6-2.1 which is what I have been using. To cleanly handle this I am updating to automake-1.11-3 which is why it looks like there is a lot of churn in the Makefiles. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4efd1c642..0fa9ebf90 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ SPL_AC_META AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM AM_MAINTAINER_MODE +AM_SILENT_RULES AM_INIT_AUTOMAKE([$SPL_META_NAME], [$SPL_META_VERSION]) AC_CONFIG_HEADERS([spl_config.h], [ (mv spl_config.h spl_config.h.tmp && -- cgit v1.2.3