utimens: configure better on hosts with NFS clock skew
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Dec 2010 21:49:15 +0000 (13:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Dec 2010 21:50:35 +0000 (13:50 -0800)
commita121cabf70b992c7b2a2e49a27b059aac9987a10
tree0e8a26ab9505d04fda6ebe912db8dfb392972cb8
parent168fc669c003eebe51fb61480d363f8a44695083
utimens: configure better on hosts with NFS clock skew

* m4/utimes.m4 (gl_FUNC_UTIMES): Don't assume that utimes (f, NULL)
uses the clock of the local host.  It might use the clock of the
NFS server.  Reported for Linux 2.4.21 client by Bruno Haible in
<http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00113.html>.
ChangeLog
m4/utimes.m4