aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
blob: 195f2e48c44efc98b8e10b9db6a1d2225d26767f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 \
		--enable-sim-hardcoded \
		--disable-dbus-policy \
		--disable-systemd-service $*