]> git.draconx.ca Git - slotifier.git/log
slotifier.git
3 years agoDon't use gnulib gettext module.
Nick Bowler [Sat, 13 Feb 2021 18:33:37 +0000 (13:33 -0500)]
Don't use gnulib gettext module.

This gives deprecation warnings, suggesting the use of gettext-h
instead.  I believe there is little reason not to switch, as
everything will work the same just that the NLS configure tests
will come from an installed GNU gettext when bootstrapping rather
than from gnulib.

3 years agoEnsure INSTALL is packaged.
Nick Bowler [Sat, 13 Feb 2021 18:28:03 +0000 (13:28 -0500)]
Ensure INSTALL is packaged.

When Automake is run in foreign mode, the standard INSTALL file is not
copied by automake --add-missing.  As this file provides general usage
instructions for the GNU build system, it is useful to have included
in the package.

Just copy the file manually when bootstrapping to make that happen.

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