[libbdplus-devel] configure.ac: enable silent rules

anonymous git at videolan.org
Thu Jan 8 10:44:52 CET 2015


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Jan  8 11:41:35 2015 +0200| [48a72664e7354475e78081b672fa5832bfc9aa0f] | committer: anonymous

configure.ac: enable silent rules

> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=48a72664e7354475e78081b672fa5832bfc9aa0f
---

 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 9e9c5be..fd0f9aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,9 @@ AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2 no-dist-gzip subdir-objects])
 AC_CONFIG_HEADERS(config.h)
 
+dnl Enable silent rules only when available (automake 1.11 or later).
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 SET_FEATURES="-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L"
 
 case "${host_os}" in



More information about the libbdplus-devel mailing list