On Tue, Mar 13, 2007 at 01:25:51PM +0000, Martin Guy wrote: > Hi. Gnash newbie question ;) > > When I cvs update -d and find that configure.ac has been modified > since you last ran autogen.sh, I run autogen.sh and run the configure > in all the different build directories. (I use strk's > "../gnash/configure blah blah" in separate directories to maintain > differently-configured builds) > > My question is: should I expect just to run "make" in each build dir > to get a correct build and have the right things recompiled and > relinked, or should I remove everything in all the build directories > before configuring in each, as I do at present?
If you add --enable-maintainer-mode to your configure switches, running 'make' should be enough to even rerun automake. I suggest you wipe the dirs out and rebuil dfrom stcratch only if you see weird behaviours. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

