From: sof Date: Mon, 24 Mar 1997 23:48:39 +0000 (+0000) Subject: [project @ 1997-03-24 23:48:39 by sof] X-Git-Tag: Approximately_1000_patches_recorded~716 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1de036725ecf2b163bb619dbfb4c7e39b1cd4ae5;p=ghc-hetmet.git [project @ 1997-03-24 23:48:39 by sof] Make path to install-sh absolute, if used --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 35ce354..83b6fb1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -468,6 +468,14 @@ CTAGS = $(ETAGS) RAWCPP = @RAWCPP@ GNUCPP = @GNUCPP@ INSTALL = @INSTALL@ +# +# Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback +# install-sh script (if chosen). This not terribly useful to us, so we convert +# it into an abs. path. +# +if "$(INSTALL)" ".././install-sh" +INSTALL = $(FPTOOLS_TOP_ABS)/install-sh +endif LATEX = latex LN_S = @LN_S@ MANMACROS = -man