bluez/bootstrap-configure
Luiz Augusto von Dentz 9f73b23529 build: Enable --enable-deprecated in bootstrap-configure
bootstrap-configure shall contain all possible options to be able to
catch any build problems.
2017-03-01 13:57:57 +02:00

27 lines
514 B
Bash
Executable File

#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-tools \
--enable-manpages \
--enable-backtrace \
--enable-testing \
--enable-experimental \
--enable-deprecated \
--enable-nfc \
--enable-sap \
--enable-health \
--enable-android \
--enable-sixaxis \
--enable-midi \
--disable-datafiles $*