]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update configure
authorEric Bollengier <eric@baculasystems.com>
Tue, 10 Jan 2023 17:19:39 +0000 (18:19 +0100)
committerEric Bollengier <eric@baculasystems.com>
Tue, 10 Jan 2023 17:20:58 +0000 (18:20 +0100)
bacula/configure

index 35e4ba6f073f38446bd6c8abd5355c81b7436bc0..5b61051ed5db79f979d459354798bb707c8336bd 100755 (executable)
@@ -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 <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 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\\"