[telepathy-glib-0.24] telepathy-glib: Enable silent builds
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Feb 3 22:48:46 UTC 2021
Module: telepathy-glib
Branch: telepathy-glib-0.24
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 e3b2bb698..a63a0afe9 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