mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
#serial 2
|
|
|
|
dnl These are the prerequisite macros for files in the lib/
|
|
dnl directories of Bison.
|
|
|
|
AC_DEFUN([jm_PREREQ_QUOTEARG],
|
|
[
|
|
AC_CHECK_FUNCS(isascii iswprint mbsinit)
|
|
jm_FUNC_MBRTOWC
|
|
AC_CHECK_HEADERS(limits.h stddef.h stdlib.h string.h wchar.h wctype.h)
|
|
AC_HEADER_STDC
|
|
AC_C_BACKSLASH_A
|
|
AC_TYPE_MBSTATE_T
|
|
AM_C_PROTOTYPES
|
|
])
|