From: Javier Jardón Date: Tue, 25 Aug 2009 23:10:47 +0000 (-0400) Subject: Bug 585754: Nicer compilation output with AM_SILENT_RULES automake option X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8d3b011065434d212b61fe61a3864d35e38ffc;p=libchamplain Bug 585754: Nicer compilation output with AM_SILENT_RULES automake option --- diff --git a/configure.ac b/configure.ac index dee5d7c..e06a8e2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,8 @@ AM_INIT_AUTOMAKE AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + # Checks for programs. AC_PROG_CC AM_PROG_CC_C_O