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

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

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