Re: autoconf trouble in the CVS HEAD - Mailing list pgsql-hackers

From Greg Smith
Subject Re: autoconf trouble in the CVS HEAD
Date
Msg-id Pine.GSO.4.64.0712182046310.27370@westnet.com
Whole thread Raw
In response to autoconf trouble in the CVS HEAD  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: autoconf trouble in the CVS HEAD  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Re: autoconf trouble in the CVS HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: EXPLAIN ANALYZE printing logical and hardware I/O per-node
Next
From: Andrew Dunstan
Date:
Subject: Re: autoconf trouble in the CVS HEAD