From dd8acfeabed98e9876c8002987694266d80f4fda Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Jul 2017 09:56:44 +0100 Subject: [PATCH] vars.am: Tweak `silent-rules' machinery. Since Automake 1.11, the advice for setting up custom silent-rules recipes has changed, so use the new machinery. Also, I'm no longer mainly working on wheezy, and Automake has made the operation field two spaces wider while I wasn't looking, so make the output line up properly. This means that mLib now requires Automake 1.11.2 or later to build from the Git tree. --- vars.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars.am b/vars.am index c7c2d37..fceef07 100644 --- a/vars.am +++ b/vars.am @@ -89,9 +89,9 @@ SUBSTITUTIONS = \ bindir=$(bindir) sbindir=$(sbindir) \ PACKAGE=$(PACKAGE) VERSION=$(VERSION) -V_SUBST = $(V_SUBST_$(V)) -V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY)) -V_SUBST_0 = @echo " SUBST $@"; +V_SUBST = $(V_SUBST_@AM_V@) +V_SUBST_ = $(V_SUBST_@AM_DEFAULT_V@) +V_SUBST_0 = @echo " SUBST $@"; SUBST = $(V_SUBST)$(confsubst) ###-------------------------------------------------------------------------- -- 2.11.0