error.m4 328 B

123456789101112
  1. #serial 3
  2. dnl FIXME: put these prerequisite-only *.m4 files in a separate
  3. dnl directory -- otherwise, they'll conflict with existing files.
  4. dnl These are the prerequisite macros for GNU's error.c file.
  5. AC_DEFUN([jm_PREREQ_ERROR],
  6. [
  7. AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
  8. AC_FUNC_STRERROR_R
  9. AC_HEADER_STDC
  10. ])