Archive for the 'automake' Category

Using Automake and Autoconf with C++

The automake and autoconf tools can be used to manage C++ projects under Unix. They should save a lot of time compared to make and configure, while ensuring that your project is structured according to GNU standards.
However, it is difficult for beginners to get started. Hopefully, this tutorial will provide enough information for C++ programmers [...]