From: Craig Small Date: Sun, 9 Aug 2015 06:27:37 +0000 (+1000) Subject: build-sys: include .version in EXTRA_DIST X-Git-Tag: v3.3.11~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5686cc5cb54f27cb0f42c50cae22578de0473eda;p=procps-ng 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 --- 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 \