mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation. * modules/posixtm (Makefile.am): Augment lib_SOURCES.
28 lines
303 B
Plaintext
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
|