summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-23 20:43:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-23 20:43:17 +0000
commit93da1db297d4ce91ce548ff0d427d9f652cf997d (patch)
tree580c787fe0abb52fc739e99d7074a4d38aae22e6 /m4
parente595badf4e634004cbcabbea5992706f903d2540 (diff)
downloadcoreutils-93da1db297d4ce91ce548ff0d427d9f652cf997d.tar.xz
(gl_UTIMENS): Check for futimes function.
Diffstat (limited to 'm4')
-rw-r--r--m4/utimens.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/utimens.m4 b/m4/utimens.m4
index 8912619e1..25a1337ce 100644
--- a/m4/utimens.m4
+++ b/m4/utimens.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -12,4 +12,5 @@ AC_DEFUN([gl_UTIMENS],
AC_REQUIRE([gl_FUNC_UTIMES])
AC_REQUIRE([gl_CHECK_TYPE_STRUCT_TIMESPEC])
AC_REQUIRE([gl_CHECK_TYPE_STRUCT_UTIMBUF])
+ AC_CHECK_FUNCS_ONCE(futimes)
])