On Thu, Aug 23, 2007 at 03:54:46PM -0500, Bo Peng wrote: > > There is nothing wrong with cutting a complex process into small pieces. > > The problems lie between the programs. It is never clear to me when I > need to call autogen.sh, and when I need to call configure.sh. scons > gives me a peace of mind.
Note that JMarc recently introduced some changes, such that "make" simply regenerates everything when needed. So, you have to run autogen.sh and configure only the first time. Only in weird cases you should need running autogen.sh manually. -- Enrico