+2002-04-22 Peter Eisentraut <peter_e@gmx.net>
+
+ * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
+ and bb.out when cleaning up.
+
2002-04-22 Akim Demaille <akim@epita.fr>
Version 2.53a.
# Compile, link, and run.
# This macro can be used during the selection of a compiler.
# We also remove conftest.o as if the compilation fails, some compilers
-# don't remove it.
+# don't remove it. We remove gmon.out and bb.out, which may be
+# created during the run if the program is built with profiling support.
m4_define([_AC_RUN_IFELSE],
[m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])dnl
rm -f conftest$ac_exeext
m4_ifvaln([$3],
[( exit $ac_status )
$3])dnl])[]dnl
-rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
+rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
[conftest.$ac_ext])[]dnl
])# _AC_RUN_IFELSE