From 805fb9e1e028140d266e7ca5036bea9292545708 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 10 Dec 2020 21:04:53 +1300 Subject: configure.ac: Silence make output when building ct-ng Set AM_SILENT_RULES([yes]) to reduce the verbosity from make by default. Signed-off-by: Chris Packham diff --git a/configure.ac b/configure.ac index 8151737..c4964df 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AC_CONFIG_MACRO_DIR([m4]) # - Object files are generated in a subdirectory (new default in automake) # - Request new tar format (old, tar-v7, breaks on long paths we have) AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-xz dist-bzip2 subdir-objects tar-pax]) +AM_SILENT_RULES([yes]) # To avoid stubbing autotools with missing script AM_MAINTAINER_MODE([enable]) -- cgit v0.10.2-6-g49f6