1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 00:56:34 +02:00

(gl_UTIMENS): Check for futimes function.

This commit is contained in:
Paul Eggert
2004-11-23 20:43:17 +00:00
parent e595badf4e
commit 93da1db297

View File

@@ -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)
])