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


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to