repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb4630
)
cec: enable automake silent rules by default
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 10 Jan 2012 09:52:48 +0000
(10:52 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 10 Jan 2012 09:52:48 +0000
(10:52 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 5b36071a291f81c81aabc85f03645e85c5590740..a07f9586bb6124be9e0663ec6cd9cb3d4e877093 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,6
+1,8
@@
AC_INIT([libcec], 1:3:0)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_SILENT_RULES([yes])
+
AC_PROG_CXX
AC_PROG_LIBTOOL