+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.
# 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
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>