Add a Maintainer.
[gnulib.git] / modules / getdate
1 Description:
2 Convert a date/time string to linear time.
3
4 Files:
5 lib/getdate.h
6 lib/getdate.y
7 m4/bison.m4
8 m4/tm_gmtoff.m4
9 m4/getdate.m4
10
11 Depends-on:
12 unlocked-io
13
14 configure.ac:
15 gl_GETDATE
16
17 Makefile.am:
18 lib_SOURCES += getdate.h getdate.y
19 BUILT_SOURCES += getdate.c
20 MAINTAINERCLEANFILES += getdate.c
21
22 Include:
23 "getdate.h"
24
25 Maintainer:
26 Paul Eggert
27