]>
Commit | Line | Data |
---|---|---|
342b8b6e | 1 | #serial 2 |
ff4a34be AD |
2 | |
3 | dnl These are the prerequisite macros for files in the lib/ | |
4 | dnl directories of Bison. | |
5 | ||
6 | AC_DEFUN([jm_PREREQ_QUOTEARG], | |
7 | [ | |
342b8b6e AD |
8 | AC_CHECK_FUNCS(isascii iswprint mbsinit) |
9 | jm_FUNC_MBRTOWC | |
10 | AC_CHECK_HEADERS(limits.h stddef.h stdlib.h string.h wchar.h wctype.h) | |
ff4a34be AD |
11 | AC_HEADER_STDC |
12 | AC_C_BACKSLASH_A | |
13 | AC_MBSTATE_T | |
14 | AM_C_PROTOTYPES | |
15 | ]) |