Changeset 02c8e54 in mod_gnutls for configure


Ignore:
Timestamp:
Nov 22, 2015, 1:43:48 PM (7 years ago)
Author:
Daniel Kahn Gillmor <dkg@…>
Branches:
debian/master, debian/stretch-backports, jessie-backports, upstream
Children:
63468af, 8a264b0, bcbcf5d
Parents:
89f863f (diff), 07cc51f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Imported Upstream version 0.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r89f863f r02c8e54  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for mod_gnutls 0.7.1.
     3# Generated by GNU Autoconf 2.69 for mod_gnutls 0.7.2.
    44#
    55#
     
    588588PACKAGE_NAME='mod_gnutls'
    589589PACKAGE_TARNAME='mod_gnutls'
    590 PACKAGE_VERSION='0.7.1'
    591 PACKAGE_STRING='mod_gnutls 0.7.1'
     590PACKAGE_VERSION='0.7.2'
     591PACKAGE_STRING='mod_gnutls 0.7.2'
    592592PACKAGE_BUGREPORT=''
    593593PACKAGE_URL=''
     
    648648APR_MEMCACHE_CFLAGS
    649649APR_MEMCACHE_LIBS
     650APR_UTIL_CONF
    650651USE_MSVA_FALSE
    651652USE_MSVA_TRUE
     
    819820enable_strict
    820821enable_msva
    821 with_apr_memcache_prefix
    822 with_apr_memcache_libs
    823 with_apr_memcache_includes
     822with_apu_config
    824823'
    825824      ac_precious_vars='build_alias
     
    13791378  # This message is too long to be a string in the A/UX 3.1 sh.
    13801379  cat <<_ACEOF
    1381 \`configure' configures mod_gnutls 0.7.1 to adapt to many kinds of systems.
     1380\`configure' configures mod_gnutls 0.7.2 to adapt to many kinds of systems.
    13821381
    13831382Usage: $0 [OPTION]... [VAR=VALUE]...
     
    14501449if test -n "$ac_init_help"; then
    14511450  case $ac_init_help in
    1452      short | recursive ) echo "Configuration of mod_gnutls 0.7.1:";;
     1451     short | recursive ) echo "Configuration of mod_gnutls 0.7.2:";;
    14531452   esac
    14541453  cat <<\_ACEOF
     
    14881487                        (or the compiler's sysroot if not specified).
    14891488  --with-apxs=PATH        Path to apxs
    1490   --with-apr-memcache-prefix=PATH
    1491                           Install prefix for apr_memcache
    1492   --with-apr-memcache-libs=PATH
    1493                           Path to apr_memcache libs
    1494   --with-apr-memcache-includes=PATH
    1495                           Path to apr_memcache includes
     1489  --with-apu-config=PATH  Path to APR Utility Library config tool
     1490                          (apu-1-config)
    14961491
    14971492Some influential environment variables:
     
    15841579if $ac_init_version; then
    15851580  cat <<\_ACEOF
    1586 mod_gnutls configure 0.7.1
     1581mod_gnutls configure 0.7.2
    15871582generated by GNU Autoconf 2.69
    15881583
     
    19951990running configure, to aid debugging if configure makes a mistake.
    19961991
    1997 It was created by mod_gnutls $as_me 0.7.1, which was
     1992It was created by mod_gnutls $as_me 0.7.2, which was
    19981993generated by GNU Autoconf 2.69.  Invocation command line was
    19991994
     
    23612356  chmod +x config.nice
    23622357
    2363 MOD_GNUTLS_VERSION=0.7.1
     2358MOD_GNUTLS_VERSION=0.7.2
    23642359
    23652360
     
    25402535  program_prefix=${target_alias}-
    25412536# mod_gnutls test suite requires GNU make
    2542 am__api_version='1.14'
     2537am__api_version='1.15'
    25432538
    25442539# Find a good install program.  We prefer a C program (faster),
     
    27122707program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    27132708
    2714 # expand $ac_aux_dir to an absolute path
    2715 am_aux_dir=`cd $ac_aux_dir && pwd`
     2709# Expand $ac_aux_dir to an absolute path.
     2710am_aux_dir=`cd "$ac_aux_dir" && pwd`
    27162711
    27172712if test x"${MISSING+set}" != xset; then
     
    27322727fi
    27332728
    2734 if test x"${install_sh}" != xset; then
     2729if test x"${install_sh+set}" != xset; then
    27352730  case $am_aux_dir in
    27362731  *\ * | *\     *)
     
    30263021# Define the identity of the package.
    30273022 PACKAGE='mod_gnutls'
    3028  VERSION='0.7.1'
     3023 VERSION='0.7.2'
    30293024
    30303025
     
    30603055mkdir_p='$(MKDIR_P)'
    30613056
    3062 # We need awk for the "check" target.  The system "awk" is bad on
    3063 # some platforms.
     3057# We need awk for the "check" target (and possibly the TAP driver).  The
     3058# system "awk" is bad on some platforms.
    30643059# Always define AMTAR for backward compatibility.  Yes, it's still used
    30653060# in the wild :-(  We should find a proper way to deprecate it ...
     
    1272712722
    1272812723
    12729 # Check whether --with-apr-memcache-prefix was given.
    12730 if test "${with_apr_memcache_prefix+set}" = set; then :
    12731   withval=$with_apr_memcache_prefix; apr_memcache_prefix="$withval"
    12732 else
    12733   :
    12734 fi
    12735 
    12736 
    12737 # Check whether --with-apr-memcache-libs was given.
    12738 if test "${with_apr_memcache_libs+set}" = set; then :
    12739   withval=$with_apr_memcache_libs; apr_memcache_libs="$withval"
    12740 else
    12741   :
    12742 fi
    12743 
    12744 
    12745 # Check whether --with-apr-memcache-includes was given.
    12746 if test "${with_apr_memcache_includes+set}" = set; then :
    12747   withval=$with_apr_memcache_includes; apr_memcache_includes="$withval"
    12748 else
    12749   :
    12750 fi
    12751 
     12724# Check whether --with-apu-config was given.
     12725if test "${with_apu_config+set}" = set; then :
     12726  withval=$with_apu_config; apr_util_config="$withval"
     12727fi
    1275212728
    1275312729
     
    1275712733save_LDFLAGS=$LDFLAGS
    1275812734
    12759 if test -n "$apr_memcache_libs"; then
    12760     apr_memcache_libdir=$apr_memcache_libs
    12761 elif test -n "$apr_memcache_prefix"; then
    12762     apr_memcache_libdir=$apr_memcache_prefix/lib
    12763 fi
    12764 if test -n "$apr_memcache_libdir"; then
    12765     LDFLAGS="-L$apr_memcache_libdir $LDFLAGS"
    12766 fi
    12767 
    12768 if test -n "$apr_memcache_includes"; then
    12769     apr_memcache_includedir=$apr_memcache_includes
    12770 elif test -n "$apr_memcache_prefix"; then
    12771     apr_memcache_includedir=$apr_memcache_prefix/include/apr_memcache-0
    12772 else
    12773     apr_memcache_includedir=$includedir/apr_memcache-0
    12774 fi
    12775 
    12776 CFLAGS="-I$apr_memcache_includedir $CFLAGS"
    12777 
    12778 
    12779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_memcache_create in -lapr_memcache" >&5
    12780 $as_echo_n "checking for apr_memcache_create in -lapr_memcache... " >&6; }
    12781 if ${ac_cv_lib_apr_memcache_apr_memcache_create+:} false; then :
     12735if test -z "$apr_util_config"; then
     12736        for ac_prog in apu-1-config
     12737do
     12738  # Extract the first word of "$ac_prog", so it can be a program name with args.
     12739set dummy $ac_prog; ac_word=$2
     12740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     12741$as_echo_n "checking for $ac_word... " >&6; }
     12742if ${ac_cv_path_APR_UTIL_CONF+:} false; then :
    1278212743  $as_echo_n "(cached) " >&6
    1278312744else
    12784   ac_check_lib_save_LIBS=$LIBS
    12785 LIBS="-lapr_memcache  $LIBS"
    12786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    12787 /* end confdefs.h.  */
    12788 
    12789 /* Override any GCC internal prototype to avoid an error.
    12790    Use char because int might match the return type of a GCC
    12791    builtin and then its argument prototype would still apply.  */
    12792 #ifdef __cplusplus
    12793 extern "C"
    12794 #endif
    12795 char apr_memcache_create ();
    12796 int
    12797 main ()
    12798 {
    12799 return apr_memcache_create ();
    12800   ;
    12801   return 0;
    12802 }
    12803 _ACEOF
    12804 if ac_fn_c_try_link "$LINENO"; then :
    12805   ac_cv_lib_apr_memcache_apr_memcache_create=yes
    12806 else
    12807   ac_cv_lib_apr_memcache_apr_memcache_create=no
    12808 fi
    12809 rm -f core conftest.err conftest.$ac_objext \
    12810     conftest$ac_exeext conftest.$ac_ext
    12811 LIBS=$ac_check_lib_save_LIBS
    12812 fi
    12813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_apr_memcache_apr_memcache_create" >&5
    12814 $as_echo "$ac_cv_lib_apr_memcache_apr_memcache_create" >&6; }
    12815 if test "x$ac_cv_lib_apr_memcache_apr_memcache_create" = xyes; then :
    12816 
    12817         APR_MEMCACHE_LIBS="-lapr_memcache"
    12818         if test -n "$apr_memcache_libdir"; then
    12819             APR_MEMCACHE_LIBS="-R$apr_memcache_libdir -L$apr_memcache_libdir $APR_MEMCACHE_LIBS"
    12820         fi
    12821         APR_MEMCACHE_CFLAGS="-I$apr_memcache_includedir"
    12822 
    12823 
    12824 fi
    12825 
    12826 
    12827 
    12828 if test -z "${APR_MEMCACHE_LIBS}"; then
    12829     if test -n "$apr_memcache_includes"; then
    12830         apr_memcache_includedir=$apr_memcache_includes
    12831     elif test -n "$apr_memcache_prefix"; then
    12832         apr_memcache_includedir=$apr_memcache_prefix/include/aprutil-1
    12833     else
    12834         apr_memcache_includedir=$includedir/aprutil-1
    12835     fi
    12836     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_memcache_create in -laprutil-1" >&5
     12745  case $APR_UTIL_CONF in
     12746  [\\/]* | ?:[\\/]*)
     12747  ac_cv_path_APR_UTIL_CONF="$APR_UTIL_CONF" # Let the user override the test with a path.
     12748  ;;
     12749  *)
     12750  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     12751as_dummy="$PATH:/usr/sbin"
     12752for as_dir in $as_dummy
     12753do
     12754  IFS=$as_save_IFS
     12755  test -z "$as_dir" && as_dir=.
     12756    for ac_exec_ext in '' $ac_executable_extensions; do
     12757  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     12758    ac_cv_path_APR_UTIL_CONF="$as_dir/$ac_word$ac_exec_ext"
     12759    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     12760    break 2
     12761  fi
     12762done
     12763  done
     12764IFS=$as_save_IFS
     12765
     12766  ;;
     12767esac
     12768fi
     12769APR_UTIL_CONF=$ac_cv_path_APR_UTIL_CONF
     12770if test -n "$APR_UTIL_CONF"; then
     12771  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APR_UTIL_CONF" >&5
     12772$as_echo "$APR_UTIL_CONF" >&6; }
     12773else
     12774  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     12775$as_echo "no" >&6; }
     12776fi
     12777
     12778
     12779  test -n "$APR_UTIL_CONF" && break
     12780done
     12781test -n "$APR_UTIL_CONF" || APR_UTIL_CONF="no"
     12782
     12783else
     12784        { $as_echo "$as_me:${as_lineno-$LINENO}: using apu-1-config path set by user: $apr_util_config" >&5
     12785$as_echo "$as_me: using apu-1-config path set by user: $apr_util_config" >&6;}
     12786        APR_UTIL_CONF="$apr_util_config"
     12787fi
     12788
     12789CFLAGS="`$APR_UTIL_CONF --includes` $CFLAGS"
     12790LDFLAGS="`$APR_UTIL_CONF --link-ld` $LDFLAGS"
     12791
     12792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_memcache_create in -laprutil-1" >&5
    1283712793$as_echo_n "checking for apr_memcache_create in -laprutil-1... " >&6; }
    1283812794if ${ac_cv_lib_aprutil_1_apr_memcache_create+:} false; then :
     
    1287212828if test "x$ac_cv_lib_aprutil_1_apr_memcache_create" = xyes; then :
    1287312829
    12874             APR_MEMCACHE_LIBS="`apu-1-config --link-ld`"
    12875             APR_MEMCACHE_CFLAGS="`apu-1-config --includes`"
    12876 
    12877 
    12878 fi
     12830                APR_MEMCACHE_LIBS="`$APR_UTIL_CONF --link-ld`"
     12831                APR_MEMCACHE_CFLAGS="`$APR_UTIL_CONF --includes`"
     12832
    1287912833
    1288012834fi
     
    1302512979  *)
    1302612980  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    13027 for as_dir in $PATH
     12981as_dummy="$PATH:/usr/sbin"
     12982for as_dir in $as_dummy
    1302812983do
    1302912984  IFS=$as_save_IFS
     
    1362213577# values after options handling.
    1362313578ac_log="
    13624 This file was extended by mod_gnutls $as_me 0.7.1, which was
     13579This file was extended by mod_gnutls $as_me 0.7.2, which was
    1362513580generated by GNU Autoconf 2.69.  Invocation command line was
    1362613581
     
    1368813643ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1368913644ac_cs_version="\\
    13690 mod_gnutls config.status 0.7.1
     13645mod_gnutls config.status 0.7.2
    1369113646configured by $0, generated by GNU Autoconf 2.69,
    1369213647  with options \\"\$ac_cs_config\\"
Note: See TracChangeset for help on using the changeset viewer.