Index: ChangeLog =================================================================== RCS file: /cvs/autoconf/ChangeLog,v retrieving revision 1.1370 diff -u -r1.1370 ChangeLog --- ChangeLog 2001/04/22 12:51:07 1.1370 +++ ChangeLog 2001/04/23 09:31:12 @@ -1,3 +1,8 @@ +2001-04-23 Nicolas Joly + + * acfunctions.m4 (AC_FUNC_STRERROR_R): Clean `core' files from + known failure on Tru64 unix. + 2001-04-22 Jim Meyering * acfunctions.m4 (AC_FUNC_MEMCMP): Remove `int main () {' and the Index: acfunctions.m4 =================================================================== RCS file: /cvs/autoconf/acfunctions.m4,v retrieving revision 1.33 diff -u -r1.33 acfunctions.m4 --- acfunctions.m4 2001/04/22 12:50:07 1.33 +++ acfunctions.m4 2001/04/23 09:31:13 @@ -1327,6 +1327,7 @@ ac_cv_func_strerror_r_works=yes, ac_cv_func_strerror_r_works=no, ac_cv_func_strerror_r_works=no) + rm -f core core.* *.core fi ]) if test $ac_cv_func_strerror_r_works = yes; then