From: Jim Meyering Date: Fri, 15 Aug 2003 06:34:38 +0000 (+0000) Subject: (gl_FUNC_UTIMES): Use `conftest.utimes' as the test X-Git-Tag: v5.0.91~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ef681cc1bbd1af0cd417fec265d12a21ef7034;p=thirdparty%2Fcoreutils.git (gl_FUNC_UTIMES): Use `conftest.utimes' as the test file name, not `x'. The former will be removed automatically. --- diff --git a/m4/utimes.m4 b/m4/utimes.m4 index 4ba5bbbb86..3b8d945ac2 100644 --- a/m4/utimes.m4 +++ b/m4/utimes.m4 @@ -25,7 +25,7 @@ main () { static struct timeval timeval[2] = {{9, 10}, {999999, 999999}}; struct stat sbuf; - char const *file = "x"; + char const *file = "conftest.utimes"; FILE *f; exit ( ! ((f = fopen (file, "w"))