Re: [HACKERS] WIP: About CMake v2 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [HACKERS] WIP: About CMake v2
Date
Msg-id 20170210184127.q2ymsldbvbwxzblk@alap3.anarazel.de
Whole thread Raw
In response to Re: [HACKERS] WIP: About CMake v2  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [HACKERS] WIP: About CMake v2  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On 2017-02-10 19:33:18 +0100, Magnus Hagander wrote:
> I guess we wouldn't, but we'd still need the "replacement for autoconf"
> part. So then we're back to maintaining multiple buildsystems.

Hm? Do we really need that?  Most of the things in an extension you do
*not* want to determine separately from the backend.  It's not like pgxs
atm really allows to differ wildly from autoconf's results. And most of
the relevant determinations made by autoconf are available in headers
and/or we can generate a cmake include file with the results of
autoconf.

- Andres



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] removing tsearch2
Next
From: Corey Huinker
Date:
Subject: Re: \if, \elseif, \else, \endif (was Re: [HACKERS] PSQL commands:\quit_if, \quit_unless)