Re: State and plans for C++20 module support?

Tom Tromey <[email protected]> Fri, 21 Feb 2025 20:23:04 -0700
Newsgroups gmane.comp.sysutils.autoconf.general,gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
>>>>> "Jacob" == Jacob Bachmeyer <[email protected]> writes:

Jacob> Well, bringing the topic back to Automake, what prevents using
Jacob> something like:

Jacob> Makefile: ${srcdir}/Makefile.in
Jacob> 	${top_builddir}/config.status
Jacob> ${srcdir}/Makefile.in: ${srcdir}/Makefile.am
Jacob> 	$(AUTOMAKE) ...

Jacob> Or do we already have that, but only in maintainer mode?

Yes, this is there, but the latter is only in maintainer mode if you use
that.  The former is always done.

Tom