autogen.sh 70 Bytes
#! /bin/sh
autoreconf -v --force --install || exit 1
./configure "$@"