From 04fc814efd6d1fbcd06963d07d2027ccaf86936e Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 11 Feb 2016 22:15:22 -0800 Subject: [PATCH] Use silent rules by default if supported by Automake Silent rules make warnings stand out, so they are fixed early. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index efb307ac..099b623f 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,9 @@ AC_C_CONST AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG +# Use silent rules by default if supported by Automake +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + case $host_os in *linux*) linux=yes