From 69378dc5285a5bac78e1e57cce34cc9af3855d52 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 18 Jan 2012 10:41:26 -0200 Subject: [PATCH] autotools: allow enabling the silent-rules With this change, it is now possible to do: $ make V=0 or $ ./configure --enable-silent-rules in order to be less verbose. Signed-off-by: Mauro Carvalho Chehab --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 48428d1..6d3e76a 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ AC_CONFIG_FILES([Makefile AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wno-portability]) # 1.10 is needed for target_LIBTOOLFLAGS AM_MAINTAINER_MODE +AM_SILENT_RULES # Checks for programs. AC_PROG_CXX -- 2.7.4