>>> "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
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{
>>> "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
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