fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] [PATCH 8/9] Add support for automake silent rules


From: Antonio Ospite
Subject: [fluid-dev] [PATCH 8/9] Add support for automake silent rules
Date: Wed, 8 Oct 2014 16:08:24 +0200

Silent rules are the default, the verbose output can be obtained again
with:
  make V=1
---
 fluidsynth/configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fluidsynth/configure.ac b/fluidsynth/configure.ac
index 8eb029f..21a64bf 100644
--- a/fluidsynth/configure.ac
+++ b/fluidsynth/configure.ac
@@ -13,6 +13,8 @@ AC_INIT([fluidsynth],[VERSION_NUMBER])
 AC_CONFIG_SRCDIR([src/fluidsynth.c])
 AM_INIT_AUTOMAKE
 
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl Convert to quoted string for version.h substitution
 FLUIDSYNTH_VERSION_MAJOR="VERSION_MAJOR"
 FLUIDSYNTH_VERSION_MINOR="VERSION_MINOR"
-- 
2.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]