pgsql: Fix install program detection - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix install program detection
Date
Msg-id E1SjwtT-0005dI-QF@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix install program detection
List pgsql-committers
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/f7867154129781ee1522344bef50890c01f2b47a

Modified Files
--------------
configure              |    5 ++++-
configure.in           |    4 +++-
src/Makefile.global.in |    2 +-
3 files changed, 8 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix two more neglected comments, still referring to log/seg.
Next
From: Tom Lane
Date:
Subject: pgsql: Make UtilityContainsQuery recurse until it finds a non-utility Q