projects
/
lttv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
315a817
)
Set the build silent by default
author
Yannick Brosseau
<yannick.brosseau@gmail.com>
Fri, 21 Jan 2011 21:54:47 +0000
(16:54 -0500)
committer
Mathieu 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
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index d3abb2babc8ad9ef96c467eb839bc654ae787576..43b4c71c1a989f0496d6ab731ad156e558ce32bd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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.02369 seconds
and
4
git commands to generate.