]> git.ipfire.org Git - thirdparty/util-linux.git/commit - lib/Makemodule.am
build-sys: add parse-date.y
authorKarel Zak <kzak@redhat.com>
Sat, 4 Mar 2017 16:01:56 +0000 (11:01 -0500)
committerJ William Piggott <elseifthen@gmx.com>
Sat, 4 Mar 2017 16:01:56 +0000 (11:01 -0500)
commit30d7f61f4fc1967190a734e2d62696d546fb6378
tree8ad79444b545699900730b2da267e8a587fb2d4d
parent7088bd88323fa9152ec9fbe4089fe76807445ed3
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 <elseifthen@gmx.com>
.gitignore
autogen.sh
configure.ac
lib/.gitignore [new file with mode: 0644]
lib/Makemodule.am