Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bacula Community Edition
Bacula Community
Commits
a7744a3e
Commit
a7744a3e
authored
Jan 10, 2023
by
Eric Bollengier
Browse files
update configure
parent
e9a855d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bacula/configure
View file @
a7744a3e
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bacula 1
1.3
.1.
# Generated by GNU Autoconf 2.69 for bacula 1
3.0
.1.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
...
...
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bacula'
PACKAGE_TARNAME='bacula'
PACKAGE_VERSION='1
1.3
.1'
PACKAGE_STRING='bacula 1
1.3
.1'
PACKAGE_VERSION='1
3.0
.1'
PACKAGE_STRING='bacula 1
3.0
.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
...
...
@@ -1638,7 +1638,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 1
1.3
.1 to adapt to many kinds of systems.
\`configure' configures bacula 1
3.0
.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
...
...
@@ -1708,7 +1708,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bacula 1
1.3
.1:";;
short | recursive ) echo "Configuration of bacula 1
3.0
.1:";;
esac
cat <<\_ACEOF
...
...
@@ -1924,7 +1924,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bacula configure 1
1.3
.1
bacula configure 1
3.0
.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
...
...
@@ -2859,7 +2859,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 bacula $as_me 1
1.3
.1, which was
It was created by bacula $as_me 1
3.0
.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
...
...
@@ -29508,7 +29508,7 @@ else
#include <sys/types.h>
#include <sys/socket.h>
void
main(void) {
int
main(void) {
struct addrinfo hints, *ai;
int error;
...
...
@@ -29517,12 +29517,12 @@ else
hints.ai_socktype = SOCK_STREAM;
error = getaddrinfo("127.0.0.1", NULL, &hints, &ai);
if (error) {
exit
(1);
return
(1);
}
if (ai->ai_addr->sa_family != AF_INET) {
exit
(1);
return
(1);
}
exit
(0);
return
(0);
}
_ACEOF
...
...
@@ -32809,7 +32809,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 bacula $as_me 1
1.3
.1, which was
This file was extended by bacula $as_me 1
3.0
.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
...
...
@@ -32875,7 +32875,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="\\
bacula config.status 1
1.3
.1
bacula config.status 1
3.0
.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment