posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / times
blobaab3703f6a0fe142660b92863ba0b4b35213f08f
1 Description:
2 times() function: get process times
4 Files:
5 lib/times.c
6 m4/times.m4
8 Depends-on:
9 sys_times
11 configure.ac:
12 gl_FUNC_TIMES
13 if test $HAVE_TIMES = 0; then
14   AC_LIBOBJ([times])
16 gl_SYS_TIMES_MODULE_INDICATOR([times])
18 Makefile.am:
20 Include:
21 <sys/times.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 Simon Josefsson