[Pkg-privacy-commits] [pidgin-otr] 06/21: Turn on AM_SILENT_RULES in configure.ac

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 10 21:03:14 UTC 2016


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

intrigeri pushed a commit to branch master
in repository pidgin-otr.

commit c178c97798d24902d37f8eed696f3469fec97e21
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date:   Sun Jan 3 17:29:20 2016 -0500

    Turn on AM_SILENT_RULES in configure.ac
    
    It shows any warnings better, and also matches libotr.
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 204a5e8..ea83d47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,9 @@ AC_INIT(pidgin-otr, 4.0.1)
 
 AM_CONFIG_HEADER(config.h)
 
+# Silent compilation so warnings can be spotted.
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AM_INIT_AUTOMAKE([-Wall -Werror])
 
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git



More information about the Pkg-privacy-commits mailing list