From: Kern Sibbald Date: Sat, 4 Aug 2018 08:05:55 +0000 (+0200) Subject: Tweak recompile configure.in X-Git-Tag: Release-9.2.1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769c1ca261ea1287227ea81f968cccfb45cb21d2;p=thirdparty%2Fbacula.git Tweak recompile configure.in --- diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 90e305edca..c232950923 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -275,6 +275,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ASSERT_H +/* Define to 1 if you have the 'attropen' function. */ +#undef HAVE_ATTROPEN + /* Defines if your system have the attr.h header file */ #undef HAVE_ATTR_H @@ -439,9 +442,6 @@ /* Define to 1 if you have the `fseeko' function. */ #undef HAVE_FSEEKO -/* Define to 1 if you have the 'fstatat' function. */ -#undef HAVE_FSTATAT - /* Define to 1 if you have the `futimes' function. */ #undef HAVE_FUTIMES @@ -614,6 +614,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the 'linkat' function. */ +#undef HAVE_LINKAT + /* Define to 1 if you have the 'listea' function. */ #undef HAVE_LISTEA @@ -701,9 +704,6 @@ /* Define to 1 if you have the 'openat' function. */ #undef HAVE_OPENAT -/* Define to 1 if you have the 'attropen' function. */ -#undef HAVE_ATTROPEN - /* Define if OpenSSL library is available */ #undef HAVE_OPENSSL diff --git a/bacula/configure b/bacula/configure index 3790e5ba03..b8493c576f 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 9.1.0. +# Generated by GNU Autoconf 2.69 for bacula 9.2.0. # # # 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='9.1.0' -PACKAGE_STRING='bacula 9.1.0' +PACKAGE_VERSION='9.2.0' +PACKAGE_STRING='bacula 9.2.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1588,7 +1588,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 9.1.0 to adapt to many kinds of systems. +\`configure' configures bacula 9.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1658,7 +1658,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bacula 9.1.0:";; + short | recursive ) echo "Configuration of bacula 9.2.0:";; esac cat <<\_ACEOF @@ -1857,7 +1857,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bacula configure 9.1.0 +bacula configure 9.2.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2792,7 +2792,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 9.1.0, which was +It was created by bacula $as_me 9.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -30497,7 +30497,7 @@ if eval test \"x\$"$as_ac_var"\" = x"yes"; then : #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF - have_xattr=yes + have_xattr=yes $as_echo "#define HAVE_OPENAT 1" >>confdefs.h @@ -30523,7 +30523,7 @@ done if test $have_xattr = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nvlist_next_nvpair in -lnvpair" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nvlist_next_nvpair in -lnvpair" >&5 $as_echo_n "checking for nvlist_next_nvpair in -lnvpair... " >&6; } if ${ac_cv_lib_nvpair_nvlist_next_nvpair+:} false; then : $as_echo_n "(cached) " >&6 @@ -30564,7 +30564,7 @@ if test "x$ac_cv_lib_nvpair_nvlist_next_nvpair" = xyes; then : $as_echo "#define HAVE_NVLIST_NEXT_NVPAIR 1" >>confdefs.h - FDLIBS="-lnvpair $FDLIBS" + FDLIBS="-lnvpair $FDLIBS" fi @@ -31203,7 +31203,7 @@ if test "${with_systemd+set}" = set; then : withval=$with_systemd; if test "$withval" != "no"; then if test "$withval" = "yes"; then - SYSTEMD_UNITDIR="`systemctl show | grep UnitPath | cut -d " " -f2`" + SYSTEMD_UNITDIR="/etc/systemd/system" else SYSTEMD_UNITDIR="${withval}" fi @@ -31785,7 +31785,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 9.1.0, which was +This file was extended by bacula $as_me 9.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -31851,7 +31851,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 9.1.0 +bacula config.status 9.2.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"