m4/mbstate_t.m4


Log

Author Commit Date CI Message
Jim Meyering ee76465a 2001-08-12T13:26:00 Quote the first argument in each use of AC_DEFUN.
Jim Meyering 79f50aa7 2000-08-07T07:15:25 (AC_MBSTATE_T): Define mbstate_t to be int, not char, for compatibility with glibc 2.1.3 strftime.c.
Jim Meyering 7bf761bb 2000-07-14T15:56:42 (AC_MBSTATE_T): Renamed from AC_MBSTATE_T_OBJECT. All uses changed. Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT and mbstate_t, to a single-part test that simply defines mbstate_t.
Jim Meyering 5d23e464 2000-07-06T04:46:48 (AC_MBSTATE_T_OBJECT): Test for mbstate_t only if the test for an object-type mbstate_t fails. This prevents us from mistakenly reporting that mbstate_t is a system object type after we "#define mbstate_t int" to work around its lack.
Jim Meyering a2fad724 2000-07-04T07:11:28 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13. Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
Jim Meyering 7b795da9 2000-07-02T20:21:30 Also define mbstate_t, if necessary.
Jim Meyering 1fcf4b6f 2000-06-28T20:29:27 Use stdlib.h, not stdio.h. The latter is not included by quotearg.c, for which we perform this test. From Bruno Haible.
Jim Meyering 619b31b8 2000-06-25T08:48:58 Include stdio.h before wchar.h to work around Linux header bug when _XOPEN_SOURCE is defined to 500.
Jim Meyering 86ba26a5 2000-06-23T21:00:53 New file, defining AC_MBSTATE_T_OBJECT.