1 2 3 4 5 6 7 8 9 10 11
dnl dnl $Id$ dnl AC_DEFUN([AM_PATH_BLUEZ], [ BLUEZ_CFLAGS="" BLUEZ_LIBS="-lbluetooth" AC_SUBST(BLUEZ_CFLAGS) AC_SUBST(BLUEZ_LIBS) ])