pgsql: Fix install program detection

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix install program detection
Дата
Msg-id E1SjwtT-0005dI-QF@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix install program detection  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-committers
Fix install program detection

configure handles INSTALL as a substitution variable specially, and
apparently it gets confused when it's set to empty.  Use INSTALL_
instead as a workaround to avoid the issue.

Branch
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix two more neglected comments, still referring to log/seg.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make UtilityContainsQuery recurse until it finds a non-utility Q