]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 10 Aug 2003 13:33:11 +0000 (13:33 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Aug 2003 13:33:11 +0000 (13:33 +0000)
aclocal.m4
m4/Makefile.am
m4/Makefile.in

index c14382053d40acfaf186b0df9ebc9aea44e06c25..622bb6ef744a101ec13f8e8044c4f31a1f320526 100644 (file)
@@ -2433,7 +2433,6 @@ AC_DEFUN([gl_UTIMENS],
   AC_REQUIRE([gl_FUNC_UTIMES])
   AC_REQUIRE([jm_CHECK_TYPE_STRUCT_TIMESPEC])
   AC_REQUIRE([jm_CHECK_TYPE_STRUCT_UTIMBUF])
-  AC_CHECK_FUNCS_ONCE(utime)
 ])
 
 #serial 7
@@ -2522,10 +2521,10 @@ AC_DEFUN([AC_STRUCT_ST_MTIM_NSEC],
  ]
 )
 
-# See if we need to work around bugs in glibc's implementation of utimes
-# from around July/August 2003.
-# First, there was a bug that would make utimes set mtime and atime
-# to zero (1970-01-01) unconditionally.
+# See if we need to work around bugs in glibc's implementation of
+# utimes from around July/August 2003.
+# First, there was a bug that would make utimes set mtime
+# and atime to zero (1970-01-01) unconditionally.
 # Then, there is/was code to round rather than truncate.
 #
 # From Jim Meyering, with suggestions from Paul Eggert.
index bb0b15a5955daf17f04a0c34675148fbb8150239..a823533a0c090be13d122f8353401381cce722a4 100644 (file)
@@ -98,6 +98,7 @@ uptime.m4 \
 utimbuf.m4 \
 utime.m4 \
 utimens.m4 \
+utimes-null.m4 \
 utimes.m4 \
 vasnprintf.m4 \
 vasprintf.m4 \
index 18ae84af01fe84eec43e64dbf1e6d8823d709af9..f1e285f6c96272f2f4452be330d53144e3f1f538 100644 (file)
@@ -249,6 +249,7 @@ uptime.m4 \
 utimbuf.m4 \
 utime.m4 \
 utimens.m4 \
+utimes-null.m4 \
 utimes.m4 \
 vasnprintf.m4 \
 vasprintf.m4 \