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

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

./autogen.sh --enable-maintainer-mode \
		--enable-silent-rules \
		--disable-optimization \
		--enable-debug \
		--with-log-level=8 $*