Re: Making MSVC/clang-cl succeed AC_PROG_CC C11 discovery

Antonin Décimo <[email protected]> Tue, 30 Apr 2024 15:11:28 -0300
Newsgroups gmane.comp.sysutils.autoconf.general
Message-ID <CACCWBSC3ZPYf5NGs=2nwvAYRH5qxVdT2hEkUNi271BnfHE+Hxw@mail.gmail.com>
> I installed the attached patch, which is less ambitious but should
> address the original problem report.

It does address the problem report and it looks good to me, thanks a lot!
It's also a bit less invasive than passing -std:c11 -Zc:__STDC__.

The manual of AC_C_VARARRAYS could mention using __STDC_NO_VLA__
instead, for C11 and onwards.

Best regards,
-- Antonin