gitlog-to-changelog: Tweak documentation.
[gnulib.git] / modules / utime
blob319b5281e72b31e0ce3751b1af0d1dd917571821
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-h
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]
14 stdbool         [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
16 configure.ac:
17 gl_FUNC_UTIME
18 gl_CONDITIONAL([GL_COND_OBJ_UTIME],
19                [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1])
20 AM_COND_IF([GL_COND_OBJ_UTIME], [
21   gl_PREREQ_UTIME
23 gl_UTIME_MODULE_INDICATOR([utime])
25 Makefile.am:
26 if GL_COND_OBJ_UTIME
27 lib_SOURCES += utime.c
28 endif
30 Include:
31 <utime.h>
33 License:
34 LGPL
36 Maintainer:
37 Bruno Haible