Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.
commit1b19f8fb032be81398434b709192d06d17abbb87
authorBruno Haible <bruno@clisp.org>
Sun, 23 Apr 2017 17:02:08 +0000 (23 19:02 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Apr 2017 22:02:07 +0000 (25 00:02 +0200)
treea819f10da9293b42422f38a28056571fb90d3415
parent60530d050b8d50ab442026e6b6fac30245e459fd
Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.

* modules/strerror_r-posix (configure.ac): Invoke gl_MODULE_INDICATOR.
* lib/error.c: Test GNULIB_STRERROR_R_POSIX before testing
HAVE_DECL_STRERROR_R, HAVE_STRERROR_R, or STRERROR_R_CHAR_P.
* lib/argp-help.c (__argp_failure): Likewise.
ChangeLog
lib/argp-help.c
lib/error.c
modules/strerror_r-posix