]> git.draconx.ca Git - slotifier.git/log
slotifier.git
3 years agoUse fix-gnulib's program integration.
Nick Bowler [Sat, 13 Feb 2021 18:09:27 +0000 (13:09 -0500)]
Use fix-gnulib's program integration.

Since we aren't building a library, we can use the program mode in
fix-gnulib which improves build time somewhat.

3 years agoGenerate ChangeLog from git at packaging time.
Nick Bowler [Sat, 13 Feb 2021 18:02:48 +0000 (13:02 -0500)]
Generate ChangeLog from git at packaging time.

Import the gitlog-to-changelog script from gnulib and add rules to
generate an up-to-date changelog from the git history, if available,
when running 'make dist'.

The ChangeLog is otherwise taken from srcdir as usual, so that
modified versions can be prepared from a release tarball without
requiring the full git history.  In this scenario, the ChangeLog
would have to be manually edited.

In case the ChangeLog generation fails, a distcheck-hook is added to
hopefully catch issues before releasing tarballs with a broken
ChangeLog.

5 years agoAdd configure test for slot support in libgerbv.
Nick Bowler [Sun, 6 Jan 2019 17:31:28 +0000 (12:31 -0500)]
Add configure test for slot support in libgerbv.

Since slot support in gerbv is quite new, ensure that configure
detects old versions which do not support this feature and fail
early.

5 years agoBump dxcommon for depfiles updates.
Nick Bowler [Sun, 6 Jan 2019 17:11:10 +0000 (12:11 -0500)]
Bump dxcommon for depfiles updates.

The older snippets fail with Automake 1.16.

5 years agoInitial commit
Nick Bowler [Thu, 20 Dec 2018 20:53:25 +0000 (15:53 -0500)]
Initial commit