Re: Issues with automatic re-execution of configure with CONFIG_SHELL (was: Re: autoconf-2.68b released [beta])

2012-03-03 Thread Tim Rice
Hi Stefano, On Sat, 3 Mar 2012, Stefano Lattarini wrote: > 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

Re: Issues with automatic re-execution of configure with CONFIG_SHELL

2012-03-03 Thread Stefano Lattarini
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 >>

Re: Issues with automatic re-execution of configure with CONFIG_SHELL

2012-03-03 Thread Eric Blake
On 03/03/2012 02:46 AM, Stefano Lattarini wrote: > Hi Tim, Paul, thanks for the report. > > Tim Rice wrote: >> >> On my UnixWare 7.1.4 box, the tests get stuck on >> 75: Configure re-execs self with CONFIG_SHELL >> >> I'll try to do some more debugging in a couple of days. > > > It seems to me