Building an Autotools Project
=============================
The project subdirectory contains the header and source files
needed to build a simple Autotools project. The GFC Tutorial
section "Building an Autotools Project". It will take you
through the process step-by-step.

Internationalization and Localization
=====================================
After working through the "Building an Autotools Project"
section in the tutorial you will have a simple GNU compilant
project that you can compile and install. The next tutorial
section "Internationalization and Localization" completes 
the project by showing you how to add international support.

Threads
=======
The Threads directory contains several threaded test programs
including a threadpool example. Although simple, these test
programs show some of the important thread basics.

