X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/dd8acfeabed98e9876c8002987694266d80f4fda..46c7a9ab1e830a9c9ba2d607fdf48ed7554428bb:/vars.am diff --git a/vars.am b/vars.am index fceef07..9ce78f9 100644 --- a/vars.am +++ b/vars.am @@ -87,7 +87,8 @@ 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_@AM_V@) V_SUBST_ = $(V_SUBST_@AM_DEFAULT_V@) @@ -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