mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-11 23:03:36 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@736 f882894a-f735-0410-b71e-b25c423dba1c
14 lines
378 B
Text
14 lines
378 B
Text
#serial 5
|
|
|
|
dnl FIXME: put these prerequisite-only *.m4 files in a separate
|
|
dnl directory -- otherwise, they'll conflict with existing files.
|
|
|
|
dnl These are the prerequisite macros for GNU's error.c file.
|
|
AC_DEFUN([jm_PREREQ_ERROR],
|
|
[
|
|
AC_CHECK_FUNCS(strerror vprintf doprnt)
|
|
AC_CHECK_DECLS([strerror])
|
|
AC_CHECK_HEADERS([libintl.h])
|
|
AC_FUNC_STRERROR_R
|
|
AC_HEADER_STDC
|
|
])
|