From: Jim Meyering Date: Sun, 28 May 2000 16:21:08 +0000 (+0000) Subject: . X-Git-Tag: autoconf-2.50~842 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4928d32db921446c0fcded7a8547326a87cfbd3a;p=thirdparty%2Fautoconf.git . --- diff --git a/ChangeLog b/ChangeLog index dc2f06cc4..a4d1d9f36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-28 Jim Meyering + * acspecific.m4 (AC_FUNC_STRERROR_R): Call strerror_r with 2nd arg + of type char*, not int. Suggestion from Paul Eggert. + * doc/autoconf.texi (Particular Functions): Give better description of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. From Paul Eggert.