From f5d21bf0add18a588ed6e9f374dcb260a8f12c3c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 13 May 2015 15:42:16 +0200 Subject: [PATCH] build: Use silent rules for automake by deafult. This allows us to have a sane clean build ouput and spot problems easier. Using V=1 is still possible to get a verbose output. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4e37036..3fa0631 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.6 dist-bzip2]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([config.h]) AC_ISC_POSIX