diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
commit | fa618ad4282bbbbd35ee53dcd71fed599fec9e68 (patch) | |
tree | 9dfd8920b74d0bdcfdd3f663fcc8e74701cf095b /aclocal.m4 | |
parent | Initial commit. (diff) | |
download | nagios-nrpe-upstream.tar.xz nagios-nrpe-upstream.zip |
Adding upstream version 4.1.0.upstream/4.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'aclocal.m4')
-rwxr-xr-x | aclocal.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100755 index 0000000..c64786b --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,7 @@ +m4_include([macros/ax_nagios_get_os]) +m4_include([macros/ax_nagios_get_distrib]) +m4_include([macros/ax_nagios_get_init]) +m4_include([macros/ax_nagios_get_inetd]) +m4_include([macros/ax_nagios_get_paths]) +m4_include([macros/ax_nagios_get_files]) +m4_include([macros/ax_nagios_get_ssl]) |