[next] telepathy-glib: Enable silent builds

George Kiagiadakis gkiagia at kemper.freedesktop.org
Fri Dec 2 16:20:40 UTC 2016


Module: telepathy-glib
Branch: next
Commit: e03967c263fc628e1a3301c390353f7c17243c20
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e03967c263fc628e1a3301c390353f7c17243c20

Author: Sebastian Geiger <sbastig at gmx.net>
Date:   Fri Jul  1 23:29:54 2016 +0200

Enable silent builds

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=96774
Reviewed-by: Debarshi Ray <rishi at gnu.org>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e3b2bb6..a63a0af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.11 -Wno-portability subdir-objects])
 AC_CONFIG_HEADERS(config.h)
 
-AM_SILENT_RULES
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl check for tools
 AC_PROG_CC



More information about the telepathy-commits mailing list