Introduction


The first article in this series introduced GNU Autotools, a higher-level build system for programs enabling portability. Continuing in this series, this article is about using Autotools to allow the user to enable or disable use of third-party packages and program features.




Packages vs. Features


To be clear, there are...