]> granicus.if.org Git - procps-ng/commit
build-sys: include .version in EXTRA_DIST
authorCraig Small <csmall@enc.com.au>
Sun, 9 Aug 2015 06:27:37 +0000 (16:27 +1000)
committerCraig Small <csmall@enc.com.au>
Sun, 9 Aug 2015 06:27:37 +0000 (16:27 +1000)
commit5686cc5cb54f27cb0f42c50cae22578de0473eda
tree2f9a9755add6a77b764690ada420ce3a4f31562f
parentfd007d6d1df1714bda1338d8423c8c72238a6a14
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 <csmall@enc.com.au>
Makefile.am