Make bash_completion installation default to off.
This commit is contained in:
+2
-2
@@ -153,9 +153,9 @@ AC_ARG_ENABLE([ufw],
|
||||
AM_CONDITIONAL([INSTALL_UFW], [test x"$install_ufw" != xno])
|
||||
|
||||
AC_ARG_ENABLE([completion],
|
||||
[AS_HELP_STRING([--enable-completion], [Install bash_completion rule @<:@yes@:>@])],
|
||||
[AS_HELP_STRING([--enable-completion], [Install bash_completion rule @<:@no@:>@])],
|
||||
[install_completion="$enableval"],
|
||||
[install_completion="yes"])
|
||||
[install_completion="no"])
|
||||
AM_CONDITIONAL([INSTALL_COMPLETION], [test x"$install_completion" != xno])
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
Vendored
+1
@@ -21,4 +21,5 @@ override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
--disable-silent-rules \
|
||||
--enable-ufw \
|
||||
--enable-completion \
|
||||
--enable-compile-warnings=error
|
||||
|
||||
Reference in New Issue
Block a user