From 63a3cbb6f49f24e17ca914064b39677110c79ca8 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 24 Nov 2009 10:00:18 -0700 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ m4/utimes.m4 | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54c551429..3af15c207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-25 Eric Blake + + utimes: fix configure grammar + * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word. + 2009-11-25 Paolo Bonzini regex: Fix fastmap for multibyte character ranges. diff --git a/m4/utimes.m4 b/m4/utimes.m4 index 5b010acd8..239a0dbe0 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 -- 2.11.0