1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
--- configure.orig 2024-03-22 09:48:41 UTC
+++ configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for bacula 15.0.0.
+# Generated by GNU Autoconf 2.69 for bacula 15.0.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ PACKAGE_TARNAME='bacula'
# Identity of this package.
PACKAGE_NAME='bacula'
PACKAGE_TARNAME='bacula'
-PACKAGE_VERSION='15.0.0'
-PACKAGE_STRING='bacula 15.0.0'
+PACKAGE_VERSION='15.0.2'
+PACKAGE_STRING='bacula 15.0.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1653,7 +1653,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 bacula 15.0.0 to adapt to many kinds of systems.
+\`configure' configures bacula 15.0.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1723,7 +1723,7 @@ if test -n "$ac_init_help"; then
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bacula 15.0.0:";;
+ short | recursive ) echo "Configuration of bacula 15.0.2:";;
esac
cat <<\_ACEOF
@@ -1946,7 +1946,7 @@ if $ac_init_version; then
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bacula configure 15.0.0
+bacula configure 15.0.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2881,7 +2881,7 @@ running configure, to aid debugging if configure makes
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 15.0.0, which was
+It was created by bacula $as_me 15.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -23365,6 +23365,8 @@ fi
support_curl=yes
fi
+unset error
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $support_curl" >&5
$as_echo "$support_curl" >&6; }
if test "$support_curl" = "yes"; then
@@ -23435,6 +23437,8 @@ fi
ZSTD_INC=""
fi
+unset error
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $support_zstd" >&5
$as_echo "$support_zstd" >&6; }
if test "$support_zstd" = "yes"; then
@@ -33188,7 +33192,7 @@ ac_log="
# 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 15.0.0, which was
+This file was extended by bacula $as_me 15.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -33254,7 +33258,7 @@ ac_cs_version="\\
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 15.0.0
+bacula config.status 15.0.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
|