#!/bin/sh

set -x

${AUTORECONF:-autoreconf} -i && ./configure "$@"

