Add autoconf checks for all used core modules

This commit is contained in:
Richard Hansen 2020-07-07 16:28:22 -04:00
parent ca1b519444
commit 3b931fb0a6

View file

@ -39,6 +39,9 @@ AC_SUBST([PERL])
m4_foreach_w([_m], [
File::Basename
File::Path
Getopt::Long
IO::Socket
Sys::Hostname
version=0.77
], [AX_PROG_PERL_MODULES([_m], [],
[AC_MSG_ERROR([missing required Perl module _m])])])