summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
blob: 2d56ff31087032fcc79be1ceda84c47a53a6ee7b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

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

./bootstrap && \
    ./configure --enable-maintainer-mode \
		--prefix=/usr \
		--mandir=/usr/share/man \
		--sysconfdir=/etc