From 38173720e09c1310e198cc04bee3b054926e573a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Aug 2008 20:09:56 +0200 Subject: Remove unused servicedir definition --- acinclude.m4 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 4a75d7b9..bb869902 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -50,6 +50,8 @@ AC_DEFUN([AC_INIT_BLUEZ], [ libdir="${prefix}/lib" fi + plugindir="${libdir}/bluetooth/plugins" + if (test "$sysconfdir" = '${prefix}/etc'); then configdir="${prefix}/etc/bluetooth" else @@ -62,14 +64,10 @@ AC_DEFUN([AC_INIT_BLUEZ], [ storagedir="${localstatedir}/lib/bluetooth" fi - servicedir="${libdir}/bluetooth" - AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files]) AC_DEFINE_UNQUOTED(STORAGEDIR, "${storagedir}", [Directory for the storage files]) - AC_DEFINE_UNQUOTED(SERVICEDIR, "${servicedir}", - [Directory for the service programs]) ]) AC_DEFUN([AC_PATH_DBUS], [ -- cgit