1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/posixtm
Bruno Haible e5c04f1281 posixtm: Move AC_LIBOBJ invocations to module description.
* m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation.
* modules/posixtm (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:33 +02:00

28 lines
303 B
Plaintext

Description:
Convert a date/time string (POSIX syntax) to linear time or broken-down time.
Files:
lib/posixtm.h
lib/posixtm.c
m4/posixtm.m4
Depends-on:
mktime
stdbool
stpcpy
configure.ac:
gl_POSIXTM
Makefile.am:
lib_SOURCES += posixtm.c
Include:
"posixtm.h"
License:
GPL
Maintainer:
Jim Meyering