mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
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.
This commit is contained in:
parent
9c3f25710d
commit
76beb33bfe
@ -678,7 +678,8 @@ ac_exeext=$EXEEXT
|
||||
AC_LANG_CONFTEST([_AC_LANG_IO_PROGRAM])
|
||||
ac_clean_files="$ac_clean_files conftest.out"
|
||||
_AC_COMPILER_EXEEXT_CROSS
|
||||
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
|
||||
rm -f conftest.$ac_ext conftest$ac_cv_exeext \
|
||||
conftest.o conftest.obj conftest.out
|
||||
ac_clean_files=$ac_clean_files_save
|
||||
])# _AC_COMPILER_EXEEXT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user