portable: support NetBSD
[got-portable.git] / autogen.sh
blobaf198ec9988098a35e267d1372afaf35b2c0c9aa
1 #!/bin/sh
3 die()
5 echo "$1" >&2
6 exit $2
9 autoreconf -f -i -v || die "autoreconf failed" $?