aboutsummaryrefslogtreecommitdiff
path: root/lib/cpluff/patches/0009-configure-Add-silent-rules-to-shut-it-up-a-little.patch
blob: fa7765aa879ba9cfd67e7e2b580139e93852a92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 2a63458669637b8646e97e47b1384926760cb632 Mon Sep 17 00:00:00 2001
From: "h.udo" <hudokkow@gmail.com>
Date: Thu, 20 Oct 2016 15:08:49 +0100
Subject: [PATCH 09/12] [configure] Add silent rules to shut it up a little

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

diff --git a/configure.ac b/configure.ac
index c391dfb..3ada0ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,7 @@ AC_SUBST([CP_CXX_LIB_VERSION])
 # Automake initialization
 # -----------------------
 AM_INIT_AUTOMAKE([foreign subdir-objects])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.16.1])
 
-- 
2.14.1