Further fix install program detection

Peter Eisentraut <peter_e@gmx.net>

Commit: dcd5af6c3498a265053aa3292d41c3946e225627
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-06-28T17:07:02Z
Releases: 9.3.0
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.

Files

PathChange+/−
configure modified +3 −3
configure.in modified +3 −3
src/Makefile.global.in modified +2 −1