@freakazoid @espectalll automake / autoconf ended up taking a ton of complexity and technical debt attempting to support esoteric platforms such as MinGW, OSX and the very limited make on older BSD systems.
The irony of that is that almost no configure script worked out of the box on those platforms anyway, so users would always do "bash ./configure && gmake" just to be sure.
But the only thing we learn from from history is that we never learn anything from history...