[libbluray-devel] Enable silent-rules during compilation
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 13 03:36:16 CEST 2014
libbluray | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 13 03:35:58 2014 +0200| [823f05fd4e64fe263e293a5c6a24d671be3aaac0] | committer: Jean-Baptiste Kempf
Enable silent-rules during compilation
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=823f05fd4e64fe263e293a5c6a24d671be3aaac0
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 4c3ad8c..ed05cb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,9 @@ AC_CANONICAL_HOST
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])])
+
case "${host_os}" in
"")
SYS=unknown
More information about the libbluray-devel
mailing list