Github: add mechanism to autoclose prs
[got-portable.git] / autogen.sh
blob785467871ee34cbb0f2a4792c0ea48ebafe2da68
1 #!/bin/sh
3 die()
5 echo "$@" >&2
6 exit $2
9 autoreconf -f -i -v || die "autoreconf failed" $?