From: Yegor Yefremov Date: Sat, 25 Apr 2015 19:57:38 +0000 (+0200) Subject: Enable silent build by default X-Git-Tag: json-c-0.13-20171207~195^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F180%2Fhead;p=thirdparty%2Fjson-c.git Enable silent build by default --- diff --git a/configure.ac b/configure.ac index c50f81bd..321c2393 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,9 @@ else AC_MSG_RESULT([RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable]) fi +# enable silent build by default +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]])) + # Checks for programs. # Checks for libraries.