[gftp/autotools: 10/12] configure.ac: Support silent build rules
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gftp/autotools: 10/12] configure.ac: Support silent build rules
- Date: Sun, 29 Sep 2013 23:39:23 +0000 (UTC)
commit ffb25c6de987573881d0c8680f11710f484530e2
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]