From a2983ff80886d944e67269c204c326621c1f42ea Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sat, 21 Sep 2013 16:38:03 +0200 Subject: [PATCH] make build outputs more quiet "make V=1" reverts the output to the usual verbosity level Thanks to @jbergstroem for suggesting this ! --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 831cfc98..00cda83e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,8 @@ m4_ifdef([LT_PACKAGE_VERSION], ] ) -AM_INIT_AUTOMAKE([tar-pax dist-bzip2]) +AM_INIT_AUTOMAKE([tar-pax dist-bzip2 foreign]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_LANG(C) AC_PREFIX_DEFAULT("/opt/collectd") -- 2.30.2