using GNU Autoconf and Automake

GNU

When you have a project that needs to be compiled under all the Linux, BSD, Unix, and all the other junk OS outside here you’ll soon end up with a tons of block of source code that need conditional compiling, i.e. #ifdef – #endif Writing a Makefile by hand that automatically detect your OS and [...]