Hi all!
I am new to Linux programming and been googling for "how to" for making tarball packages for my apps.
I haven't found what I am looking for and that is why my question ends up in this forum.
Can someone point me at the right direction as I can not figure out how to make the tarball package in the right way. What I am looking for is when someone downloads my app they should be able to run: ./configure, make, make install on my tarball.

The way I am compiling now is with gcc and language is C.

Many thanks for all help!

Marcux