posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / stat-time
blob2f137fc25dedb51d895514a9f7ac231db66a8a75
1 Description:
2 stat-related time functions
4 Files:
5 lib/stat-time.h
6 lib/stat-time.c
7 m4/stat-time.m4
9 Depends-on:
10 time
11 errno
12 extensions
13 extern-inline
14 intprops
16 configure.ac:
17 gl_STAT_TIME
18 gl_STAT_BIRTHTIME
20 Makefile.am:
21 lib_SOURCES += stat-time.c
23 Include:
24 "stat-time.h"
26 License:
27 LGPLv2+
29 Maintainer:
30 Paul Eggert and Jim Meyering