diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..a5deda5 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,44 @@ +#!/usr/bin/env bash + +type -a autoreconf > /dev/null || +{ + cat <