These are example programs used in the Linux Users' Group of Davis Autoconf/Automake Basics talk by Mark K. Kim on March 2, 2004. FROM THE SLIDES: 01-hello Hello, World program example 02-epoch The version Epoch program 03-epoch-ac The modified Epoch program - uses Autoconf 04-epoch-acam Another modified Epoch program - uses Autoconf and Automake FROM THE DEMO AT THE END OF THE TALK: graphics A simple yet complete graphics program - files to start with. graphics-done Same as above, except what you get when you're done. graphics-pro Same as above, but done more professionally, one which uses slightly more advanced Autoconf features. (You can pick which graphics library to use via the "--with-graphics_lib" option to ./configure) Note: Depending on which version of Autoconf and Automake you use, you may get error messages that I didn't using the versions that I did to make these example programs. Use the info pages (`info autoconf` and `info automake`) as well as the Internet to figure out what to do when you encounter problems you can't solve by yourself. Enjoy! -Mark