posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / gettimeofday
blobb4bdcc37c7d7b62166615f90a19b73123efb8cc7
1 Description:
2 gettimeofday() function: return current time.
4 Files:
5 lib/gettimeofday.c
6 m4/gettimeofday.m4
8 Depends-on:
9 sys_time
11 configure.ac:
12 gl_FUNC_GETTIMEOFDAY
13 if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
14   AC_LIBOBJ([gettimeofday])
15   gl_PREREQ_GETTIMEOFDAY
17 gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
19 Makefile.am:
21 Include:
22 <sys/time.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Paul Eggert, Jim Meyering