]> Savannah Git Hosting - gnulib.git/commit
maint: use a more standard return from mbrtowc test
authorPádraig Brady <P@draigBrady.com>
Sat, 26 Nov 2016 15:39:11 +0000 (15:39 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 27 Nov 2016 00:20:05 +0000 (00:20 +0000)
commit45ba7f22dafd07233d67ccb2d90824a02f9d6dec
treeda5ac1684ab283d3bff330026e2e267af6d9aec3
parentea96186d0b25c89aab0de3129fc4bb3f7a5ccd37
maint: use a more standard return from mbrtowc test

With this we can use this check in coreutils to find configure issues:
  grep -E '(program exited with status 1$|core dumped)' config.log

* m4/mbrtowc.m4 (gl_MBRTOWC_C_LOCALE): Don't return 1
from the test program as this often indicates an
unhandled case in the test program.
(gl_MBRTOWC_INCOMPLETE_STATE): Likewise.
(gl_MBRTOWC_SANITYCHECK): Likewise.
(gl_MBRTOWC_NULL_ARG2): Likewise.
(gl_MBRTOWC_NUL_RETVAL): Likewise.
ChangeLog
m4/mbrtowc.m4