Re: C++ Modules
Russell Shaw <[email protected]> Tue, 21 Oct 2025 15:08:30 +1100
| Newsgroups | gmane.comp.sysutils.autoconf.general |
|---|---|
| Message-ID | <[email protected]> |
On 21/10/25 02:46, Ben Boeckel wrote: > On Tue, Oct 21, 2025 at 01:28:30 +1100, Russell Shaw wrote: >> I know how to compile with gnu g++23 modules. >> >> What's the first thing i should add to autotools ? > > There has been discussion before on the list: > > https://lists.gnu.org/archive/html/autoconf/2025-02/msg00000.html ... Hi, I read all that at the time. I just work from the bottom up and would get things to work specifically from what i see g++ is doing, then add more functionality later to cover other compilers when i understand things more. I thought maybe a start would be something like AC_PROG_CXX_GNU_TS_MODULES, then use a more generic name as more compilers get recognized. I know nothing about autoconf/automake internals, but have used the system a lot.