bluez/bootstrap-configure
Bruna Moreira d0b675088a Remove deprecated attrib plugin
The attrib plugin is deprecated and it is not used anymore. Remove it
and all related configuration. Note that GATT utility (gatttool)
configuration item was moved to Makefile.tools and it is compiled when
--enable-tools is used in configure.
2011-04-01 16:43:11 +03:00

36 lines
676 B
Bash
Executable File

#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
if [ ! -f doc/gtk-doc.make ]; then
gtkdocize --copy --docdir doc
fi
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/lib \
--enable-capng \
--enable-gatt-example \
--enable-health \
--enable-tracer \
--enable-tools \
--enable-bccmd \
--enable-dfutool \
--enable-hid2hci \
--enable-hidd \
--enable-pand \
--enable-dund \
--enable-test \
--enable-cups \
--enable-sap \
--disable-pcmcia \
--disable-udevrules \
--disable-configfiles $*