]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port _AC_COMPILER_EXEEXT to IBM z/OS Unix
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jun 2022 22:46:33 +0000 (17:46 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jun 2022 23:27:40 +0000 (18:27 -0500)
commit76beb33bfe435a4434fd63920affe38620166d85
treeb3ea80de03677571c7d5c915338719c92644555a
parent9c3f25710d6a1aaf9032295b2e5efacf3a7d9715
Port _AC_COMPILER_EXEEXT to IBM z/OS Unix

Problem reported by Jeff Shimoda in:
https://lists.gnu.org/r/autoconf-patches/2022-06/msg00001.html
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT):
Also remove conftest.o and conftest.obj.
We can't use $ac_objext as it might not be defined yet.
lib/autoconf/lang.m4