summaryrefslogtreecommitdiff
path: root/mu-aux/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-03-20 20:57:26 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-03-20 22:28:47 +0200
commit2ca7dcd648057aaa45b6b4f74acd3afbd99e410c (patch)
tree1fdfa7472b738aca1fc9f20670ba839d85100c5c /mu-aux/Makefile.am
parent1da223b05d0b851d6cb025af3d58f70e1c533d0a (diff)
downloadmailutils-2ca7dcd648057aaa45b6b4f74acd3afbd99e410c.tar.gz
mailutils-2ca7dcd648057aaa45b6b4f74acd3afbd99e410c.tar.bz2
Housekeeping: implement a tool for producing intermediate alpha tarballs.
Intermediate tarballs have the same version number as initial alpha version, to which is appended a suffix "-N", where N is the number of commits between the current git HEAD and the original alpha release. Additionally, the --version (or -version, for MH) output has been changed to include the N and the git description (for all releases, but stable). * .gitignore: Update. * Makefile.am: Remove git-describe and git-describe.h goals. (alpha, alphacheck): Rewrite. * configure.ac (GITINFO): New subst variable. * include/mailutils/Makefile.am (gitinfo.h): New built source. * libmailutils/cli/cli.c: Include gitinfo.h (mu_version_hook): Rewrite. * mh/mh_getopt.c: Include gitinfo.h (mh_version_hook): Rewrite. * mu-aux/gitinfo.pl: New file. * mu-aux/Makefile.am (EXTRA_DIST): Add gitinfo.pl * mu/Makefile.am (mu-setup.c): Add dependency * testsuite/testsuite.inc (MUT_VERSION): Account for changes in version output.
Diffstat (limited to 'mu-aux/Makefile.am')
-rw-r--r--mu-aux/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mu-aux/Makefile.am b/mu-aux/Makefile.am
index 4ea678cd7..99a5ad93f 100644
--- a/mu-aux/Makefile.am
+++ b/mu-aux/Makefile.am
@@ -22,7 +22,8 @@ EXTRA_DIST = \
mailutils.spec.in\
texify.sed\
sqlmod.sh\
- generr.awk
+ generr.awk\
+ gitinfo.pl
m4datadir = $(datadir)/aclocal
dist_m4data_DATA = mailutils.m4

Return to:

Send suggestions and report system problems to the System administrator.