posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / utime
blobd1975f47b342d7252eaea8ed87ab7678b33b425c
1 Description:
2 utime() function: set access and modification times of a file.
4 Files:
5 lib/utime.c
6 m4/utime.m4
8 Depends-on:
9 utime-h
10 time
11 filename        [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
12 malloca         [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
13 stat            [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
15 configure.ac:
16 gl_FUNC_UTIME
17 if test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1; then
18   AC_LIBOBJ([utime])
19   gl_PREREQ_UTIME
21 gl_UTIME_MODULE_INDICATOR([utime])
23 Makefile.am:
25 Include:
26 <utime.h>
28 License:
29 LGPL
31 Maintainer:
32 Bruno Haible