Fixing aclocal errors:
======================

If you encounter an error that says:

aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version.  You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.

then just run `aclocal` with no arguments. Then run make again.

