Re: AC_TRY_COMMAND use case
"Zack Weinberg" <[email protected]> Tue, 02 Jul 2024 10:37:56 -0400
| Newsgroups | gmane.comp.sysutils.autoconf.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 2, 2024, at 9:36 AM, Florian Weimer wrote: > We are using AC_TRY_COMMAND in glibc's configure.ac to log executed > commands in config.log > > What's the recommended replacement for that? There is none right now, AFAIK, but will the proposed new macros in https://lists.gnu.org/archive/html/autoconf/2024-06/msg00009.html meet your needs? zw