Re: PSA: Autoconf has risen from the dead

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PSA: Autoconf has risen from the dead
Date: 2022-06-30 17:52:34
Message-ID: 08af106d-10f0-4e1e-a1af-39dbb5920072@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 24.01.22 09:11, Peter Eisentraut wrote:
> On 23.01.22 17:29, Tom Lane wrote:
>> While chasing something else, I was surprised to learn that the
>> Autoconf project has started to make releases again.  There are
>> 2.70 (2020-12-08) and 2.71 (2021-01-28) versions available at
>> https://ftp.gnu.org/gnu/autoconf/
>
> I have patches ready for this at
> https://github.com/petere/postgresql/tree/autoconf-updates.

I have updated this for 16devel and registered it in the commit fest.

To summarize:

- Autoconf 2.71 has been out for 1.5 years.
- It is available in many recently updated OSs.
- It allows us to throw away several workarounds.

Also:

- The created configure appears to be a bit faster, especially in the
cached case.
- It supports checks for C11 features, which is something we might want
to consider in the fullness of time.

Hence:

> Currently, I think early PG16 might be good time to do this update.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2022-06-30 18:25:39 Re: Write visibility map during CLUSTER/VACUUM FULL
Previous Message Michel Pelletier 2022-06-30 17:50:35 Re: PATCH: Add Table Access Method option to pgbench