Thread: pgsql: Further fix install program detection

pgsql: Further fix install program detection

From
Peter Eisentraut
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dcd5af6c3498a265053aa3292d41c3946e225627

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