[mathic] 09/62: Added option for less verbose automake output (pass --enable-silent-rules to configure or V=0 to make)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:18 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 8b96c701208375fece1685741dcab9f0df0c9a9f
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Mon Jul 9 01:46:20 2012 -0400

    Added option for less verbose automake output (pass --enable-silent-rules to configure or V=0 to make)
---
 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index a1524f1..4f1f96d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,11 @@ dnl   the directory structure of the source files. This way, two source
 dnl   files with the same name in different directories do not conflict.
 AM_INIT_AUTOMAKE([foreign subdir-objects -Wall])
 
+# if --enable-silent-rules is passed to ./configure or if V=0 is passed
+# to make, then the compilation output will be much less verbose making
+# it possible to spot warnings and errors as they go by.
+AM_SILENT_RULES()
+
 # Set up the $(LN_S) macro, which creates symbolic links
 AC_PROG_LN_S
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git



More information about the debian-science-commits mailing list