Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / utime
blob0fc34ebdc9ceaa2cbc0b602774fc6b500b79c3c7
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]
14 configure.ac:
15 gl_FUNC_UTIME
16 if test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1; then
17   AC_LIBOBJ([utime])
18   gl_PREREQ_UTIME
20 gl_UTIME_MODULE_INDICATOR([utime])
22 Makefile.am:
24 Include:
25 <utime.h>
27 License:
28 LGPL
30 Maintainer:
31 Bruno Haible