pgsql: Further fix install program detection - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Further fix install program detection
Date
Msg-id E1SkIFK-0000Bi-5F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix install program detection
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Update outdated commit; xlp_rem_len field is in page header now.