Re: pg_config Makefile includes hyphens in configure arguments

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_config Makefile includes hyphens in configure arguments
Дата
Msg-id Pine.LNX.4.30.0205051742230.12960-100000@peter.localdomain
обсуждение исходный текст
Ответ на pg_config Makefile includes hyphens in configure arguments  ("Joel Burton" <joel@joelburton.com>)
Список pgsql-hackers
Joel Burton writes:

> Feeding `pg_config --configure` into configure no longer works, as the
> output of `pg_config --configure` now includes hypens (as in
> "'--enable-cassert' '--enable-debug'"), which configure rejects.

[ apostrophes, I assume ]

Try
   eval configure `pg_config --configure`

This allows correct behaviour with arguments that contain spaces.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Musings
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Musings