OSDN Git Service

Remove the broken --enable-all option
[android-x86/external-bluetooth-bluez.git] / bootstrap-configure
1 #!/bin/sh
2
3 if [ -f config.status ]; then
4         make maintainer-clean
5 fi
6
7 ./bootstrap && \
8     ./configure --enable-maintainer-mode \
9                 --enable-debug \
10                 --prefix=/usr \
11                 --mandir=/usr/share/man \
12                 --sysconfdir=/etc \
13                 --localstatedir=/var \
14                 --libexecdir=/lib \
15                 --enable-bccmd \
16                 --enable-dfutool \
17                 --enalbe-hid2hci \
18                 --enable-hidd \
19                 --enable-pand \
20                 --enable-dund \
21                 --enable-test \
22                 --disable-cups \
23                 --disable-manpages \
24                 --disable-configfiles \
25                 --disable-initscripts \
26                 --disable-pcmciarules $*