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:
2698c61
)
enable silent rules by default
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 2 Oct 2012 22:43:30 +0000
(
00:43
+0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Tue, 2 Oct 2012 22:44:30 +0000
(
00:44
+0200)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index d4b37ed56326a6435898c80854bff805097e0797..73139486842052321f105605635bdf2bc5f711bf 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4,7
+4,7
@@
AC_CONFIG_HEADERS([config.h])
AH_TOP([#pragma once])
AM_INIT_AUTOMAKE([foreign])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES
([yes])
])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)