bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: touch gets stuck for named pipes


From: Paolo Bonzini
Subject: Re: touch gets stuck for named pipes
Date: Fri, 10 Apr 2009 07:54:23 +0200
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Bruno Haible wrote:
> Paolo Bonzini wrote:
>> I'll make it say "guessing yes" and still put "yes" in the variable.
> 
> Thanks. Here is what the adaptation in gnulib could look like. But frankly,
> I'll prefer to remove the module altogether: The bug it cures occurred only
> on Sequents; the last time I heard about this kind of machine was in 1996.
> 
> So, any objections to removing this module?

Not from me.  My patch was orthogonal to this issue, I'd say.

You could leave in the module and make it like

AC_FUNC_UTIME_NULL
if test "x$ac_cv_func_utime_null" != xyes; then
  AC_MSG_ERROR([Not supported on this platform.])
fi

or just remove it altogether.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]