From: Jim Meyering Date: Sat, 8 Jan 2000 16:31:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs-readonly~7075 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=24552d14072b435cf47c5b6da7262bcb43578046;p=gnulib.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index d74dc331e..7c62cddf0 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2000-01-08 Jim Meyering + + * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro. + * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it. + 2000-01-04 Jim Meyering * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4 index e886b5cc5..6f8bd25f7 100644 --- a/m4/strerror_r.m4 +++ b/m4/strerror_r.m4 @@ -3,8 +3,8 @@ dnl From Jim Meyering. dnl Determine whether the strerror_r implementation is one of dnl the broken ones that returns `int' rather than `char*'. -dnl Actually, this tests only whether it returns an array, -dnl but that should be enough. +dnl Actually, this tests only whether it returns a scalar +dnl or an array, but that should be enough. dnl This is used by lib/error.c. AC_DEFUN(jm_FUNC_STRERROR_R,