summaryrefslogtreecommitdiff
path: root/bootstrap-configure
blob: 63bdf089f75511c3497c443e05083f662f91f342 (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
#!/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-gtk-doc \
		--enable-debug \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--sysconfdir=/etc \
		--enable-loopback \
		--enable-wifi \
		--enable-novatel \
		--enable-huawei \
		--enable-hso \
		--enable-ppp \
		--enable-udev \
		--enable-polkit \
		--enable-client $*