changeset 2097:f319d2735822

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 08 Jan 2000 16:31:29 +0000
parents a5f09f038aaa
children 7730dc421aed
files m4/ChangeLog m4/strerror_r.m4
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-08  Jim Meyering  <meyering@ascend.com>
+
+	* strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
+	* jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
+
 2000-01-04  Jim Meyering  <meyering@ascend.com>
 
 	* d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
--- 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,