Description: Convert a date/time string to linear time. Files: doc/get_date.texi lib/getdate.h lib/get_date.y m4/bison.m4 m4/tm_gmtoff.m4 m4/get_date.m4 Depends-on: c-ctype stdbool gettime intprops mktime setenv unsetenv time verify xalloc configure.ac: gl_GET_DATE Makefile.am: # This rule overrides the Automake generated .y.c rule, to ensure that the # get_date.c file gets generated in the source directory, not in the build # directory. get_date.c: get_date.y $(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/get_date.y \ y.tab.c get_date.c \ y.tab.h getdate.h \ y.output get_date.output \ -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \ mv get_date.c get_date.c-t && \ mv get_date.c-t $(srcdir)/get_date.c lib_SOURCES += get_date.y BUILT_SOURCES += get_date.c MOSTLYCLEANFILES += get_date.c-t MAINTAINERCLEANFILES += get_date.c EXTRA_DIST += get_date.c Include: "getdate.h" License: GPL Maintainer: Paul Eggert