]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port better to MSVC
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Apr 2024 21:47:20 +0000 (14:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 17:33:37 +0000 (10:33 -0700)
commite9fee73dba5d2156abc48734b5a9faff89dcdc11
tree68b5525aec22dcdb809e1cdfe85ecca3b2a3883a
parent75fe83f9d68a79b868802651ee092d8cd13389bc
Port better to MSVC

Problems reported by Antonin Décimo in:
https://lists.gnu.org/r/autoconf/2024-04/msg00001.html
* lib/autoconf/c.m4 (_AC_C_C89_TEST_GLOBALS):
Do not test the value of __STDC__.
(_AC_C_C99_TEST_MAIN): Do not test for VLAs.
(_AC_C_C11_OPTIONS): Also test -std:c11.
NEWS
doc/autoconf.texi
lib/autoconf/c.m4