Diff between f30648032cb972627973fc79089fe0ff440b267c and c45b8edf38b40411e83eef5b328f52b81630900c

Changed Files

File Additions Deletions Status
Makefile.tools +0 -4 modified
acinclude.m4 +0 -6 modified
bootstrap-configure +0 -1 modified

Full Patch

diff --git a/Makefile.tools b/Makefile.tools
index 2f36808..494d4f3 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 126dbb4..b61cd17 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 c8b49ad..6735b3a 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 \