mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-18 01:58:41 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1028 f882894a-f735-0410-b71e-b25c423dba1c
15 lines
258 B
Text
15 lines
258 B
Text
#serial 9
|
|
|
|
AC_DEFUN([gl_ERROR],
|
|
[
|
|
AC_FUNC_ERROR_AT_LINE
|
|
dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
|
|
jm_PREREQ_ERROR
|
|
])
|
|
|
|
# Prerequisites of lib/error.c.
|
|
AC_DEFUN([jm_PREREQ_ERROR],
|
|
[
|
|
AC_REQUIRE([AC_FUNC_STRERROR_R])
|
|
:
|
|
])
|