#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for bacula 13.0.1.
+# Generated by GNU Autoconf 2.69 for bacula 13.0.3.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
# Identity of this package.
PACKAGE_NAME='bacula'
PACKAGE_TARNAME='bacula'
-PACKAGE_VERSION='13.0.1'
-PACKAGE_STRING='bacula 13.0.1'
+PACKAGE_VERSION='13.0.3'
+PACKAGE_STRING='bacula 13.0.3'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
FDLIBS
CAP_LIBS
DIR_PLUGIN_DIR
+DIRPLUG_INSTALL_TARGET
BPAM_LDAP_TARGET_INSTALL
BPAM_LDAP_TARGET
TOOLS_INSTALL
FD_PLUGIN_INSTALL
FD_PLUGIN_DIR
docker_bin
+EXTRA_INSTALL_SCRIPTS
+PLUGIN_INSTALL_TARGET
LDAP_LIBS
LDAP_INC
LDAP_LDFLAGS
IOKITLIBS
OPENSSL_INC
OPENSSL_LIBS
-TOKYOCABINET_INC
-TOKYOCABINET_LIBS
+ZSTD_INC
+ZSTD_LIBS
+CURL_INC
+CURL_LIBS
READLINE_SRC
CONS_LDFLAGS
CONS_LIBS
enable_readline
with_readline
with_tcp_wrappers
+with_curl
+with_zstd
with_openssl
with_working_dir
with_archivedir
with_x
enable_s3
with_s3
+with_aws
enable_afs
with_afsdir
enable_lzo
enable_gpfs
with_gpfsdir
with_ldap
+enable_antivirus_plugin
enable_docker_plugin
enable_kubernetes_plugin
enable_cdp_plugin
+enable_totp_bpam
enable_ldap_bpam
with_systemd
'
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures bacula 13.0.1 to adapt to many kinds of systems.
+\`configure' configures bacula 13.0.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bacula 13.0.1:";;
+ short | recursive ) echo "Configuration of bacula 13.0.3:";;
esac
cat <<\_ACEOF
--disable-acl disable acl support [default=auto]
--disable-xattr disable xattr support [default=auto]
--disable-gpfs disable gpfs support [default=auto]
+ --disable-antivirus-plugin
+ disable Antivirus support [default=yes]
--disable-docker-plugin disable Docker plugin support [default=auto]
--disable-kubernetes-plugin
disable Kubernetes plugin support [default=auto]
--disable-cdp-plugin disable CDP plugin support [default=auto]
+ --disable-totp-bpam disable TOTP BPAM support [default=yes]
--disable-ldap-bpam disable LDAP BPAM support [default=auto]
Optional Packages:
--with-readline[=DIR] specify readline library directory
--with-tcp-wrappers[=DIR]
enable tcpwrappers support
+ --with-curl[=DIR] Include CURL support. DIR is the CURL base
+ --with-zstd[=DIR] Include ZSTD support. DIR is the ZSTD base
--with-openssl[=DIR] Include OpenSSL support. DIR is the OpenSSL base
--with-working-dir=PATH specify path of Bacula working directory
--with-archivedir=PATH specify path of SD archive directory
number of common places for the SQLite3 files.
--with-x use the X Window System
--with-s3[=DIR] specify s3 library directory
+ --with-aws specify Google Storage Cloud
--with-afsdir[=DIR] Directory holding AFS includes/libs
--with-lzo[=DIR] specify lzo library directory
--with-gpfsdir[=DIR] Directory holding GPFS includes/libs
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bacula configure 13.0.1
+bacula configure 13.0.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by bacula $as_me 13.0.1, which was
+It was created by bacula $as_me 13.0.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
$as_echo "#define HAVE_CYGWIN 1" >>confdefs.h
else
- DISTNAME=unknown
+ DISTNAME=unknown_distro
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
$as_echo "done" >&6; }
support_smartalloc=yes
support_readline=yes
support_lzo=yes
+support_zstd=yes
support_s3=yes
+support_aws=yes
support_conio=yes
support_bat=no
support_tls=no
-# AC_SUBST(DIR_PLUGIN_DIR)
# Check whether --enable-build-stored was given.
if test "${enable_build_stored+set}" = set; then :
fi
-for ac_func in strcasecmp select setenv putenv tcgetattr
+for ac_header in sys/fsuid.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "sys/fsuid.h" "ac_cv_header_sys_fsuid_h" "$ac_includes_default"
+if test "x$ac_cv_header_sys_fsuid_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_SYS_FSUID_H 1
+_ACEOF
+
+fi
+
+done
+
+for ac_func in setfsgid setfsuid
+do :
+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+ cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+for ac_func in strcasecmp select setenv putenv tcgetattr tzset
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
fi
-TOKYOCABINET_LIBS=
-TOKYOCABINET_INC=
+with_curl_directory=no
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CURL" >&5
+$as_echo_n "checking for CURL... " >&6; }
+
+# Check whether --with-curl was given.
+if test "${with_curl+set}" = set; then :
+ withval=$with_curl;
+ with_curl_directory=${withval}
+
+
+fi
+
+
+CURL_LIBS="-lcurl"
+CURL_INC=""
+
+saved_LIBS="${LIBS}"
+saved_CFLAGS="${CFLAGS}"
+
+if test "x$with_curl_directory" != "xno"; then
+
+ if test "x$with_curl_directory" != "xyes" && test x"${with_curl_directory}" != "x"; then
+ #
+ # Make sure the $with_curl_directory also makes sense
+ #
+ if test -d "$with_curl_directory/include"; then
+ CURL_INC="-I$with_curl_directory/include $CURL_INC"
+ fi
+ if test -d "$with_curl_directory/lib"; then
+ CURL_LIBS="-L$with_curl_directory/lib $CURL_LIBS"
+ fi
+ if test -d "$with_curl_directory/lib64"; then
+ CURL_LIBS="-L$with_curl_directory/lib64 $CURL_LIBS"
+ fi
+ fi
+
+ LIBS="${saved_LIBS} ${CURL_LIBS}"
+ CFLAGS="${saved_CFLAGS} ${CURL_INC}"
+fi
+
+ac_fn_c_check_header_mongrel "$LINENO" "curl/curl.h" "ac_cv_header_curl_curl_h" "$ac_includes_default"
+if test "x$ac_cv_header_curl_curl_h" = xyes; then :
+
+else
+ error="Can't find CURL header."
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for curl_version_info in -lcurl" >&5
+$as_echo_n "checking for curl_version_info in -lcurl... " >&6; }
+if ${ac_cv_lib_curl_curl_version_info+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lcurl $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char curl_version_info ();
+int
+main ()
+{
+return curl_version_info ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_curl_curl_version_info=yes
+else
+ ac_cv_lib_curl_curl_version_info=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curl_curl_version_info" >&5
+$as_echo "$ac_cv_lib_curl_curl_version_info" >&6; }
+if test "x$ac_cv_lib_curl_curl_version_info" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBCURL 1
+_ACEOF
+
+ LIBS="-lcurl $LIBS"
+
+else
+ error="Can't find CURL library."
+fi
+
+
+if test x"${error}" == "x"; then
+ support_curl=yes
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $support_curl" >&5
+$as_echo "$support_curl" >&6; }
+if test "$support_curl" = "yes"; then
+
+$as_echo "#define HAVE_CURL 1" >>confdefs.h
+
+fi
+
+
+
+
+LIBS="${saved_LIBS}"
+CFLAGS="${saved_CFLAGS}"
+
+with_zstd_directory=no
+
+
+# Check whether --with-zstd was given.
+if test "${with_zstd+set}" = set; then :
+ withval=$with_zstd;
+ with_zstd_directory=${withval}
+
+
+fi
+
+
+ZSTD_LIBS="-lzstd"
+ZSTD_INC=""
+
+saved_LIBS="${LIBS}"
+saved_CFLAGS="${CFLAGS}"
+
+if test "x$with_zstd_directory" != "xno"; then
+
+ if test "x$with_zstd_directory" != "xyes" && test x"${with_zstd_directory}" != "x"; then
+ #
+ # Make sure the $with_zstd_directory also makes sense
+ #
+ if test -d "$with_zstd_directory/include"; then
+ ZSTD_INC="-I$with_zstd_directory/include $ZSTD_INC"
+ fi
+ if test -d "$with_zstd_directory/lib"; then
+ ZSTD_LIBS="$with_zstd_directory/lib/libzstd.a"
+ fi
+ if test -d "$with_zstd_directory/lib64"; then
+ ZSTD_LIBS="$with_zstd_directory/lib64/libzstd.a"
+ fi
+ fi
+
+ LIBS="${saved_LIBS} ${ZSTD_LIBS}"
+ CFLAGS="${saved_CFLAGS} ${ZSTD_INC}"
+fi
+
+ac_fn_c_check_header_mongrel "$LINENO" "zstd.h" "ac_cv_header_zstd_h" "$ac_includes_default"
+if test "x$ac_cv_header_zstd_h" = xyes; then :
+
+else
+ error="Can't find ZSTD header."
+fi
+
+
+
+if test x"${error}" == "x"; then
+ support_zstd=yes
+else
+ support_zstd=no
+ ZSTD_LIBS=""
+ ZSTD_INC=""
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $support_zstd" >&5
+$as_echo "$support_zstd" >&6; }
+if test "$support_zstd" = "yes"; then
+
+$as_echo "#define HAVE_ZSTD 1" >>confdefs.h
+
+fi
+
+LIBS="${saved_LIBS}"
+CFLAGS="${saved_CFLAGS}"
+have_aws=no
+
+if test x$support_aws = xyes; then
+
+# Check whether --with-aws was given.
+if test "${with_aws+set}" = set; then :
+ withval=$with_aws;
+ case "$with_aws" in
+ no)
+ :
+ ;;
+ yes|*)
+
+
+$as_echo "#define HAVE_GENERIC_CLOUD 1" >>confdefs.h
+
+ have_aws="yes"
+ CLOUD_DRIVERS="${CLOUD_DRIVERS} generic-driver"
+ CLOUD_INSTALL_TARGETS="${CLOUD_INSTALL_TARGETS} install-aws-cloud"
+ ;;
+ esac
+
+fi
+
+fi
+
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
fi
+ac_fn_c_check_decl "$LINENO" "FS_APPEND_FL" "ac_cv_have_decl_FS_APPEND_FL" "#include <linux/fs.h>
+
+"
+if test "x$ac_cv_have_decl_FS_APPEND_FL" = xyes; then :
+
+$as_echo "#define HAVE_APPEND_FL 1" >>confdefs.h
+
+fi
+
+
+ac_fn_c_check_decl "$LINENO" "FS_IMMUTABLE_FL" "ac_cv_have_decl_FS_IMMUTABLE_FL" "#include <linux/fs.h>
+
+"
+if test "x$ac_cv_have_decl_FS_IMMUTABLE_FL" = xyes; then :
+
+$as_echo "#define HAVE_IMMUTABLE_FL 1" >>confdefs.h
+
+fi
+
+
+ac_fn_c_check_decl "$LINENO" "FS_IOC_GETFLAGS" "ac_cv_have_decl_FS_IOC_GETFLAGS" "#include <linux/fs.h>
+
+"
+if test "x$ac_cv_have_decl_FS_IOC_GETFLAGS" = xyes; then :
+
+$as_echo "#define HAVE_FS_IOC_GETFLAGS 1" >>confdefs.h
+
+fi
+
+
+ac_fn_c_check_decl "$LINENO" "FS_IOC_SETFLAGS" "ac_cv_have_decl_FS_IOC_SETFLAGS" "#include <linux/fs.h>
+
+"
+if test "x$ac_cv_have_decl_FS_IOC_SETFLAGS" = xyes; then :
+
+$as_echo "#define HAVE_FS_IOC_SETFLAGS 1" >>confdefs.h
+
+fi
+
+
ac_fn_c_check_decl "$LINENO" "F_SETLK" "ac_cv_have_decl_F_SETLK" "#include <fcntl.h>
"
+DIRPLUG_INSTALL_TARGET=
+EXTRA_INSTALL_SCRIPTS=
+PLUGIN_INSTALL_TARGET=
+support_antivirus=no
+# Check whether --enable-antivirus-plugin was given.
+if test "${enable_antivirus_plugin+set}" = set; then :
+ enableval=$enable_antivirus_plugin;
+ if test x$enableval = xyes; then
+ support_antivirus=yes
+ elif test x$enableval = xno; then
+ support_antivirus=disabled
+ fi
+
+
+fi
+
+
+if test x$support_antivirus = xyes ; then
+ PLUGIN_INSTALL_TARGET="$PLUGIN_INSTALL_TARGET install-antivirus"
+fi
+
+
+
+
+
support_docker=auto
# Check whether --enable-docker-plugin was given.
if test "${enable_docker_plugin+set}" = set; then :
+support_totp_bpam=no
+# Check whether --enable-totp-bpam was given.
+if test "${enable_totp_bpam+set}" = set; then :
+ enableval=$enable_totp_bpam;
+ if test x$enableval = xyes; then
+ support_totp_bpam=yes
+ elif test x$enableval = xno; then
+ support_totp_bpam=disabled
+ fi
+
+
+fi
+
+
+if test x$support_totp_bpam = xyes ; then
+ DIRPLUG_INSTALL_TARGET="$DIRPLUG_INSTALL_TARGET install-totp"
+ DIR_PLUGIN_DIR="$DIR_PLUGIN_DIR src/plugins/dir/totp"
+fi
+
support_ldap_bpam=auto
# Check whether --enable-ldap-bpam was given.
if test "${enable_ldap_bpam+set}" = set; then :
+
for ac_header in sys/prctl.h sys/capability.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
CAP_LIBS=
fi
+have_libcap="no"
if test x$CAP_LIBS = x-lcap; then
$as_echo "#define HAVE_LIBCAP 1" >>confdefs.h
+ have_libcap="yes"
fi
platforms/suse/bacula-dir"
;;
unknown)
- DISTVER=unknown
+ DISTVER=unknown_distro_ver
TAPEDRIVE="/dev/nst0"
;;
*)
exit 1
fi
-ac_config_files="$ac_config_files autoconf/Make.common Makefile manpages/Makefile scripts/btraceback scripts/bconsole scripts/baculabackupreport scripts/bacula scripts/bacula-ctl-dir scripts/bacula-ctl-fd scripts/bacula-ctl-sd scripts/devel_bacula scripts/Makefile scripts/logrotate scripts/mtx-changer scripts/disk-changer scripts/logwatch/Makefile scripts/logwatch/logfile.bacula.conf scripts/bat.desktop scripts/bat.desktop.xsu scripts/bat.desktop.consolehelper scripts/bat.console_apps scripts/bacula-tray-monitor.desktop scripts/kubernetes-bacula-backup/Dockerfile src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/qt-console/bat.conf src/qt-console/bat.pro src/qt-console/bat.pro.mingw32 src/qt-console/bat.pro.mingw64 src/qt-console/install_conf_file src/qt-console/tray-monitor/tray-monitor.conf src/qt-console/tray-monitor/bacula-tray-monitor.conf src/qt-console/tray-monitor/tray-monitor.pro src/qt-console/tray-monitor/tray-monitor.pro.mingw32 src/qt-console/tray-monitor/tray-monitor.pro.mingw64 src/qt-console/tray-monitor/install_conf_file src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/cats/Makefile src/cats/make_catalog_backup.pl src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_postgresql_database src/cats/update_postgresql_tables src/cats/make_postgresql_tables src/cats/grant_postgresql_privileges src/cats/drop_postgresql_tables src/cats/drop_postgresql_database src/cats/create_mysql_database src/cats/update_mysql_tables src/cats/make_mysql_tables src/cats/grant_mysql_privileges src/cats/drop_mysql_tables src/cats/drop_mysql_database src/cats/create_sqlite3_database src/cats/update_sqlite3_tables src/cats/make_sqlite3_tables src/cats/grant_sqlite3_privileges src/cats/drop_sqlite3_tables src/cats/drop_sqlite3_database src/cats/sqlite src/cats/mysql src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/cats/install-default-backend src/findlib/Makefile src/tools/Makefile src/tools/cdp-client/Makefile src/plugins/fd/Makefile.inc src/plugins/sd/Makefile src/plugins/dir/Makefile.inc src/plugins/fd/kubernetes-backend/baculak8s/plugins/k8sbackend/baculabackupimage.py po/Makefile.in updatedb/update_mysql_tables updatedb/update_sqlite3_tables updatedb/update_postgresql_tables updatedb/update_mysql_tables_9_to_10 updatedb/update_sqlite3_tables_9_to_10 updatedb/update_postgresql_tables_9_to_10 updatedb/update_mysql_tables_10_to_11 updatedb/update_sqlite3_tables_10_to_11 updatedb/update_postgresql_tables_10_to_11 updatedb/update_mysql_tables_11_to_12 updatedb/update_sqlite3_tables_11_to_12 updatedb/update_postgresql_tables_11_to_12 updatedb/update_postgresql_tables_1021_to_1022 updatedb/update_postgresql_tables_1022_to_1023 updatedb/update_postgresql_tables_1023_to_1024 updatedb/update_mysql_tables_1020_to_1021 updatedb/update_mysql_tables_1021_to_1022 updatedb/update_mysql_tables_1022_to_1023 updatedb/update_mysql_tables_1023_to_1024 examples/nagios/check_bacula/Makefile platforms/rpms/redhat/bacula.spec platforms/rpms/redhat/bacula-bat.spec platforms/rpms/redhat/bacula-docs.spec platforms/rpms/redhat/bacula-mtx.spec platforms/rpms/suse/bacula.spec platforms/rpms/suse/bacula-bat.spec platforms/rpms/suse/bacula-docs.spec platforms/rpms/suse/bacula-mtx.spec $PFILES"
+ac_config_files="$ac_config_files autoconf/Make.common Makefile manpages/Makefile scripts/btraceback scripts/bconsole scripts/baculabackupreport scripts/bacula scripts/bacula-ctl-dir scripts/bacula-ctl-fd scripts/bacula-ctl-sd scripts/devel_bacula scripts/Makefile scripts/logrotate scripts/mtx-changer scripts/disk-changer scripts/logwatch/Makefile scripts/logwatch/logfile.bacula.conf scripts/bat.desktop scripts/bat.desktop.xsu scripts/bat.desktop.consolehelper scripts/bat.console_apps scripts/aws_cloud_driver scripts/bacula-tray-monitor.desktop scripts/kubernetes-bacula-backup/Dockerfile src/Makefile src/host.h src/console/Makefile src/console/bconsole.conf src/qt-console/bat.conf src/qt-console/bat.pro src/qt-console/bat.pro.mingw32 src/qt-console/bat.pro.mingw64 src/qt-console/install_conf_file src/qt-console/tray-monitor/tray-monitor.conf src/qt-console/tray-monitor/bacula-tray-monitor.conf src/qt-console/tray-monitor/tray-monitor.pro src/qt-console/tray-monitor/tray-monitor.pro.mingw32 src/qt-console/tray-monitor/tray-monitor.pro.mingw64 src/qt-console/tray-monitor/install_conf_file src/dird/Makefile src/dird/bacula-dir.conf src/lib/Makefile src/stored/Makefile src/stored/bacula-sd.conf src/filed/Makefile src/filed/bacula-fd.conf src/cats/Makefile src/cats/make_catalog_backup.pl src/cats/make_catalog_backup src/cats/delete_catalog_backup src/cats/create_postgresql_database src/cats/update_postgresql_tables src/cats/make_postgresql_tables src/cats/grant_postgresql_privileges src/cats/drop_postgresql_tables src/cats/drop_postgresql_database src/cats/create_mysql_database src/cats/update_mysql_tables src/cats/make_mysql_tables src/cats/grant_mysql_privileges src/cats/drop_mysql_tables src/cats/drop_mysql_database src/cats/create_sqlite3_database src/cats/update_sqlite3_tables src/cats/make_sqlite3_tables src/cats/grant_sqlite3_privileges src/cats/drop_sqlite3_tables src/cats/drop_sqlite3_database src/cats/sqlite src/cats/mysql src/cats/create_bacula_database src/cats/update_bacula_tables src/cats/grant_bacula_privileges src/cats/make_bacula_tables src/cats/drop_bacula_tables src/cats/drop_bacula_database src/cats/install-default-backend src/findlib/Makefile src/tools/Makefile src/tools/cdp-client/Makefile src/plugins/fd/Makefile src/plugins/fd/pluginlib/Makefile src/plugins/sd/Makefile src/plugins/dir/Makefile.inc src/plugins/fd/kubernetes-backend/baculak8s/plugins/k8sbackend/baculabackupimage.py po/Makefile.in updatedb/update_mysql_tables updatedb/update_sqlite3_tables updatedb/update_postgresql_tables updatedb/update_mysql_tables_9_to_10 updatedb/update_sqlite3_tables_9_to_10 updatedb/update_postgresql_tables_9_to_10 updatedb/update_mysql_tables_10_to_11 updatedb/update_sqlite3_tables_10_to_11 updatedb/update_postgresql_tables_10_to_11 updatedb/update_mysql_tables_11_to_12 updatedb/update_sqlite3_tables_11_to_12 updatedb/update_postgresql_tables_11_to_12 updatedb/update_postgresql_tables_1021_to_1022 updatedb/update_postgresql_tables_1022_to_1023 updatedb/update_postgresql_tables_1023_to_1024 updatedb/update_postgresql_tables_1024_to_1025 updatedb/update_mysql_tables_1020_to_1021 updatedb/update_mysql_tables_1021_to_1022 updatedb/update_mysql_tables_1022_to_1023 updatedb/update_mysql_tables_1023_to_1024 updatedb/update_mysql_tables_1024_to_1025 examples/nagios/check_bacula/Makefile platforms/rpms/redhat/bacula.spec platforms/rpms/redhat/bacula-bat.spec platforms/rpms/redhat/bacula-docs.spec platforms/rpms/redhat/bacula-mtx.spec platforms/rpms/suse/bacula.spec platforms/rpms/suse/bacula-bat.spec platforms/rpms/suse/bacula-docs.spec platforms/rpms/suse/bacula-mtx.spec $PFILES"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by bacula $as_me 13.0.1, which was
+This file was extended by bacula $as_me 13.0.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-bacula config.status 13.0.1
+bacula config.status 13.0.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
"scripts/bat.desktop.xsu") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.xsu" ;;
"scripts/bat.desktop.consolehelper") CONFIG_FILES="$CONFIG_FILES scripts/bat.desktop.consolehelper" ;;
"scripts/bat.console_apps") CONFIG_FILES="$CONFIG_FILES scripts/bat.console_apps" ;;
+ "scripts/aws_cloud_driver") CONFIG_FILES="$CONFIG_FILES scripts/aws_cloud_driver" ;;
"scripts/bacula-tray-monitor.desktop") CONFIG_FILES="$CONFIG_FILES scripts/bacula-tray-monitor.desktop" ;;
"scripts/kubernetes-bacula-backup/Dockerfile") CONFIG_FILES="$CONFIG_FILES scripts/kubernetes-bacula-backup/Dockerfile" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/findlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/findlib/Makefile" ;;
"src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;;
"src/tools/cdp-client/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/cdp-client/Makefile" ;;
- "src/plugins/fd/Makefile.inc") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/Makefile.inc" ;;
+ "src/plugins/fd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/Makefile" ;;
+ "src/plugins/fd/pluginlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/pluginlib/Makefile" ;;
"src/plugins/sd/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sd/Makefile" ;;
"src/plugins/dir/Makefile.inc") CONFIG_FILES="$CONFIG_FILES src/plugins/dir/Makefile.inc" ;;
"src/plugins/fd/kubernetes-backend/baculak8s/plugins/k8sbackend/baculabackupimage.py") CONFIG_FILES="$CONFIG_FILES src/plugins/fd/kubernetes-backend/baculak8s/plugins/k8sbackend/baculabackupimage.py" ;;
"updatedb/update_postgresql_tables_1021_to_1022") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_1021_to_1022" ;;
"updatedb/update_postgresql_tables_1022_to_1023") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_1022_to_1023" ;;
"updatedb/update_postgresql_tables_1023_to_1024") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_1023_to_1024" ;;
+ "updatedb/update_postgresql_tables_1024_to_1025") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_1024_to_1025" ;;
"updatedb/update_mysql_tables_1020_to_1021") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_1020_to_1021" ;;
"updatedb/update_mysql_tables_1021_to_1022") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_1021_to_1022" ;;
"updatedb/update_mysql_tables_1022_to_1023") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_1022_to_1023" ;;
"updatedb/update_mysql_tables_1023_to_1024") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_1023_to_1024" ;;
+ "updatedb/update_mysql_tables_1024_to_1025") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_1024_to_1025" ;;
"examples/nagios/check_bacula/Makefile") CONFIG_FILES="$CONFIG_FILES examples/nagios/check_bacula/Makefile" ;;
"platforms/rpms/redhat/bacula.spec") CONFIG_FILES="$CONFIG_FILES platforms/rpms/redhat/bacula.spec" ;;
"platforms/rpms/redhat/bacula-bat.spec") CONFIG_FILES="$CONFIG_FILES platforms/rpms/redhat/bacula-bat.spec" ;;
ZLIB support: ${have_zlib}
LZO support: ${have_lzo}
S3 support: ${have_libs3}
+ LIBCAP support: ${have_libcap}
+ ZSTD support: ${support_zstd}
enable-smartalloc: ${support_smartalloc}
enable-lockmgr: ${support_lockmgr}
bat support: ${support_bat}
- Docker: ${support_docker}
- Kubernetes: ${support_kubernetes}
- LDAP BPAM: ${support_ldap_bpam}
+ - TOTP BPAM: ${support_totp_bpam}
- CDP: ${support_cdp}
+ - Antivirus: ${support_antivirus}
+ - aws: ${have_aws}
" > config.out
# create a small shell script useful for support with