File: bootstrap-configure

package info (click to toggle)
connman 1.21-1.2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 3,844 kB
  • ctags: 8,176
  • sloc: ansic: 80,327; python: 1,791; makefile: 363; sh: 96
file content (20 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

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

./bootstrap && \
    ./configure --enable-maintainer-mode \
		--enable-debug \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--sysconfdir=/etc \
		--disable-datafiles \
		--enable-openconnect=builtin \
		--enable-openvpn=builtin \
		--enable-vpnc=builtin \
		--enable-session-policy-local=builtin \
		--enable-nmcompat \
		--enable-polkit $*