]> granicus.if.org Git - postgresql/commit
Further fix install program detection
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 28 Jun 2012 17:05:36 +0000 (20:05 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 28 Jun 2012 17:07:02 +0000 (20:07 +0300)
commitdcd5af6c3498a265053aa3292d41c3946e225627
tree667594d6367b999a95806567404870df36d06a1a
parent39715af23ae459684963c350dd69eafa2d502e7e
Further fix install program detection

The $(or) make function was introduced in GNU make 3.81, so the
previous coding didn't work in 3.80.  Write it differently, and
improve the variable naming to make more sense in the new coding.
configure
configure.in
src/Makefile.global.in