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:
3aec622
)
don't use AM_SILENT_RULES on darwin
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 20 Jan 2012 01:40:01 +0000
(
02:40
+0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 20 Jan 2012 01:40:01 +0000
(
02:40
+0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index ebb68da4a7640259c693efa7497aeefed439594f..0e8fa7afa6b62917619dadd2cfa1efafaf042869 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,11
@@
AC_INIT([libcec], 1:4:0)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AM_SILENT_RULES([yes])
+case "${host}" in
+ *-*-linux*)
+ AM_SILENT_RULES([yes])
+ ;;
+esac
AC_PROG_CXX
AC_PROG_LIBTOOL