summaryrefslogtreecommitdiff
path: root/modules/utimecmp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-06 22:38:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-06 22:38:20 +0000
commit41051009bb2982be6f3ce70986f21b855e5fc888 (patch)
tree126907e161d6d2cbc71f21b78db9776d225786d4 /modules/utimecmp
parent10cf9b5e371bc4927b2b28354c19b62943dfe95e (diff)
downloadgnulib-41051009bb2982be6f3ce70986f21b855e5fc888.tar.gz
Merge from coreutils.
Diffstat (limited to 'modules/utimecmp')
-rw-r--r--modules/utimecmp26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/utimecmp b/modules/utimecmp
new file mode 100644
index 0000000000..204138ad13
--- /dev/null
+++ b/modules/utimecmp
@@ -0,0 +1,26 @@
+Description:
+compare file time stamps
+
+Files:
+lib/utimecmp.h
+lib/utimecmp.c
+m4/utimecmp.m4
+
+Depends-on:
+hash
+timespec
+utimens
+xalloc
+
+configure.ac:
+gl_UTIMECMP
+
+Makefile.am:
+lib_SOURCES += utimecmp.h utimecmp.c
+
+Include:
+"utimecmp.h"
+
+Maintainer:
+Paul Eggert, Jim Meyering
+