[mathicgb] 03/393: 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
Fri Apr 3 15:58:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.
commit bdd3fe63f1121ad3ecc375932dc92d61227e878b
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Mon Jul 9 01:49:02 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 0f97a43..fc16f05 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/mathicgb.git
More information about the debian-science-commits
mailing list