#!/bin/sh

echo "Setting up configuration for JFK..."

aclocal -I macros && \
autoheader && \
automake --add-missing --copy --foreign && \
autoconf && \
touch stamp-h.in && \
echo "Finished, now run './configure' to proceed with the compilation."
