]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fortran: clean up core files after AC_FC_CHECK_BOUNDS
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 05:35:29 +0000 (21:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Mar 2012 05:37:17 +0000 (21:37 -0800)
* 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.

lib/autoconf/fortran.m4

index afeb3ab9116f29fef56110aa35886c0d614a1d4f..38035956ef2533370ce4ab14b1ae253f5889d5ae 100644 (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