Remove --with-CC autoconf option
Started by Heikki Linnakangasabout 2 years ago2 messageshackers
Any objections to removing the ./configure --with-CC option? It's been
deprecated since commit cb292206c5 from July 2000:
# For historical reasons you can also use --with-CC to specify the C compiler
# to use, although the standard way to do this is to set the CC environment
# variable.
PGAC_ARG_REQ(with, CC, [CMD], [set compiler (deprecated)], [CC=$with_CC])
--
Heikki Linnakangas
Neon (https://neon.tech)
Re: Remove --with-CC autoconf option
On 27 Feb 2024, at 22:03, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
Any objections to removing the ./configure --with-CC option? It's been deprecated since commit cb292206c5 from July 2000:
None, and removing it will chip away further at getting autoconf and meson
fully in sync so +1.
--
Daniel Gustafsson