Set the build silent by default
authorYannick Brosseau <yannick.brosseau@gmail.com>
Fri, 21 Jan 2011 21:54:47 +0000 (16:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 21 Jan 2011 21:54:47 +0000 (16:54 -0500)
So we can see the warnings

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index d3abb2babc8ad9ef96c467eb839bc654ae787576..43b4c71c1a989f0496d6ab731ad156e558ce32bd 100644 (file)
@@ -23,6 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT([lttv], [0.12.36-18112010], [ltt-dev@lists.casi.polymtl.ca])
 AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
This page took 0.024237 seconds and 4 git commands to generate.