mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p, and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since POSIX decided to standardize on the int flavor of strerror_r. Always do char* test, as there's no reason not to. Assign to a char* var, to catch strerror_r that returns int*. * doc/autoconf.texi (Particular Functions): Document the above changes. Also, document the fact that AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R. * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
This commit is contained in:
parent
b7d7f60f97
commit
162a8ad32c
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2001-10-22 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
|
||||
Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
|
||||
and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
|
||||
POSIX decided to standardize on the int flavor of strerror_r.
|
||||
Always do char* test, as there's no reason not to.
|
||||
Assign to a char* var, to catch strerror_r that returns int*.
|
||||
|
||||
* doc/autoconf.texi (Particular Functions):
|
||||
Document the above changes. Also, document the fact that
|
||||
AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
|
||||
|
||||
* NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
|
||||
|
||||
2001-10-20 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
|
||||
|
Loading…
Reference in New Issue
Block a user