utime: New module.
commite5194dcec6df86600ece92e5ae6a746ce69ffb16
authorBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 01:08:46 +0000 (30 03:08 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 17:25:55 +0000 (30 19:25 +0200)
tree1b1a9b4d319318b923df5cc52fb83f0461dc9464
parent127cc8158810518f7abb27777b649468d91fda8b
utime: New module.

* lib/utime.in.h: Add comment for snippets.
(utime): New declaration.
* lib/utime.c: New file.
* m4/utime.m4: New file.
* m4/utime_h.m4 (gl_UTIME_H): Test for utime declaration.
(gl_UTIME_H_DEFAULTS): Initialize GNULIB_UTIME, HAVE_UTIME,
REPLACE_UTIME.
* modules/utime-h (Depends-on): Add snippets.
(Makefile.am): Substitute GNULIB_UTIME, HAVE_UTIME, REPLACE_UTIME.
Insert snippets.
* modules/utime: New file.
* doc/posix-functions/utime.texi: Mention the new module.
ChangeLog
doc/posix-functions/utime.texi
lib/utime.c [new file with mode: 0644]
lib/utime.in.h
m4/utime.m4 [new file with mode: 0644]
m4/utime_h.m4
modules/utime [new file with mode: 0644]
modules/utime-h