Re: [PATCH] add rm conftest.o in lib/autoconf/lang.m4
Paul Eggert <[email protected]> Wed, 22 Jun 2022 00:11:35 -0500
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <[email protected]> |
On 6/21/22 16:24, Marbles504 wrote: > +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out conftest.o Don't you also need to remove conftest.obj? Or is it conftest.$ac_objext and require _AC_COMPILER_OBJEXT? Or the latter may be a bridge too far.