Following is my recipe for an app. ==================================== Enter a fresh new directory. $ mkdir m4 $ touch README NEWS AUTHORS ChangeLog Create following (attached) files: configure.ac Makefile.am main.vala Save all in VCS of your choice. $ autoreconf --install Add COPYING and INSTALL to the VCS. Tell the VCS to ignore all the other newly created files. $ ./configure $ make With these commands you will be able to see what's going to be installed with the usual "sudo make install" $ DESTDIR=$(pwd)/dest make install $ find dest --Luca
Attachment:
configure.ac
Description: Binary data
Attachment:
Makefile.am
Description: Binary data
Attachment:
main.vala
Description: Text Data