#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for bacula 9.6.6.
+# Generated by GNU Autoconf 2.69 for bacula 11.1.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
# Identity of this package.
PACKAGE_NAME='bacula'
PACKAGE_TARNAME='bacula'
-PACKAGE_VERSION='9.6.6'
-PACKAGE_STRING='bacula 9.6.6'
+PACKAGE_VERSION='11.1.0'
+PACKAGE_STRING='bacula 11.1.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
DEBUG
FDLIBS
CAP_LIBS
+BPAM_LDAP_TARGET_INSTALL
+BPAM_LDAP_TARGET
+LDAP_LIBS
+LDAP_INC
+LDAP_LDFLAGS
FD_PLUGIN_DIR
docker_bin
GPFS_CFLAGS
CONS_OBJ
CONS_INC
STORED_DIR
+DIR_PLUGIN_DIR
DIR_TOOLS
DIRD_DIR
ALL_DIRS
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
enable_gpfs
with_gpfsdir
enable_docker_plugin
+with_ldap
+enable_ldap_bpam
with_systemd
'
ac_precious_vars='build_alias
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
# 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 9.6.6 to adapt to many kinds of systems.
+\`configure' configures bacula 11.1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bacula 9.6.6:";;
+ short | recursive ) echo "Configuration of bacula 11.1.0:";;
esac
cat <<\_ACEOF
--disable-xattr disable xattr support [default=auto]
--disable-gpfs disable gpfs support [default=auto]
--disable-docker-plugin disable Docker plugin support [default=auto]
+ --disable-ldap-bpam disable LDAP BPAM support [default=auto]
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--with-afsdir[=DIR] Directory holding AFS includes/libs
--with-lzo[=DIR] specify lzo library directory
--with-gpfsdir[=DIR] Directory holding GPFS includes/libs
+ --with-ldap[=DIR] enable LDAP support
--with-systemd[=UNITDIR]
Include systemd support. UNITDIR is where systemd
system .service files are located, default is to ask
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bacula configure 9.6.6
+bacula configure 11.1.0
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 9.6.6, which was
+It was created by bacula $as_me 11.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
LIBTOOL_CLEAN_TARGET="libtool-clean"
QMAKE_LIBTOOL="${BUILD_DIR}/libtool"
FD_PLUGIN_DIR="src/plugins/fd"
+ DIR_PLUGIN_DIR="src/plugins/dir"
have_plugins=yes
else
DEFAULT_OBJECT_TYPE=".o"
LIBTOOL_CLEAN_TARGET=""
QMAKE_LIBTOOL="# ${BUILD_DIR}/libtool"
FD_PLUGIN_DIR=""
+ DIR_PLUGIN_DIR=""
have_plugins=no
fi
if (*(data + i) != *(data3 + i))
return 14;
close (fd);
+ free (data);
+ free (data3);
return 0;
}
_ACEOF
DIRD_DIR="src/dird"
DIR_TOOLS="DIRTOOLS"
+DIR_PLUGIN_DIR="src/plugins/dir"
+
+if test x$build_dird = xyes; then
+ DIRD_DIR="src/dird"
+ DIR_TOOLS="DIRTOOLS"
+else
+ DIRD_DIR=""
+ DIR_TOOLS="NODIRTOOLS"
+fi
+
fi
POSTGRESQL_BINDIR=$withval/bin
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ localloc=`find $withval/include/postgresql* -name libpq-fe.h | head -1`
+ if test "x$localloc" != "x"; then
+ inclocaldir=`ls -d $withval/include/postgresql* | head -1`
+ liblocaldir=`ls -d $withval/lib/postgresql* | head -1`
+ POSTGRESQL_INCDIR=$inclocaldir
+ POSTGRESQL_LIBDIR=$liblocaldir
+ POSTGRESQL_BINDIR=$withval/bin
+ else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
- as_fn_error $? "Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" "$LINENO" 5
+ as_fn_error $? "Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" "$LINENO" 5
+ fi
fi
$as_echo "#define HAVE_POSTGRESQL 1" >>confdefs.h
+LDAP_LIBS=""
+LDAP_LDFLAGS=""
+LDAP_INC=""
+LDAP_TARGET=""
+LDAP_TARGET_INSTALL=""
+ldap_support=no
+ldap_start_tls_support=no
+
+# Check whether --with-ldap was given.
+if test "${with_ldap+set}" = set; then :
+ withval=$with_ldap;
+ case "$with_ldap" in
+ no)
+ :
+ ;;
+ yes|*)
+ if test -f ${with_ldap}/include/ldap.h; then
+ LDAP_INC="-I${with_ldap}/include"
+ LDAP_LDFLAGS="-L${with_ldap}/lib"
+ with_ldap="${with_ldap}/include"
+ else
+ with_ldap="/usr/include"
+ fi
+ as_ac_Header=`$as_echo "ac_cv_header_${with_ldap}/ldap.h" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "${with_ldap}/ldap.h" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+
+
+$as_echo "#define HAVE_LDAP 1" >>confdefs.h
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_init in -lldap" >&5
+$as_echo_n "checking for ldap_init in -lldap... " >&6; }
+if ${ac_cv_lib_ldap_ldap_init+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lldap $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 ldap_init ();
+int
+main ()
+{
+return ldap_init ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_ldap_ldap_init=yes
+else
+ ac_cv_lib_ldap_ldap_init=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_ldap_ldap_init" >&5
+$as_echo "$ac_cv_lib_ldap_ldap_init" >&6; }
+if test "x$ac_cv_lib_ldap_ldap_init" = xyes; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_bvfree in -llber" >&5
+$as_echo_n "checking for ber_bvfree in -llber... " >&6; }
+if ${ac_cv_lib_lber_ber_bvfree+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-llber $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 ber_bvfree ();
+int
+main ()
+{
+return ber_bvfree ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_lber_ber_bvfree=yes
+else
+ ac_cv_lib_lber_ber_bvfree=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_lber_ber_bvfree" >&5
+$as_echo "$ac_cv_lib_lber_ber_bvfree" >&6; }
+if test "x$ac_cv_lib_lber_ber_bvfree" = xyes; then :
+
+ ldap_support=yes
+ LDAP_LIBS="-lldap -llber"
+
+else
+ ac_fn_c_check_func "$LINENO" "ber_bvfree" "ac_cv_func_ber_bvfree"
+if test "x$ac_cv_func_ber_bvfree" = xyes; then :
+
+ ldap_support=yes
+ LDAP_LIBS="-lldap -llber"
+
+
+fi
+
+
+fi
+
+else
+ ac_fn_c_check_func "$LINENO" "ldap_init" "ac_cv_func_ldap_init"
+if test "x$ac_cv_func_ldap_init" = xyes; then :
+
+fi
+
+fi
+
+ ac_fn_c_check_func "$LINENO" "ldap_start_tls" "ac_cv_func_ldap_start_tls"
+if test "x$ac_cv_func_ldap_start_tls" = xyes; then :
+ ldap_start_tls_support=yes
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_start_tls in -lldap" >&5
+$as_echo_n "checking for ldap_start_tls in -lldap... " >&6; }
+if ${ac_cv_lib_ldap_ldap_start_tls+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lldap $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 ldap_start_tls ();
+int
+main ()
+{
+return ldap_start_tls ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_ldap_ldap_start_tls=yes
+else
+ ac_cv_lib_ldap_ldap_start_tls=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_ldap_ldap_start_tls" >&5
+$as_echo "$ac_cv_lib_ldap_ldap_start_tls" >&6; }
+if test "x$ac_cv_lib_ldap_ldap_start_tls" = xyes; then :
+
+ ldap_start_tls_support=yes
+
+$as_echo "#define HAVE_LDAP_START_TLS 1" >>confdefs.h
+
+
+fi
+
+
+fi
+
+
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: \"ldap.h not found. LDAP turned off ...\"" >&5
+$as_echo "$as_me: \"ldap.h not found. LDAP turned off ...\"" >&6;}
+fi
+
+
+ ;;
+ esac
+
+
+fi
+
+
+
+
+
+
+
+PLUGCONFILES=""
+
+
+support_ldap_bpam=auto
+# Check whether --enable-ldap-bpam was given.
+if test "${enable_ldap_bpam+set}" = set; then :
+ enableval=$enable_ldap_bpam;
+ if test x$enableval = xyes; then
+ support_ldap_bpam=yes
+ elif test x$enableval = xno; then
+ support_ldap_bpam=disabled
+ fi
+
+
+fi
+
+if test x$support_ldap_bpam = xyes -o x$support_ldap_bpam = xauto; then
+ if test x$ldap_support = xyes; then
+ support_ldap_bpam=yes
+ BPAM_LDAP_TARGET="ldap-dir.la ldaptest"
+ BPAM_LDAP_TARGET_INSTALL="all install-ldap install-ldaptest"
+ else
+ if test x$support_ldap_bpam = xyes; then
+ as_fn_error $? "\"Director LDAP Plugin enabled but no required libraries found. Please check for LDAP library support and set a proper --with-ldap=... parameter.\"" "$LINENO" 5
+ fi
+ support_ldap_bpam=no
+ fi
+fi
+if test x$support_ldap_bpam = xyes; then
+ DIR_PLUGIN_DIR="$DIR_PLUGIN_DIR src/plugins/dir/ldap/src"
+ PLUGCONFILES="${PLUGCONFILES} src/plugins/dir/ldap/src/Makefile"
+fi
+
+
+
+
+
+
for ac_header in sys/prctl.h sys/capability.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
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 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/plugins/fd/Makefile src/plugins/sd/Makefile src/plugins/dir/Makefile 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 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 $PLUGCONFILES $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/bacula-tray-monitor.desktop 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/plugins/fd/Makefile src/plugins/sd/Makefile src/plugins/dir/Makefile 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_mysql_tables_1020_to_1021 updatedb/update_mysql_tables_1021_to_1022 updatedb/update_mysql_tables_1022_to_1023 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 $PLUGCONFILES $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 9.6.6, which was
+This file was extended by bacula $as_me 11.1.0, 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 9.6.6
+bacula config.status 11.1.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
"updatedb/update_mysql_tables_11_to_12") CONFIG_FILES="$CONFIG_FILES updatedb/update_mysql_tables_11_to_12" ;;
"updatedb/update_sqlite3_tables_11_to_12") CONFIG_FILES="$CONFIG_FILES updatedb/update_sqlite3_tables_11_to_12" ;;
"updatedb/update_postgresql_tables_11_to_12") CONFIG_FILES="$CONFIG_FILES updatedb/update_postgresql_tables_11_to_12" ;;
+ "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_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" ;;
"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" ;;
build-dird: ${build_dird}
build-stored: ${build_stored}
Plugin support: ${have_plugins}
+ LDAP support: ${ldap_support}
+ LDAP StartTLS support: ${ldap_start_tls_support}
AFS support: ${have_afs}
ACL support: ${have_acl}
XATTR support: ${have_xattr}
Plugins:
- Docker: ${support_docker}
-
+ - LDAP BPAM: ${support_ldap_bpam}
" > config.out
# create a small shell script useful for support with