Don't remove core.* as it may remove valid user files.
* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
(AC_FUNC_UTIME_NULL): Likewise.
+2003-10-27 Akim Demaille <akim@epita.fr>
+
+ * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
+ Don't remove core.* as it may remove valid user files.
+ * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
+ (AC_FUNC_UTIME_NULL): Likewise.
+
2003-10-23 Akim Demaille <akim@epita.fr>
Version 2.57g.
* Major changes in Autoconf 2.57h -*- outline -*-
+** core.*
+ core.* files are no longer removed, as they may be valid user files.
+
* Major changes in Autoconf 2.57g
Released 2003-10-24, by Akim Demaille
exit (1);
putchar ('\r');
exit (0); /* Non-reversed systems SEGV here. */]])],
- ac_cv_func_setvbuf_reversed=yes,
- rm -f core core.* *.core,
+ [ac_cv_func_setvbuf_reversed=yes],
+ [rm -f core *.core],
[[: # Assume setvbuf is not reversed when cross-compiling.]])]
ac_cv_func_setvbuf_reversed=yes)])])
if test $ac_cv_func_setvbuf_reversed = yes; then
ac_cv_func_utime_null=yes,
ac_cv_func_utime_null=no,
ac_cv_func_utime_null=no)
-rm -f core core.* *.core])
+rm -f core *.core])
if test $ac_cv_func_utime_null = yes; then
AC_DEFINE(HAVE_UTIME_NULL, 1,
[Define to 1 if `utime(file, NULL)' sets file's timestamp to the
echo "$as_me: caught signal $ac_signal"
echo "$as_me: exit $exit_status"
} >&AS_MESSAGE_LOG_FD
- rm -f core core.* *.core &&
+ rm -f core *.core &&
rm -rf conftest* confdefs* conf$[$]* $ac_clean_files &&
exit $exit_status
' 0
m4_ifvaln([$3],
[( exit $ac_status )
$3])dnl])[]dnl
-rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
[conftest.$ac_ext])[]dnl
])# _AC_RUN_IFELSE