aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-configure
blob: 44e7ee89d0324106dcd98e729a951e7ee93f4c7c (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 \
		--enable-debug \
		--prefix=/usr \
		--mandir=/usr/share/man