vendor/libsodium/autom4te.cache/output.1 in rbnacl-libsodium-0.6.1 vs vendor/libsodium/autom4te.cache/output.1 in rbnacl-libsodium-0.7.0

- old
+ new

@@ -1,8 +1,8 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for libsodium 0.6.1. +@%:@ Generated by GNU Autoconf 2.69 for libsodium 0.7.0. @%:@ @%:@ Report bugs to <https://github.com/jedisct1/libsodium/issues>. @%:@ @%:@ @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -588,12 +588,12 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libsodium' PACKAGE_TARNAME='libsodium' -PACKAGE_VERSION='0.6.1' -PACKAGE_STRING='libsodium 0.6.1' +PACKAGE_VERSION='0.7.0' +PACKAGE_STRING='libsodium 0.7.0' PACKAGE_BUGREPORT='https://github.com/jedisct1/libsodium/issues' PACKAGE_URL='https://github.com/jedisct1/libsodium' ac_unique_file="src/libsodium/sodium/version.c" # Factoring default headers for most tests. @@ -1351,11 +1351,11 @@ # 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 libsodium 0.6.1 to adapt to many kinds of systems. +\`configure' configures libsodium 0.7.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. @@ -1421,11 +1421,11 @@ _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libsodium 0.6.1:";; + short | recursive ) echo "Configuration of libsodium 0.7.0:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options @@ -1548,11 +1548,11 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libsodium configure 0.6.1 +libsodium configure 0.7.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -1917,11 +1917,11 @@ } @%:@ ac_fn_c_check_func 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 libsodium $as_me 0.6.1, which was +It was created by libsodium $as_me 0.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF @@ -2853,11 +2853,11 @@ fi # Define the identity of the package. PACKAGE='libsodium' - VERSION='0.6.1' + VERSION='0.7.0' cat >>confdefs.h <<_ACEOF @%:@define PACKAGE "$PACKAGE" _ACEOF @@ -3147,14 +3147,14 @@ ISODATE=`date +%Y-%m-%d` -SODIUM_LIBRARY_VERSION_MAJOR=6 -SODIUM_LIBRARY_VERSION_MINOR=1 -DLL_VERSION=5 -SODIUM_LIBRARY_VERSION=12:0:2 +SODIUM_LIBRARY_VERSION_MAJOR=7 +SODIUM_LIBRARY_VERSION_MINOR=0 +DLL_VERSION=6 +SODIUM_LIBRARY_VERSION=13:0:0 # | | | # +------+ | +---+ # | | | # current:revision:age # | | | @@ -3218,27 +3218,20 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiling to javascript - asm implementations disabled" >&5 $as_echo "$as_me: WARNING: compiling to javascript - asm implementations disabled" >&2;} fi -case $host in @%:@( - x86_64-*-mingw* | x86_64-*-cygwin*) : - enable_asm="no" ;; @%:@( - *) : - ;; -esac - @%:@ Check whether --enable-pie was given. if test "${enable_pie+set}" = set; then : enableval=$enable_pie; enable_pie=$enableval else enable_pie="maybe" fi case $host_os in @%:@( - mingw*) : + mingw*|cygwin*|msys) : enable_pie="no" ;; @%:@( *) : ;; esac @@ -5158,11 +5151,16 @@ else : fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fPIC" >&5 +case $host_os in @%:@( + cygwin*|mingw*|msys|pw32*|cegcc*) : + ;; @%:@( + *) : + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fPIC" >&5 $as_echo_n "checking whether C compiler accepts -fPIC... " >&6; } if ${ax_cv_check_cflags___fPIC+:} false; then : $as_echo_n "(cached) " >&6 else @@ -5189,11 +5187,11 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fPIC" >&5 $as_echo "$ax_cv_check_cflags___fPIC" >&6; } if test x"$ax_cv_check_cflags___fPIC" = xyes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -fPIC" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -fPIC" >&5 $as_echo_n "checking whether the linker accepts -fPIC... " >&6; } if ${ax_cv_check_ldflags___fPIC+:} false; then : $as_echo_n "(cached) " >&6 else @@ -5221,20 +5219,22 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_ldflags___fPIC" >&5 $as_echo "$ax_cv_check_ldflags___fPIC" >&6; } if test x"$ax_cv_check_ldflags___fPIC" = xyes; then : CFLAGS="$CFLAGS -fPIC" - + else : fi - + else : fi + ;; +esac if test "$enable_pie" != "no"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fPIE" >&5 $as_echo_n "checking whether C compiler accepts -fPIE... " >&6; } @@ -5468,11 +5468,11 @@ fi case $host_os in @%:@( - cygwin* | mingw* | pw32* | cegcc*) : + cygwin*|mingw*|msys|pw32*|cegcc*) : { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -Wl,--dynamicbase" >&5 $as_echo_n "checking whether the linker accepts -Wl,--dynamicbase... " >&6; } if ${ax_cv_check_ldflags___Wl___dynamicbase+:} false; then : $as_echo_n "(cached) " >&6 @@ -5551,11 +5551,11 @@ if test "x$enable_ssp" != "xno"; then : case $host_os in @%:@( - cygwin* | mingw* | pw32* | cegcc*) : + cygwin*|mingw*|msys|pw32*|cegcc*) : ;; @%:@( dragonfly*) : { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstack-protector" >&5 $as_echo_n "checking whether C compiler accepts -fstack-protector... " >&6; } @@ -14413,24 +14413,27 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext HAVE_AMD64_ASM_V=0 if test "$enable_asm" != "no"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can assemble basic amd64 code" >&5 -$as_echo_n "checking whether we can assemble basic amd64 code... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we should use x86_64 asm code" >&5 +$as_echo_n "checking whether we should use x86_64 asm code... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #if defined(__amd64) || defined(__amd64__) || defined(__x86_64__) +# if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__) || defined(_WIN32) || defined(_WIN64) +# error Windows x86_64 calling conventions are not supported yet +# endif /* neat */ #else -# error !amd64 +# error !x86_64 #endif __asm__("pxor %xmm12,%xmm6"); ; return 0; @@ -14599,113 +14602,10 @@ *) : ;; esac -ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime" -if test "x$ac_cv_func_clock_gettime" = xyes; then : - -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 -$as_echo_n "checking for clock_gettime in -lrt... " >&6; } -if ${ac_cv_lib_rt_clock_gettime+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lrt $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 clock_gettime (); -int -main () -{ -return clock_gettime (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_rt_clock_gettime=yes -else - ac_cv_lib_rt_clock_gettime=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_rt_clock_gettime" >&5 -$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } -if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBRT 1 -_ACEOF - - LIBS="-lrt $LIBS" - -fi - -fi - -ac_fn_c_check_func "$LINENO" "fegetenv" "ac_cv_func_fegetenv" -if test "x$ac_cv_func_fegetenv" = xyes; then : - -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fegetenv in -lm" >&5 -$as_echo_n "checking for fegetenv in -lm... " >&6; } -if ${ac_cv_lib_m_fegetenv+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lm $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 fegetenv (); -int -main () -{ -return fegetenv (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_m_fegetenv=yes -else - ac_cv_lib_m_fegetenv=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_m_fegetenv" >&5 -$as_echo "$ac_cv_lib_m_fegetenv" >&6; } -if test "x$ac_cv_lib_m_fegetenv" = xyes; then : - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBM 1 -_ACEOF - - LIBS="-lm $LIBS" - -fi - -fi - - if test "x$EMSCRIPTEN" = "x"; then : for ac_func in arc4random arc4random_buf do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -14718,11 +14618,11 @@ fi done fi -for ac_func in mlock VirtualLock +for ac_func in mlock mprotect explicit_bzero posix_memalign do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF @@ -14730,27 +14630,15 @@ _ACEOF fi done -for ac_func in SecureZeroMemory explicit_bzero posix_memalign -do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 -_ACEOF - -fi -done - enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then @@ -15690,11 +15578,11 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libsodium $as_me 0.6.1, which was +This file was extended by libsodium $as_me 0.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -15748,10 +15636,10 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libsodium config.status 0.6.1 +libsodium config.status 0.7.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation