From f1096cbb73e560a566f925becbcab252a7e62169 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 18 Nov 2012 17:54:41 +0000 Subject: [PATCH] build: make the build process less verbose. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ad68389..42d8a46 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ dnl We cannot use subdir-objects because of a bug that will eg. remove dnl ../src/.deps upon distclean when a file from ../src/ is used. AM_INIT_AUTOMAKE([no-define tar-ustar silent-rules]) dnl AM_MAINTAINER_MODE +AM_DEFAULT_VERBOSITY=0 AM_CONFIG_HEADER(config.h)