X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/ff3d3f01025b881c7cadf093b0f65309c35f2c53..dd8acfeabed98e9876c8002987694266d80f4fda:/vars.am?ds=sidebyside 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) ###--------------------------------------------------------------------------