X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure;fp=configure;h=c0e7761bf1cbc47f661c17e6b25a053d4fb9e2f6;hb=109540caa4e37a3663b3dcfb9a205b9609e3f561;hp=a8b2b5513c96f50a4933ad314c821e5e8ea2b13d;hpb=4c9eba1feb11adf189bceb4001c425e641f0b56a;p=debian%2Famanda diff --git a/configure b/configure index a8b2b55..c0e7761 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68. +# Generated by GNU Autoconf 2.68 for amanda 3.3.2. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -565,12 +565,12 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME= -PACKAGE_TARNAME= -PACKAGE_VERSION= -PACKAGE_STRING= -PACKAGE_BUGREPORT= -PACKAGE_URL= +PACKAGE_NAME='amanda' +PACKAGE_TARNAME='amanda' +PACKAGE_VERSION='3.3.2' +PACKAGE_STRING='amanda 3.3.2' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' ac_unique_file="common-src/amanda.h" # Factoring default headers for most tests. @@ -664,6 +664,9 @@ LIBTOOL AMANDA_SWIG_PERL_CFLAGS GCC_COMPILER_FALSE GCC_COMPILER_TRUE +NETCAT +NC6 +NC RPCGEN PS_ARGUMENT_ARGS PS_ARGUMENT @@ -1644,7 +1647,7 @@ sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE}' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' @@ -2146,7 +2149,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 this package to adapt to many kinds of systems. +\`configure' configures amanda 3.3.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2194,7 +2197,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --docdir=DIR documentation root [DATAROOTDIR/doc/amanda] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -2215,7 +2218,9 @@ _ACEOF fi if test -n "$ac_init_help"; then - + case $ac_init_help in + short | recursive ) echo "Configuration of amanda 3.3.2:";; + esac cat <<\_ACEOF Optional Features: @@ -2490,7 +2495,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -configure +amanda configure 3.3.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -3190,7 +3195,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 $as_me, which was +It was created by amanda $as_me 3.3.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3883,14 +3888,6 @@ $as_echo "not available" >&6; } rm -f conftemp.git - if test -f FULL_VERSION; then - VERSION=`cat FULL_VERSION` - else if test -f $srcdir/FULL_VERSION; then - VERSION=`cat $srcdir/FULL_VERSION` - else - VERSION=`cat $srcdir/VERSION` - fi - fi { $as_echo "$as_me:${as_lineno-$LINENO}: \"version: $VERSION\"" >&5 $as_echo "$as_me: \"version: $VERSION\"" >&6;} @@ -4332,8 +4329,8 @@ fi # Define the identity of the package. - PACKAGE=amanda - VERSION=$VERSION + PACKAGE='amanda' + VERSION='3.3.2' cat >>confdefs.h <<_ACEOF @@ -4367,7 +4364,88 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} AMTAR=${AMTAR-"${am_missing_run}tar"} -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar plaintar pax cpio none' +_am_tools=${am_cv_prog_tar_ustar-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 + ($_am_tar --version) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && break + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar &5 + ($am__untar &5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +if ${am_cv_prog_tar_ustar+:} false; then : + $as_echo_n "(cached) " >&6 +else + am_cv_prog_tar_ustar=$_am_tool +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 +$as_echo "$am_cv_prog_tar_ustar" >&6; } @@ -28418,6 +28496,128 @@ fi + # Extract the first word of "nc", so it can be a program name with args. +set dummy nc; 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_NC+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $NC in + [\\/]* | ?:[\\/]*) + ac_cv_path_NC="$NC" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $LOCSYSPATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_NC="$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 + + ;; +esac +fi +NC=$ac_cv_path_NC +if test -n "$NC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NC" >&5 +$as_echo "$NC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + # Extract the first word of "nc6", so it can be a program name with args. +set dummy nc6; 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_NC6+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $NC6 in + [\\/]* | ?:[\\/]*) + ac_cv_path_NC6="$NC6" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $LOCSYSPATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_NC6="$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 + + ;; +esac +fi +NC6=$ac_cv_path_NC6 +if test -n "$NC6"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NC6" >&5 +$as_echo "$NC6" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + # Extract the first word of "netcat", so it can be a program name with args. +set dummy netcat; 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_NETCAT+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $NETCAT in + [\\/]* | ?:[\\/]*) + ac_cv_path_NETCAT="$NETCAT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $LOCSYSPATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_NETCAT="$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 + + ;; +esac +fi +NETCAT=$ac_cv_path_NETCAT +if test -n "$NETCAT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NETCAT" >&5 +$as_echo "$NETCAT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + # # Compiler / system characteristics @@ -44270,6 +44470,47 @@ _ACEOF unset LIBCURL unset LIBCURL_CPPFLAGS fi + fi + + LIBCURL_USE_NSS=no + LIBCURL_USE_GNUTLS=no + LIBCURL_USE_OPENSSL=yes + _libcurl_configures=`$_libcurl_config --configure` + for _libcurl_configure in $_libcurl_configures ; do + if [[ $_libcurl_configure = \'--with-nss* ]]; then + LIBCURL_USE_NSS=yes + fi + if [[ $_libcurl_configure = \'--without-nss* ]]; then + LIBCURL_USE_NSS=no + fi + if [[ $_libcurl_configure = \'--with-gnutls* ]]; then + LIBCURL_USE_GNUTLS=yes + fi + if [[ $_libcurl_configure = \'--without-gnutls* ]]; then + LIBCURL_USE_GNUTLS=no + fi + if [[ $_libcurl_configure = \'--with-ssl* ]]; then + LIBCURL_USE_OPENSSL=yes + fi + if [[ $_libcurl_configure = \'--without-ssl* ]]; then + LIBCURL_USE_OPENSSL=no + fi + done + + if test "x$LIBCURL_USE_NSS" = "xyes"; then + +$as_echo "#define LIBCURL_USE_NSS 1" >>confdefs.h + + fi + if test "x$LIBCURL_USE_GNUTLS" = "xyes"; then + +$as_echo "#define LIBCURL_USE_GNUTLS /**/" >>confdefs.h + + fi + if test "x$LIBCURL_USE_OPENSSL" = "xyes"; then + +$as_echo "#define LIBCURL_USE_OPENSSL 1" >>confdefs.h + fi unset _libcurl_try_link @@ -44281,6 +44522,8 @@ _ACEOF unset _libcurl_protocols unset _libcurl_version unset _libcurl_ldflags + unset _libcurl_configure + unset _libcurl_configures fi if test x$_libcurl_with = xno || test x$libcurl_cv_lib_curl_usable != xyes ; then @@ -45494,7 +45737,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 $as_me, which was +This file was extended by amanda $as_me 3.3.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -45560,7 +45803,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="\\ -config.status +amanda config.status 3.3.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\"