Code

Reduced DNS lookups in check_ping and netutils.c in IPv6 configurations
[nagiosplug.git] / m4 / np_coreutils.m4
1 dnl These are for the libs and macros from coreutils
2 dnl Currently utilising v5.2.1
4 dnl We use jm_ for non Autoconf macros.
5 m4_pattern_forbid([^np_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
6 m4_pattern_forbid([^jm_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
7 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
9 dnl These are all m4 things that need to be called
10 dnl Usually in coreutils' prereq.m4, but this is a subset that we need
11 AC_DEFUN([np_COREUTILS],
12 [
13   AC_REQUIRE([AM_STDBOOL_H])
14   AC_REQUIRE([gl_BASENAME])
15   AC_REQUIRE([gl_C_STRTOLD])
16   AC_REQUIRE([gl_EXITFAIL])
17   AC_REQUIRE([gl_FCNTL_SAFER])
18   AC_REQUIRE([gl_FSUSAGE])
19   AC_REQUIRE([gl_FUNC_ALLOCA])
20   AC_REQUIRE([gl_GETOPT])
21   AC_REQUIRE([gl_MOUNTLIST])
22   AC_REQUIRE([gl_REGEX])
23   AC_REQUIRE([gl_UNISTD_SAFER])
24   AC_REQUIRE([gl_XALLOC])
25   AC_REQUIRE([gl_FUNC_GLIBC_UNLOCKED_IO])
27 dnl This is in jm-macros.m4, which calls prereq.m4, and then calls this afterwards
28   AC_REQUIRE([gl_AFS])
29 ])