From: <sv...@op...> - 2024-10-18 08:53:20
|
Author: manx Date: Fri Oct 18 10:53:08 2024 New Revision: 21853 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21853 Log: Merged revision(s) 21852 from trunk/OpenMPT: [Var] build: Autotools: Update ax_cxx_compile_stdcxx.m4 to version 25. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/build/autotools/ax_cxx_compile_stdcxx.m4 Modified: branches/OpenMPT-1.31/build/autotools/ax_cxx_compile_stdcxx.m4 ============================================================================== --- branches/OpenMPT-1.31/build/autotools/ax_cxx_compile_stdcxx.m4 Fri Oct 18 10:52:34 2024 (r21852) +++ branches/OpenMPT-1.31/build/autotools/ax_cxx_compile_stdcxx.m4 Fri Oct 18 10:53:08 2024 (r21853) @@ -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] ) |