summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 15:59:27 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 15:59:27 +0000
commit28b012a9cc7b971e6e29a437ca7b5db637e559f1 (patch)
tree473bd5d6c509da74252964f0d125e79173454cd8 /m4/ChangeLog
parent821add521eeee771e9fffaa5508aa0894876b7c6 (diff)
downloadcoreutils-28b012a9cc7b971e6e29a437ca7b5db637e559f1.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index ffd74b97d..5814049af 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,16 @@
+2001-06-20 Paul Eggert <eggert@twinsun.com>
+
+ * inttypes.m4: Add AC_PREREQ(2.13).
+ (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
+ (jm_AC_TYPE_INTMAX_T): New macro.
+ (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
+
+ * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
+
+ * longlong.m4: Renamed from ulonglong.m4.
+ * inttypes.m4: Renamed from inttypes_h.m4.
+ * uintmax_t.m4: Removed.
+
2001-08-12 Jim Meyering <meyering@lucent.com>
* afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
@@ -123,7 +136,7 @@
2001-05-11 Paul Eggert <eggert@twinsun.com>
- * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
+ * strftime.m4 (jm_FUNC_GNU_STRFTIME):
Don't bother to check library strftime, since
we'll be using our own my_strftime function anyway.
Define my_strftime instead of strftime.