summaryrefslogtreecommitdiff
path: root/bootstrap-configure
blob: c8b49ad87375e73d858f390e16e475d4882852fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/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-health \
		--enable-tools \
		--enable-bccmd \
		--enable-hid2hci \
		--enable-test \
		--enable-cups \
		--enable-dbusoob \
		--enable-neard \
		--enable-sap \
		--enable-wiimote \
		--disable-datafiles $*