pgsql: Further fix install program detection

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Further fix install program detection
Дата
Msg-id E1SkIFK-0000Bi-5F@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix install program detection
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Update outdated commit; xlp_rem_len field is in page header now.