[project @ 1997-03-24 23:48:39 by sof]
authorsof <unknown>
Mon, 24 Mar 1997 23:48:39 +0000 (23:48 +0000)
committersof <unknown>
Mon, 24 Mar 1997 23:48:39 +0000 (23:48 +0000)
Make path to install-sh absolute, if used

mk/config.mk.in

index 35ce354..83b6fb1 100644 (file)
@@ -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