#!/bin/sh

set -e

# This will run autoconf, automake, etc. for us
autoreconf --force --install "$@"
