This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: CVS, bootstrapping and DJGPP
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Richard Dawe <rich at phekda dot freeserve dot co dot uk>
- Cc: automake at gnu dot org
- Date: Mon, 10 Feb 2003 00:55:46 +0100
- Subject: Re: CVS, bootstrapping and DJGPP
- References: <Pine.GSO.4.44.0302051052111.14868-100000@scooby.simplesystems.org><3E427640.9C755A7E@phekda.freeserve.co.uk><2003-02-06-17-51-47+17340+duret_g@lrde.epita.fr><3E42F2DB.322715DB@phekda.freeserve.co.uk>
>>> "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