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

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

autoreconf -if && \
    ./configure --enable-maintainer-mode \
		--enable-silent-rules \
		--disable-optimization \
		--enable-debug \
		--with-log-level=8 $*