On Tue, 2015-10-06 at 18:00 -0700, Josh Stone wrote:
> Pushed!

Thanks. I like it so much that I want to make it the default.
Any objections to the following patch?

From 79ffaa7639fd3330d3968f0b8308a66f140dcc15 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <m...@redhat.com>
Date: Wed, 7 Oct 2015 13:37:56 +0200
Subject: [PATCH] configure.ac: Add AM_SILENT_RULES([yes])

Signed-off-by: Mark Wielaard <m...@redhat.com>
---
 ChangeLog    | 4 ++++
 configure.ac | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b7e69e0..6133d11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-07  Mark Wielaard  <m...@redhat.com>
+
+       * configure.ac: Add AM_SILENT_RULES([yes]).
+
 2015-09-24  Jose E. Marchesi  <jose.march...@oracle.com>
 
        * configure.ac: Use -fPIC instead of -fpic to avoid relocation
diff --git a/configure.ac b/configure.ac
index fe2795e..902def5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,8 @@ dnl We use GNU make extensions; automake 1.10 defaults to 
-Wportability.
 AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip 
parallel-tests])
 AM_MAINTAINER_MODE
 
+AM_SILENT_RULES([yes])
+
 AC_CONFIG_SRCDIR([libelf/libelf.h])
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_HEADERS([config.h])
-- 
2.4.3


Reply via email to