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:
Paul Eggert 2012-03-03 21:35:29 -08:00
parent 49b68f063e
commit 3b78f246db

View File

@ -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