From: Eric Bollengier Date: Mon, 7 Feb 2022 16:13:29 +0000 (+0100) Subject: update configure X-Git-Tag: Release-11.0.6~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2898567e8fc414ba244445678c1762dc49d325d9;p=thirdparty%2Fbacula.git update configure --- diff --git a/bacula/configure b/bacula/configure index f3ff5a021..27b4dbaf5 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.0.0. +# Generated by GNU Autoconf 2.69 for bacula 11.0.5. # # # 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.0.0' -PACKAGE_STRING='bacula 11.0.0' +PACKAGE_VERSION='11.0.5' +PACKAGE_STRING='bacula 11.0.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -871,7 +871,6 @@ AWK PIDOF GMAKE QMAKE -PKGCONFIG DVDRWFORMAT DVDRWMEDIAINFO GROWISOFS @@ -947,6 +946,7 @@ infodir docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -1107,6 +1107,7 @@ datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1359,6 +1360,15 @@ do | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1496,7 +1506,7 @@ fi for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1609,7 +1619,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.0.0 to adapt to many kinds of systems. +\`configure' configures bacula 11.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1649,6 +1659,7 @@ Fine tuning of the installation directories: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1678,7 +1689,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bacula 11.0.0:";; + short | recursive ) echo "Configuration of bacula 11.0.5:";; esac cat <<\_ACEOF @@ -1884,7 +1895,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bacula configure 11.0.0 +bacula configure 11.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2819,7 +2830,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.0.0, which was +It was created by bacula $as_me 11.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -5629,47 +5640,7 @@ $as_echo "no" >&6; } fi -# Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_PKGCONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else - case $PKGCONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKGCONFIG="$PKGCONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_PKGCONFIG" && ac_cv_path_PKGCONFIG="pkg-config" - ;; -esac -fi -PKGCONFIG=$ac_cv_path_PKGCONFIG -if test -n "$PKGCONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKGCONFIG" >&5 -$as_echo "$PKGCONFIG" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - +PKG_PROG_PKG_CONFIG() # Extract the first word of "qmake", so it can be a program name with args. set dummy qmake; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 @@ -20110,6 +20081,8 @@ main () if (*(data + i) != *(data3 + i)) return 14; close (fd); + free (data); + free (data3); return 0; } _ACEOF @@ -21874,12 +21847,12 @@ fi BAT_DIR= if test x$support_bat = xyes; then - abc=`$PKGCONFIG QtGui` + abc=`$PKG_CONFIG QtGui` pkg=$? if test $pkg = 0; then BAT_DIR=src/qt-console else - abc=`$PKGCONFIG Qt5Gui` + abc=`$PKG_CONFIG Qt5Gui` pkg=$? if test $pkg = 0; then BAT_DIR="src/qt-console src/qt-console/tray-monitor" @@ -24013,9 +23986,18 @@ $as_echo "no" >&6; } fi POSTGRESQL_BINDIR=$withval/bin else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + localloc=`find $withval/include/postgresql* -name libpq-fe.h | head -1` + if test "x$localloc" != "x"; then + inclocaldir=`ls -d $withval/include/postgresql* | head -1` + liblocaldir=`ls -d $withval/lib/postgresql* | head -1` + POSTGRESQL_INCDIR=$inclocaldir + POSTGRESQL_LIBDIR=$liblocaldir + POSTGRESQL_BINDIR=$withval/bin + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - as_fn_error $? "Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" "$LINENO" 5 + as_fn_error $? "Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" "$LINENO" 5 + fi fi $as_echo "#define HAVE_POSTGRESQL 1" >>confdefs.h @@ -28832,6 +28814,17 @@ _ACEOF fi done +for ac_func in getpwent_r +do : + ac_fn_c_check_func "$LINENO" "getpwent_r" "ac_cv_func_getpwent_r" +if test "x$ac_cv_func_getpwent_r" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_GETPWENT_R 1 +_ACEOF + +fi +done + for ac_func in chflags do : @@ -32186,7 +32179,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.0.0, which was +This file was extended by bacula $as_me 11.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -32252,7 +32245,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.0.0 +bacula config.status 11.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"