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