If you are a developer and are looking to participate in the Open Source development growth area you will need to learn new Open Source tools. GNU autoconf, GNU automake and GNU libtool are key tools for Open Source application development. These tools are not easy to learn, so some of the leading authorities on these tools have agreed to work together on this book to teach developers how to boost their productivity and the portability of their application. This book place New Riders/MTP at the center of the Open Source development community. Autoconf, Automake and Libtool is an efficient discourse on the use of autoconf, automake and libtool aimed at reducing the steep learning curve normally associated with these tools. This is a study guide to the interactions between the tools, and how best to get them to cooperate. If you are a developer and have no GNU build environment expertise, this book will help you develop these tools completely and confidently.
The success of "open source" software is dependent on programmers around the world being able to develop software that runs on many flavours of UNIX and Linux. The GNU "autotools":
autoconf,
automake and
libtool are powerful tools that simplify writing software on different platforms.
GNU Autoconf, Automake, and Libtool is a technically adept and expert guide to using these utilities effectively. Any C/C++ or script programmer who writes software under UNIX/Linux will want to have a copy of this book to make better use of these powerful and sometimes obscurely documented tools.
This text is filled with the nuts-and-bolts details of running these three utilities, including command-line switches and the actual, generated files that automate the build process and help programmers port code between different environments. As such, this title will be appreciated by those at their workstations who want a hands-on guide to using the autotools.
There's a danger of missing the forest for the trees here, with all this necessary detail, but the middle sections of this book pull back a little with several useful chapters on the bigger picture of code "portability". Chapters on both C and C++ portability explore language features that are likely to cause trouble when code is moved between different versions of UNIX (or even between UNIX and Windows). A similar section also discusses the issues when developing portable shell scripts.
Readers will also appreciate sections devoted to actual source code built with the autotools. Starting out simply, the authors also provide examples of more complex source code modules (including projects that make use of dynamic loading and cross-platform builds). The genius of the autotools utilities is certainly in the details of command line switches and the expert tips offered here. But it is also good to get a perspective on why you use these tools, and what they do for the working UNIX developer.
By covering both fronts, the nitty-gritty and the higher level issues of "portability" in a broader sense, this title succeeds as both a hands-on reference and as a guide to understanding how to write more portable code generally. It will be a virtual must-have for any serious UNIX C/C++ programmer. Although it's not a book you necessarily read cover-to-cover, it's chockfull of useful advice that can save considerable time for anyone who writes software for UNIX and Linux. --Richard Dragan