From f9102538074ab539880f00c82931eaebd87f5896 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 24 Nov 2011 23:15:44 +0100 Subject: [PATCH] Recompile configure --- bacula/autoconf/config.h.in | 3 +++ bacula/configure | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index d9ce0d6f3b..eeccc91f2e 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -792,6 +792,9 @@ `HAVE_STRUCT_STAT_ST_RDEV' instead. */ #undef HAVE_ST_RDEV +/* Define to 1 if systemd support should be enabled */ +#undef HAVE_SYSTEMD + /* Defines if your system have the sys/acl.h header file */ #undef HAVE_SYS_ACL_H diff --git a/bacula/configure b/bacula/configure index 3d64b8c58e..5893712b2e 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.68 for bacula 5.2.1. +# Generated by GNU Autoconf 2.68 for bacula 5.2.2. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -567,8 +567,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bacula' PACKAGE_TARNAME='bacula' -PACKAGE_VERSION='5.2.1' -PACKAGE_STRING='bacula 5.2.1' +PACKAGE_VERSION='5.2.2' +PACKAGE_STRING='bacula 5.2.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1549,7 +1549,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 5.2.1 to adapt to many kinds of systems. +\`configure' configures bacula 5.2.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1618,7 +1618,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bacula 5.2.1:";; + short | recursive ) echo "Configuration of bacula 5.2.2:";; esac cat <<\_ACEOF @@ -1819,7 +1819,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bacula configure 5.2.1 +bacula configure 5.2.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2749,7 +2749,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 5.2.1, which was +It was created by bacula $as_me 5.2.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -30294,6 +30294,8 @@ unknown) ;; esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemd support" >&5 +$as_echo_n "checking for systemd support... " >&6; } # Check whether --with-systemd was given. if test "${with_systemd+set}" = set; then : @@ -30892,7 +30894,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 5.2.1, which was +This file was extended by bacula $as_me 5.2.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -30958,7 +30960,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 5.2.1 +bacula config.status 5.2.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" -- 2.39.2