Re: A lot of help needed with the automake process

2008-11-22 Thread Matěj Týč
There is a nice up-to-date series on autotools here, http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool I have found it really helpful. But maybe autotools are an overkill if you have such special program with just one source file. When you are finished, just p

Re: A lot of help needed with the automake process

2008-11-22 Thread Andrew M.
On Sat, November 22, 2008 12:26 pm, Ralf Wildenhues wrote: > Hello Andrew, > > * Andrew M. wrote on Sat, Nov 22, 2008 at 12:26:07AM CET: >> * There is only one source file (myapplet.c) in /src >> * I have two folders, /pixmaps e /conf, that contain some graphics for >> the >> applet and the initial

Re: A lot of help needed with the automake process

2008-11-22 Thread Ralf Wildenhues
Hello Andrew, * Andrew M. wrote on Sat, Nov 22, 2008 at 12:26:07AM CET: > * There is only one source file (myapplet.c) in /src > * I have two folders, /pixmaps e /conf, that contain some graphics for the > applet and the initial configuration file > * In the folder root I also have the .server fi

A lot of help needed with the automake process

2008-11-21 Thread Andrew M.
Hi all. I recently coded a small GNOME applet and before sharing it with a few friends I wanted to make it "noob-proof" :) Basically I wanted to create the usual "configure" and Makefile scripts so that I can give my buddies the 3 simple commands to install the applet. After reading several (at le