Depend on alloca-opt, not alloca.
[gnulib.git] / modules / getdate
1 Description:
2 Convert a date/time string to linear time.
3
4 Files:
5 doc/getdate.texi
6 lib/getdate.h
7 lib/getdate.y
8 m4/bison.m4
9 m4/tm_gmtoff.m4
10 m4/getdate.m4
11
12 Depends-on:
13 timespec
14 stdbool
15 gettime
16 mktime
17 setenv
18 xalloc
19 alloca-opt
20
21 configure.ac:
22 gl_GETDATE
23
24 Makefile.am:
25 lib_SOURCES += getdate.h getdate.y
26 BUILT_SOURCES += getdate.c
27 MAINTAINERCLEANFILES += getdate.c
28
29 Include:
30 "getdate.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert