verify: new macro 'assume'
[gnulib.git] / modules / utimecmp
1 Description:
2 compare file time stamps
3
4 Files:
5 lib/utimecmp.h
6 lib/utimecmp.c
7 m4/utimecmp.m4
8
9 Depends-on:
10 hash
11 stat-time
12 time
13 utimens
14 intprops
15 lstat
16 stdbool
17 stdint
18 verify
19
20 configure.ac:
21 gl_UTIMECMP
22
23 Makefile.am:
24 lib_SOURCES += utimecmp.c
25
26 Include:
27 "utimecmp.h"
28
29 Link:
30 $(LIB_CLOCK_GETTIME)
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert, Jim Meyering