rbnacl-libsodium 0.5.0.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +4 -0
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/AUTHORS +62 -81
- data/vendor/libsodium/ChangeLog +31 -1
- data/vendor/libsodium/README.markdown +15 -364
- data/vendor/libsodium/THANKS +6 -0
- data/vendor/libsodium/autom4te.cache/output.0 +67 -36
- data/vendor/libsodium/autom4te.cache/output.1 +67 -36
- data/vendor/libsodium/autom4te.cache/output.2 +67 -36
- data/vendor/libsodium/autom4te.cache/traces.0 +52 -51
- data/vendor/libsodium/autom4te.cache/traces.1 +137 -133
- data/vendor/libsodium/autom4te.cache/traces.2 +52 -51
- data/vendor/libsodium/builds/msvc/version.h +2 -2
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +365 -345
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +1114 -1037
- data/vendor/libsodium/builds/msvc/vs2010/test/test.props +8 -2
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +364 -344
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +1113 -1036
- data/vendor/libsodium/builds/msvc/vs2012/test/test.props +8 -2
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +365 -345
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +1114 -1037
- data/vendor/libsodium/builds/msvc/vs2013/test/test.props +8 -2
- data/vendor/libsodium/configure +66 -35
- data/vendor/libsodium/configure.ac +25 -14
- data/vendor/libsodium/dist-build/ios.sh +1 -1
- data/vendor/libsodium/dist-build/msys2-win64.sh +1 -1
- data/vendor/libsodium/libsodium.vcxproj +29 -14
- data/vendor/libsodium/libsodium.vcxproj.filters +77 -28
- data/vendor/libsodium/msvc-scripts/process.bat +3 -3
- data/vendor/libsodium/packaging/nuget/package.config +1 -1
- data/vendor/libsodium/packaging/nuget/package.gsl +6 -1
- data/vendor/libsodium/packaging/nuget/package.nuspec +1 -1
- data/vendor/libsodium/src/libsodium/Makefile.am +31 -13
- data/vendor/libsodium/src/libsodium/Makefile.in +406 -155
- data/vendor/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c +146 -0
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box.c +13 -0
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +39 -73
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +5 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/api.h +2 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c +15 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +6 -5
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2s-ref.c +6 -5
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c +25 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c +76 -47
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +30 -7
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +3 -16
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +3 -10
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c +11 -6
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c +23 -1
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c +1 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256 → scryptsalsa208sha256}/crypto_scrypt-common.c +7 -7
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256 → scryptsalsa208sha256}/crypto_scrypt.h +6 -20
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c → scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256 → scryptsalsa208sha256}/pbkdf2-sha256.c +1 -11
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256 → scryptsalsa208sha256}/pbkdf2-sha256.h +0 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c → scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c} +50 -25
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256 → scryptsalsa208sha256}/scrypt_platform.c +4 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c → scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/{scryptxsalsa208sha256 → scryptsalsa208sha256}/sysendian.h +0 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c +1 -1
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/{ref → ref10}/api.h +0 -3
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/base_curve25519_ref10.c +14 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe.h +44 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.c +23 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.c +23 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.c +61 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.c +33 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.c +77 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.c +73 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.c +18 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.c +74 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.c +257 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.c +153 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.c +61 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.c +123 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/montgomery.h +140 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/pow225521.h +160 -0
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/scalarmult_curve25519_ref10.c +54 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +92 -61
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_scalarmult_base.c +3 -3
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/pow22523.h +2 -2
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/pow225521.h +2 -2
- data/vendor/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c +8 -4
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c +3 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +6 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c +23 -23
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/api.h +12 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.c +275 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20_api.c +36 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S +11 -10
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +8 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +8 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.am +3 -2
- data/vendor/libsodium/src/libsodium/include/Makefile.in +3 -2
- data/vendor/libsodium/src/libsodium/include/sodium.h +3 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h +55 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box.h +21 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h +11 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash.h +7 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +7 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +7 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +15 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +25 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h +80 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +2 -2
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +14 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h +11 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes256estream.h +11 -6
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h +49 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h +6 -0
- data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +7 -7
- data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +10 -14
- data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +10 -13
- data/vendor/libsodium/src/libsodium/sodium/compat.c +55 -4
- data/vendor/libsodium/src/libsodium/sodium/utils.c +18 -0
- data/vendor/libsodium/test/default/Makefile.am +24 -12
- data/vendor/libsodium/test/default/Makefile.in +116 -73
- data/vendor/libsodium/test/default/aead_chacha20poly1305.c +97 -0
- data/vendor/libsodium/test/default/aead_chacha20poly1305.exp +8 -0
- data/vendor/libsodium/test/default/box_easy.c +1 -1
- data/vendor/libsodium/test/default/box_seed.c +28 -0
- data/vendor/libsodium/test/default/box_seed.exp +8 -0
- data/vendor/libsodium/test/default/chacha20.c +45 -0
- data/vendor/libsodium/test/default/chacha20.exp +5 -0
- data/vendor/libsodium/test/default/pwhash.c +83 -15
- data/vendor/libsodium/test/default/pwhash.exp +10 -1
- data/vendor/libsodium/test/default/pwhash_scrypt_ll.c +67 -0
- data/vendor/libsodium/test/default/pwhash_scrypt_ll.exp +15 -0
- data/vendor/libsodium/test/default/secretbox_easy.c +13 -1
- data/vendor/libsodium/test/default/secretbox_easy.exp +19 -0
- data/vendor/libsodium/test/default/secretbox_easy2.c +5 -0
- data/vendor/libsodium/test/default/secretbox_easy2.exp +1 -0
- data/vendor/libsodium/test/default/sign.c +7 -3
- metadata +44 -21
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/api.h +0 -8
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref/base_curve25519_ref.c +0 -20
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c +0 -268
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305_donna.h +0 -37
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptxsalsa208sha256.h +0 -48
- data/vendor/libsodium/test/default/scalarmult7.c +0 -32
- data/vendor/libsodium/test/default/scalarmult7.exp +0 -1
- data/vendor/libsodium/test/default/scalarmult8.c +0 -32
- data/vendor/libsodium/test/default/scalarmult8.exp +0 -1
@@ -2901,56 +2901,57 @@ m4trace:configure.ac:237: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
|
|
2901
2901
|
m4trace:configure.ac:238: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
|
2902
2902
|
m4trace:configure.ac:240: -1- m4_pattern_allow([^AR$])
|
2903
2903
|
m4trace:configure.ac:241: -1- m4_pattern_allow([^AR$])
|
2904
|
-
m4trace:configure.ac:
|
2905
|
-
m4trace:configure.ac:
|
2906
|
-
m4trace:configure.ac:
|
2907
|
-
m4trace:configure.ac:
|
2908
|
-
m4trace:configure.ac:
|
2909
|
-
m4trace:configure.ac:
|
2910
|
-
m4trace:configure.ac:
|
2911
|
-
m4trace:configure.ac:
|
2912
|
-
m4trace:configure.ac:
|
2913
|
-
m4trace:configure.ac:
|
2914
|
-
m4trace:configure.ac:
|
2915
|
-
m4trace:configure.ac:
|
2916
|
-
m4trace:configure.ac:
|
2917
|
-
m4trace:configure.ac:
|
2918
|
-
m4trace:configure.ac:
|
2919
|
-
m4trace:configure.ac:
|
2920
|
-
m4trace:configure.ac:
|
2921
|
-
m4trace:configure.ac:
|
2922
|
-
m4trace:configure.ac:
|
2923
|
-
m4trace:configure.ac:
|
2924
|
-
m4trace:configure.ac:
|
2925
|
-
m4trace:configure.ac:
|
2926
|
-
m4trace:configure.ac:
|
2927
|
-
m4trace:configure.ac:
|
2928
|
-
m4trace:configure.ac:
|
2929
|
-
m4trace:configure.ac:
|
2930
|
-
m4trace:configure.ac:
|
2931
|
-
m4trace:configure.ac:
|
2932
|
-
m4trace:configure.ac:
|
2933
|
-
m4trace:configure.ac:
|
2904
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
|
2905
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
|
2906
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
|
2907
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
|
2908
|
+
m4trace:configure.ac:285: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
|
2909
|
+
m4trace:configure.ac:291: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
|
2910
|
+
m4trace:configure.ac:292: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
|
2911
|
+
m4trace:configure.ac:326: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
|
2912
|
+
m4trace:configure.ac:327: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
|
2913
|
+
m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
|
2914
|
+
m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
|
2915
|
+
m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
|
2916
|
+
m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
|
2917
|
+
m4trace:configure.ac:328: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
|
2918
|
+
m4trace:configure.ac:357: -1- m4_pattern_allow([^HAVE_TI_MODE$])
|
2919
|
+
m4trace:configure.ac:358: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
|
2920
|
+
m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
|
2921
|
+
m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
|
2922
|
+
m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
|
2923
|
+
m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
|
2924
|
+
m4trace:configure.ac:359: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
|
2925
|
+
m4trace:configure.ac:375: -1- m4_pattern_allow([^HAVE_CPUID$])
|
2926
|
+
m4trace:configure.ac:376: -1- m4_pattern_allow([^HAVE_CPUID_V$])
|
2927
|
+
m4trace:configure.ac:386: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
|
2928
|
+
m4trace:configure.ac:394: -1- m4_pattern_allow([^CPU_ALIGNED_ACCESS_REQUIRED$])
|
2929
|
+
m4trace:configure.ac:398: -1- m4_pattern_allow([^HAVE_LIBRT$])
|
2930
|
+
m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_LIBM$])
|
2931
|
+
m4trace:configure.ac:407: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
|
2932
|
+
m4trace:configure.ac:411: -1- LT_INIT([dlopen])
|
2933
|
+
m4trace:configure.ac:412: -1- AC_LIBTOOL_WIN32_DLL
|
2934
|
+
m4trace:configure.ac:412: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
|
2934
2935
|
You should run autoupdate.], [/usr/local/share/aclocal/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
|
2935
|
-
configure.ac:
|
2936
|
-
m4trace:configure.ac:
|
2937
|
-
m4trace:configure.ac:
|
2938
|
-
m4trace:configure.ac:
|
2939
|
-
m4trace:configure.ac:
|
2936
|
+
configure.ac:412: the top level])
|
2937
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^AS$])
|
2938
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^DLLTOOL$])
|
2939
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^OBJDUMP$])
|
2940
|
+
m4trace:configure.ac:412: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
|
2940
2941
|
put the `win32-dll' option into LT_INIT's first parameter.], [/usr/local/share/aclocal/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
|
2941
|
-
configure.ac:
|
2942
|
-
m4trace:configure.ac:
|
2943
|
-
m4trace:configure.ac:
|
2944
|
-
m4trace:configure.ac:
|
2945
|
-
m4trace:configure.ac:
|
2946
|
-
m4trace:configure.ac:
|
2947
|
-
m4trace:configure.ac:
|
2948
|
-
m4trace:configure.ac:
|
2949
|
-
m4trace:configure.ac:
|
2950
|
-
m4trace:configure.ac:
|
2951
|
-
m4trace:configure.ac:
|
2952
|
-
m4trace:configure.ac:
|
2953
|
-
m4trace:configure.ac:
|
2954
|
-
m4trace:configure.ac:
|
2955
|
-
m4trace:configure.ac:
|
2956
|
-
m4trace:configure.ac:
|
2942
|
+
configure.ac:412: the top level])
|
2943
|
+
m4trace:configure.ac:413: -1- gl_LD_OUTPUT_DEF
|
2944
|
+
m4trace:configure.ac:413: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
|
2945
|
+
m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
|
2946
|
+
m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
|
2947
|
+
m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
|
2948
|
+
m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
|
2949
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
2950
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^LTLIBOBJS$])
|
2951
|
+
m4trace:configure.ac:435: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
|
2952
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
|
2953
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
|
2954
|
+
m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
|
2955
|
+
m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
|
2956
|
+
m4trace:configure.ac:435: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
|
2957
|
+
m4trace:configure.ac:435: -1- _LT_PROG_LTMAIN
|
@@ -7,7 +7,7 @@ m4trace:aclocal.m4:1211: -1- m4_include([m4/ltsugar.m4])
|
|
7
7
|
m4trace:aclocal.m4:1212: -1- m4_include([m4/ltversion.m4])
|
8
8
|
m4trace:aclocal.m4:1213: -1- m4_include([m4/lt~obsolete.m4])
|
9
9
|
m4trace:aclocal.m4:1214: -1- m4_include([m4/pkg.m4])
|
10
|
-
m4trace:configure.ac:5: -1- AC_INIT([libsodium], [0.
|
10
|
+
m4trace:configure.ac:5: -1- AC_INIT([libsodium], [0.6.0], [https://github.com/jedisct1/libsodium/issues], [libsodium], [https://github.com/jedisct1/libsodium])
|
11
11
|
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
12
12
|
m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
|
13
13
|
m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
|
@@ -648,36 +648,40 @@ m4trace:configure.ac:240: -1- m4_pattern_allow([^AR$])
|
|
648
648
|
m4trace:configure.ac:241: -1- AC_SUBST([AR])
|
649
649
|
m4trace:configure.ac:241: -1- AC_SUBST_TRACE([AR])
|
650
650
|
m4trace:configure.ac:241: -1- m4_pattern_allow([^AR$])
|
651
|
-
m4trace:configure.ac:
|
652
|
-
m4trace:configure.ac:
|
653
|
-
m4trace:configure.ac:
|
651
|
+
m4trace:configure.ac:283: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMINTRIN_H])
|
652
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
|
653
|
+
m4trace:configure.ac:283: -1- AH_OUTPUT([HAVE_MMINTRIN_H], [/* mmx is available */
|
654
654
|
@%:@undef HAVE_MMINTRIN_H])
|
655
|
-
m4trace:configure.ac:
|
656
|
-
m4trace:configure.ac:
|
657
|
-
m4trace:configure.ac:
|
655
|
+
m4trace:configure.ac:283: -1- AC_DEFINE_TRACE_LITERAL([HAVE_EMMINTRIN_H])
|
656
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
|
657
|
+
m4trace:configure.ac:283: -1- AH_OUTPUT([HAVE_EMMINTRIN_H], [/* sse2 is available */
|
658
658
|
@%:@undef HAVE_EMMINTRIN_H])
|
659
|
-
m4trace:configure.ac:
|
660
|
-
m4trace:configure.ac:
|
661
|
-
m4trace:configure.ac:
|
659
|
+
m4trace:configure.ac:283: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PMMINTRIN_H])
|
660
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
|
661
|
+
m4trace:configure.ac:283: -1- AH_OUTPUT([HAVE_PMMINTRIN_H], [/* sse3 is available */
|
662
662
|
@%:@undef HAVE_PMMINTRIN_H])
|
663
|
-
m4trace:configure.ac:
|
663
|
+
m4trace:configure.ac:283: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TMMINTRIN_H])
|
664
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
|
665
|
+
m4trace:configure.ac:283: -1- AH_OUTPUT([HAVE_TMMINTRIN_H], [/* ssse3 is available */
|
666
|
+
@%:@undef HAVE_TMMINTRIN_H])
|
667
|
+
m4trace:configure.ac:285: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
|
664
668
|
@%:@undef HAVE_SYS_MMAN_H])
|
665
|
-
m4trace:configure.ac:
|
666
|
-
m4trace:configure.ac:
|
667
|
-
m4trace:configure.ac:
|
669
|
+
m4trace:configure.ac:285: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_MMAN_H])
|
670
|
+
m4trace:configure.ac:285: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
|
671
|
+
m4trace:configure.ac:289: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler
|
668
672
|
calls it, or to nothing if \'inline\' is not supported under any name. */
|
669
673
|
#ifndef __cplusplus
|
670
674
|
#undef inline
|
671
675
|
#endif])
|
672
|
-
m4trace:configure.ac:
|
673
|
-
m4trace:configure.ac:
|
674
|
-
m4trace:configure.ac:
|
676
|
+
m4trace:configure.ac:291: -2- AC_DEFINE_TRACE_LITERAL([NATIVE_BIG_ENDIAN])
|
677
|
+
m4trace:configure.ac:291: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
|
678
|
+
m4trace:configure.ac:291: -2- AH_OUTPUT([NATIVE_BIG_ENDIAN], [/* machine is bigendian */
|
675
679
|
@%:@undef NATIVE_BIG_ENDIAN])
|
676
|
-
m4trace:configure.ac:
|
677
|
-
m4trace:configure.ac:
|
678
|
-
m4trace:configure.ac:
|
680
|
+
m4trace:configure.ac:292: -2- AC_DEFINE_TRACE_LITERAL([NATIVE_LITTLE_ENDIAN])
|
681
|
+
m4trace:configure.ac:292: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
|
682
|
+
m4trace:configure.ac:292: -2- AH_OUTPUT([NATIVE_LITTLE_ENDIAN], [/* machine is littleendian */
|
679
683
|
@%:@undef NATIVE_LITTLE_ENDIAN])
|
680
|
-
m4trace:configure.ac:
|
684
|
+
m4trace:configure.ac:295: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
681
685
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
682
686
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
683
687
|
# if defined __BIG_ENDIAN__
|
@@ -688,109 +692,109 @@ m4trace:configure.ac:287: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGE
|
|
688
692
|
# undef WORDS_BIGENDIAN
|
689
693
|
# endif
|
690
694
|
#endif])
|
691
|
-
m4trace:configure.ac:
|
692
|
-
m4trace:configure.ac:
|
693
|
-
m4trace:configure.ac:
|
695
|
+
m4trace:configure.ac:326: -1- AC_DEFINE_TRACE_LITERAL([HAVE_AMD64_ASM])
|
696
|
+
m4trace:configure.ac:326: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
|
697
|
+
m4trace:configure.ac:326: -1- AH_OUTPUT([HAVE_AMD64_ASM], [/* basic amd64 code can be assembled */
|
694
698
|
@%:@undef HAVE_AMD64_ASM])
|
695
|
-
m4trace:configure.ac:
|
696
|
-
m4trace:configure.ac:
|
697
|
-
m4trace:configure.ac:
|
698
|
-
m4trace:configure.ac:
|
699
|
-
m4trace:configure.ac:
|
700
|
-
m4trace:configure.ac:
|
701
|
-
m4trace:configure.ac:
|
702
|
-
m4trace:configure.ac:
|
703
|
-
m4trace:configure.ac:
|
704
|
-
m4trace:configure.ac:
|
705
|
-
m4trace:configure.ac:
|
706
|
-
m4trace:configure.ac:
|
707
|
-
m4trace:configure.ac:
|
708
|
-
m4trace:configure.ac:
|
709
|
-
m4trace:configure.ac:
|
699
|
+
m4trace:configure.ac:327: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
|
700
|
+
m4trace:configure.ac:327: -1- AC_SUBST([HAVE_AMD64_ASM_TRUE])
|
701
|
+
m4trace:configure.ac:327: -1- AC_SUBST_TRACE([HAVE_AMD64_ASM_TRUE])
|
702
|
+
m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
|
703
|
+
m4trace:configure.ac:327: -1- AC_SUBST([HAVE_AMD64_ASM_FALSE])
|
704
|
+
m4trace:configure.ac:327: -1- AC_SUBST_TRACE([HAVE_AMD64_ASM_FALSE])
|
705
|
+
m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
|
706
|
+
m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
|
707
|
+
m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
|
708
|
+
m4trace:configure.ac:328: -1- AC_SUBST([HAVE_AMD64_ASM_V])
|
709
|
+
m4trace:configure.ac:328: -1- AC_SUBST_TRACE([HAVE_AMD64_ASM_V])
|
710
|
+
m4trace:configure.ac:328: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
|
711
|
+
m4trace:configure.ac:357: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TI_MODE])
|
712
|
+
m4trace:configure.ac:357: -1- m4_pattern_allow([^HAVE_TI_MODE$])
|
713
|
+
m4trace:configure.ac:357: -1- AH_OUTPUT([HAVE_TI_MODE], [/* gcc TI mode is available */
|
710
714
|
@%:@undef HAVE_TI_MODE])
|
711
|
-
m4trace:configure.ac:
|
712
|
-
m4trace:configure.ac:
|
713
|
-
m4trace:configure.ac:
|
714
|
-
m4trace:configure.ac:
|
715
|
-
m4trace:configure.ac:
|
716
|
-
m4trace:configure.ac:
|
717
|
-
m4trace:configure.ac:
|
718
|
-
m4trace:configure.ac:
|
719
|
-
m4trace:configure.ac:
|
720
|
-
m4trace:configure.ac:
|
721
|
-
m4trace:configure.ac:
|
722
|
-
m4trace:configure.ac:
|
723
|
-
m4trace:configure.ac:
|
724
|
-
m4trace:configure.ac:
|
725
|
-
m4trace:configure.ac:
|
715
|
+
m4trace:configure.ac:358: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
|
716
|
+
m4trace:configure.ac:358: -1- AC_SUBST([HAVE_TI_MODE_TRUE])
|
717
|
+
m4trace:configure.ac:358: -1- AC_SUBST_TRACE([HAVE_TI_MODE_TRUE])
|
718
|
+
m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
|
719
|
+
m4trace:configure.ac:358: -1- AC_SUBST([HAVE_TI_MODE_FALSE])
|
720
|
+
m4trace:configure.ac:358: -1- AC_SUBST_TRACE([HAVE_TI_MODE_FALSE])
|
721
|
+
m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
|
722
|
+
m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
|
723
|
+
m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
|
724
|
+
m4trace:configure.ac:359: -1- AC_SUBST([HAVE_TI_MODE_V])
|
725
|
+
m4trace:configure.ac:359: -1- AC_SUBST_TRACE([HAVE_TI_MODE_V])
|
726
|
+
m4trace:configure.ac:359: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
|
727
|
+
m4trace:configure.ac:375: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CPUID])
|
728
|
+
m4trace:configure.ac:375: -1- m4_pattern_allow([^HAVE_CPUID$])
|
729
|
+
m4trace:configure.ac:375: -1- AH_OUTPUT([HAVE_CPUID], [/* cpuid instruction is available */
|
726
730
|
@%:@undef HAVE_CPUID])
|
727
|
-
m4trace:configure.ac:
|
728
|
-
m4trace:configure.ac:
|
729
|
-
m4trace:configure.ac:
|
730
|
-
m4trace:configure.ac:
|
731
|
-
m4trace:configure.ac:
|
732
|
-
m4trace:configure.ac:
|
731
|
+
m4trace:configure.ac:376: -1- AC_SUBST([HAVE_CPUID_V])
|
732
|
+
m4trace:configure.ac:376: -1- AC_SUBST_TRACE([HAVE_CPUID_V])
|
733
|
+
m4trace:configure.ac:376: -1- m4_pattern_allow([^HAVE_CPUID_V$])
|
734
|
+
m4trace:configure.ac:386: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WEAK_SYMBOLS])
|
735
|
+
m4trace:configure.ac:386: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
|
736
|
+
m4trace:configure.ac:386: -1- AH_OUTPUT([HAVE_WEAK_SYMBOLS], [/* weak symbols are supported */
|
737
|
+
@%:@undef HAVE_WEAK_SYMBOLS])
|
738
|
+
m4trace:configure.ac:394: -1- AC_DEFINE_TRACE_LITERAL([CPU_ALIGNED_ACCESS_REQUIRED])
|
739
|
+
m4trace:configure.ac:394: -1- m4_pattern_allow([^CPU_ALIGNED_ACCESS_REQUIRED$])
|
740
|
+
m4trace:configure.ac:394: -1- AH_OUTPUT([CPU_ALIGNED_ACCESS_REQUIRED], [/* data alignment is required */
|
733
741
|
@%:@undef CPU_ALIGNED_ACCESS_REQUIRED])
|
734
|
-
m4trace:configure.ac:
|
735
|
-
m4trace:configure.ac:383: -1- m4_pattern_allow([^HAVE_MEMSET_S$])
|
736
|
-
m4trace:configure.ac:383: -1- AH_OUTPUT([HAVE_MEMSET_S], [/* memset_s is available */
|
737
|
-
@%:@undef HAVE_MEMSET_S])
|
738
|
-
m4trace:configure.ac:387: -1- AH_OUTPUT([HAVE_LIBRT], [/* Define to 1 if you have the `rt\' library (-lrt). */
|
742
|
+
m4trace:configure.ac:398: -1- AH_OUTPUT([HAVE_LIBRT], [/* Define to 1 if you have the `rt\' library (-lrt). */
|
739
743
|
@%:@undef HAVE_LIBRT])
|
740
|
-
m4trace:configure.ac:
|
741
|
-
m4trace:configure.ac:
|
742
|
-
m4trace:configure.ac:
|
744
|
+
m4trace:configure.ac:398: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBRT])
|
745
|
+
m4trace:configure.ac:398: -1- m4_pattern_allow([^HAVE_LIBRT$])
|
746
|
+
m4trace:configure.ac:399: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
|
743
747
|
@%:@undef HAVE_LIBM])
|
744
|
-
m4trace:configure.ac:
|
745
|
-
m4trace:configure.ac:
|
746
|
-
m4trace:configure.ac:
|
748
|
+
m4trace:configure.ac:399: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
|
749
|
+
m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_LIBM$])
|
750
|
+
m4trace:configure.ac:403: -1- AH_OUTPUT([HAVE_ARC4RANDOM], [/* Define to 1 if you have the `arc4random\' function. */
|
747
751
|
@%:@undef HAVE_ARC4RANDOM])
|
748
|
-
m4trace:configure.ac:
|
752
|
+
m4trace:configure.ac:403: -1- AH_OUTPUT([HAVE_ARC4RANDOM_BUF], [/* Define to 1 if you have the `arc4random_buf\' function. */
|
749
753
|
@%:@undef HAVE_ARC4RANDOM_BUF])
|
750
|
-
m4trace:configure.ac:
|
754
|
+
m4trace:configure.ac:404: -1- AH_OUTPUT([HAVE_MLOCK], [/* Define to 1 if you have the `mlock\' function. */
|
751
755
|
@%:@undef HAVE_MLOCK])
|
752
|
-
m4trace:configure.ac:
|
756
|
+
m4trace:configure.ac:404: -1- AH_OUTPUT([HAVE_VIRTUALLOCK], [/* Define to 1 if you have the `VirtualLock\' function. */
|
753
757
|
@%:@undef HAVE_VIRTUALLOCK])
|
754
|
-
m4trace:configure.ac:
|
758
|
+
m4trace:configure.ac:405: -1- AH_OUTPUT([HAVE_SECUREZEROMEMORY], [/* Define to 1 if you have the `SecureZeroMemory\' function. */
|
755
759
|
@%:@undef HAVE_SECUREZEROMEMORY])
|
756
|
-
m4trace:configure.ac:
|
760
|
+
m4trace:configure.ac:405: -1- AH_OUTPUT([HAVE_EXPLICIT_BZERO], [/* Define to 1 if you have the `explicit_bzero\' function. */
|
757
761
|
@%:@undef HAVE_EXPLICIT_BZERO])
|
758
|
-
m4trace:configure.ac:
|
762
|
+
m4trace:configure.ac:405: -1- AH_OUTPUT([HAVE_POSIX_MEMALIGN], [/* Define to 1 if you have the `posix_memalign\' function. */
|
759
763
|
@%:@undef HAVE_POSIX_MEMALIGN])
|
760
|
-
m4trace:configure.ac:
|
761
|
-
m4trace:configure.ac:
|
762
|
-
m4trace:configure.ac:
|
763
|
-
m4trace:configure.ac:
|
764
|
-
m4trace:configure.ac:
|
764
|
+
m4trace:configure.ac:407: -1- AC_SUBST([LIBTOOL_EXTRA_FLAGS])
|
765
|
+
m4trace:configure.ac:407: -1- AC_SUBST_TRACE([LIBTOOL_EXTRA_FLAGS])
|
766
|
+
m4trace:configure.ac:407: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
|
767
|
+
m4trace:configure.ac:411: -1- LT_INIT([dlopen])
|
768
|
+
m4trace:configure.ac:412: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
|
765
769
|
You should run autoupdate.], [m4/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
|
766
|
-
configure.ac:
|
767
|
-
m4trace:configure.ac:
|
768
|
-
m4trace:configure.ac:
|
769
|
-
m4trace:configure.ac:
|
770
|
-
m4trace:configure.ac:
|
771
|
-
m4trace:configure.ac:
|
772
|
-
m4trace:configure.ac:
|
773
|
-
m4trace:configure.ac:
|
774
|
-
m4trace:configure.ac:
|
775
|
-
m4trace:configure.ac:
|
776
|
-
m4trace:configure.ac:
|
770
|
+
configure.ac:412: the top level])
|
771
|
+
m4trace:configure.ac:412: -1- AC_SUBST([AS])
|
772
|
+
m4trace:configure.ac:412: -1- AC_SUBST_TRACE([AS])
|
773
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^AS$])
|
774
|
+
m4trace:configure.ac:412: -1- AC_SUBST([DLLTOOL])
|
775
|
+
m4trace:configure.ac:412: -1- AC_SUBST_TRACE([DLLTOOL])
|
776
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^DLLTOOL$])
|
777
|
+
m4trace:configure.ac:412: -1- AC_SUBST([OBJDUMP])
|
778
|
+
m4trace:configure.ac:412: -1- AC_SUBST_TRACE([OBJDUMP])
|
779
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^OBJDUMP$])
|
780
|
+
m4trace:configure.ac:412: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
|
777
781
|
put the `win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
|
778
|
-
configure.ac:
|
779
|
-
m4trace:configure.ac:
|
780
|
-
m4trace:configure.ac:
|
781
|
-
m4trace:configure.ac:
|
782
|
-
m4trace:configure.ac:
|
783
|
-
m4trace:configure.ac:
|
784
|
-
m4trace:configure.ac:
|
785
|
-
m4trace:configure.ac:
|
786
|
-
m4trace:configure.ac:
|
787
|
-
m4trace:configure.ac:
|
788
|
-
m4trace:configure.ac:
|
782
|
+
configure.ac:412: the top level])
|
783
|
+
m4trace:configure.ac:413: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
|
784
|
+
m4trace:configure.ac:413: -1- AC_SUBST([HAVE_LD_OUTPUT_DEF_TRUE])
|
785
|
+
m4trace:configure.ac:413: -1- AC_SUBST_TRACE([HAVE_LD_OUTPUT_DEF_TRUE])
|
786
|
+
m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
|
787
|
+
m4trace:configure.ac:413: -1- AC_SUBST([HAVE_LD_OUTPUT_DEF_FALSE])
|
788
|
+
m4trace:configure.ac:413: -1- AC_SUBST_TRACE([HAVE_LD_OUTPUT_DEF_FALSE])
|
789
|
+
m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
|
790
|
+
m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
|
791
|
+
m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
|
792
|
+
m4trace:configure.ac:420: -1- AH_OUTPUT([NDEBUG], [/* Never ever ignore assertions */
|
789
793
|
#ifdef NDEBUG
|
790
794
|
#/**/undef/**/ NDEBUG
|
791
795
|
#endif])
|
792
|
-
m4trace:configure.ac:
|
793
|
-
m4trace:configure.ac:
|
796
|
+
m4trace:configure.ac:424: -1- AC_CONFIG_FILES([libsodium.pc])
|
797
|
+
m4trace:configure.ac:434: -1- AC_CONFIG_FILES([Makefile
|
794
798
|
dist-build/Makefile
|
795
799
|
msvc-scripts/Makefile
|
796
800
|
src/Makefile
|
@@ -800,30 +804,30 @@ m4trace:configure.ac:423: -1- AC_CONFIG_FILES([Makefile
|
|
800
804
|
test/default/Makefile
|
801
805
|
test/Makefile
|
802
806
|
])
|
803
|
-
m4trace:configure.ac:
|
804
|
-
m4trace:configure.ac:
|
805
|
-
m4trace:configure.ac:
|
806
|
-
m4trace:configure.ac:
|
807
|
-
m4trace:configure.ac:
|
808
|
-
m4trace:configure.ac:
|
809
|
-
m4trace:configure.ac:
|
810
|
-
m4trace:configure.ac:
|
811
|
-
m4trace:configure.ac:
|
812
|
-
m4trace:configure.ac:
|
813
|
-
m4trace:configure.ac:
|
814
|
-
m4trace:configure.ac:
|
815
|
-
m4trace:configure.ac:
|
816
|
-
m4trace:configure.ac:
|
817
|
-
m4trace:configure.ac:
|
818
|
-
m4trace:configure.ac:
|
819
|
-
m4trace:configure.ac:
|
820
|
-
m4trace:configure.ac:
|
821
|
-
m4trace:configure.ac:
|
822
|
-
m4trace:configure.ac:
|
823
|
-
m4trace:configure.ac:
|
824
|
-
m4trace:configure.ac:
|
825
|
-
m4trace:configure.ac:
|
826
|
-
m4trace:configure.ac:
|
827
|
-
m4trace:configure.ac:
|
828
|
-
m4trace:configure.ac:
|
829
|
-
m4trace:configure.ac:
|
807
|
+
m4trace:configure.ac:435: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
|
808
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
809
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
810
|
+
m4trace:configure.ac:435: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
|
811
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([LTLIBOBJS])
|
812
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^LTLIBOBJS$])
|
813
|
+
m4trace:configure.ac:435: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
|
814
|
+
m4trace:configure.ac:435: -1- AC_SUBST([am__EXEEXT_TRUE])
|
815
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
|
816
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
|
817
|
+
m4trace:configure.ac:435: -1- AC_SUBST([am__EXEEXT_FALSE])
|
818
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
|
819
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
|
820
|
+
m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
|
821
|
+
m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
|
822
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([top_builddir])
|
823
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([top_build_prefix])
|
824
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([srcdir])
|
825
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([abs_srcdir])
|
826
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([top_srcdir])
|
827
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([abs_top_srcdir])
|
828
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([builddir])
|
829
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([abs_builddir])
|
830
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([abs_top_builddir])
|
831
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([INSTALL])
|
832
|
+
m4trace:configure.ac:435: -1- AC_SUBST_TRACE([MKDIR_P])
|
833
|
+
m4trace:configure.ac:435: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
|
@@ -2901,56 +2901,57 @@ m4trace:configure.ac:237: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
|
|
2901
2901
|
m4trace:configure.ac:238: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
|
2902
2902
|
m4trace:configure.ac:240: -1- m4_pattern_allow([^AR$])
|
2903
2903
|
m4trace:configure.ac:241: -1- m4_pattern_allow([^AR$])
|
2904
|
-
m4trace:configure.ac:
|
2905
|
-
m4trace:configure.ac:
|
2906
|
-
m4trace:configure.ac:
|
2907
|
-
m4trace:configure.ac:
|
2908
|
-
m4trace:configure.ac:
|
2909
|
-
m4trace:configure.ac:
|
2910
|
-
m4trace:configure.ac:
|
2911
|
-
m4trace:configure.ac:
|
2912
|
-
m4trace:configure.ac:
|
2913
|
-
m4trace:configure.ac:
|
2914
|
-
m4trace:configure.ac:
|
2915
|
-
m4trace:configure.ac:
|
2916
|
-
m4trace:configure.ac:
|
2917
|
-
m4trace:configure.ac:
|
2918
|
-
m4trace:configure.ac:
|
2919
|
-
m4trace:configure.ac:
|
2920
|
-
m4trace:configure.ac:
|
2921
|
-
m4trace:configure.ac:
|
2922
|
-
m4trace:configure.ac:
|
2923
|
-
m4trace:configure.ac:
|
2924
|
-
m4trace:configure.ac:
|
2925
|
-
m4trace:configure.ac:
|
2926
|
-
m4trace:configure.ac:
|
2927
|
-
m4trace:configure.ac:
|
2928
|
-
m4trace:configure.ac:
|
2929
|
-
m4trace:configure.ac:
|
2930
|
-
m4trace:configure.ac:
|
2931
|
-
m4trace:configure.ac:
|
2932
|
-
m4trace:configure.ac:
|
2933
|
-
m4trace:configure.ac:
|
2904
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
|
2905
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
|
2906
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
|
2907
|
+
m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
|
2908
|
+
m4trace:configure.ac:285: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
|
2909
|
+
m4trace:configure.ac:291: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
|
2910
|
+
m4trace:configure.ac:292: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
|
2911
|
+
m4trace:configure.ac:326: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
|
2912
|
+
m4trace:configure.ac:327: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
|
2913
|
+
m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
|
2914
|
+
m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
|
2915
|
+
m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
|
2916
|
+
m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
|
2917
|
+
m4trace:configure.ac:328: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
|
2918
|
+
m4trace:configure.ac:357: -1- m4_pattern_allow([^HAVE_TI_MODE$])
|
2919
|
+
m4trace:configure.ac:358: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
|
2920
|
+
m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
|
2921
|
+
m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
|
2922
|
+
m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
|
2923
|
+
m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
|
2924
|
+
m4trace:configure.ac:359: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
|
2925
|
+
m4trace:configure.ac:375: -1- m4_pattern_allow([^HAVE_CPUID$])
|
2926
|
+
m4trace:configure.ac:376: -1- m4_pattern_allow([^HAVE_CPUID_V$])
|
2927
|
+
m4trace:configure.ac:386: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
|
2928
|
+
m4trace:configure.ac:394: -1- m4_pattern_allow([^CPU_ALIGNED_ACCESS_REQUIRED$])
|
2929
|
+
m4trace:configure.ac:398: -1- m4_pattern_allow([^HAVE_LIBRT$])
|
2930
|
+
m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_LIBM$])
|
2931
|
+
m4trace:configure.ac:407: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
|
2932
|
+
m4trace:configure.ac:411: -1- LT_INIT([dlopen])
|
2933
|
+
m4trace:configure.ac:412: -1- AC_LIBTOOL_WIN32_DLL
|
2934
|
+
m4trace:configure.ac:412: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
|
2934
2935
|
You should run autoupdate.], [m4/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
|
2935
|
-
configure.ac:
|
2936
|
-
m4trace:configure.ac:
|
2937
|
-
m4trace:configure.ac:
|
2938
|
-
m4trace:configure.ac:
|
2939
|
-
m4trace:configure.ac:
|
2936
|
+
configure.ac:412: the top level])
|
2937
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^AS$])
|
2938
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^DLLTOOL$])
|
2939
|
+
m4trace:configure.ac:412: -1- m4_pattern_allow([^OBJDUMP$])
|
2940
|
+
m4trace:configure.ac:412: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
|
2940
2941
|
put the `win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
|
2941
|
-
configure.ac:
|
2942
|
-
m4trace:configure.ac:
|
2943
|
-
m4trace:configure.ac:
|
2944
|
-
m4trace:configure.ac:
|
2945
|
-
m4trace:configure.ac:
|
2946
|
-
m4trace:configure.ac:
|
2947
|
-
m4trace:configure.ac:
|
2948
|
-
m4trace:configure.ac:
|
2949
|
-
m4trace:configure.ac:
|
2950
|
-
m4trace:configure.ac:
|
2951
|
-
m4trace:configure.ac:
|
2952
|
-
m4trace:configure.ac:
|
2953
|
-
m4trace:configure.ac:
|
2954
|
-
m4trace:configure.ac:
|
2955
|
-
m4trace:configure.ac:
|
2956
|
-
m4trace:configure.ac:
|
2942
|
+
configure.ac:412: the top level])
|
2943
|
+
m4trace:configure.ac:413: -1- gl_LD_OUTPUT_DEF
|
2944
|
+
m4trace:configure.ac:413: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
|
2945
|
+
m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
|
2946
|
+
m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
|
2947
|
+
m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
|
2948
|
+
m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
|
2949
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
2950
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^LTLIBOBJS$])
|
2951
|
+
m4trace:configure.ac:435: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
|
2952
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
|
2953
|
+
m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
|
2954
|
+
m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
|
2955
|
+
m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
|
2956
|
+
m4trace:configure.ac:435: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
|
2957
|
+
m4trace:configure.ac:435: -1- _LT_PROG_LTMAIN
|