]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Recognize the *-*-windows* config triplets introduced on 2023-06-26.
authorBruno Haible <bruno@clisp.org>
Thu, 17 Aug 2023 13:44:05 +0000 (15:44 +0200)
committerZack Weinberg <zack@owlfolio.org>
Fri, 1 Dec 2023 13:25:07 +0000 (08:25 -0500)
commit544875cc6e9599e6a36706203f51922f12310b9c
tree96c471e70bfa5b0440540ec8d469003e7d25b6c9
parent8013f03064c88f4fa06488de8dc4eb2050fcc520
Recognize the *-*-windows* config triplets introduced on 2023-06-26.

* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Treat windows* as
equivalent to mingw*.
* lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF, _AC_FUNC_REALLOC_IF):
Likewise.
* lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_PROBE): Likewise.
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/specific.m4