Skip to content
Snippets Groups Projects
Commit 16e4aed1 authored by Sebastian Dröge's avatar Sebastian Dröge :tea: Committed by Thibault Saunier
Browse files

bash-completion: Disable during "make distcheck" as this requires installing...

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.
parent c6b91172
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment