*** empty log message ***

This commit is contained in:
Jim Meyering
2000-12-02 18:52:03 +00:00
parent dab453378b
commit 6769657fa3
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -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 `%'])
])