]> git.saurik.com Git - bison.git/blame - m4/error.m4
* src/files.c, src/files.h (output_infix): New.
[bison.git] / m4 / error.m4
CommitLineData
4a0d8936 1#serial 4
a0f6b076
AD
2
3dnl FIXME: put these prerequisite-only *.m4 files in a separate
4dnl directory -- otherwise, they'll conflict with existing files.
5
6dnl These are the prerequisite macros for GNU's error.c file.
4a0d8936 7AC_DEFUN([jm_PREREQ_ERROR],
a0f6b076 8[
4a0d8936
PE
9 AC_CHECK_FUNCS(strerror vprintf doprnt)
10 AC_CHECK_DECLS([strerror])
5141b016 11 AC_FUNC_STRERROR_R
4a0d8936 12 AC_HEADER_STDC
a0f6b076 13])