Alter GNUmakefile to install into top directory.
[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 stdbool
14 gettime
15 intprops
16 mktime
17 setenv
18 unsetenv
19 time
20 verify
21 xalloc
22
23 configure.ac:
24 gl_GETDATE
25
26 Makefile.am:
27 lib_SOURCES += getdate.y
28 BUILT_SOURCES += getdate.c
29 MAINTAINERCLEANFILES += getdate.c
30 EXTRA_DIST += getdate.c
31
32 Include:
33 "getdate.h"
34
35 License:
36 GPL
37
38 Maintainer:
39 Paul Eggert