Create a distribution package.
Sébastien Granjouxseb.sfo@free.frCreate a distribution package
The standard way to distribute a autotools project is as a compressed
tar archive containing all source files. The user will have to decompress it, then
compile and install it on his system using the command sequence
configure, make and make install.
From the main menu, select BuildBuild Tarball to create a source distribution package.