#!/bin/bash source ./winvars.sh mkdir tmp cd .. dir=`pwd` autoreconf -i cd build/tmp ../../configure \ --host=${CROSS} \ --enable-unittests make check -j8 2>../make2.log