]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update configure
authorEric Bollengier <eric@baculasystems.com>
Tue, 15 Mar 2022 14:26:36 +0000 (15:26 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:27 +0000 (09:03 +0100)
bacula/configure

index 06020fc9dbafc3f551ead35e0d0092b91e229f18..7c1520e2cfd2cfdc5a662996c5476dd00ebc9de4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69.
+# Generated by GNU Autoconf 2.69 for bacula 11.3.1.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -585,14 +585,13 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME=
-PACKAGE_TARNAME=
-PACKAGE_VERSION=
-PACKAGE_STRING=
-PACKAGE_BUGREPORT=
-PACKAGE_URL=
-
-ac_unique_file="bacula"
+PACKAGE_NAME='bacula'
+PACKAGE_TARNAME='bacula'
+PACKAGE_VERSION='11.3.1'
+PACKAGE_STRING='bacula 11.3.1'
+PACKAGE_BUGREPORT=''
+PACKAGE_URL=''
+
 ac_unique_file="src/version.h"
 # Factoring default headers for most tests.
 ac_includes_default="\
@@ -652,6 +651,8 @@ CAP_LIBS
 DIR_PLUGIN_DIR
 BPAM_LDAP_TARGET_INSTALL
 BPAM_LDAP_TARGET
+TOOLS_INSTALL
+FD_PLUGIN_INSTALL
 FD_PLUGIN_DIR
 docker_bin
 LDAP_LIBS
@@ -1063,6 +1064,7 @@ with_gpfsdir
 with_ldap
 enable_docker_plugin
 enable_kubernetes_plugin
+enable_cdp_plugin
 enable_ldap_bpam
 with_systemd
 '
@@ -1121,7 +1123,7 @@ localstatedir='${prefix}/var'
 runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
-docdir='${datarootdir}/doc/${PACKAGE}'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 infodir='${datarootdir}/info'
 htmldir='${docdir}'
 dvidir='${docdir}'
@@ -1630,7 +1632,7 @@ if test "$ac_init_help" = "long"; then
   # 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 this package to adapt to many kinds of systems.
+\`configure' configures bacula 11.3.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1679,7 +1681,7 @@ Fine tuning of the installation directories:
   --infodir=DIR           info documentation [DATAROOTDIR/info]
   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   --mandir=DIR            man documentation [DATAROOTDIR/man]
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/bacula]
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1699,7 +1701,9 @@ _ACEOF
 fi
 
 if test -n "$ac_init_help"; then
-
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of bacula 11.3.1:";;
+   esac
   cat <<\_ACEOF
 
 Optional Features:
@@ -1743,6 +1747,7 @@ Optional Features:
   --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-ldap-bpam     disable LDAP BPAM support [default=auto]
 
 Optional Packages:
@@ -1908,7 +1913,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-configure
+bacula configure 11.3.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2843,7 +2848,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by $as_me, which was
+It was created by bacula $as_me 11.3.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -31645,6 +31650,7 @@ fi
    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 " "
@@ -31662,6 +31668,7 @@ if test "${enable_kubernetes_plugin+set}" = set; then :
   enableval=$enable_kubernetes_plugin;
       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
@@ -31673,6 +31680,24 @@ if test x$support_kubernetes = xyes -o x$support_kubernetes = xauto; then
       FD_PLUGIN_DIR="${FD_PLUGIN_DIR} src/plugins/fd/kubernetes-backend"
 fi
 
+support_cdp=auto
+# Check whether --enable-cdp-plugin was given.
+if test "${enable_cdp_plugin+set}" = set; then :
+  enableval=$enable_cdp_plugin;
+      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
+
+
+fi
+
+
+
+
 
 
 
@@ -32693,7 +32718,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by $as_me, which was
+This file was extended by bacula $as_me 11.3.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -32759,7 +32784,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-config.status
+bacula config.status 11.3.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -35092,6 +35117,7 @@ Configuration on `date`:
    - 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