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

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Priit Laes <plaes@plaes.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-02-11T16:17:38Z
Lists: pgsql-hackers
On Thu, Feb 11, 2010 at 2:30 AM, Priit Laes <plaes@plaes.org> wrote:
> Also:
>> Hmm.  That implies that you didn't look at the command that you typed
>> but you did look at its output.  I'm not going to say "no one does
>> that" (who am I to judge?) but it seems kind of strange to me.
>
> Yes, strange but I don't really make the connection of blindly typing
> the command and figuring out what options configure supports... :S

Well if you want to know what options it supports just do ./configure --help ...

...Robert