summaryrefslogtreecommitdiff
path: root/bootstrap-configure
blob: 7a59366df64cc910b9ec0f93b567bc05bbf86fbc (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 $*