From: | Greg Smith <gsmith(at)gregsmith(dot)com> |
---|---|
To: | KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: autoconf trouble in the CVS HEAD |
Date: | 2007-12-19 02:09:10 |
Message-ID: | Pine.GSO.4.64.0712182046310.27370@westnet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 19 Dec 2007, KaiGai Kohei wrote:
> It seems to me this check enforces us to use autoconf 2.59, not the latest one.
> Is there any reason for this change?
2.59 is the stable version of autoconf PostgreSQL 8.3 is built against,
and the check keeps anyone from accidentally running it against other
versions. Since as you've noticed some popular OSes have switched to
2.61, that test was put in there to keep people building a new configure
to give out to everyone from accidentally building against the wrong
version. The brutally long thread at
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00706.php gives
more background on this topic.
--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2007-12-19 02:19:54 | Re: autoconf trouble in the CVS HEAD |
Previous Message | Gregory Stark | 2007-12-19 02:08:38 | Re: EXPLAIN ANALYZE printing logical and hardware I/O per-node |