aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
blob: 661675cd5fea8310af2cb03773d2026fe928f69a (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 \
		--mandir=/usr/share/man \
		--disable-datafiles \
		--enable-libproxy \
		--enable-curl \
		--enable-mozjs \
		--enable-duktape \
		--enable-unit $*