Makefile.am: Distinctive `SUBST' indicator for `confsubst' rules.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 12 Feb 2012 23:10:52 +0000 (23:10 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Feb 2012 00:25:30 +0000 (00:25 +0000)
Rather than use the generic `GEN' indicator.

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.