ADDED build/pre.sh Index: build/pre.sh ================================================================== --- /dev/null +++ build/pre.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +./autogen.sh || exit 1 + +exit 0