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

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

./bootstrap && \
    ./configure --enable-maintainer-mode \
		--enable-debug "$@"