Re: [PATCH] Updating code enabling Bourne-compatibility in test scripts

2009-10-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Oct 09, 2009 at 08:52:32PM CEST: > At Friday 09 October 2009, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Fri, Oct 09, 2009 at 05:37:29PM CEST: > > > Thus it should better to update tests/defs.in to use the newer > > > snippet provided by autoconf 2.64

Re: [PATCH] Updating code enabling Bourne-compatibility in test scripts

2009-10-09 Thread Stefano Lattarini
At Friday 09 October 2009, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Oct 09, 2009 at 05:37:29PM CEST: > > The code snippet enabling Bourne-compatibility has been improved > > in autoconf since the 2.59c version, which was the version from > > which tests/defs.in stole its current

Re: [PATCH] Updating code enabling Bourne-compatibility in test scripts

2009-10-09 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Oct 09, 2009 at 05:37:29PM CEST: > The code snippet enabling Bourne-compatibility has been improved in > autoconf since the 2.59c version, which was the version from which > tests/defs.in stole its current Bourne-cmpatibility snippet. > > Thus it should better t

[PATCH] Updating code enabling Bourne-compatibility in test scripts

2009-10-09 Thread Stefano Lattarini
The code snippet enabling Bourne-compatibility has been improved in autoconf since the 2.59c version, which was the version from which tests/defs.in stole its current Bourne-cmpatibility snippet. Thus it should better to update tests/defs.in to use the newer snippet provided by autoconf 2.64.