Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / posixtm
blob8e3a4db65b61b220fbff62f869f405f3bff27e4f
1 Description:
2 Convert a date/time string (POSIX syntax) to linear time or broken-down time.
4 Files:
5 lib/posixtm.h
6 lib/posixtm.c
7 m4/posixtm.m4
9 Depends-on:
10 mktime
11 stdbool
12 stpcpy
14 configure.ac:
15 gl_POSIXTM
17 Makefile.am:
18 lib_SOURCES += posixtm.c
20 Include:
21 "posixtm.h"
23 License:
24 GPL
26 Maintainer:
27 Jim Meyering