]> granicus.if.org Git - postgresql/commit
Fix install program detection
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 27 Jun 2012 18:21:18 +0000 (21:21 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 27 Jun 2012 18:22:41 +0000 (21:22 +0300)
commitf7867154129781ee1522344bef50890c01f2b47a
tree220d4c78f48ca136e25b856fb894362529bd8fb6
parenta8f97b39c70e831ced842eb7e41f810bee63e431
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.
configure
configure.in
src/Makefile.global.in