A ready to use C template project set up with Autotools build system.
GNU build system (autoconf, automake, libtool)
To generate the project Makefiles for the first time:
autoreconf --install
mkdir build
cd build
../configure
Then just compile the project:
make