Work around declaration collisions on Minix.
authorBruno Haible <bruno@clisp.org>
Sun, 31 Jul 2011 15:05:59 +0000 (17:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 31 Jul 2011 15:05:59 +0000 (17:05 +0200)
commitcdf12ee48247d39e7b1fd40289b78741aa4d4df1
tree951496eb73a8dea01c6e4754fcd47c60e20f7917
parent2b14869442bce932cf1d805387928484d4914d59
Work around declaration collisions on Minix.

* m4/mbsinit.m4 (gl_FUNC_MBSINIT): If mbsinit is declared but not
defined, set REPLACE_MBSINIT.
* m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): If mbrtowc is declared but not
defined, set REPLACE_MBRTOWC.
* m4/mbrlen.m4 (gl_FUNC_MBRLEN): If mbrlen is declared but not defined,
set REPLACE_MBRLEN.
* m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): If mbsrtowcs is declared but not
defined, set REPLACE_MBSRTOWCS.
* m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): If wcrtomb is declared but not
defined, set REPLACE_WCRTOMB.
* m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): If wcsrtombs is declared but not
defined, set REPLACE_WCSRTOMBS.
ChangeLog
m4/mbrlen.m4
m4/mbrtowc.m4
m4/mbsinit.m4
m4/mbsrtowcs.m4
m4/wcrtomb.m4
m4/wcsrtombs.m4