Install bash-completion snippets by default

Added autoconf --with-bash-completion-dir and --without-bash-completion-dir options
This commit is contained in:
Nirgal Vourgère
2020-10-23 18:58:45 +02:00
parent f192c258ab
commit d0d95f6503
2 changed files with 33 additions and 7 deletions

View File

@@ -1 +1,4 @@
EXTRA_DIST = mdb-export mdb-hexdump mdb-import mdb-parsecsv mdb-prop mdb-schema mdb-sql mdb-tables mdb-ver
if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = mdb-export mdb-hexdump mdb-import mdb-parsecsv mdb-prop mdb-schema mdb-sql mdb-tables mdb-ver
endif