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

autoreconf --symlink --install

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