projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952f8c2
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 18:52:03 +0000
(18:52 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 2 Dec 2000 18:52:03 +0000
(18:52 +0000)
m4/ChangeLog
patch
|
blob
|
history
m4/off_t-format.m4
patch
|
blob
|
history
diff --git
a/m4/ChangeLog
b/m4/ChangeLog
index db84091b6658fa0357fb0d67c5d657a36139852f..59534aa39843dc46d57bc71ed0672a9080d0fffd 100644
(file)
--- 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 f9115010e9a92f599f2d79f5dd2a5a15d8a2732c..2e20c8c04a21f75e47e78642e32b0651f3f24470 100644
(file)
--- 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 `%'])
])