[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issues with automatic re-execution of configure with CONFIG_SHELL
From: |
Stefano Lattarini |
Subject: |
Re: Issues with automatic re-execution of configure with CONFIG_SHELL |
Date: |
Sat, 03 Mar 2012 15:38:25 +0100 |
On 03/03/2012 02:42 PM, Eric Blake wrote:
> On 03/03/2012 02:46 AM, Stefano Lattarini wrote:
>
>> Tim Rice wrote:
>>>
>>> On my UnixWare 7.1.4 box, the tests get stuck on
>>> 75: Configure re-execs self with CONFIG_SHELL
>
>> It seems to me that the problem happens only with shells that do not
>> expand $LINENO, for which the rewrite-and-sourcing of configure.lineno
>> messes up our guard against infinite recursion. The attached patch
>> should fix that. OK for master?
>
> ACK, and thanks for chasing this.
>
Pushed.
> And good thing we did a pre-release :)
>
Indeed :-)
Regards,
Stefano