Who would have thought that there would be a context in which GNU Autoconf and Automake were considered the modern way to build software?
Linux
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Maybe it’s just I’m a relative noob to build systems, but gosh, do I love Meson.
The documentation’s pretty okay - not perfect, but better than cmake - and it feels like I can actually learn it by example through looking at other projects’ setups.
I can live with using other build systems for other projects, but for personal projects, I’ll always choose Meson. I’ll always push for it if a project I’m working on needs to choose a build system.
The impression that I got from this article is that even the author of imake feels the same way, and is only maintaining it out of consideration for legacy software still using it.