From 30d7f61f4fc1967190a734e2d62696d546fb6378 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sat, 4 Mar 2017 11:01:56 -0500 Subject: build-sys: add parse-date.y * add lib/parse-date.y to build system * add necessary autotools stuff to generate .c on the fly (autotools are smart enough to add generated file to tarball) * check for bison version by ./autogen.sh * add non-wanted junk to .gitignore With some modification by J William Piggott with regard to moving the parse-date API into timeutils.h Signed-off-by: J William Piggott --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8630feacf..6c87c6be4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ test-suite.log tests/run.sh.log tests/run.sh.trs update.log +ylwrap # # binaries -- cgit v1.2.3-55-g7522