Makefile.am: Distinctive `SUBST' indicator for `confsubst' rules.
[distorted-keys] / Makefile.am
index 1d362c8..2a33276 100644 (file)
@@ -54,7 +54,11 @@ SUBSTVARS = \
        pkglibdir="$(pkglibdir)" \
        user="$(user)"
 
-SUBST = $(AM_V_GEN)$(confsubst)
+V_SUBST = $(V_SUBST_$V)
+V_SUBST_= $(V_SUBST_$(AM_DEFAULT_VERBOSITY))
+V_SUBST_0 = @printf "  SUBST  %s\n" $@;
+
+SUBST = $(V_SUBST)$(confsubst)
 
 ###--------------------------------------------------------------------------
 ### Utility programs.