3 echo "Generating configure files... may take a while."
5 autoreconf
--install --force && \
6 echo "Preparing was successful if there was no error messages above." && \
8 echo " ./configure && make" && \
9 echo "Run './configure --help' for more information"