From a652ea0e0bbacc7bb8e00e6045e35ea63cac6484 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 16 May 2014 15:17:04 -0400 Subject: [PATCH] configure: pretty-print build output Refs #48033 Change-Id: I54c01de68df9b5be15f8c6c79e60ea7bf7f0d6ee --- daemon/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index 4054f6a66c..6cf8904138 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -13,7 +13,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # required by automake 1.12 AC_CONFIG_HEADERS([config.h]) # Silent build by default. Use make V=1 to increase verbosity -#m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) dnl Improve make variable MAKE AC_PROG_MAKE_SET -- GitLab