summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-11-24 10:00:18 -0700
committerEric Blake <ebb9@byu.net>2009-11-25 06:32:32 -0700
commit63a3cbb6f49f24e17ca914064b39677110c79ca8 (patch)
tree1f6b5bf2a6d546aff3ff6d3e6b9c4e8c9aea45ee /m4
parent2bc9cabc544597791089f579a5a6d025792f47dc (diff)
downloadgnulib-63a3cbb6f49f24e17ca914064b39677110c79ca8.tar.gz
utimes: fix configure grammar
'Checking determine whether...' doesn't read well. * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/utimes.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4
index 5b010acd8b..239a0dbe0a 100644
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -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>