From: <sv...@op...> - 2024-10-18 08:52:47
|
Author: manx Date: Fri Oct 18 10:52:34 2024 New Revision: 21852 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21852 Log: [Var] build: Autotools: Update ax_cxx_compile_stdcxx.m4 to version 25. Modified: trunk/OpenMPT/build/autotools/ax_cxx_compile_stdcxx.m4 Modified: trunk/OpenMPT/build/autotools/ax_cxx_compile_stdcxx.m4 ============================================================================== --- trunk/OpenMPT/build/autotools/ax_cxx_compile_stdcxx.m4 Thu Oct 17 15:14:44 2024 (r21851) +++ trunk/OpenMPT/build/autotools/ax_cxx_compile_stdcxx.m4 Fri Oct 18 10:52:34 2024 (r21852) @@ -44,7 +44,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 24 +#serial 25 dnl This macro is based on the code from the AX_CXX_COMPILE_STDCXX_11 macro dnl (serial version number 13). @@ -191,11 +191,11 @@ dnl Test body for checking C++23 support m4_define([_AX_CXX_COMPILE_STDCXX_testbody_23], - _AX_CXX_COMPILE_STDCXX_testbody_new_in_11 - _AX_CXX_COMPILE_STDCXX_testbody_new_in_14 - _AX_CXX_COMPILE_STDCXX_testbody_new_in_17 - _AX_CXX_COMPILE_STDCXX_testbody_new_in_20 - _AX_CXX_COMPILE_STDCXX_testbody_new_in_23 + [_AX_CXX_COMPILE_STDCXX_testbody_new_in_11 + _AX_CXX_COMPILE_STDCXX_testbody_new_in_14 + _AX_CXX_COMPILE_STDCXX_testbody_new_in_17 + _AX_CXX_COMPILE_STDCXX_testbody_new_in_20 + _AX_CXX_COMPILE_STDCXX_testbody_new_in_23] ) |