X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/blobdiff_plain/54b541f525d6bdbf5cddc69535a2b15284cd48e8..1c54bc066cb8272bfc07961fd71d2fd9e3bcd639:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 0649246..aaae6f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,10 @@ dist_sbin_SCRIPTS = ## Making substitutions. confsubst = $(top_srcdir)/config/confsubst -SUBST = $(AM_V_GEN)$(confsubst) +V_SUBST = $(V_SUBST_$(V)) +V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY)) +V_SUBST_0 = @echo " SUBST $@"; +SUBST = $(V_SUBST)$(confsubst) SUBSTITUTIONS = \ PACKAGE=$(PACKAGE) VERSION=$(VERSION) \ PYTHON=$(PYTHON) \