Jim Meyering
1f295ae62d
Quote the first argument in each use of AC_DEFUN.
2001-08-12 13:26:00 +00:00
Jim Meyering
497785afe5
(AC_MBSTATE_T): Define mbstate_t to be int,
...
not char, for compatibility with glibc 2.1.3 strftime.c.
2000-08-07 07:15:25 +00:00
Jim Meyering
f53d3a9d28
(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.
2000-07-14 15:56:42 +00:00
Jim Meyering
4f23c0f185
(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.
2000-07-06 04:46:48 +00:00
Jim Meyering
5ba976c1b1
(AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
...
Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2000-07-04 07:11:28 +00:00
Jim Meyering
1eefb25591
Also define mbstate_t, if necessary.
2000-07-02 20:21:30 +00:00
Jim Meyering
27a839a3fa
Use stdlib.h, not stdio.h. The latter is not included
...
by quotearg.c, for which we perform this test. From Bruno Haible.
2000-06-28 20:29:27 +00:00
Jim Meyering
ca8a119779
Include stdio.h before wchar.h to work around
...
Linux header bug when _XOPEN_SOURCE is defined to 500.
2000-06-25 08:48:58 +00:00
Jim Meyering
f2d46d3970
New file, defining AC_MBSTATE_T_OBJECT.
2000-06-23 21:00:53 +00:00