mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
fortran: clean up core files after AC_FC_CHECK_BOUNDS
* lib/autoconf/fortran.m4 (AC_FC_CHECK_BOUNDS): Clean up core files, too. Needed for Sun Fortran 95 8.2 2005/10/13 on Solaris 8.
This commit is contained in:
parent
49b68f063e
commit
3b78f246db
@ -1599,7 +1599,8 @@ do
|
||||
[],
|
||||
[ac_cv_fc_check_bounds=$ac_flag; break])])])])
|
||||
done
|
||||
rm -f conftest$ac_exeext conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
rm -f conftest$ac_exeext conftest.err conftest.$ac_objext conftest.$ac_ext \
|
||||
core *.core core.conftest.*
|
||||
FCFLAGS=$ac_fc_check_bounds_FCFLAGS_save
|
||||
])
|
||||
if test "x$ac_cv_fc_check_bounds" = xunknown; then
|
||||
|
Loading…
Reference in New Issue
Block a user