if test x$docker_bin = xyes; then
support_docker=yes
FD_PLUGIN_DIR="${FD_PLUGIN_DIR} src/plugins/fd/docker"
+ FD_PLUGIN_INSTALL="${FD_PLUGIN_INSTALL} install-docker"
else
if test x$support_docker = xyes; then
echo " "
[
if test x$enableval = xyes; then
support_kubernetes=yes
+ FD_PLUGIN_INSTALL="${FD_PLUGIN_INSTALL} install-kubernetes"
elif test x$enableval = xno; then
support_kubernetes=disabled
fi
FD_PLUGIN_DIR="${FD_PLUGIN_DIR} src/plugins/fd/kubernetes-backend"
fi
+dnl cdp Plugin
+support_cdp=auto
+AC_ARG_ENABLE(cdp-plugin,
+ AC_HELP_STRING([--disable-cdp-plugin], [disable CDP plugin support @<:@default=auto@:>@]),
+ [
+ if test x$enableval = xyes; then
+ support_cdp=yes
+ FD_PLUGIN_INSTALL="${FD_PLUGIN_INSTALL} install-cdp"
+ TOOLS_INSTALL="${TOOLS_INSTALL} install-cdp"
+ elif test x$enableval = xno; then
+ support_cdp=disabled
+ fi
+ ]
+)
+
AC_SUBST(FD_PLUGIN_DIR)
+AC_SUBST(FD_PLUGIN_INSTALL)
+AC_SUBST(TOOLS_INSTALL)
dnl
dnl Bacula Pluggable Authentication Modules - Director Plugins
- Docker: ${support_docker}
- Kubernetes: ${support_kubernetes}
- LDAP BPAM: ${support_ldap_bpam}
+ - CDP: ${support_cdp}
" > config.out
# create a small shell script useful for support with