diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-09 09:19:55 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-09 09:19:55 +0200 | 
| commit | 7ddeb3781f3d79ef1ae5a765a66f6cdd1ec113ef (patch) | |
| tree | 3546836f27de4168559a62d8022626dfb101a133 /configure | |
| parent | 5bac665e38a15e6725f9ec17c7f7e80a0506aa08 (diff) | |
| parent | 82ac6c87ce0b0af2fb8de25d70442fec406bb742 (diff) | |
Merge tag 'upstream/1.8.18'
Upstream version 1.8.18
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 85 | 
1 files changed, 65 insertions, 20 deletions
| @@ -1,6 +1,6 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ipmitool 1.8.17. +# Generated by GNU Autoconf 2.69 for ipmitool 1.8.18.  #  #  # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=  # Identity of this package.  PACKAGE_NAME='ipmitool'  PACKAGE_TARNAME='ipmitool' -PACKAGE_VERSION='1.8.17' -PACKAGE_STRING='ipmitool 1.8.17' +PACKAGE_VERSION='1.8.18' +PACKAGE_STRING='ipmitool 1.8.18'  PACKAGE_BUGREPORT=''  PACKAGE_URL='' @@ -1359,7 +1359,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 ipmitool 1.8.17 to adapt to many kinds of systems. +\`configure' configures ipmitool 1.8.18 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1430,7 +1430,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of ipmitool 1.8.17:";; +     short | recursive ) echo "Configuration of ipmitool 1.8.18:";;     esac    cat <<\_ACEOF @@ -1558,7 +1558,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -ipmitool configure 1.8.17 +ipmitool configure 1.8.18  generated by GNU Autoconf 2.69  Copyright (C) 2012 Free Software Foundation, Inc. @@ -1923,7 +1923,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 ipmitool $as_me 1.8.17, which was +It was created by ipmitool $as_me 1.8.18, which was  generated by GNU Autoconf 2.69.  Invocation command line was    $ $0 $@ @@ -2898,7 +2898,7 @@ fi  # Define the identity of the package.   PACKAGE='ipmitool' - VERSION='1.8.17' + VERSION='1.8.18'  cat >>confdefs.h <<_ACEOF @@ -12556,14 +12556,14 @@ if test "x$exec_prefix" = "xNONE"; then  fi +xenable_all_options=yes  xenable_intf_bmc=no +xenable_intf_dummy=no  xenable_intf_imb=yes -xenable_intf_open=yes -xenable_intf_usb=yes  xenable_intf_lipmi=yes +xenable_intf_open=yes  #xenable_intf_serial=yes -xenable_intf_dummy=no -xenable_all_options=yes +xenable_intf_usb=no  xenable_ipmishell=yes  case "$host_os" in @@ -12587,33 +12587,29 @@ solaris*)  	xenable_intf_imb=no  	xenable_intf_open=no  	xenable_intf_lipmi=no -	xenable_intf_bmc=no -	xenable_intf_usb=no  	;;  *darwin*|aix*)  	# disable the linux and solaris-specific interfaces  	xenable_intf_imb=no  	xenable_intf_open=no  	xenable_intf_lipmi=no -	xenable_intf_bmc=no  	xenable_ipmishell=no -	xenable_intf_usb=no  	;;  *freebsd*)  	xenable_intf_imb=no  	xenable_intf_lipmi=no -	xenable_intf_bmc=no +	CFLAGS="$CFLAGS -D__BSD_VISIBLE"  	;;  *netbsd*)  	xenable_intf_imb=no  	xenable_intf_lipmi=no -	xenable_intf_bmc=no  	xenable_intf_open=no  	;;  gnu*)  	# disable the linux and solaris-specific interfaces on Hurd  	xenable_intf_imb=no  	xenable_intf_open=no +	xenable_intf_usb=yes  	;;  esac @@ -12725,6 +12721,55 @@ else  fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_sha256 in -lcrypto" >&5 +$as_echo_n "checking for EVP_sha256 in -lcrypto... " >&6; } +if ${ac_cv_lib_crypto_EVP_sha256+:} false; then : +  $as_echo_n "(cached) " >&6 +else +  ac_check_lib_save_LIBS=$LIBS +LIBS="-lcrypto -lcrypto $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h.  */ + +/* Override any GCC internal prototype to avoid an error. +   Use char because int might match the return type of a GCC +   builtin and then its argument prototype would still apply.  */ +#ifdef __cplusplus +extern "C" +#endif +char EVP_sha256 (); +int +main () +{ +return EVP_sha256 (); +  ; +  return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : +  ac_cv_lib_crypto_EVP_sha256=yes +else +  ac_cv_lib_crypto_EVP_sha256=no +fi +rm -f core conftest.err conftest.$ac_objext \ +    conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_EVP_sha256" >&5 +$as_echo "$ac_cv_lib_crypto_EVP_sha256" >&6; } +if test "x$ac_cv_lib_crypto_EVP_sha256" = xyes; then : +  if test "x$xenable_internal_sha256" != "xyes"; then +		if test "x$have_crypto" != "xyes"; then +			LIBS="$LIBS -lcrypto" +		have_sha256=yes +		fi + +$as_echo "#define HAVE_CRYPTO_SHA256 1" >>confdefs.h + +	fi +fi + +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5_Init in -lcrypto" >&5  $as_echo_n "checking for MD5_Init in -lcrypto... " >&6; }  if ${ac_cv_lib_crypto_MD5_Init+:} false; then : @@ -14469,7 +14514,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 ipmitool $as_me 1.8.17, which was +This file was extended by ipmitool $as_me 1.8.18, which was  generated by GNU Autoconf 2.69.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -14535,7 +14580,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="\\ -ipmitool config.status 1.8.17 +ipmitool config.status 1.8.18  configured by $0, generated by GNU Autoconf 2.69,    with options \\"\$ac_cs_config\\" | 
