From b4451a9d402886a4e7f080a22d82f10af5d115a6 Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Wed, 20 Jun 2018 22:20:41 -0300 Subject: [PATCH] Make build less verbose --- configure.ac.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac.in b/configure.ac.in index 91324d6..db445cc 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -26,6 +26,7 @@ dnl *************************** AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip]) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE() +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) dnl ******************************** dnl *** Check for basic programs ***