From 22ef681cc1bbd1af0cd417fec265d12a21ef7034 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Aug 2003 06:34:38 +0000 Subject: [PATCH] (gl_FUNC_UTIMES): Use `conftest.utimes' as the test file name, not `x'. The former will be removed automatically. --- m4/utimes.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 2.47.2