aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
blob: 7b907a28e7037e0e421e882e79c5923ef6177ece (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 \
		--localstatedir=/var \
		--enable-wired \
		--enable-hwsim \
		--enable-tools \
		--enable-ofono \
		--disable-dbus-policy \
		--disable-systemd-service $*