From: Eric Bollengier Date: Tue, 10 Jan 2023 17:19:39 +0000 (+0100) Subject: update configure X-Git-Tag: Release-13.0.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7744a3e70af4adabe18dea2a871fccf8fa8e184;p=thirdparty%2Fbacula.git update configure --- diff --git a/bacula/configure b/bacula/configure index 35e4ba6f0..5b61051ed 100755 --- a/bacula/configure +++ b/bacula/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for bacula 11.3.1. +# Generated by GNU Autoconf 2.69 for bacula 13.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='11.3.1' -PACKAGE_STRING='bacula 11.3.1' +PACKAGE_VERSION='13.0.1' +PACKAGE_STRING='bacula 13.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 11.3.1 to adapt to many kinds of systems. +\`configure' configures bacula 13.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 11.3.1:";; + short | recursive ) echo "Configuration of bacula 13.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 11.3.1 +bacula configure 13.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 11.3.1, which was +It was created by bacula $as_me 13.0.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -29508,7 +29508,7 @@ else #include #include - 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 11.3.1, which was +This file was extended by bacula $as_me 13.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 11.3.1 +bacula config.status 13.0.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"