This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CVS, bootstrapping and DJGPP


>>> "Richard" == Richard Dawe <rich@phekda.freeserve.co.uk> 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 ./configure

Or is this something DJGPP users should stick in their
environment?

The issue doesn't seem limited to automake.  For instance
autoupdate will calls autoconf using arguments like 
"--trace define:'AC:\$f:\$1'".

[...]

-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]