Re: CVS, bootstrapping and DJGPP

2003-02-10 Thread Alexandre Duret-Lutz
>>> "Richard" == Richard Dawe <[EMAIL PROTECTED]> writes: [...] Richard> I found the problem. It was due to $SHELL (in the Richard> environment) not being set to bash. >> >> Is this something we should set in Automake? >> >> For instance >> $ENV{'SHELL'} = '@SHELL@' >> where @SHELL@ is

Re: CVS, bootstrapping and DJGPP

2003-02-10 Thread Richard Dawe
Hello. Alexandre Duret-Lutz wrote: > > >>> "Richard" == Richard Dawe <[EMAIL PROTECTED]> writes: > > [...] > > Richard> I found the problem. It was due to $SHELL (in the > Richard> environment) not being set to bash. > > Is this something we should set in Automake? > > For instance > $ENV{

Re: CVS, bootstrapping and DJGPP

2003-02-09 Thread Alexandre Duret-Lutz
>>> "Richard" == Richard Dawe <[EMAIL PROTECTED]> writes: [...] Richard> I found the problem. It was due to $SHELL (in the Richard> environment) not being set to bash. Is this something we should set in Automake? For instance $ENV{'SHELL'} = '@SHELL@' where @SHELL@ is the shell computed by

Re: CVS, bootstrapping and DJGPP

2003-02-06 Thread Richard Dawe
Hello. [ I've redirected this to [EMAIL PROTECTED], since it's not really about a patch anymore. ] Alexandre Duret-Lutz wrote: [snip] > Richard> On further investigation it seems to be a bug in the > Richard> DJGPP port of automake. There's something weird going > Richard> on with the autocon