This is a quick guide to use the GNU Build System (autotools) comprising (autoconf, automake, aclocal...) to release your software in an easily installable and portable format. The aim is to create a package which can be simply installed by "./configure; make; make install" like most free and open source software.
