summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 18:52:03 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 18:52:03 +0000
commit6769657fa3803284da6baffc510ebd4752aa4807 (patch)
tree791e9a9258d0b86c50c799180c7e0d4e9cccc67d /m4
parentdab453378be72ec245362dcdba0d46cb3f30daf2 (diff)
downloadcoreutils-6769657fa3803284da6baffc510ebd4752aa4807.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/off_t-format.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index db84091b6..59534aa39 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-02 Jim Meyering <meyering@lucent.com>
+
+ * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
+ * jm-macros.m4 (jm_MACROS): require it.
+
2000-11-30 Jim Meyering <meyering@lucent.com>
* jm-macros.m4 (jm_MACROS): Check for stdint.h.
diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4
index f9115010e..2e20c8c04 100644
--- a/m4/off_t-format.m4
+++ b/m4/off_t-format.m4
@@ -50,5 +50,5 @@ AC_DEFUN(jm_SYS_OFF_T_PRINTF_FORMAT,
AC_DEFINE_UNQUOTED(OFF_T_PRINTF_FORMAT_STRING,
"$jm_cv_sys_off_t_printf_format",
- [printf format string for type off_t, without the `%']);
+ [printf format string for type off_t, without the `%'])
])