summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 8610825bfd8b06bb32256c1886180c74e2c5df70 (plain)
1
2
3
4
5
6
7
#!/bin/sh

autoreconf -f -i

if [ -z "$NOCONFIGURE" ]; then
	./configure "$@"
fi