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(-)