projects
/
gst-am7xxxsink.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a4f104c
)
configure.ac: enable automake silent rules
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 25 Oct 2013 15:38:18 +0000
(17:38 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Fri, 25 Oct 2013 15:38:18 +0000
(17:38 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
3e6efb0
..
dd33f76
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-16,6
+16,11
@@
AM_INIT_AUTOMAKE([1.10])
dnl enable mainainer mode by default
AM_MAINTAINER_MODE([enable])
dnl enable mainainer mode by default
AM_MAINTAINER_MODE([enable])
+dnl use pretty build output with automake >= 1.11
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
+ [AM_DEFAULT_VERBOSITY=1
+ AC_SUBST(AM_DEFAULT_VERBOSITY)])
+
dnl check for tools (compiler etc.)
AC_PROG_CC
dnl check for tools (compiler etc.)
AC_PROG_CC