dnl bat (default off)
dnl -------------------------------------------
AC_ARG_ENABLE(bat,
- AC_HELP_STRING([--enable-bat], [enable build of bat Qt4 GUI @<:@default=no@:>@]),
+ AC_HELP_STRING([--enable-bat], [enable build of bat Qt GUI @<:@default=no@:>@]),
[
if test x$enableval = xyes; then
- AC_DEFINE(HAVE_BAT, 1, [Set if Bacula bat Qt4 GUI support enabled])
+ AC_DEFINE(HAVE_BAT, 1, [Set if Bacula bat Qt GUI support enabled])
support_bat=yes
fi
]
BAT_DIR=
if test x$support_bat = xyes; then
- abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
+ abc=`$PKGCONFIG QtGui`
pkg=$?
if test $pkg = 0; then
BAT_DIR=src/qt-console
else
- AC_MSG_ERROR(Unable to find Qt4 installation needed by bat)
+ AC_MSG_ERROR(Unable to find Qt installation needed by bat)
fi
fi
-dnl
-dnl The qwt library was used with bat, but that is no longer the case
-dnl
-got_qwt=no
-QWT_INC=
-QWT_LDFLAGS=
-QWT_LIB=
-QWT=
-no_qwt=no
-dnl if test x$support_bat = xyes; then
-dnl AC_MSG_CHECKING(for qwt support)
-dnl AC_ARG_WITH(qwt,
-dnl AC_HELP_STRING([--with-qwt@<:@=DIR@:>@], [specify qwt library directory]),
-dnl [
-dnl case "$with_qwt" in
-dnl no)
-dnl no_qwt=yes
-dnl ;;
-dnl yes|*)
-dnl if test -f ${with_qwt}/include/qwt.h; then
-dnl QWT_INC="${with_qwt}/include"
-dnl QWT_LDFLAGS="-L${with_qwt}/lib"
-dnl QWT_LIB="-lqwt"
-dnl QWT="qwt"
-dnl fi
-dnl ;;
-dnl esac
-dnl ]
-dnl )
-
-dnl dnl
-dnl dnl Search in standard places, or --with-qwt not specified
-dnl dnl
-dnl if test $no_qwt = no; then
-dnl if test x$QWT_INC = x; then
-dnl for root in /usr /usr/local; do
-dnl for ver in qwt qwt5 qwt-qt4; do
-dnl if test -f ${root}/include/${ver}/qwt.h; then
-dnl QWT_INC="${root}/include/${ver}"
-dnl if test -d ${root}/lib64/; then
-dnl QWT_LDFLAGS="-L${root}/lib64"
-dnl elif test -d ${root}/lib/64/; then
-dnl QWT_LDFLAGS="-L${root}/64"
-dnl else
-dnl QWT_LDFLAGS="-L${root}/lib"
-dnl fi
-dnl QWT_LIB="-lqwt"
-dnl QWT="qwt"
-dnl got_qwt=yes
-dnl break;
-dnl fi
-dnl done
-dnl done
-dnl fi
-dnl fi
-dnl if test x$QWT_INC = x; then
-dnl AC_MSG_RESULT(no)
-dnl else
-dnl AC_DEFINE(HAVE_QWT, 1, [Set if bat QWT library found])
-dnl AC_MSG_RESULT(yes)
-dnl fi
-dnl fi
-
AC_SUBST(BAT_DIR)
AC_SUBST(QWT_INC)
AC_SUBST(QWT_LDFLAGS)
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for bacula 9.0.3.
+# Generated by GNU Autoconf 2.69 for bacula 9.0.6.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
# Identity of this package.
PACKAGE_NAME='bacula'
PACKAGE_TARNAME='bacula'
-PACKAGE_VERSION='9.0.3'
-PACKAGE_STRING='bacula 9.0.3'
+PACKAGE_VERSION='9.0.6'
+PACKAGE_STRING='bacula 9.0.6'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
# 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.0.3 to adapt to many kinds of systems.
+\`configure' configures bacula 9.0.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bacula 9.0.3:";;
+ short | recursive ) echo "Configuration of bacula 9.0.6:";;
esac
cat <<\_ACEOF
--enable-includes enable installing of include files [default=no]
--disable-nls do not use Native Language Support
--disable-rpath do not hardcode runtime library paths
- --enable-bat enable build of bat Qt4 GUI [default=no]
+ --enable-bat enable build of bat Qt GUI [default=no]
--enable-smartalloc enable smartalloc debugging support [default=no]
--enable-lockmgr enable lock manager support [default=no]
--enable-static-tools enable static tape tools [default=no]
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bacula configure 9.0.3
+bacula configure 9.0.6
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
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.0.3, which was
+It was created by bacula $as_me 9.0.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
BAT_DIR=
if test x$support_bat = xyes; then
- abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
+ abc=`$PKGCONFIG QtGui`
pkg=$?
if test $pkg = 0; then
BAT_DIR=src/qt-console
else
- as_fn_error $? "Unable to find Qt4 installation needed by bat" "$LINENO" 5
+ as_fn_error $? "Unable to find Qt installation needed by bat" "$LINENO" 5
fi
fi
-got_qwt=no
-QWT_INC=
-QWT_LDFLAGS=
-QWT_LIB=
-QWT=
-no_qwt=no
-
-
# 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.0.3, which was
+This file was extended by bacula $as_me 9.0.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
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.0.3
+bacula config.status 9.0.6
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"