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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8933afa6f..17c3b23e7 100644 --- a/configure.ac +++ b/configure.ac @@ -99,6 +99,7 @@ AC_SUBST([usrlib_execdir]) AM_PROG_CC_C_O AC_PROG_MKDIR_P AC_PROG_CC_STDC +AC_PROG_YACC AC_CANONICAL_HOST AC_C_CONST AC_C_VOLATILE @@ -153,7 +154,6 @@ PKG_PROG_PKG_CONFIG GTK_DOC_CHECK([1.10]) AC_PATH_PROG([XSLTPROC], [xsltproc]) - linux_os=no bsd_os=no AS_CASE([${host_os}], -- cgit v1.2.3-55-g7522