Re: [PATCH] Output configuration status after ./configure run.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH] Output configuration status after ./configure run.
Дата
Msg-id [email protected]
обсуждение исходный текст
Ответ на Re: [PATCH] Output configuration status after ./configure run.  (Alvaro Herrera <[email protected]>)
Список pgsql-hackers
On Wed, Feb 10, 2010 at 2:16 PM, Alvaro Herrera
<[email protected]> wrote:
> Maybe you didn't type it, but it came from elsewhere?  Maybe you're
> inheriting settings from some environment variable, or a file?  Maybe
> you're eval'ing pg_config --configure?

Yeah, could be.

> The general idea seems sensible to me.  I can't comment on the
> specifics.

I took a quick look at it.  It's basically just a block of output at
the end of configure that reflects the values for a subset of the
configuration parameters (for example, just off the top of my head,
--enable-debug, --enable-casserts, --enable-depend, and --enable-nls
aren't there).  It already won't fit in a 24x80 window, and if we
actually make it complete, it'll be considerably longer.  While not
denying its possible usefulness to the OP, I'm not sure that in
general more people would find it useful than annoying.  I might be
wrong, though.

...Robert


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] Output configuration status after ./configure run.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [CFReview] Red-Black Tree