summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.tools4
-rw-r--r--acinclude.m46
-rwxr-xr-xbootstrap-configure1
3 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 2f368088e..494d4f337 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -98,7 +98,6 @@ EXTRA_DIST += tools/rfcomm.1 tools/l2ping.8 \
tools/hcitool.1 tools/sdptool.1 tools/ciptool.1
endif
-if BCCMD
sbin_PROGRAMS += tools/bccmd
tools_bccmd_SOURCES = tools/bccmd.c tools/csr.h tools/csr.c \
@@ -112,9 +111,6 @@ tools_bccmd_LDADD += @USB_LIBS@
endif
dist_man_MANS += tools/bccmd.8
-else
-EXTRA_DIST += tools/bccmd.8
-endif
if HID2HCI
udevdir = @UDEV_DIR@
diff --git a/acinclude.m4 b/acinclude.m4
index 126dbb4cf..b61cd172f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -159,7 +159,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
tools_enable=yes
cups_enable=no
test_enable=no
- bccmd_enable=no
hid2hci_enable=no
datafiles_enable=yes
telephony_driver=dummy
@@ -217,10 +216,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
tools_enable=${enableval}
])
- AC_ARG_ENABLE(bccmd, AC_HELP_STRING([--enable-bccmd], [install BCCMD interface utility]), [
- bccmd_enable=${enableval}
- ])
-
AC_ARG_ENABLE(hid2hci, AC_HELP_STRING([--enable-hid2hci], [install HID mode switching utility]), [
hid2hci_enable=${enableval}
])
@@ -298,7 +293,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes")
AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes")
AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes")
- AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes")
AM_CONDITIONAL(HID2HCI, test "${hid2hci_enable}" = "yes" && test "${usb_found}" = "yes" && test "${udev_found}" = "yes")
AM_CONDITIONAL(DATAFILES, test "${datafiles_enable}" = "yes")
AM_CONDITIONAL(DBUSOOBPLUGIN, test "${dbusoob_enable}" = "yes")
diff --git a/bootstrap-configure b/bootstrap-configure
index c8b49ad87..6735b3a19 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -18,7 +18,6 @@ fi
--libexecdir=/lib \
--enable-health \
--enable-tools \
- --enable-bccmd \
--enable-hid2hci \
--enable-test \
--enable-cups \