Re: Migrate to autoconf 2.72?
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Pavel Stehule <pavel.stehule@gmail.com>,
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-12-01T10:42:44Z
Lists: pgsql-hackers
Hi Pavel, >> No, there is currently no agreed schedule for this. > > almost all extensions has not meson support still Extensions shouldn't necessarily be built using the same build system as the PG core. I can build PG using Meson and then install a 3rd party extension using `make install && make installcheck`. In other words, we can stop supporting Autotools for building the core without affecting extensions. Unless I'm missing something, of course. -- Best regards, Aleksander Alekseev