#!/bin/sh
# Just dish off to build/configure, where the action is
cd build
./configure "$@"
