Re: [COMMITTERS] pgsql: Fix install program detection

2012-06-28 Thread Tom Lane
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

Re: [COMMITTERS] pgsql: Fix install program detection

2012-06-28 Thread Robert Haas
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 >

Re: [COMMITTERS] pgsql: Fix install program detection

2012-06-28 Thread Tom Lane
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

Re: [COMMITTERS] pgsql: Fix install program detection

2012-06-28 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: Fix install program detection

2012-06-27 Thread Peter Eisentraut
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