summaryrefslogtreecommitdiff
path: root/bootstrap-configure
blob: 17911e65b51faea2a65621d2649576389e3d1ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

if [ -f config.status ]; then
	make maintainer-clean
fi

./bootstrap && \
    ./configure --enable-maintainer-mode \
		--enable-debug \
		--prefix=/usr \
		--libexec=/usr/lib/obex \
		--mandir=/usr/share/man \
		--sysconfdir=/etc \
		--with-messages=dummy \
		--with-phonebook=dummy \
		--enable-usb \
		--enable-pcsuite $*