From 5686cc5cb54f27cb0f42c50cae22578de0473eda Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sun, 9 Aug 2015 16:27:37 +1000 Subject: [PATCH] build-sys: include .version in EXTRA_DIST .version is created in the top_srdir which when building normally doesn't present a problem. When make distcheck is run, the source directory is made read-only and it fails with permission denied. The version of misc/git-version-gen is old and is missing the instruction to add .version to EXTRA_DIST. This commit does just that. make distcheck now passes. References: https://github.com/gagern/gnulib/blob/master/build-aux/git-version-gen https://lists.gnu.org/archive/html/bug-gnulib/2011-08/msg00000.html Signed-off-by: Craig Small --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ba74103e..aca94b90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ dist_man_MANS = \ ps/ps.1 EXTRA_DIST = \ + .version \ autogen.sh \ contrib \ COPYING.LIB \ -- 2.40.0