chiark / gitweb /
vars.am: Tweak `silent-rules' machinery.
[mLib] / vars.am
diff --git a/vars.am b/vars.am
index c7c2d37ba9986d37a5d6fe6dfd9159597b8cf961..fceef07681f4329ddc2d1593300801748d2dfb95 100644 (file)
--- 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)
 
 ###--------------------------------------------------------------------------