GNU Autotools
Long-standing build-system suite (autoconf, automake, libtool).
GNU Autotools (autoconf, automake, libtool) is the historic build system for portable C and C++ projects on Unix-like systems. Output is a ./configure script and Makefile.in template.
Install
Debian/Ubuntu: sudo apt install autoconf automake libtool
