summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-04 05:07:30 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-04 05:07:30 +0000
commit9a00b08ea686775485dc122aba0871006960e8dd (patch)
tree51f2fb8818cc542997b0cbd11d2bfde95abca19a /m4
parentd96382a5e91187ccfed6468f8cd206b29de943de (diff)
downloadcoreutils-9a00b08ea686775485dc122aba0871006960e8dd.tar.xz
Remove the dependency of the strftime module on the tzset module.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 4f0c3feb1..0fe7735cb 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ Remove the dependency of the strftime module on the tzset module.
+ * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
+ * prereq.m4 (gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER.
+
2005-07-03 Jim Meyering <jim@meyering.net>
* lstat.m4 (gl_FUNC_LSTAT): New file, from gnulib.