Re: calling autoreconf and minimizing rebuilds

2006-09-11 Thread Stepan Kasal
Hello Ralf, On Mon, Sep 11, 2006 at 01:22:31PM +0200, Ralf Wildenhues wrote: > * Stepan Kasal wrote on Mon, Sep 11, 2006 at 12:26:34PM CEST: > [sleep before the first aclocal call] thank you that you kindly repeated the explanation for me. I apologize that I was not able to see it in your previou

Re: calling autoreconf and minimizing rebuilds

2006-09-11 Thread Ralf Wildenhues
Hello Stepan, * Stepan Kasal wrote on Mon, Sep 11, 2006 at 12:26:34PM CEST: > On Fri, Sep 08, 2006 at 09:50:48PM +0200, Ralf Wildenhues wrote: > > > Closer. We need to sleep before the first aclocal, > > I do not understand why, but I'm afraid it has something to do with > your explanation how

Re: calling autoreconf and minimizing rebuilds

2006-09-11 Thread Stepan Kasal
Hello Ralf, On Fri, Sep 08, 2006 at 09:50:48PM +0200, Ralf Wildenhues wrote: > > > +test -f $HOME/.autom4te.cfg && exit 77 > > [...], but better be safer than sorry: this test does > not need to be executed on many systems in order to be effective. you are right, of course; thanks for explanatio