[ltt-dev] [LTTV PATCH] Set the build silent by default
Yannick Brosseau
yannick.brosseau at gmail.com
Fri Jan 21 13:04:46 EST 2011
So we can see the warnings
Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index d3abb2b..43b4c71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@
AC_PREREQ(2.57)
AC_INIT([lttv], [0.12.36-18112010], [ltt-dev at lists.casi.polymtl.ca])
AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
AM_CONFIG_HEADER(config.h)
AM_PROG_LIBTOOL
--
1.7.2.3
More information about the lttng-dev
mailing list