[pkg-opensc-commit] [libp11] 170/239: Silent build by default

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:29 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit fb96b9c92d28ae5b8bec1aeda735418100a96650
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Fri Sep 20 18:21:16 2013 +0200

    Silent build by default
    
    Use: "make V=1" for a verbose compilation
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 9fa96bf..1127f03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,9 @@ LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
 
 AC_CONFIG_SRCDIR([src/libp11.h])
 
+# silent build by default
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_CANONICAL_HOST
 AC_PROG_CC
 PKG_PROG_PKG_CONFIG

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



More information about the pkg-opensc-commit mailing list