chiark / gitweb /
configure.ac: Delay checking the assembler until we know the target CPU.
[catacomb] / vars.am
diff --git a/vars.am b/vars.am
index 2840390585df9c6f27a0abf902f7e4585163d427..be1847f5f818dd9373f5aca192ce6bf805284bd5 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -80,9 +80,9 @@ SUBSTITUTIONS = \
        PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
        CATACOMB_LIBS="$(CATACOMB_LIBS)"
 
-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)
 
 ###--------------------------------------------------------------------------