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

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

./bootstrap && \
    ./configure --enable-maintainer-mode \
		--enable-debug \
		--prefix=/usr $*