#!/bin/bash

set -e

cd /source
./autogen.sh

cd /build
echo "Running configure with: ${CONFIGURE_OPTS}"
/source/configure ${CONFIGURE_OPTS}
