summaryrefslogtreecommitdiffstats
path: root/bash-completion/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 15:54:31 +0200
committerKarel Zak2013-04-05 15:54:31 +0200
commitece777e9de4abe3256cef3b6e6278056da3efef7 (patch)
treee5cc7b549ebfdaaf5f4ddb030150358732d53217 /bash-completion/Makemodule.am
parentbash-completion: rename shell-completion -> bash-completion (diff)
downloadkernel-qcow2-util-linux-ece777e9de4abe3256cef3b6e6278056da3efef7.tar.gz
kernel-qcow2-util-linux-ece777e9de4abe3256cef3b6e6278056da3efef7.tar.xz
kernel-qcow2-util-linux-ece777e9de4abe3256cef3b6e6278056da3efef7.zip
build-sys: add --disable-bash-completion
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion/Makemodule.am')
-rw-r--r--bash-completion/Makemodule.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am
index 08127ea80..34bdc6cb4 100644
--- a/bash-completion/Makemodule.am
+++ b/bash-completion/Makemodule.am
@@ -1,3 +1,4 @@
+if BUILD_BASH_COMPLETION
dist_bashcompletion_DATA = \
bash-completion/blkid \
bash-completion/cal \
@@ -246,3 +247,6 @@ dist_bashcompletion_DATA += \
bash-completion/ul
endif
# ...text-utils
+
+
+endif # BUILD_BASH_COMPLETION