bash-completion: Disable during "make distcheck" as this requires installing files...
authorSebastian Dröge <sebastian@centricular.com>
Thu, 26 Nov 2015 17:41:36 +0000 (23:11 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 26 Nov 2015 17:41:36 +0000 (23:11 +0530)
commit934c4af9502c09d4d08c0e6134d3bafe0a57be9c
tree6501188d472f982a2cd1015fc9bfbc014a10674e
parentc37da5d89cbbebc02b68a52a730b0532f65e455c
bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix

automake requires all files to be installed inside the prefix. bash-completion
requires the files to be in a specific directory given by a pkg-config file.
As such those two are having incompatible requirements and we just disable
bash-completion installation for the time being when running "make distcheck".

Nonetheless things like "make install" with e.g. a DESTDIR or a private
installation into a user's directory will fail as in both cases the
bash-completion data would be tried to be installed system-wide.
Makefile.am