On Tue, 5 Jan 1999, Anthony Peacock wrote:
> Another glitch I have noticed on my system (this was in htdig 3.1.0b2 as
> well), is that the Makefile.config line for defining the install program reads like
> this:
> INSTALL= ./install-sh -c
> as created by conffigure. This fails when running 'make install' from the
> distribution root directory. The line should read:
> INSTALL= ../install-sh -c
> Note the double dot.
configure detects the name of the install-program and substitutes this
value for @INSTALL@ in Makefile.config.in.
./install-sh -c is correct for the top-level source-directory in which
Makefile.config resides but not for the subdirectories where
Makefile.config is included by the Makefiles.
So I moved the line
INSTALL= @INSTALL@
from Makefile.config.in into every subdirectories Makefile.in. Now
configure should substitute the correct value.
(in the current CVS-tree)
Cheers,
Leo
-----------------------------------------------------------------------
Alexander (Leo) Bergolth [EMAIL PROTECTED]
WU-Wien - Zentrum fuer Informatikdienste http://leo.wu-wien.ac.at
Info Center
In a world without walls and fences, who needs windows and gates?
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.