From 06871ed9fbc2276922cf5a22fe0079ef89eb66b9 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 23 Oct 2018 14:06:25 +0200 Subject: build: carry --with-pkg-extra-version into tarballs If we use "./configure --with-pkg-extra-version=... && make dist", we probably want the dist tarball to remember the extra version it was configured with. Use --without-pkg-extra-version to kill the tag. Signed-off-by: David Lamparter --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 474f8ab5b5..9a7b7ad359 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,6 +161,7 @@ EXTRA_DIST += \ README.md \ m4/README.txt \ m4/libtool-whole-archive.patch \ + config.version \ \ python/clidef.py \ python/clippy/__init__.py \ -- cgit v1.2.3