Hash :
5eeec029
Author :
Date :
2006-10-13T12:40:22
gnulib-tool now synthesizes the EXTRA_DIST line.
Description:
utime() function: change access and/or modification times of a file.
Files:
lib/utime.c
m4/utimbuf.m4
m4/utime.m4
m4/utimes.m4
m4/utimes-null.m4
Depends-on:
safe-read
full-write
configure.ac:
gl_FUNC_UTIME
Makefile.am:
Include:
#if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif
License:
GPL
Maintainer:
Jim Meyering