Factor int-properties macros into a single file, except for
[gnulib.git] / modules / utimecmp
1 Description:
2 compare file time stamps
3
4 Files:
5 lib/intprops.h
6 lib/utimecmp.h
7 lib/utimecmp.c
8 m4/utimecmp.m4
9
10 Depends-on:
11 hash
12 timespec
13 utimens
14 xalloc
15
16 configure.ac:
17 gl_UTIMECMP
18
19 Makefile.am:
20 lib_SOURCES += utimecmp.h utimecmp.c
21
22 Include:
23 "utimecmp.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert, Jim Meyering