OSDN Git Service

Remove configure option for echo service
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Mar 2008 21:31:36 +0000 (21:31 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Mar 2008 21:31:36 +0000 (21:31 +0000)
acinclude.m4
bootstrap-configure
daemon/Makefile.am

index 3135d94..2e0c58c 100644 (file)
@@ -184,7 +184,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
        serial_enable=yes
        network_enable=yes
        sync_enable=no
-       echo_enable=no
        hcid_enable=yes
        sdpd_enable=no
        hidd_enable=no
@@ -286,10 +285,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
                sync_enable=${enableval}
        ])
 
-       AC_ARG_ENABLE(echo, AC_HELP_STRING([--enable-echo], [enable echo example service]), [
-               echo_enable=${enableval}
-       ])
-
        AC_ARG_ENABLE(hcid, AC_HELP_STRING([--enable-hcid], [install HCI daemon]), [
                hcid_enable=${enableval}
        ])
@@ -407,7 +402,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
        AM_CONDITIONAL(SERIALSERVICE, test "${serial_enable}" = "yes")
        AM_CONDITIONAL(NETWORKSERVICE, test "${network_enable}" = "yes")
        AM_CONDITIONAL(SYNCSERVICE, test "${sync_enable}" = "yes" && test "${opensync_found}" = "yes")
-       AM_CONDITIONAL(ECHOSERVICE, test "${echo_enable}" = "yes")
        AM_CONDITIONAL(HCID, test "${hcid_enable}" = "yes")
        AM_CONDITIONAL(SDPD, test "${sdpd_enable}" = "yes")
        AM_CONDITIONAL(HIDD, test "${hidd_enable}" = "yes")
index 60f6181..aee9a66 100755 (executable)
@@ -14,14 +14,8 @@ fi
                --libexecdir=/lib \
                --enable-all \
                --enable-glib \
-               --enable-network \
-               --enable-serial \
-               --enable-input \
-               --enable-audio \
-               --enable-echo \
                --disable-manpages \
                --disable-configfiles \
                --disable-initscripts \
                --disable-pcmciarules \
-               --disable-sdpd \
                --disable-cups $*
index 39eabc7..214b244 100644 (file)
@@ -1,21 +1,12 @@
 
-if ECHOSERVICE
-if CONFIGFILES
-confdir = $(sysconfdir)/bluetooth
-
-conf_DATA = echo.service
-endif
-
-servicedir = $(libdir)/bluetooth
-
-service_PROGRAMS = bluetoothd-service-echo
+noinst_PROGRAMS = bluetoothd passkey-agent auth-agent \
+                                       bluetoothd-service-echo
 
 bluetoothd_service_echo_SOURCES = echo.c
 
 bluetoothd_service_echo_LDADD = \
        $(top_builddir)/common/libhelper.a \
        @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
-endif
 
 if CONFIGFILES
 dbusdir = $(sysconfdir)/dbus-1/system.d
@@ -23,8 +14,6 @@ dbusdir = $(sysconfdir)/dbus-1/system.d
 dbus_DATA = bluetooth.conf
 endif
 
-noinst_PROGRAMS = bluetoothd passkey-agent auth-agent
-
 bluetoothd_SOURCES = main.c system.h \
        manager.h manager.c database.h database.c \
        adapter.h adapter.c service.h service.c