Blob


1 #!/bin/sh
3 die()
4 {
5 echo "$@" >&2
6 exit $2
7 }
9 autoreconf -f -i -v || die "autoreconf failed" $?