X-Git-Url: https://git.distorted.org.uk/~mdw/yaid/blobdiff_plain/a4cfc6a99b7a32174f11c14db8b5218f98ee8c93..5436f0c5283f835026f1a7b044ee714e6f341ce3:/Makefile.am diff --git a/Makefile.am b/Makefile.am index fb4ea27..763899e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ SUBSTITUTIONS = \ prefix=$(prefix) exec_prefix=$(exec_prefix) \ sysconfdir=$(sysconfdir) -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) ###--------------------------------------------------------------------------