changeset 3017:10898065f015

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 02 Dec 2000 18:52:03 +0000
parents 532b3d583847
children 17fdba235753
files m4/ChangeLog m4/off_t-format.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/m4/off_t-format.m4
+++ b/m4/off_t-format.m4
@@ -50,5 +50,5 @@
 
   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 `%'])
 ])