autogen.sh 87 Bytes Edit Raw Blame History 1 2 3 #! /bin/sh autoreconf -v --install || exit 1 ./configure --enable-maintainer-mode "$@"