+2005-04-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
+ Remove core.conftest.* too; it's generated by Tru64 5.1.
+ Problem reported by Jennis Pruett.
+ * lib/autoconf/functions.m4
+ (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
+ Don't bother to remove core files; AC_RUN_IFELSE should do that
+ for you.
+
2005-04-19 Stepan Kasal <kasal@ucw.cz>
* lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for functions.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software
+# Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
putchar ('\r');
exit (0); /* Non-reversed systems SEGV here. */]])],
[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
&& t.st_mtime - s.st_mtime < 120));]])],
ac_cv_func_utime_null=yes,
ac_cv_func_utime_null=no,
- ac_cv_func_utime_null=no)
-rm -f core *.core])
+ ac_cv_func_utime_null=no)])
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 &&
+ rm -f core *.core core.conftest.* &&
rm -f -r conftest* confdefs* conf$[$]* $ac_clean_files &&
exit $exit_status
' 0
m4_ifvaln([$3],
[( exit $ac_status )
$3])dnl])[]dnl
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext m4_ifval([$1],
[conftest.$ac_ext])[]dnl
])# _AC_RUN_IFELSE