Re: PSA: Autoconf has risen from the dead

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PSA: Autoconf has risen from the dead
Date: 2022-07-05 19:06:31
Message-ID: 1996537.1657047991@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> Yea. They might not be independent of where you get other dependencies from
> though. Does macports install headers / libraries into a path that's found by
> default? Or does one have to pass --with-includes / --with-libs to configure
> and set PKG_CONFIG_PATH, like with homebrew?

What are you expecting to need PKG_CONFIG_PATH for? Or more precisely,
why would meson/ninja create any new need for that that doesn't exist
in the autoconf case?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2022-07-05 19:08:24 Re: [PATCH] Fix pg_upgrade test from v10
Previous Message Andrew Dunstan 2022-07-05 19:04:05 Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size