Skip to content
Snippets Groups Projects
Commit 1de03672 authored by sof's avatar sof
Browse files

[project @ 1997-03-24 23:48:39 by sof]

Make path to install-sh absolute, if used
parent e103630d
No related merge requests found
...@@ -468,6 +468,14 @@ CTAGS = $(ETAGS) ...@@ -468,6 +468,14 @@ CTAGS = $(ETAGS)
RAWCPP = @RAWCPP@ RAWCPP = @RAWCPP@
GNUCPP = @GNUCPP@ GNUCPP = @GNUCPP@
INSTALL = @INSTALL@ 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 LATEX = latex
LN_S = @LN_S@ LN_S = @LN_S@
MANMACROS = -man MANMACROS = -man
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment