]> git.cworth.org Git - tar/blob - m4/utimens.m4
Imported Upstream version 1.21
[tar] / m4 / utimens.m4
1 dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software
2 dnl Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 dnl serial 2
8
9 AC_DEFUN([gl_UTIMENS],
10 [
11   AC_LIBOBJ([utimens])
12
13   dnl Prerequisites of lib/utimens.c.
14   AC_REQUIRE([gl_FUNC_UTIMES])
15   AC_REQUIRE([gl_CHECK_TYPE_STRUCT_TIMESPEC])
16   AC_REQUIRE([gl_CHECK_TYPE_STRUCT_UTIMBUF])
17   AC_CHECK_FUNCS_ONCE([futimes futimesat futimens utimensat])
18 ])