Re: Infinite loop in mdate-sh

2005-06-30 Thread Alexandre Duret-Lutz
>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes: Stepan> Two tiny comments: >> +Vincent LefevreVincent Lefevre <[EMAIL PROTECTED]> Oops, thanks! Stepan> It seems this is the first time when you repeat the full name in the email. >> +if test "${TIME_STYLE+set}" = set; t

Re: Infinite loop in mdate-sh

2005-06-30 Thread Stepan Kasal
Hello, On Thu, Jun 30, 2005 at 03:09:12PM +0200, Alexandre Duret-Lutz wrote: > Stepan> I see no reason for the `export' here. ... > Alas, many shells, such as Solaris 2.5, IRIX 6.3, IRIX 5.2, AIX > 4.1.5, and Digital UNIX 4.0, forget to `export' the environment > variables they r

Re: Infinite loop in mdate-sh

2005-06-30 Thread Stepan Kasal
Hello, On Wed, Jun 29, 2005 at 10:29:11PM +0200, Alexandre Duret-Lutz wrote: > I'm installing the following on HEAD and branch-1-9. thank you. > (I think any justification of why unset must not be used really > belongs to the Autoconf manual.) Yes, of course. I sent a question to the autoconf

Re: Infinite loop in mdate-sh

2005-06-29 Thread Alexandre Duret-Lutz
Thanks all, and sorry for the delay. I'm installing the following on HEAD and branch-1-9. (I think any justification of why unset must not be used really belongs to the Autoconf manual.) 2005-06-28 Stepan Kasal <[EMAIL PROTECTED]> Alexandre Duret-Lutz <[EMAIL PROTECTED]>