Imported Upstream version 1.3.14
[debian/gzip] / m4 / utimens.m4
1 dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
2 dnl Software 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 3
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 lutimes])
18 ])