From ece777e9de4abe3256cef3b6e6278056da3efef7 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 5 Apr 2013 15:54:31 +0200 Subject: build-sys: add --disable-bash-completion Signed-off-by: Karel Zak --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cd4e826a9..b45673304 100644 --- a/configure.ac +++ b/configure.ac @@ -1353,6 +1353,13 @@ AC_ARG_WITH([bashcompletiondir], ]) AC_SUBST([bashcompletiondir], [$with_bashcompletiondir]) +AC_ARG_ENABLE([bash-completion], + AS_HELP_STRING([--disable-bash-completion], [do not install bash completion files]), + [], enable_bash_completion=yes +) + +AM_CONDITIONAL(BUILD_BASH_COMPLETION, test "x$enable_bash_completion" = xyes) + AC_ARG_ENABLE([pg-bell], AS_HELP_STRING([--disable-pg-bell], [let pg not ring the bell on invalid keys]), -- cgit v1.2.3-55-g7522