summaryrefslogtreecommitdiff
path: root/bootstrap-configure
blob: 2b8dc78e1565674e8d812d4075cf7635b956ab6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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