>>> "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
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
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
+# This setting, when honored by GNU ls, used to cause an infinite loop
+# in mdate-sh.
+TIME_STYLE="+%Y-%m-%d %H:%M:%S"
+export TIME_STYLE
+
echo AC_OUTPUT >> configure.in
cat > Makefile.am << 'END'
--
Alexandre Duret-Lutz