Fix bash completion installation

Fixed the configure script to avoid that the bash completion script gets
installed outside of the prefix location. The default install location
is now $prefix/share/bash-completion/completions.

Use the configure option '--with-bash-completion-dir=PATH' if you need
to install the bash completion script elsewhere.
This commit is contained in:
Martin Lund 2017-10-01 00:11:31 +02:00
parent 7df48655af
commit 9c7e4ba06e
2 changed files with 1 additions and 5 deletions

View file

@ -14,8 +14,6 @@ tio_SOURCES = tty.c \
include/tio/error.h
if ENABLE_BASH_COMPLETION
bashcompletiondir=@BASH_COMPLETION_DIR@
bashcompletion_DATA=bash-completion/tio
endif