AC_TRY_COMMAND use case
Florian Weimer <[email protected]> Tue, 02 Jul 2024 15:36:21 +0200
| Newsgroups | gmane.comp.sysutils.autoconf.general |
|---|---|
| Message-ID | <[email protected]> |
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? Thanks, Florian