bluez/bootstrap-configure
2012-12-09 11:19:53 +01:00

28 lines
509 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 \
--enable-health \
--enable-tools \
--enable-hid2hci \
--enable-test \
--enable-cups \
--enable-dbusoob \
--enable-neard \
--enable-sap \
--enable-wiimote \
--disable-datafiles $*