X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/06fc8e0b5ddbfe10b7cac72500d06b32ab8377c6..33bbf104fa236c68236425cc9a7b3c5bc3695feb:/vars.am diff --git a/vars.am b/vars.am index 79a60a5..9ce78f9 100644 --- a/vars.am +++ b/vars.am @@ -87,12 +87,13 @@ SUBSTITUTIONS = \ prefix=$(prefix) exec_prefix=$(exec_prefix) \ libdir=$(libdir) includedir=$(includedir) \ bindir=$(bindir) sbindir=$(sbindir) \ - PACKAGE=$(PACKAGE) VERSION=$(VERSION) + PACKAGE=$(PACKAGE) VERSION=$(VERSION) \ + MLIB_LIBS="$(MLIB_LIBS)" -V_SUBST = $(V_SUBST_$(V)) -V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY)) -V_SUBST_0 = @echo " SUBST $@"; -SUBST = $(V_SUBST)$(confsubst) +V_SUBST = $(V_SUBST_@AM_V@) +V_SUBST_ = $(V_SUBST_@AM_DEFAULT_V@) +V_SUBST_0 = @echo " SUBST $@"; +SUBST = $(V_SUBST)$(confsubst) ###-------------------------------------------------------------------------- ### Building utilities. @@ -129,7 +130,7 @@ install-man: $(LIBMANS) $(PROGMANS) install $(PROGMANS) $(top_srcdir)/config/maninst \ -d $(DESTDIR)$(mandir) -s $(srcdir) \ - -i "$(INSTALL)" -e $(manext) \ + -i "$(INSTALL)" -e "$(manext)" \ install $(LIBMANS) .PHONY: install-man @@ -140,7 +141,7 @@ uninstall-man: -d $(DESTDIR)$(mandir) -s $(srcdir) \ uninstall $(PROGMANS) $(top_srcdir)/config/maninst \ - -d $(DESTDIR)$(mandir) -s $(srcdir) -e $(manext) \ + -d $(DESTDIR)$(mandir) -s $(srcdir) -e "$(manext)" \ uninstall $(LIBMANS) .PHONY: uninstall-man