themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to compile an automake app

sudo apt install pkg-config libtool automake
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
make