From: cpickett Date: Thu, 3 Oct 2013 17:13:33 +0000 (+0000) Subject: * allow silent rules (don't show compiler flags) X-Git-Tag: 0.10.0~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe4d7487e60d257a1730774755160edb1ed87fd4;p=check * allow silent rules (don't show compiler flags) git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@827 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/configure.ac b/configure.ac index b37309e..cb3fca4 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,8 @@ AC_SUBST(CHECK_MICRO_VERSION) AC_SUBST(CHECK_VERSION) # Configure options. +# allow `./configure --enable-silent-rules' and `make V=0' +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) AC_ARG_ENABLE(gcov, AC_HELP_STRING([--enable-gcov],