Code

Moving m4 files from lib/
[nagiosplug.git] / m4 / error.m4
1 #serial 9
3 AC_DEFUN([gl_ERROR],
4 [
5   AC_FUNC_ERROR_AT_LINE
6   dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
7   jm_PREREQ_ERROR
8 ])
10 # Prerequisites of lib/error.c.
11 AC_DEFUN([jm_PREREQ_ERROR],
12 [
13   AC_REQUIRE([AC_FUNC_STRERROR_R])
14   :
15 ])