pgsql: Further fix install program detection

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further fix install program detection
Date: 2012-06-28 17:11:10
Message-ID: E1SkIFK-0000Bi-5F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-06-28 17:39:43 pgsql: Update outdated commit; xlp_rem_len field is in page header now.
Previous Message Tom Lane 2012-06-28 17:05:48 Re: pgsql: Fix install program detection