X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/60e6fde89a2e73210de48cd56b1c022f9aeec2b6..6f9cf5797c442bf17bb814743a57a695759842cc:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a9c7cf1..7df6892 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,9 +38,9 @@ CLEANFILES = confsubst = $(srcdir)/confsubst.in mkdir_p = $(srcdir)/config/install-sh -d -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) ###-------------------------------------------------------------------------- @@ -154,7 +154,7 @@ uninstall-hook:: ###-------------------------------------------------------------------------- ### Documentation. -info_TEXINFOS = common.texi +info_TEXINFOS = common.texi ###-------------------------------------------------------------------------- ### Other special tweaks.