Robert Haas writes:
> I'm thinking that $INSTALL or whatever-it-is is getting set to an
> empty string. The command was probably intended to be something like
> install -m 644 libpgport.a...
So it appears, but why is the failure platform-specific? INSTALL is
also getting set to empty on my old
On Thu, Jun 28, 2012 at 12:28 PM, Tom Lane wrote:
> Alvaro Herrera writes:
>> Excerpts from Peter Eisentraut's message of mié jun 27 14:23:11 -0400 2012:
>>> Fix install program detection
>
>> Member grebe is still failing.
>
> protosciurus and castoroides (Solaris 10, I think same machine with
>
Alvaro Herrera writes:
> Excerpts from Peter Eisentraut's message of mié jun 27 14:23:11 -0400 2012:
>> Fix install program detection
> Member grebe is still failing.
protosciurus and castoroides (Solaris 10, I think same machine with
different compilers) are not happy either. Also, the first
Excerpts from Peter Eisentraut's message of mié jun 27 14:23:11 -0400 2012:
> Fix install program detection
>
> configure handles INSTALL as a substitution variable specially, and
> apparently it gets confused when it's set to empty. Use INSTALL_
> instead as a workaround to avoid the issue.
Me
Fix install program detection
configure handles INSTALL as a substitution variable specially, and
apparently it gets confused when it's set to empty. Use INSTALL_
instead as a workaround to avoid the issue.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/f7867154129