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

autoreconf --symlink --install -Wno-portability

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