- Timestamp:
- Nov 22, 2015, 1:43:48 PM (7 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r89f863f r02c8e54 1 1 #! /bin/sh 2 2 # 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. 4 4 # 5 5 # … … 588 588 PACKAGE_NAME='mod_gnutls' 589 589 PACKAGE_TARNAME='mod_gnutls' 590 PACKAGE_VERSION='0.7. 1'591 PACKAGE_STRING='mod_gnutls 0.7. 1'590 PACKAGE_VERSION='0.7.2' 591 PACKAGE_STRING='mod_gnutls 0.7.2' 592 592 PACKAGE_BUGREPORT='' 593 593 PACKAGE_URL='' … … 648 648 APR_MEMCACHE_CFLAGS 649 649 APR_MEMCACHE_LIBS 650 APR_UTIL_CONF 650 651 USE_MSVA_FALSE 651 652 USE_MSVA_TRUE … … 819 820 enable_strict 820 821 enable_msva 821 with_apr_memcache_prefix 822 with_apr_memcache_libs 823 with_apr_memcache_includes 822 with_apu_config 824 823 ' 825 824 ac_precious_vars='build_alias … … 1379 1378 # This message is too long to be a string in the A/UX 3.1 sh. 1380 1379 cat <<_ACEOF 1381 \`configure' configures mod_gnutls 0.7. 1to adapt to many kinds of systems.1380 \`configure' configures mod_gnutls 0.7.2 to adapt to many kinds of systems. 1382 1381 1383 1382 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1450 1449 if test -n "$ac_init_help"; then 1451 1450 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:";; 1453 1452 esac 1454 1453 cat <<\_ACEOF … … 1488 1487 (or the compiler's sysroot if not specified). 1489 1488 --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) 1496 1491 1497 1492 Some influential environment variables: … … 1584 1579 if $ac_init_version; then 1585 1580 cat <<\_ACEOF 1586 mod_gnutls configure 0.7. 11581 mod_gnutls configure 0.7.2 1587 1582 generated by GNU Autoconf 2.69 1588 1583 … … 1995 1990 running configure, to aid debugging if configure makes a mistake. 1996 1991 1997 It was created by mod_gnutls $as_me 0.7. 1, which was1992 It was created by mod_gnutls $as_me 0.7.2, which was 1998 1993 generated by GNU Autoconf 2.69. Invocation command line was 1999 1994 … … 2361 2356 chmod +x config.nice 2362 2357 2363 MOD_GNUTLS_VERSION=0.7. 12358 MOD_GNUTLS_VERSION=0.7.2 2364 2359 2365 2360 … … 2540 2535 program_prefix=${target_alias}- 2541 2536 # mod_gnutls test suite requires GNU make 2542 am__api_version='1.1 4'2537 am__api_version='1.15' 2543 2538 2544 2539 # Find a good install program. We prefer a C program (faster), … … 2712 2707 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2713 2708 2714 # expand $ac_aux_dir to an absolute path2715 am_aux_dir=`cd $ac_aux_dir&& pwd`2709 # Expand $ac_aux_dir to an absolute path. 2710 am_aux_dir=`cd "$ac_aux_dir" && pwd` 2716 2711 2717 2712 if test x"${MISSING+set}" != xset; then … … 2732 2727 fi 2733 2728 2734 if test x"${install_sh }" != xset; then2729 if test x"${install_sh+set}" != xset; then 2735 2730 case $am_aux_dir in 2736 2731 *\ * | *\ *) … … 3026 3021 # Define the identity of the package. 3027 3022 PACKAGE='mod_gnutls' 3028 VERSION='0.7. 1'3023 VERSION='0.7.2' 3029 3024 3030 3025 … … 3060 3055 mkdir_p='$(MKDIR_P)' 3061 3056 3062 # We need awk for the "check" target . The system "awk" is bad on3063 # s ome platforms.3057 # We need awk for the "check" target (and possibly the TAP driver). The 3058 # system "awk" is bad on some platforms. 3064 3059 # Always define AMTAR for backward compatibility. Yes, it's still used 3065 3060 # in the wild :-( We should find a proper way to deprecate it ... … … 12727 12722 12728 12723 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. 12725 if test "${with_apu_config+set}" = set; then : 12726 withval=$with_apu_config; apr_util_config="$withval" 12727 fi 12752 12728 12753 12729 … … 12757 12733 save_LDFLAGS=$LDFLAGS 12758 12734 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 : 12735 if test -z "$apr_util_config"; then 12736 for ac_prog in apu-1-config 12737 do 12738 # Extract the first word of "$ac_prog", so it can be a program name with args. 12739 set 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; } 12742 if ${ac_cv_path_APR_UTIL_CONF+:} false; then : 12782 12743 $as_echo_n "(cached) " >&6 12783 12744 else 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 12751 as_dummy="$PATH:/usr/sbin" 12752 for as_dir in $as_dummy 12753 do 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 12762 done 12763 done 12764 IFS=$as_save_IFS 12765 12766 ;; 12767 esac 12768 fi 12769 APR_UTIL_CONF=$ac_cv_path_APR_UTIL_CONF 12770 if 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; } 12773 else 12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12775 $as_echo "no" >&6; } 12776 fi 12777 12778 12779 test -n "$APR_UTIL_CONF" && break 12780 done 12781 test -n "$APR_UTIL_CONF" || APR_UTIL_CONF="no" 12782 12783 else 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" 12787 fi 12788 12789 CFLAGS="`$APR_UTIL_CONF --includes` $CFLAGS" 12790 LDFLAGS="`$APR_UTIL_CONF --link-ld` $LDFLAGS" 12791 12792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_memcache_create in -laprutil-1" >&5 12837 12793 $as_echo_n "checking for apr_memcache_create in -laprutil-1... " >&6; } 12838 12794 if ${ac_cv_lib_aprutil_1_apr_memcache_create+:} false; then : … … 12872 12828 if test "x$ac_cv_lib_aprutil_1_apr_memcache_create" = xyes; then : 12873 12829 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 12879 12833 12880 12834 fi … … 13025 12979 *) 13026 12980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13027 for as_dir in $PATH 12981 as_dummy="$PATH:/usr/sbin" 12982 for as_dir in $as_dummy 13028 12983 do 13029 12984 IFS=$as_save_IFS … … 13622 13577 # values after options handling. 13623 13578 ac_log=" 13624 This file was extended by mod_gnutls $as_me 0.7. 1, which was13579 This file was extended by mod_gnutls $as_me 0.7.2, which was 13625 13580 generated by GNU Autoconf 2.69. Invocation command line was 13626 13581 … … 13688 13643 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 13689 13644 ac_cs_version="\\ 13690 mod_gnutls config.status 0.7. 113645 mod_gnutls config.status 0.7.2 13691 13646 configured by $0, generated by GNU Autoconf 2.69, 13692 13647 with options \\"\$ac_cs_config\\"
Note: See TracChangeset
for help on using the changeset viewer.