>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> On Jan 23, 2001, Alexandre Duret-Lutz <[EMAIL PROTECTED]> wrote:
>> INSTALL_STRIP_PROGRAM=$$(topsrc_dir)/$(install_sh) -s
>> and then
>> install-strip:
>> $(MAKE) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' install
On Jan 23, 2001, Alexandre Duret-Lutz <[EMAIL PROTECTED]> wrote:
> INSTALL_STRIP_PROGRAM=$$(topsrc_dir)/$(install_sh) -s
> and then
> install-strip:
> $(MAKE) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' install
> So that $(topsrc_dir) gets evaluated in the sub-make. From
> the simulati
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
adl> [...]
Tom> If there is no vendor install program, autoconf will choose
Tom> install-sh. The path to install-sh might be a relative path, because
Tom> $srcdir might be relat
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
[...]
Tom> If there is no vendor install program, autoconf will choose
Tom> install-sh. The path to install-sh might be a relative path, because
Tom> $srcdir might be relati
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
adl> Can someone explain me the comment before the install-strip
adl> rule: "We can't just set INSTALL_PROGRAM because that might be a
adl> relative path". This comment was added with the following
adl> ChangeLog entry:
If there is
[sorry for the previous unedited mail,
sometimes I play gnus with my feet]
>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
[...]
Alexandre> Even better! Then we can just arrange for
Alexandre> INSTALL_STRIP to set STRIPPROG and use install-sh
Alexandre> for cross install-st