From 4293c4534ca8c0c8d21ce65fe892ebead8d93d86 Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Thu, 25 May 2017 09:07:32 +0100 Subject: [PATCH] Enable silent build as default Mimic Linux kernel builds. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index f9d0e79d..bda81708 100644 --- a/configure.in +++ b/configure.in @@ -32,6 +32,9 @@ AC_CONFIG_HEADER([config.h]) # Only for developers AM_MAINTAINER_MODE +# Silent build for automake >= 1.11 +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AC_ARG_ENABLE(developer, [ Development options: AC_HELP_STRING([--enable-developer], [turn on developers mode [default=no]])], -- 2.20.1