[gftp/autotools: 10/12] configure.ac: Support silent build rules



commit be2660f3d4c10ac3af20f09c81be48fe40f91b0c
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Sep 30 00:28:14 2013 +0100

    configure.ac: Support silent build rules

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 215fd92..99ea0e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,10 @@ AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([-Wall tar-ustar no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE([enable])
+# Support silent build rules, requires at least automake-1.11. Disable
+# by either passing --disable-silent-rules to configure or passing V=1
+# to make
+AM_SILENT_RULES([yes])
 
 AC_USE_SYSTEM_EXTENSIONS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]