Re: How to get autoconf to respect CC="gcc -std=c89"?

Paul Eggert <[email protected]> Sat, 7 Oct 2023 14:16:21 -0700
Newsgroups gmane.comp.sysutils.autoconf.patches,gmane.comp.sysutils.autoconf.general
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 2023-10-07 02:03, Niels Möller wrote:
> there's some impedance mismatch between the whitespace separated list to 
> AC_C_STANDARD_VERSION, and the comma-separated list required by m4_map

Yes, let's use the same list style for both.