From: Jim Meyering Date: Sat, 2 Dec 2000 18:52:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba70f2aea8c388a068a2ab7826478764f4b8a87;p=pspp *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index db84091b66..59534aa398 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2000-12-02 Jim Meyering + + * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro. + * jm-macros.m4 (jm_MACROS): require it. + 2000-11-30 Jim Meyering * jm-macros.m4 (jm_MACROS): Check for stdint.h. diff --git a/m4/off_t-format.m4 b/m4/off_t-format.m4 index f9115010e9..2e20c8c04a 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 `%']) ])