utimes: fix configure grammar
authorEric Blake <ebb9@byu.net>
Tue, 24 Nov 2009 17:00:18 +0000 (10:00 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 25 Nov 2009 13:32:32 +0000 (06:32 -0700)
'Checking determine whether...' doesn't read well.

* m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
m4/utimes.m4

index 54c5514295f48eba902f0451987c6995c905f920..3af15c207f99133af357279874bff21277a1d75e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-25  Eric Blake  <ebb9@byu.net>
+
+       utimes: fix configure grammar
+       * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
+
 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
 
        regex: Fix fastmap for multibyte character ranges.
index 5b010acd8b3192191fb6491b2c519837cefd0b44..239a0dbe0aa258bbe8d8a34dbb09d5f7e3320d91 100644 (file)
@@ -1,4 +1,5 @@
 # Detect some bugs in glibc's implementation of utimes.
+# serial 2
 
 dnl Copyright (C) 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
@@ -19,8 +20,8 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_UTIMES],
 [
-  AC_CACHE_CHECK([determine whether the utimes function works],
-                gl_cv_func_working_utimes,
+  AC_CACHE_CHECK([whether the utimes function works],
+                [gl_cv_func_working_utimes],
   [
   AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #include <sys/types.h>