autogen.sh 87 Bytes
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"