[Pkg-bitcoin-commits] [libunivalue] 45/76: build: enable silent rules by default

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit 1ef5d635b2e72d87b279ae1eb8ce6d513fa632ef
Author: Cory Fields <cory-nospam- at coryfields.com>
Date:   Thu Sep 24 14:15:45 2015 -0400

    build: enable silent rules by default
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index ddafc91..2a1b510 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,9 @@ m4_define([libunivalue_version], [libunivalue_major_version().libunivalue_minor_
 AC_INIT([univalue], [1.0.0],
         [http://github.com/jgarzik/univalue/])
 
+dnl make the compilation flags quiet unless V=1 is used
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([lib/univalue.cpp])
 AC_CONFIG_AUX_DIR([build-aux])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list