rbnacl-libsodium 1.0.11 → 1.0.13
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 +45 -33
- data/vendor/libsodium/ChangeLog +63 -2
- data/vendor/libsodium/LICENSE +1 -1
- data/vendor/libsodium/Makefile.am +1 -0
- data/vendor/libsodium/Makefile.in +17 -14
- data/vendor/libsodium/README.markdown +1 -0
- data/vendor/libsodium/THANKS +38 -4
- data/vendor/libsodium/aclocal.m4 +25 -24
- data/vendor/libsodium/autogen.sh +12 -7
- data/vendor/libsodium/autom4te.cache/output.0 +5066 -2281
- data/vendor/libsodium/autom4te.cache/output.1 +1013 -600
- data/vendor/libsodium/autom4te.cache/output.2 +5066 -2281
- data/vendor/libsodium/autom4te.cache/requests +426 -1584
- data/vendor/libsodium/autom4te.cache/traces.0 +2044 -876
- data/vendor/libsodium/autom4te.cache/traces.1 +996 -523
- data/vendor/libsodium/autom4te.cache/traces.2 +1996 -828
- data/vendor/libsodium/build-aux/compile +5 -4
- data/vendor/libsodium/build-aux/config.guess +120 -68
- data/vendor/libsodium/build-aux/config.sub +51 -22
- data/vendor/libsodium/build-aux/depcomp +3 -3
- data/vendor/libsodium/build-aux/install-sh +2 -2
- data/vendor/libsodium/build-aux/missing +3 -3
- data/vendor/libsodium/build-aux/test-driver +3 -3
- data/vendor/libsodium/builds/msvc/properties/Win32.props +4 -1
- data/vendor/libsodium/builds/msvc/properties/x64.props +4 -1
- data/vendor/libsodium/builds/msvc/resource.h +14 -0
- data/vendor/libsodium/builds/msvc/resource.rc +63 -0
- data/vendor/libsodium/builds/msvc/version.h +7 -4
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +182 -139
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2015/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj +181 -118
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.sln +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.props +48 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj +320 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters +962 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/configure +1002 -589
- data/vendor/libsodium/configure.ac +48 -21
- data/vendor/libsodium/contrib/Findsodium.cmake +267 -0
- data/vendor/libsodium/contrib/Makefile.am +3 -0
- data/vendor/libsodium/contrib/Makefile.in +483 -0
- data/vendor/libsodium/dist-build/Makefile.in +11 -7
- data/vendor/libsodium/dist-build/android-armv8-a.sh +1 -1
- data/vendor/libsodium/dist-build/android-build.sh +25 -17
- data/vendor/libsodium/dist-build/android-mips32.sh +1 -1
- data/vendor/libsodium/dist-build/android-mips64.sh +1 -1
- data/vendor/libsodium/dist-build/android-x86_64.sh +1 -1
- data/vendor/libsodium/dist-build/emscripten-symbols.def +150 -2
- data/vendor/libsodium/dist-build/emscripten-wasm.sh +132 -0
- data/vendor/libsodium/dist-build/emscripten.sh +8 -6
- data/vendor/libsodium/dist-build/ios.sh +29 -5
- data/vendor/libsodium/libsodium.vcxproj +139 -77
- data/vendor/libsodium/libsodium.vcxproj.filters +315 -144
- data/vendor/libsodium/m4/ax_check_catchable_segv.m4 +42 -0
- data/vendor/libsodium/m4/ax_check_compile_flag.m4 +6 -4
- data/vendor/libsodium/m4/ax_check_define.m4 +3 -3
- data/vendor/libsodium/m4/ax_check_gnu_make.m4 +31 -25
- data/vendor/libsodium/m4/ax_check_link_flag.m4 +8 -6
- data/vendor/libsodium/m4/ax_pthread.m4 +275 -275
- data/vendor/libsodium/m4/ax_valgrind_check.m4 +92 -41
- data/vendor/libsodium/m4/pkg.m4 +1 -1
- data/vendor/libsodium/msvc-scripts/Makefile.in +11 -7
- data/vendor/libsodium/msvc-scripts/process.bat +4 -3
- data/vendor/libsodium/packaging/dotnet-core/README.md +59 -0
- data/vendor/libsodium/packaging/dotnet-core/desktop.targets +16 -0
- data/vendor/libsodium/packaging/dotnet-core/libsodium.props +33 -0
- data/vendor/libsodium/packaging/dotnet-core/prepare.py +262 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/alpine-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/build +9 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/centos-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/debian-x64 +4 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/fedora-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/opensuse-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/pack +5 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/test +27 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/ubuntu-x64 +4 -0
- data/vendor/libsodium/packaging/nuget/package.config +1 -1
- data/vendor/libsodium/packaging/nuget/package.gsl +3 -3
- data/vendor/libsodium/src/Makefile.in +11 -7
- data/vendor/libsodium/src/libsodium/Makefile.am +113 -98
- data/vendor/libsodium/src/libsodium/Makefile.in +1034 -1236
- data/vendor/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c +31 -12
- data/vendor/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c +31 -10
- data/vendor/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c +153 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/crypto_auth.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{cp/hmac_hmacsha256.c → auth_hmacsha256.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/{cp/hmac_hmacsha512.c → auth_hmacsha512.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{cp/hmac_hmacsha512256.c → auth_hmacsha512256.c} +48 -9
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +4 -3
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_seal.c +2 -1
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c +197 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c +79 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c +150 -0
- data/vendor/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c +1156 -662
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c +12 -5
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/{core_hsalsa20_api.c → core_hsalsa20.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c +95 -0
- data/vendor/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2/generichash_blake2_api.c → blake2b/generichash_blake2.c} +7 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h +109 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h +140 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c +92 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c +87 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c +90 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h +340 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h +164 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h +307 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c +494 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2 → blake2b}/ref/generichash_blake2b.c +22 -26
- data/vendor/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c +254 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/{hash_sha256_api.c → hash_sha256.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c +280 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/{hash_sha512_api.c → hash_sha512.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c +52 -0
- data/vendor/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_kx/crypto_kx.c +136 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c +6 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c +34 -27
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +203 -156
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +178 -134
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c +22 -4
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h +10 -12
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c +564 -315
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c +131 -84
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c +163 -145
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h +2 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c +247 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c +42 -29
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c +71 -47
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c +100 -65
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h +77 -23
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c +30 -31
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx2.h +150 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h +28 -26
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h +102 -99
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c +90 -41
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c +213 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c +72 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c +34 -37
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h +27 -32
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c +120 -86
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c +16 -13
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h +4 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c +98 -50
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c +105 -105
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c +395 -330
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c +225 -198
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +6 -5
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c +170 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c +83 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c +65 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h +24 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c +71 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/{shorthash_siphash24_api.c → shorthash_siphash24.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c +11 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/crypto_sign.c +33 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h +18 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c +18 -13
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c +29 -26
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c +75 -36
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c +39 -15
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c +91 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c +174 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c +66 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/common.h +766 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128.h +50 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c +149 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/{stream_aes128ctr_api.c → stream_aes128ctr.c} +6 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c +179 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c +173 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h +86 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h +98 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h +175 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h +357 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/{stream_chacha20_ref.c → chacha20_ref.c} +93 -94
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c +39 -7
- data/vendor/libsodium/src/libsodium/crypto_stream/crypto_stream.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c +120 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c +93 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h +16 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/{amd64_xmm6/stream_salsa20_amd64_xmm6.S → xmm6/salsa20_xmm6-asm.S} +20 -12
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c +131 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c +122 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h +207 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h +547 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h +476 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c +63 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c +60 -0
- data/vendor/libsodium/src/libsodium/crypto_verify/sodium/verify.c +61 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.am +8 -6
- data/vendor/libsodium/src/libsodium/include/Makefile.in +29 -21
- data/vendor/libsodium/src/libsodium/include/sodium.h +15 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h +6 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h +91 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h +5 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h +153 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h +3 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf.h +51 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h +42 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kx.h +64 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +11 -9
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash.h +37 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h +40 -10
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h +116 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h +37 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +0 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h +62 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h +5 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h +18 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign.h +22 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h +28 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h +10 -5
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h +14 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h +53 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/common.h +84 -17
- data/vendor/libsodium/src/libsodium/include/sodium/private/implementations.h +11 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h +50 -0
- data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +10 -2
- data/vendor/libsodium/src/libsodium/include/sodium/utils.h +4 -5
- data/vendor/libsodium/src/libsodium/include/sodium/version.h.in +4 -0
- data/vendor/libsodium/src/libsodium/randombytes/randombytes.c +47 -19
- data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +30 -50
- data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +25 -15
- data/vendor/libsodium/src/libsodium/sodium/core.c +25 -23
- data/vendor/libsodium/src/libsodium/sodium/runtime.c +66 -57
- data/vendor/libsodium/src/libsodium/sodium/utils.c +120 -106
- data/vendor/libsodium/src/libsodium/sodium/version.c +10 -0
- data/vendor/libsodium/test/Makefile.in +11 -7
- data/vendor/libsodium/test/default/Makefile.am +65 -5
- data/vendor/libsodium/test/default/Makefile.in +243 -78
- data/vendor/libsodium/test/default/aead_aes256gcm.c +2 -2
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.c +188 -0
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.exp +51 -0
- data/vendor/libsodium/test/default/auth.c +11 -7
- data/vendor/libsodium/test/default/auth2.c +15 -12
- data/vendor/libsodium/test/default/auth3.c +18 -15
- data/vendor/libsodium/test/default/auth5.c +3 -2
- data/vendor/libsodium/test/default/auth6.c +4 -3
- data/vendor/libsodium/test/default/auth7.c +3 -2
- data/vendor/libsodium/test/default/box.c +57 -52
- data/vendor/libsodium/test/default/box2.c +41 -36
- data/vendor/libsodium/test/default/box7.c +4 -3
- data/vendor/libsodium/test/default/box8.c +4 -3
- data/vendor/libsodium/test/default/box_easy.c +36 -32
- data/vendor/libsodium/test/default/box_easy2.c +41 -34
- data/vendor/libsodium/test/default/box_seal.c +7 -6
- data/vendor/libsodium/test/default/box_seed.c +10 -8
- data/vendor/libsodium/test/default/chacha20.c +18 -3
- data/vendor/libsodium/test/default/chacha20.exp +45 -0
- data/vendor/libsodium/test/default/cmptest.h +1 -0
- data/vendor/libsodium/test/default/core1.c +10 -9
- data/vendor/libsodium/test/default/core2.c +13 -12
- data/vendor/libsodium/test/default/core3.c +13 -12
- data/vendor/libsodium/test/default/core4.c +11 -12
- data/vendor/libsodium/test/default/core5.c +13 -12
- data/vendor/libsodium/test/default/core6.c +15 -13
- data/vendor/libsodium/test/default/ed25519_convert.c +12 -9
- data/vendor/libsodium/test/default/hash.c +10 -6
- data/vendor/libsodium/test/default/hash3.c +3 -2
- data/vendor/libsodium/test/default/index-wasm.html.tpl +118 -0
- data/vendor/libsodium/test/default/kdf.c +61 -0
- data/vendor/libsodium/test/default/kdf.exp +77 -0
- data/vendor/libsodium/test/default/keygen.c +64 -0
- data/vendor/libsodium/test/default/keygen.exp +1 -0
- data/vendor/libsodium/test/default/kx.c +119 -0
- data/vendor/libsodium/test/default/kx.exp +7 -0
- data/vendor/libsodium/test/default/nacl-test-wrapper.sh +9 -2
- data/vendor/libsodium/test/default/onetimeauth.c +26 -23
- data/vendor/libsodium/test/default/onetimeauth2.c +22 -20
- data/vendor/libsodium/test/default/onetimeauth7.c +3 -2
- data/vendor/libsodium/test/default/pwhash.c +209 -157
- data/vendor/libsodium/test/default/pwhash_argon2id.c +388 -0
- data/vendor/libsodium/test/default/pwhash_argon2id.exp +15 -0
- data/vendor/libsodium/test/default/pwhash_scrypt.c +232 -224
- data/vendor/libsodium/test/default/pwhash_scrypt.exp +2 -1
- data/vendor/libsodium/test/default/pwhash_scrypt_ll.c +39 -41
- data/vendor/libsodium/test/default/randombytes.c +34 -13
- data/vendor/libsodium/test/default/randombytes.exp +1 -0
- data/vendor/libsodium/test/default/scalarmult.c +21 -18
- data/vendor/libsodium/test/default/scalarmult2.c +8 -6
- data/vendor/libsodium/test/default/scalarmult5.c +13 -10
- data/vendor/libsodium/test/default/scalarmult6.c +17 -14
- data/vendor/libsodium/test/default/scalarmult7.c +9 -10
- data/vendor/libsodium/test/default/secretbox.c +39 -36
- data/vendor/libsodium/test/default/secretbox2.c +28 -25
- data/vendor/libsodium/test/default/secretbox7.c +3 -2
- data/vendor/libsodium/test/default/secretbox8.c +4 -3
- data/vendor/libsodium/test/default/secretbox_easy.c +40 -37
- data/vendor/libsodium/test/default/secretbox_easy2.c +19 -18
- data/vendor/libsodium/test/default/shorthash.c +4 -4
- data/vendor/libsodium/test/default/sign.c +70 -13
- data/vendor/libsodium/test/default/sign.exp +2 -0
- data/vendor/libsodium/test/default/siphashx24.c +33 -0
- data/vendor/libsodium/test/default/siphashx24.exp +64 -0
- data/vendor/libsodium/test/default/sodium_core.c +9 -8
- data/vendor/libsodium/test/default/sodium_utils.c +52 -46
- data/vendor/libsodium/test/default/sodium_utils2.c +17 -8
- data/vendor/libsodium/test/default/sodium_utils3.c +15 -6
- data/vendor/libsodium/test/default/sodium_version.c +7 -1
- data/vendor/libsodium/test/default/stream.c +31 -18
- data/vendor/libsodium/test/default/stream.exp +65 -0
- data/vendor/libsodium/test/default/stream2.c +13 -9
- data/vendor/libsodium/test/default/stream3.c +12 -10
- data/vendor/libsodium/test/default/stream4.c +30 -27
- data/vendor/libsodium/test/default/verify1.c +5 -4
- data/vendor/libsodium/test/default/xchacha20.c +376 -0
- data/vendor/libsodium/test/default/xchacha20.exp +5 -0
- data/vendor/libsodium/test/quirks/quirks.h +4 -3
- metadata +140 -111
- data/vendor/libsodium/autom4te.cache/output.3 +0 -17240
- data/vendor/libsodium/autom4te.cache/output.4 +0 -17517
- data/vendor/libsodium/autom4te.cache/output.5 +0 -18535
- data/vendor/libsodium/autom4te.cache/output.6 +0 -19077
- data/vendor/libsodium/autom4te.cache/output.7 +0 -19837
- data/vendor/libsodium/autom4te.cache/traces.3 +0 -2833
- data/vendor/libsodium/autom4te.cache/traces.4 +0 -2951
- data/vendor/libsodium/autom4te.cache/traces.5 +0 -3042
- data/vendor/libsodium/autom4te.cache/traces.6 +0 -3194
- data/vendor/libsodium/autom4te.cache/traces.7 +0 -3614
- data/vendor/libsodium/builds/msvc/properties/ARM.props +0 -20
- data/vendor/libsodium/compile +0 -347
- data/vendor/libsodium/config.guess +0 -1568
- data/vendor/libsodium/config.sub +0 -1793
- data/vendor/libsodium/depcomp +0 -791
- data/vendor/libsodium/install-sh +0 -527
- data/vendor/libsodium/ltmain.sh +0 -9655
- data/vendor/libsodium/missing +0 -215
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c +0 -12
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +0 -41
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c +0 -22
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c +0 -18
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c +0 -42
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c +0 -100
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2-impl.h +0 -48
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.c +0 -45
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.h +0 -123
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ref.c +0 -94
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.c +0 -80
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.c +0 -87
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-avx2.h +0 -339
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse2.h +0 -66
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse41.h +0 -400
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +0 -456
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c +0 -269
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +0 -298
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-impl.h +0 -40
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c +0 -26
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c +0 -72
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/description +0 -1
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c +0 -39
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c +0 -159
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c +0 -59
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common.h +0 -771
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +0 -56
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c +0 -131
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h +0 -10
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c +0 -180
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.c +0 -336
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c +0 -55
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +0 -63
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +0 -19
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c +0 -24
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c +0 -6
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint16.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint8.h +0 -8
- data/vendor/libsodium/test-driver +0 -139
@@ -1,20 +1,19 @@
|
|
1
|
-
m4trace:/usr/local/share/aclocal/
|
2
|
-
|
1
|
+
m4trace:/usr/local/share/aclocal/ltargz.m4:74: -1- AC_DEFUN([LT_FUNC_ARGZ], [
|
3
2
|
AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
|
4
3
|
|
5
4
|
AC_CHECK_TYPES([error_t],
|
6
5
|
[],
|
7
6
|
[AC_DEFINE([error_t], [int],
|
8
|
-
[Define to a type to use for
|
7
|
+
[Define to a type to use for 'error_t' if it is not otherwise available.])
|
9
8
|
AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
|
10
9
|
does not typedef error_t.])],
|
11
10
|
[#if defined(HAVE_ARGZ_H)
|
12
11
|
# include <argz.h>
|
13
12
|
#endif])
|
14
13
|
|
15
|
-
|
14
|
+
LT_ARGZ_H=
|
16
15
|
AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
|
17
|
-
argz_next argz_stringify], [], [
|
16
|
+
argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
|
18
17
|
|
19
18
|
dnl if have system argz functions, allow forced use of
|
20
19
|
dnl libltdl-supplied implementation (and default to do so
|
@@ -25,14 +24,14 @@ dnl provides them, yet they are broken, is cygwin
|
|
25
24
|
dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
|
26
25
|
dnl So, it's more straightforward simply to special case
|
27
26
|
dnl this for known bad systems.
|
28
|
-
AS_IF([test -z "$
|
27
|
+
AS_IF([test -z "$LT_ARGZ_H"],
|
29
28
|
[AC_CACHE_CHECK(
|
30
29
|
[if argz actually works],
|
31
30
|
[lt_cv_sys_argz_works],
|
32
31
|
[[case $host_os in #(
|
33
32
|
*cygwin*)
|
34
33
|
lt_cv_sys_argz_works=no
|
35
|
-
if test "$cross_compiling"
|
34
|
+
if test no != "$cross_compiling"; then
|
36
35
|
lt_cv_sys_argz_works="guessing no"
|
37
36
|
else
|
38
37
|
lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
|
@@ -43,26 +42,25 @@ AS_IF([test -z "$ARGZ_H"],
|
|
43
42
|
lt_os_major=${2-0}
|
44
43
|
lt_os_minor=${3-0}
|
45
44
|
lt_os_micro=${4-0}
|
46
|
-
if test "$lt_os_major"
|
47
|
-
|| { test "$lt_os_major"
|
48
|
-
&& { test "$lt_os_minor"
|
49
|
-
|| { test "$lt_os_minor"
|
50
|
-
&& test "$lt_os_micro"
|
45
|
+
if test 1 -lt "$lt_os_major" \
|
46
|
+
|| { test 1 -eq "$lt_os_major" \
|
47
|
+
&& { test 5 -lt "$lt_os_minor" \
|
48
|
+
|| { test 5 -eq "$lt_os_minor" \
|
49
|
+
&& test 24 -lt "$lt_os_micro"; }; }; }; then
|
51
50
|
lt_cv_sys_argz_works=yes
|
52
51
|
fi
|
53
52
|
fi
|
54
53
|
;; #(
|
55
54
|
*) lt_cv_sys_argz_works=yes ;;
|
56
55
|
esac]])
|
57
|
-
AS_IF([test "$lt_cv_sys_argz_works"
|
56
|
+
AS_IF([test yes = "$lt_cv_sys_argz_works"],
|
58
57
|
[AC_DEFINE([HAVE_WORKING_ARGZ], 1,
|
59
58
|
[This value is set to 1 to indicate that the system argz facility works])],
|
60
|
-
[
|
61
|
-
AC_LIBOBJ([
|
59
|
+
[LT_ARGZ_H=lt__argz.h
|
60
|
+
AC_LIBOBJ([lt__argz])])])
|
62
61
|
|
63
|
-
AC_SUBST([
|
62
|
+
AC_SUBST([LT_ARGZ_H])
|
64
63
|
])
|
65
|
-
m4trace:/usr/local/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
|
66
64
|
m4trace:/usr/local/share/aclocal/ltdl.m4:19: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
|
67
65
|
_$0($*)
|
68
66
|
])
|
@@ -119,7 +117,7 @@ AC_ARG_WITH([included_ltdl],
|
|
119
117
|
[AS_HELP_STRING([--with-included-ltdl],
|
120
118
|
[use the GNU ltdl sources included here])])
|
121
119
|
|
122
|
-
if test "
|
120
|
+
if test yes != "$with_included_ltdl"; then
|
123
121
|
# We are not being forced to use the included libltdl sources, so
|
124
122
|
# decide whether there is a useful installed version we can use.
|
125
123
|
AC_CHECK_HEADER([ltdl.h],
|
@@ -147,7 +145,7 @@ AC_ARG_WITH([ltdl_include],
|
|
147
145
|
if test -n "$with_ltdl_include"; then
|
148
146
|
if test -f "$with_ltdl_include/ltdl.h"; then :
|
149
147
|
else
|
150
|
-
AC_MSG_ERROR([invalid ltdl include directory:
|
148
|
+
AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
|
151
149
|
fi
|
152
150
|
else
|
153
151
|
with_ltdl_include=no
|
@@ -160,7 +158,7 @@ AC_ARG_WITH([ltdl_lib],
|
|
160
158
|
if test -n "$with_ltdl_lib"; then
|
161
159
|
if test -f "$with_ltdl_lib/libltdl.la"; then :
|
162
160
|
else
|
163
|
-
AC_MSG_ERROR([invalid ltdl library directory:
|
161
|
+
AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
|
164
162
|
fi
|
165
163
|
else
|
166
164
|
with_ltdl_lib=no
|
@@ -183,15 +181,15 @@ case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
|
|
183
181
|
LTDLINCL=
|
184
182
|
;;
|
185
183
|
,no*,no,*)
|
186
|
-
AC_MSG_ERROR([
|
184
|
+
AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
|
187
185
|
;;
|
188
186
|
*) with_included_ltdl=no
|
189
187
|
LIBLTDL="-L$with_ltdl_lib -lltdl"
|
190
188
|
LTDLDEPS=
|
191
|
-
LTDLINCL
|
189
|
+
LTDLINCL=-I$with_ltdl_include
|
192
190
|
;;
|
193
191
|
esac
|
194
|
-
INCLTDL
|
192
|
+
INCLTDL=$LTDLINCL
|
195
193
|
|
196
194
|
# Report our decision...
|
197
195
|
AC_MSG_CHECKING([where to find libltdl headers])
|
@@ -243,7 +241,7 @@ AC_REQUIRE([LT_LIB_DLLOAD])dnl
|
|
243
241
|
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
|
244
242
|
AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
|
245
243
|
AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
|
246
|
-
AC_REQUIRE([
|
244
|
+
AC_REQUIRE([LT_FUNC_ARGZ])dnl
|
247
245
|
|
248
246
|
m4_require([_LT_CHECK_OBJDIR])dnl
|
249
247
|
m4_require([_LT_HEADER_DLFCN])dnl
|
@@ -267,7 +265,7 @@ m4_pattern_allow([^LT_CONFIG_H$])dnl
|
|
267
265
|
m4_ifset([AH_HEADER],
|
268
266
|
[LT_CONFIG_H=AH_HEADER],
|
269
267
|
[m4_ifset([AC_LIST_HEADERS],
|
270
|
-
[LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's
|
268
|
+
[LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`],
|
271
269
|
[])])])
|
272
270
|
AC_SUBST([LT_CONFIG_H])
|
273
271
|
|
@@ -289,7 +287,7 @@ name=ltdl
|
|
289
287
|
eval "LTDLOPEN=\"$libname_spec\""
|
290
288
|
AC_SUBST([LTDLOPEN])
|
291
289
|
])
|
292
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
290
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:542: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
293
291
|
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
294
292
|
[lt_cv_sys_dlopen_deplibs],
|
295
293
|
[# PORTME does your system automatically load deplibs for dlopen?
|
@@ -300,7 +298,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
|
300
298
|
case $host_os in
|
301
299
|
aix3*|aix4.1.*|aix4.2.*)
|
302
300
|
# Unknown whether this is true for these versions of AIX, but
|
303
|
-
# we want this
|
301
|
+
# we want this 'case' here to explicitly catch those versions.
|
304
302
|
lt_cv_sys_dlopen_deplibs=unknown
|
305
303
|
;;
|
306
304
|
aix[[4-9]]*)
|
@@ -313,6 +311,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
|
313
311
|
;;
|
314
312
|
esac
|
315
313
|
;;
|
314
|
+
bitrig*)
|
315
|
+
lt_cv_sys_dlopen_deplibs=yes
|
316
|
+
;;
|
316
317
|
darwin*)
|
317
318
|
# Assuming the user has installed a libdl from somewhere, this is true
|
318
319
|
# If you are looking for one http://www.opendarwin.org/projects/dlcompat
|
@@ -350,7 +351,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
|
350
351
|
osf[[1234]]*)
|
351
352
|
# dlopen did load deplibs (at least at 4.x), but until the 5.x series,
|
352
353
|
# it did *not* use an RPATH in a shared library to find objects the
|
353
|
-
# library depends on, so we explicitly say
|
354
|
+
# library depends on, so we explicitly say 'no'.
|
354
355
|
lt_cv_sys_dlopen_deplibs=no
|
355
356
|
;;
|
356
357
|
osf5.0|osf5.0a|osf5.1)
|
@@ -359,14 +360,14 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
|
359
360
|
# that the library depends on, but there's no easy way to know if that
|
360
361
|
# patch is installed. Since this is the case, all we can really
|
361
362
|
# say is unknown -- it depends on the patch being installed. If
|
362
|
-
# it is, this changes to
|
363
|
+
# it is, this changes to 'yes'. Without it, it would be 'no'.
|
363
364
|
lt_cv_sys_dlopen_deplibs=unknown
|
364
365
|
;;
|
365
366
|
osf*)
|
366
367
|
# the two cases above should catch all versions of osf <= 5.1. Read
|
367
368
|
# the comments above for what we know about them.
|
368
369
|
# At > 5.1, deplibs are loaded *and* any RPATH in a shared library
|
369
|
-
# is used to find them so we can finally say
|
370
|
+
# is used to find them so we can finally say 'yes'.
|
370
371
|
lt_cv_sys_dlopen_deplibs=yes
|
371
372
|
;;
|
372
373
|
qnx*)
|
@@ -380,17 +381,17 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
|
|
380
381
|
;;
|
381
382
|
esac
|
382
383
|
])
|
383
|
-
if test "$lt_cv_sys_dlopen_deplibs"
|
384
|
+
if test yes != "$lt_cv_sys_dlopen_deplibs"; then
|
384
385
|
AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
|
385
386
|
[Define if the OS needs help to load dependent libraries for dlopen().])
|
386
387
|
fi
|
387
388
|
])
|
388
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
389
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
389
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:545: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
|
390
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:545: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
|
390
391
|
You should run autoupdate.])dnl
|
391
392
|
m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
|
392
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
393
|
-
AC_CACHE_CHECK([
|
393
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:577: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
|
394
|
+
AC_CACHE_CHECK([what extension is used for runtime loadable modules],
|
394
395
|
[libltdl_cv_shlibext],
|
395
396
|
[
|
396
397
|
module=yes
|
@@ -408,35 +409,40 @@ if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
|
|
408
409
|
AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
|
409
410
|
[Define to the shared library suffix, say, ".dylib".])
|
410
411
|
fi
|
412
|
+
if test -n "$shared_archive_member_spec"; then
|
413
|
+
m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl
|
414
|
+
AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"],
|
415
|
+
[Define to the shared archive member specification, say "(shr.o)".])
|
416
|
+
fi
|
411
417
|
])
|
412
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
413
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
418
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:580: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
|
419
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
|
414
420
|
You should run autoupdate.])dnl
|
415
421
|
m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
|
416
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
417
|
-
AC_CACHE_CHECK([
|
418
|
-
[lt_cv_module_path_var], [lt_cv_module_path_var
|
422
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:596: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
|
423
|
+
AC_CACHE_CHECK([what variable specifies run-time module search path],
|
424
|
+
[lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var])
|
419
425
|
if test -n "$lt_cv_module_path_var"; then
|
420
426
|
m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
|
421
427
|
AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
|
422
428
|
[Define to the name of the environment variable that determines the run-time module search path.])
|
423
429
|
fi
|
424
430
|
])
|
425
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
426
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
431
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:599: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
|
432
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
|
427
433
|
You should run autoupdate.])dnl
|
428
434
|
m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
|
429
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
435
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:624: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
|
430
436
|
AC_CACHE_CHECK([for the default library search path],
|
431
437
|
[lt_cv_sys_dlsearch_path],
|
432
|
-
[lt_cv_sys_dlsearch_path
|
438
|
+
[lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
|
433
439
|
if test -n "$lt_cv_sys_dlsearch_path"; then
|
434
440
|
sys_dlsearch_path=
|
435
441
|
for dir in $lt_cv_sys_dlsearch_path; do
|
436
442
|
if test -z "$sys_dlsearch_path"; then
|
437
|
-
sys_dlsearch_path
|
443
|
+
sys_dlsearch_path=$dir
|
438
444
|
else
|
439
|
-
sys_dlsearch_path
|
445
|
+
sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
|
440
446
|
fi
|
441
447
|
done
|
442
448
|
m4_pattern_allow([LT_DLSEARCH_PATH])dnl
|
@@ -444,24 +450,25 @@ if test -n "$lt_cv_sys_dlsearch_path"; then
|
|
444
450
|
[Define to the system default library search path.])
|
445
451
|
fi
|
446
452
|
])
|
447
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
448
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
453
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:627: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
|
454
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
|
449
455
|
You should run autoupdate.])dnl
|
450
456
|
m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
|
451
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
457
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:745: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
|
452
458
|
LT_DLLOADERS=
|
453
459
|
AC_SUBST([LT_DLLOADERS])
|
454
460
|
|
455
461
|
AC_LANG_PUSH([C])
|
462
|
+
lt_dlload_save_LIBS=$LIBS
|
456
463
|
|
457
464
|
LIBADD_DLOPEN=
|
458
465
|
AC_SEARCH_LIBS([dlopen], [dl],
|
459
466
|
[AC_DEFINE([HAVE_LIBDL], [1],
|
460
467
|
[Define if you have the libdl library or equivalent.])
|
461
|
-
if test "$ac_cv_search_dlopen" != "none required"
|
462
|
-
LIBADD_DLOPEN
|
468
|
+
if test "$ac_cv_search_dlopen" != "none required"; then
|
469
|
+
LIBADD_DLOPEN=-ldl
|
463
470
|
fi
|
464
|
-
libltdl_cv_lib_dl_dlopen=
|
471
|
+
libltdl_cv_lib_dl_dlopen=yes
|
465
472
|
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
|
466
473
|
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
|
467
474
|
# include <dlfcn.h>
|
@@ -469,19 +476,19 @@ AC_SEARCH_LIBS([dlopen], [dl],
|
|
469
476
|
]], [[dlopen(0, 0);]])],
|
470
477
|
[AC_DEFINE([HAVE_LIBDL], [1],
|
471
478
|
[Define if you have the libdl library or equivalent.])
|
472
|
-
libltdl_cv_func_dlopen=
|
479
|
+
libltdl_cv_func_dlopen=yes
|
473
480
|
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
|
474
481
|
[AC_CHECK_LIB([svld], [dlopen],
|
475
482
|
[AC_DEFINE([HAVE_LIBDL], [1],
|
476
483
|
[Define if you have the libdl library or equivalent.])
|
477
|
-
LIBADD_DLOPEN
|
484
|
+
LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
|
478
485
|
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
|
479
|
-
if test
|
486
|
+
if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
|
480
487
|
then
|
481
|
-
lt_save_LIBS
|
488
|
+
lt_save_LIBS=$LIBS
|
482
489
|
LIBS="$LIBS $LIBADD_DLOPEN"
|
483
490
|
AC_CHECK_FUNCS([dlerror])
|
484
|
-
LIBS
|
491
|
+
LIBS=$lt_save_LIBS
|
485
492
|
fi
|
486
493
|
AC_SUBST([LIBADD_DLOPEN])
|
487
494
|
|
@@ -494,7 +501,7 @@ AC_CHECK_FUNC([shl_load],
|
|
494
501
|
[AC_DEFINE([HAVE_SHL_LOAD], [1],
|
495
502
|
[Define if you have the shl_load function.])
|
496
503
|
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
|
497
|
-
LIBADD_SHL_LOAD
|
504
|
+
LIBADD_SHL_LOAD=-ldld])])
|
498
505
|
AC_SUBST([LIBADD_SHL_LOAD])
|
499
506
|
|
500
507
|
case $host_os in
|
@@ -508,7 +515,7 @@ darwin[[1567]].*)
|
|
508
515
|
beos*)
|
509
516
|
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
|
510
517
|
;;
|
511
|
-
cygwin* | mingw* |
|
518
|
+
cygwin* | mingw* | pw32*)
|
512
519
|
AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
|
513
520
|
LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
|
514
521
|
;;
|
@@ -536,13 +543,14 @@ dnl This isn't used anymore, but set it for backwards compatibility
|
|
536
543
|
LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
|
537
544
|
AC_SUBST([LIBADD_DL])
|
538
545
|
|
546
|
+
LIBS=$lt_dlload_save_LIBS
|
539
547
|
AC_LANG_POP
|
540
548
|
])
|
541
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
542
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
549
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
|
550
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
|
543
551
|
You should run autoupdate.])dnl
|
544
552
|
m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
|
545
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
553
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:790: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
|
546
554
|
AC_CACHE_CHECK([for _ prefix in compiled symbols],
|
547
555
|
[lt_cv_sys_symbol_underscore],
|
548
556
|
[lt_cv_sys_symbol_underscore=no
|
@@ -576,47 +584,129 @@ _LT_EOF
|
|
576
584
|
sys_symbol_underscore=$lt_cv_sys_symbol_underscore
|
577
585
|
AC_SUBST([sys_symbol_underscore])
|
578
586
|
])
|
579
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
580
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
587
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:793: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
|
588
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:793: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
|
581
589
|
You should run autoupdate.])dnl
|
582
590
|
m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
|
583
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
591
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:904: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl for lt_prog_compiler_wl
|
592
|
+
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore
|
593
|
+
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext
|
594
|
+
if test yes = "$lt_cv_sys_symbol_underscore"; then
|
595
|
+
if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then
|
596
|
+
AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
|
597
|
+
[libltdl_cv_need_uscore],
|
598
|
+
[libltdl_cv_need_uscore=unknown
|
599
|
+
dlsym_uscore_save_LIBS=$LIBS
|
600
|
+
LIBS="$LIBS $LIBADD_DLOPEN"
|
601
|
+
libname=conftmod # stay within 8.3 filename limits!
|
602
|
+
cat >$libname.$ac_ext <<_LT_EOF
|
603
|
+
[#line $LINENO "configure"
|
604
|
+
#include "confdefs.h"
|
605
|
+
/* When -fvisibility=hidden is used, assume the code has been annotated
|
606
|
+
correspondingly for the symbols needed. */
|
607
|
+
#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
|
608
|
+
int fnord () __attribute__((visibility("default")));
|
609
|
+
#endif
|
610
|
+
int fnord () { return 42; }]
|
611
|
+
_LT_EOF
|
612
|
+
|
613
|
+
# ltfn_module_cmds module_cmds
|
614
|
+
# Execute tilde-delimited MODULE_CMDS with environment primed for
|
615
|
+
# $module_cmds or $archive_cmds type content.
|
616
|
+
ltfn_module_cmds ()
|
617
|
+
{( # subshell avoids polluting parent global environment
|
618
|
+
module_cmds_save_ifs=$IFS; IFS='~'
|
619
|
+
for cmd in @S|@1; do
|
620
|
+
IFS=$module_cmds_save_ifs
|
621
|
+
libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext
|
622
|
+
rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=.
|
623
|
+
major=; versuffix=; verstring=; deplibs=
|
624
|
+
ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag=
|
625
|
+
eval $cmd
|
626
|
+
done
|
627
|
+
IFS=$module_cmds_save_ifs
|
628
|
+
)}
|
629
|
+
|
630
|
+
# Compile a loadable module using libtool macro expansion results.
|
631
|
+
$CC $pic_flag -c $libname.$ac_ext
|
632
|
+
ltfn_module_cmds "${module_cmds:-$archive_cmds}"
|
633
|
+
|
634
|
+
# Try to fetch fnord with dlsym().
|
635
|
+
libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2
|
636
|
+
cat >conftest.$ac_ext <<_LT_EOF
|
637
|
+
[#line $LINENO "configure"
|
638
|
+
#include "confdefs.h"
|
639
|
+
#if HAVE_DLFCN_H
|
640
|
+
#include <dlfcn.h>
|
641
|
+
#endif
|
642
|
+
#include <stdio.h>
|
643
|
+
#ifndef RTLD_GLOBAL
|
644
|
+
# ifdef DL_GLOBAL
|
645
|
+
# define RTLD_GLOBAL DL_GLOBAL
|
646
|
+
# else
|
647
|
+
# define RTLD_GLOBAL 0
|
648
|
+
# endif
|
649
|
+
#endif
|
650
|
+
#ifndef RTLD_NOW
|
651
|
+
# ifdef DL_NOW
|
652
|
+
# define RTLD_NOW DL_NOW
|
653
|
+
# else
|
654
|
+
# define RTLD_NOW 0
|
655
|
+
# endif
|
656
|
+
#endif
|
657
|
+
int main () {
|
658
|
+
void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW);
|
659
|
+
int status = $libltdl_dlunknown;
|
660
|
+
if (handle) {
|
661
|
+
if (dlsym (handle, "fnord"))
|
662
|
+
status = $libltdl_dlnouscore;
|
663
|
+
else {
|
664
|
+
if (dlsym (handle, "_fnord"))
|
665
|
+
status = $libltdl_dluscore;
|
666
|
+
else
|
667
|
+
puts (dlerror ());
|
668
|
+
}
|
669
|
+
dlclose (handle);
|
670
|
+
} else
|
671
|
+
puts (dlerror ());
|
672
|
+
return status;
|
673
|
+
}]
|
674
|
+
_LT_EOF
|
675
|
+
if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
|
676
|
+
(./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
|
677
|
+
libltdl_status=$?
|
678
|
+
case x$libltdl_status in
|
679
|
+
x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;;
|
680
|
+
x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;;
|
681
|
+
x*) libltdl_cv_need_uscore=unknown ;;
|
682
|
+
esac
|
683
|
+
fi
|
684
|
+
rm -rf conftest* $libname*
|
685
|
+
LIBS=$dlsym_uscore_save_LIBS
|
686
|
+
])
|
597
687
|
fi
|
598
688
|
fi
|
599
689
|
|
600
|
-
if test
|
690
|
+
if test yes = "$libltdl_cv_need_uscore"; then
|
601
691
|
AC_DEFINE([NEED_USCORE], [1],
|
602
692
|
[Define if dlsym() requires a leading underscore in symbol names.])
|
603
693
|
fi
|
604
694
|
])
|
605
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
606
|
-
m4trace:/usr/local/share/aclocal/ltdl.m4:
|
695
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:907: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
|
696
|
+
m4trace:/usr/local/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
|
607
697
|
You should run autoupdate.])dnl
|
608
698
|
m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
|
609
|
-
m4trace:/usr/local/Cellar/automake/1.
|
699
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
|
610
700
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
611
701
|
dnl require some minimum version. Point them to the right macro.
|
612
|
-
m4_if([$1], [1.
|
702
|
+
m4_if([$1], [1.15.1], [],
|
613
703
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
614
704
|
])
|
615
|
-
m4trace:/usr/local/Cellar/automake/1.
|
705
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl
|
616
706
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
617
707
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
618
708
|
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
619
|
-
m4trace:/usr/local/Cellar/automake/1.
|
709
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/as.m4:19: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code.
|
620
710
|
AC_REQUIRE([AC_PROG_CC])
|
621
711
|
test "${CCAS+set}" = set || CCAS=$CC
|
622
712
|
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
|
@@ -624,12 +714,11 @@ AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
|
|
624
714
|
AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
|
625
715
|
_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
|
626
716
|
])
|
627
|
-
m4trace:/usr/local/Cellar/automake/1.
|
628
|
-
|
629
|
-
|
630
|
-
am_aux_dir=`cd $ac_aux_dir && pwd`
|
717
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/auxdir.m4:51: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
|
718
|
+
# Expand $ac_aux_dir to an absolute path.
|
719
|
+
am_aux_dir=`cd "$ac_aux_dir" && pwd`
|
631
720
|
])
|
632
|
-
m4trace:/usr/local/Cellar/automake/1.
|
721
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
|
633
722
|
m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
634
723
|
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
635
724
|
AC_SUBST([$1_TRUE])dnl
|
@@ -649,7 +738,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|
649
738
|
AC_MSG_ERROR([[conditional "$1" was never defined.
|
650
739
|
Usually this means the macro was only invoked conditionally.]])
|
651
740
|
fi])])
|
652
|
-
m4trace:/usr/local/Cellar/automake/1.
|
741
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
|
653
742
|
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
|
654
743
|
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
655
744
|
AC_REQUIRE([AM_DEP_TRACK])dnl
|
@@ -779,10 +868,10 @@ AM_CONDITIONAL([am__fastdep$1], [
|
|
779
868
|
test "x$enable_dependency_tracking" != xno \
|
780
869
|
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
|
781
870
|
])
|
782
|
-
m4trace:/usr/local/Cellar/automake/1.
|
871
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
783
872
|
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
784
873
|
])
|
785
|
-
m4trace:/usr/local/Cellar/automake/1.
|
874
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:189: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
|
786
875
|
AS_HELP_STRING(
|
787
876
|
[--enable-dependency-tracking],
|
788
877
|
[do not reject slow dependency extractors])
|
@@ -800,7 +889,7 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
|
|
800
889
|
AC_SUBST([am__nodep])dnl
|
801
890
|
_AM_SUBST_NOTMAKE([am__nodep])dnl
|
802
891
|
])
|
803
|
-
m4trace:/usr/local/Cellar/automake/1.
|
892
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depout.m4:61: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
|
804
893
|
# Older Autoconf quotes --file arguments for eval, but not when files
|
805
894
|
# are listed without --file. Let's play safe and only enable the eval
|
806
895
|
# if we detect the quoting.
|
@@ -849,11 +938,11 @@ m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depout.m4:61: -1- A
|
|
849
938
|
done
|
850
939
|
}
|
851
940
|
])
|
852
|
-
m4trace:/usr/local/Cellar/automake/1.
|
941
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
|
853
942
|
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
854
943
|
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
855
944
|
])
|
856
|
-
m4trace:/usr/local/Cellar/automake/1.
|
945
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/init.m4:171: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
|
857
946
|
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
858
947
|
dnl the ones we care about.
|
859
948
|
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
@@ -916,8 +1005,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
|
916
1005
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
917
1006
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
918
1007
|
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
|
919
|
-
# We need awk for the "check" target
|
920
|
-
# some platforms.
|
1008
|
+
# We need awk for the "check" target (and possibly the TAP driver). The
|
1009
|
+
# system "awk" is bad on some platforms.
|
921
1010
|
AC_REQUIRE([AC_PROG_AWK])dnl
|
922
1011
|
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
923
1012
|
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
@@ -990,8 +1079,12 @@ to "yes", and re-run configure.
|
|
990
1079
|
END
|
991
1080
|
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
|
992
1081
|
fi
|
993
|
-
fi
|
994
|
-
|
1082
|
+
fi
|
1083
|
+
dnl The trailing newline in this macro's definition is deliberate, for
|
1084
|
+
dnl backward compatibility and to allow trailing 'dnl'-style comments
|
1085
|
+
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
|
1086
|
+
])
|
1087
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/init.m4:198: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
|
995
1088
|
_am_arg=$1
|
996
1089
|
_am_stamp_count=1
|
997
1090
|
for _am_header in $config_headers :; do
|
@@ -1003,8 +1096,8 @@ for _am_header in $config_headers :; do
|
|
1003
1096
|
esac
|
1004
1097
|
done
|
1005
1098
|
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
1006
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1007
|
-
if test x"${install_sh}" != xset; then
|
1099
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/install-sh.m4:21: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
1100
|
+
if test x"${install_sh+set}" != xset; then
|
1008
1101
|
case $am_aux_dir in
|
1009
1102
|
*\ * | *\ *)
|
1010
1103
|
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
|
@@ -1013,7 +1106,7 @@ if test x"${install_sh}" != xset; then
|
|
1013
1106
|
esac
|
1014
1107
|
fi
|
1015
1108
|
AC_SUBST([install_sh])])
|
1016
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1109
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/lead-dot.m4:19: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
|
1017
1110
|
mkdir .tst 2>/dev/null
|
1018
1111
|
if test -d .tst; then
|
1019
1112
|
am__leading_dot=.
|
@@ -1022,7 +1115,7 @@ else
|
|
1022
1115
|
fi
|
1023
1116
|
rmdir .tst 2>/dev/null
|
1024
1117
|
AC_SUBST([am__leading_dot])])
|
1025
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1118
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/maintainer.m4:35: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
|
1026
1119
|
[enable], [m4_define([am_maintainer_other], [disable])],
|
1027
1120
|
[disable], [m4_define([am_maintainer_other], [enable])],
|
1028
1121
|
[m4_define([am_maintainer_other], [enable])
|
@@ -1041,7 +1134,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
|
|
1041
1134
|
AC_SUBST([MAINT])dnl
|
1042
1135
|
|
1043
1136
|
])
|
1044
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1137
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/make.m4:49: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
|
1045
1138
|
cat > confinc << 'END'
|
1046
1139
|
am__doit:
|
1047
1140
|
@echo this is the am__doit target
|
@@ -1078,10 +1171,10 @@ AC_SUBST([am__quote])
|
|
1078
1171
|
AC_MSG_RESULT([$_am_result])
|
1079
1172
|
rm -f confinc confmf
|
1080
1173
|
])
|
1081
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1174
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
|
1082
1175
|
$1=${$1-"${am_missing_run}$2"}
|
1083
1176
|
AC_SUBST($1)])
|
1084
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1177
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/missing.m4:38: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
1085
1178
|
AC_REQUIRE_AUX_FILE([missing])dnl
|
1086
1179
|
if test x"${MISSING+set}" != xset; then
|
1087
1180
|
case $am_aux_dir in
|
@@ -1099,11 +1192,11 @@ else
|
|
1099
1192
|
AC_MSG_WARN(['missing' script is too old or missing])
|
1100
1193
|
fi
|
1101
1194
|
])
|
1102
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1103
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1104
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1105
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1106
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1195
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:12: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
1196
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:18: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
|
1197
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:24: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
|
1198
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:30: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
1199
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/prog-cc-c-o.m4:44: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
1107
1200
|
AC_REQUIRE_AUX_FILE([compile])dnl
|
1108
1201
|
AC_LANG_PUSH([C])dnl
|
1109
1202
|
AC_CACHE_CHECK(
|
@@ -1135,13 +1228,13 @@ if test "$am_cv_prog_cc_c_o" != yes; then
|
|
1135
1228
|
CC="$am_aux_dir/compile $CC"
|
1136
1229
|
fi
|
1137
1230
|
AC_LANG_POP([C])])
|
1138
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1139
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1231
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
|
1232
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
|
1140
1233
|
($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
|
1141
1234
|
ac_status=$?
|
1142
1235
|
echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
1143
1236
|
(exit $ac_status); }])
|
1144
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1237
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/sanity.m4:82: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
|
1145
1238
|
# Reject unsafe characters in $srcdir or the absolute working directory
|
1146
1239
|
# name. Accept space and tab only in the latter.
|
1147
1240
|
am_lf='
|
@@ -1212,7 +1305,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|
1212
1305
|
AC_MSG_RESULT([done])])
|
1213
1306
|
rm -f conftest.file
|
1214
1307
|
])
|
1215
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1308
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/silent.m4:60: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
|
1216
1309
|
AS_HELP_STRING(
|
1217
1310
|
[--enable-silent-rules],
|
1218
1311
|
[less verbose build output (undo: "make V=1")])
|
@@ -1260,7 +1353,7 @@ AM_BACKSLASH='\'
|
|
1260
1353
|
AC_SUBST([AM_BACKSLASH])dnl
|
1261
1354
|
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
1262
1355
|
])
|
1263
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1356
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
1264
1357
|
# Installed binaries are usually stripped using 'strip' when the user
|
1265
1358
|
# run "make install-strip". However 'strip' might not be the right
|
1266
1359
|
# tool to use in cross-compilation environments, therefore Automake
|
@@ -1271,9 +1364,9 @@ if test "$cross_compiling" != no; then
|
|
1271
1364
|
fi
|
1272
1365
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
1273
1366
|
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
1274
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1275
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1276
|
-
m4trace:/usr/local/Cellar/automake/1.
|
1367
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
|
1368
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
1369
|
+
m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/tar.m4:132: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
|
1277
1370
|
# in the wild :-( We should find a proper way to deprecate it ...
|
1278
1371
|
AC_SUBST([AMTAR], ['$${TAR-tar}'])
|
1279
1372
|
|
@@ -1382,35 +1475,680 @@ m4_if([$1], [v7],
|
|
1382
1475
|
AC_SUBST([am__tar])
|
1383
1476
|
AC_SUBST([am__untar])
|
1384
1477
|
])
|
1385
|
-
m4trace:m4/
|
1478
|
+
m4trace:m4/ax_check_catchable_segv.m4:42: -1- AC_DEFUN([AX_CHECK_CATCHABLE_SEGV], [dnl
|
1479
|
+
AC_PREREQ(2.64)
|
1480
|
+
AS_VAR_PUSHDEF([CACHEVAR], [ax_cv_check_[]_AC_LANG_ABBREV[]CATCHABLE_SEGV])dnl
|
1481
|
+
AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], CACHEVAR, [
|
1482
|
+
AC_RUN_IFELSE([
|
1483
|
+
AC_LANG_PROGRAM([[
|
1484
|
+
#include <signal.h>
|
1485
|
+
#include <stdlib.h>
|
1486
|
+
static void sig(int _) { exit(0); }
|
1487
|
+
]], [[
|
1488
|
+
volatile unsigned char * volatile x = (volatile unsigned char *) malloc(8);
|
1489
|
+
size_t i;
|
1490
|
+
|
1491
|
+
signal(SIGSEGV, sig);
|
1492
|
+
signal(SIGBUS, sig);
|
1493
|
+
#if !defined(__SANITIZE_ADDRESS__) && !defined(__EMSCRIPTEN__)
|
1494
|
+
for (i = 0; i < 10000000; i += 1024) { x[-i] = x[i] = (unsigned char) i; }
|
1495
|
+
#endif
|
1496
|
+
free((void *) x);
|
1497
|
+
exit(1)
|
1498
|
+
]])],
|
1499
|
+
[AS_VAR_SET(CACHEVAR, [yes])],
|
1500
|
+
[AS_VAR_SET(CACHEVAR, [no])],
|
1501
|
+
[AS_VAR_SET(CACHEVAR, [unknown])]
|
1502
|
+
)
|
1503
|
+
])
|
1504
|
+
AS_VAR_IF(CACHEVAR, yes,
|
1505
|
+
[AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
|
1506
|
+
[AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance.])]
|
1507
|
+
)
|
1508
|
+
AS_VAR_POPDEF([CACHEVAR])dnl
|
1509
|
+
])
|
1510
|
+
m4trace:m4/ax_check_compile_flag.m4:75: -1- AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
|
1386
1511
|
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
|
1387
1512
|
AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
|
1388
1513
|
ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
|
1389
1514
|
_AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
|
1390
|
-
|
1391
|
-
|
1515
|
+
AC_TRY_LINK([#include <time.h>],
|
1516
|
+
[time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x],
|
1392
1517
|
[AS_VAR_SET(CACHEVAR,[yes])],
|
1393
1518
|
[AS_VAR_SET(CACHEVAR,[no])])
|
1394
1519
|
_AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
|
1395
|
-
|
1520
|
+
AS_VAR_IF(CACHEVAR,yes,
|
1396
1521
|
[m4_default([$2], :)],
|
1397
1522
|
[m4_default([$3], :)])
|
1398
1523
|
AS_VAR_POPDEF([CACHEVAR])dnl
|
1399
1524
|
])
|
1400
|
-
m4trace:m4/
|
1525
|
+
m4trace:m4/ax_check_define.m4:49: -1- AU_DEFUN([AC_CHECK_DEFINED], [m4_if($#, 0, [AC_CHECK_DEFINE], [AC_CHECK_DEFINE($@)])])
|
1526
|
+
m4trace:m4/ax_check_define.m4:49: -1- AC_DEFUN([AC_CHECK_DEFINED], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_DEFINED' is obsolete.
|
1527
|
+
You should run autoupdate.])dnl
|
1528
|
+
m4_if($#, 0, [AC_CHECK_DEFINE], [AC_CHECK_DEFINE($@)])])
|
1529
|
+
m4trace:m4/ax_check_define.m4:62: -1- AC_DEFUN([AC_CHECK_DEFINE], [
|
1530
|
+
AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$1])dnl
|
1531
|
+
AC_CACHE_CHECK([for $1 defined], ac_var,
|
1532
|
+
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
|
1533
|
+
#ifdef $1
|
1534
|
+
int ok;
|
1535
|
+
#else
|
1536
|
+
choke me
|
1537
|
+
#endif
|
1538
|
+
]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
|
1539
|
+
AS_IF([test AS_VAR_GET(ac_var) != "no"], [$2], [$3])dnl
|
1540
|
+
AS_VAR_POPDEF([ac_var])dnl
|
1541
|
+
])
|
1542
|
+
m4trace:m4/ax_check_define.m4:64: -1- AU_DEFUN([AX_CHECK_DEFINED], [m4_if($#, 0, [AX_CHECK_DEFINE], [AX_CHECK_DEFINE($@)])])
|
1543
|
+
m4trace:m4/ax_check_define.m4:64: -1- AC_DEFUN([AX_CHECK_DEFINED], [AC_DIAGNOSE([obsolete], [The macro `AX_CHECK_DEFINED' is obsolete.
|
1544
|
+
You should run autoupdate.])dnl
|
1545
|
+
m4_if($#, 0, [AX_CHECK_DEFINE], [AX_CHECK_DEFINE($@)])])
|
1546
|
+
m4trace:m4/ax_check_define.m4:77: -1- AC_DEFUN([AX_CHECK_DEFINE], [
|
1547
|
+
AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$2_$1])dnl
|
1548
|
+
AC_CACHE_CHECK([for $2 defined in $1], ac_var,
|
1549
|
+
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <$1>]], [[
|
1550
|
+
#ifdef $2
|
1551
|
+
int ok;
|
1552
|
+
#else
|
1553
|
+
choke me
|
1554
|
+
#endif
|
1555
|
+
]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
|
1556
|
+
AS_IF([test AS_VAR_GET(ac_var) != "no"], [$3], [$4])dnl
|
1557
|
+
AS_VAR_POPDEF([ac_var])dnl
|
1558
|
+
])
|
1559
|
+
m4trace:m4/ax_check_define.m4:92: -1- AC_DEFUN([AX_CHECK_FUNC], [AS_VAR_PUSHDEF([ac_var], [ac_cv_func_$2])dnl
|
1560
|
+
AC_CACHE_CHECK([for $2], ac_var,
|
1561
|
+
dnl AC_LANG_FUNC_LINK_TRY
|
1562
|
+
[AC_LINK_IFELSE([AC_LANG_PROGRAM([$1
|
1563
|
+
#undef $2
|
1564
|
+
char $2 ();],[
|
1565
|
+
char (*f) () = $2;
|
1566
|
+
return f != $2; ])],
|
1567
|
+
[AS_VAR_SET(ac_var, yes)],
|
1568
|
+
[AS_VAR_SET(ac_var, no)])])
|
1569
|
+
AS_IF([test AS_VAR_GET(ac_var) = yes], [$3], [$4])dnl
|
1570
|
+
AS_VAR_POPDEF([ac_var])dnl
|
1571
|
+
])
|
1572
|
+
m4trace:m4/ax_check_link_flag.m4:75: -1- AC_DEFUN([AX_CHECK_LINK_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
|
1573
|
+
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
|
1401
1574
|
AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
|
1402
1575
|
ax_check_save_flags=$LDFLAGS
|
1403
1576
|
LDFLAGS="$LDFLAGS $4 $1"
|
1404
|
-
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <
|
1405
|
-
[[
|
1577
|
+
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]],
|
1578
|
+
[[time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x]])],
|
1406
1579
|
[AS_VAR_SET(CACHEVAR,[yes])],
|
1407
1580
|
[AS_VAR_SET(CACHEVAR,[no])])
|
1408
1581
|
LDFLAGS=$ax_check_save_flags])
|
1409
|
-
|
1582
|
+
AS_VAR_IF(CACHEVAR,yes,
|
1410
1583
|
[m4_default([$2], :)],
|
1411
1584
|
[m4_default([$3], :)])
|
1412
1585
|
AS_VAR_POPDEF([CACHEVAR])dnl
|
1413
1586
|
])
|
1587
|
+
m4trace:m4/ax_pthread.m4:87: -1- AU_DEFUN([ACX_PTHREAD], [m4_if($#, 0, [AX_PTHREAD], [AX_PTHREAD($@)])])
|
1588
|
+
m4trace:m4/ax_pthread.m4:87: -1- AC_DEFUN([ACX_PTHREAD], [AC_DIAGNOSE([obsolete], [The macro `ACX_PTHREAD' is obsolete.
|
1589
|
+
You should run autoupdate.])dnl
|
1590
|
+
m4_if($#, 0, [AX_PTHREAD], [AX_PTHREAD($@)])])
|
1591
|
+
m4trace:m4/ax_pthread.m4:485: -1- AC_DEFUN([AX_PTHREAD], [
|
1592
|
+
AC_REQUIRE([AC_CANONICAL_HOST])
|
1593
|
+
AC_REQUIRE([AC_PROG_CC])
|
1594
|
+
AC_REQUIRE([AC_PROG_SED])
|
1595
|
+
AC_LANG_PUSH([C])
|
1596
|
+
ax_pthread_ok=no
|
1597
|
+
|
1598
|
+
# We used to check for pthread.h first, but this fails if pthread.h
|
1599
|
+
# requires special compiler flags (e.g. on Tru64 or Sequent).
|
1600
|
+
# It gets checked for in the link test anyway.
|
1601
|
+
|
1602
|
+
# First of all, check if the user has set any of the PTHREAD_LIBS,
|
1603
|
+
# etcetera environment variables, and if threads linking works using
|
1604
|
+
# them:
|
1605
|
+
if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then
|
1606
|
+
ax_pthread_save_CC="$CC"
|
1607
|
+
ax_pthread_save_CFLAGS="$CFLAGS"
|
1608
|
+
ax_pthread_save_LIBS="$LIBS"
|
1609
|
+
AS_IF([test "x$PTHREAD_CC" != "x"], [CC="$PTHREAD_CC"])
|
1610
|
+
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
1611
|
+
LIBS="$PTHREAD_LIBS $LIBS"
|
1612
|
+
AC_MSG_CHECKING([for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS])
|
1613
|
+
AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes])
|
1614
|
+
AC_MSG_RESULT([$ax_pthread_ok])
|
1615
|
+
if test "x$ax_pthread_ok" = "xno"; then
|
1616
|
+
PTHREAD_LIBS=""
|
1617
|
+
PTHREAD_CFLAGS=""
|
1618
|
+
fi
|
1619
|
+
CC="$ax_pthread_save_CC"
|
1620
|
+
CFLAGS="$ax_pthread_save_CFLAGS"
|
1621
|
+
LIBS="$ax_pthread_save_LIBS"
|
1622
|
+
fi
|
1623
|
+
|
1624
|
+
# We must check for the threads library under a number of different
|
1625
|
+
# names; the ordering is very important because some systems
|
1626
|
+
# (e.g. DEC) have both -lpthread and -lpthreads, where one of the
|
1627
|
+
# libraries is broken (non-POSIX).
|
1628
|
+
|
1629
|
+
# Create a list of thread flags to try. Items starting with a "-" are
|
1630
|
+
# C compiler flags, and other items are library names, except for "none"
|
1631
|
+
# which indicates that we try without any flags at all, and "pthread-config"
|
1632
|
+
# which is a program returning the flags for the Pth emulation library.
|
1633
|
+
|
1634
|
+
ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
|
1635
|
+
|
1636
|
+
# The ordering *is* (sometimes) important. Some notes on the
|
1637
|
+
# individual items follow:
|
1638
|
+
|
1639
|
+
# pthreads: AIX (must check this before -lpthread)
|
1640
|
+
# none: in case threads are in libc; should be tried before -Kthread and
|
1641
|
+
# other compiler flags to prevent continual compiler warnings
|
1642
|
+
# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
|
1643
|
+
# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64
|
1644
|
+
# (Note: HP C rejects this with "bad form for `-t' option")
|
1645
|
+
# -pthreads: Solaris/gcc (Note: HP C also rejects)
|
1646
|
+
# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
|
1647
|
+
# doesn't hurt to check since this sometimes defines pthreads and
|
1648
|
+
# -D_REENTRANT too), HP C (must be checked before -lpthread, which
|
1649
|
+
# is present but should not be used directly; and before -mthreads,
|
1650
|
+
# because the compiler interprets this as "-mt" + "-hreads")
|
1651
|
+
# -mthreads: Mingw32/gcc, Lynx/gcc
|
1652
|
+
# pthread: Linux, etcetera
|
1653
|
+
# --thread-safe: KAI C++
|
1654
|
+
# pthread-config: use pthread-config program (for GNU Pth library)
|
1655
|
+
|
1656
|
+
case $host_os in
|
1657
|
+
|
1658
|
+
freebsd*)
|
1659
|
+
|
1660
|
+
# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
|
1661
|
+
# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
|
1662
|
+
|
1663
|
+
ax_pthread_flags="-kthread lthread $ax_pthread_flags"
|
1664
|
+
;;
|
1665
|
+
|
1666
|
+
hpux*)
|
1667
|
+
|
1668
|
+
# From the cc(1) man page: "[-mt] Sets various -D flags to enable
|
1669
|
+
# multi-threading and also sets -lpthread."
|
1670
|
+
|
1671
|
+
ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags"
|
1672
|
+
;;
|
1673
|
+
|
1674
|
+
openedition*)
|
1675
|
+
|
1676
|
+
# IBM z/OS requires a feature-test macro to be defined in order to
|
1677
|
+
# enable POSIX threads at all, so give the user a hint if this is
|
1678
|
+
# not set. (We don't define these ourselves, as they can affect
|
1679
|
+
# other portions of the system API in unpredictable ways.)
|
1680
|
+
|
1681
|
+
AC_EGREP_CPP([AX_PTHREAD_ZOS_MISSING],
|
1682
|
+
[
|
1683
|
+
# if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS)
|
1684
|
+
AX_PTHREAD_ZOS_MISSING
|
1685
|
+
# endif
|
1686
|
+
],
|
1687
|
+
[AC_MSG_WARN([IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support.])])
|
1688
|
+
;;
|
1689
|
+
|
1690
|
+
solaris*)
|
1691
|
+
|
1692
|
+
# On Solaris (at least, for some versions), libc contains stubbed
|
1693
|
+
# (non-functional) versions of the pthreads routines, so link-based
|
1694
|
+
# tests will erroneously succeed. (N.B.: The stubs are missing
|
1695
|
+
# pthread_cleanup_push, or rather a function called by this macro,
|
1696
|
+
# so we could check for that, but who knows whether they'll stub
|
1697
|
+
# that too in a future libc.) So we'll check first for the
|
1698
|
+
# standard Solaris way of linking pthreads (-mt -lpthread).
|
1699
|
+
|
1700
|
+
ax_pthread_flags="-mt,pthread pthread $ax_pthread_flags"
|
1701
|
+
;;
|
1702
|
+
esac
|
1703
|
+
|
1704
|
+
# GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC)
|
1705
|
+
|
1706
|
+
AS_IF([test "x$GCC" = "xyes"],
|
1707
|
+
[ax_pthread_flags="-pthread -pthreads $ax_pthread_flags"])
|
1708
|
+
|
1709
|
+
# The presence of a feature test macro requesting re-entrant function
|
1710
|
+
# definitions is, on some systems, a strong hint that pthreads support is
|
1711
|
+
# correctly enabled
|
1712
|
+
|
1713
|
+
case $host_os in
|
1714
|
+
darwin* | hpux* | linux* | osf* | solaris*)
|
1715
|
+
ax_pthread_check_macro="_REENTRANT"
|
1716
|
+
;;
|
1717
|
+
|
1718
|
+
aix*)
|
1719
|
+
ax_pthread_check_macro="_THREAD_SAFE"
|
1720
|
+
;;
|
1721
|
+
|
1722
|
+
*)
|
1723
|
+
ax_pthread_check_macro="--"
|
1724
|
+
;;
|
1725
|
+
esac
|
1726
|
+
AS_IF([test "x$ax_pthread_check_macro" = "x--"],
|
1727
|
+
[ax_pthread_check_cond=0],
|
1728
|
+
[ax_pthread_check_cond="!defined($ax_pthread_check_macro)"])
|
1729
|
+
|
1730
|
+
# Are we compiling with Clang?
|
1731
|
+
|
1732
|
+
AC_CACHE_CHECK([whether $CC is Clang],
|
1733
|
+
[ax_cv_PTHREAD_CLANG],
|
1734
|
+
[ax_cv_PTHREAD_CLANG=no
|
1735
|
+
# Note that Autoconf sets GCC=yes for Clang as well as GCC
|
1736
|
+
if test "x$GCC" = "xyes"; then
|
1737
|
+
AC_EGREP_CPP([AX_PTHREAD_CC_IS_CLANG],
|
1738
|
+
[/* Note: Clang 2.7 lacks __clang_[a-z]+__ */
|
1739
|
+
# if defined(__clang__) && defined(__llvm__)
|
1740
|
+
AX_PTHREAD_CC_IS_CLANG
|
1741
|
+
# endif
|
1742
|
+
],
|
1743
|
+
[ax_cv_PTHREAD_CLANG=yes])
|
1744
|
+
fi
|
1745
|
+
])
|
1746
|
+
ax_pthread_clang="$ax_cv_PTHREAD_CLANG"
|
1747
|
+
|
1748
|
+
ax_pthread_clang_warning=no
|
1749
|
+
|
1750
|
+
# Clang needs special handling, because older versions handle the -pthread
|
1751
|
+
# option in a rather... idiosyncratic way
|
1752
|
+
|
1753
|
+
if test "x$ax_pthread_clang" = "xyes"; then
|
1754
|
+
|
1755
|
+
# Clang takes -pthread; it has never supported any other flag
|
1756
|
+
|
1757
|
+
# (Note 1: This will need to be revisited if a system that Clang
|
1758
|
+
# supports has POSIX threads in a separate library. This tends not
|
1759
|
+
# to be the way of modern systems, but it's conceivable.)
|
1760
|
+
|
1761
|
+
# (Note 2: On some systems, notably Darwin, -pthread is not needed
|
1762
|
+
# to get POSIX threads support; the API is always present and
|
1763
|
+
# active. We could reasonably leave PTHREAD_CFLAGS empty. But
|
1764
|
+
# -pthread does define _REENTRANT, and while the Darwin headers
|
1765
|
+
# ignore this macro, third-party headers might not.)
|
1766
|
+
|
1767
|
+
PTHREAD_CFLAGS="-pthread"
|
1768
|
+
PTHREAD_LIBS=
|
1769
|
+
|
1770
|
+
ax_pthread_ok=yes
|
1771
|
+
|
1772
|
+
# However, older versions of Clang make a point of warning the user
|
1773
|
+
# that, in an invocation where only linking and no compilation is
|
1774
|
+
# taking place, the -pthread option has no effect ("argument unused
|
1775
|
+
# during compilation"). They expect -pthread to be passed in only
|
1776
|
+
# when source code is being compiled.
|
1777
|
+
#
|
1778
|
+
# Problem is, this is at odds with the way Automake and most other
|
1779
|
+
# C build frameworks function, which is that the same flags used in
|
1780
|
+
# compilation (CFLAGS) are also used in linking. Many systems
|
1781
|
+
# supported by AX_PTHREAD require exactly this for POSIX threads
|
1782
|
+
# support, and in fact it is often not straightforward to specify a
|
1783
|
+
# flag that is used only in the compilation phase and not in
|
1784
|
+
# linking. Such a scenario is extremely rare in practice.
|
1785
|
+
#
|
1786
|
+
# Even though use of the -pthread flag in linking would only print
|
1787
|
+
# a warning, this can be a nuisance for well-run software projects
|
1788
|
+
# that build with -Werror. So if the active version of Clang has
|
1789
|
+
# this misfeature, we search for an option to squash it.
|
1790
|
+
|
1791
|
+
AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -pthread],
|
1792
|
+
[ax_cv_PTHREAD_CLANG_NO_WARN_FLAG],
|
1793
|
+
[ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=unknown
|
1794
|
+
# Create an alternate version of $ac_link that compiles and
|
1795
|
+
# links in two steps (.c -> .o, .o -> exe) instead of one
|
1796
|
+
# (.c -> exe), because the warning occurs only in the second
|
1797
|
+
# step
|
1798
|
+
ax_pthread_save_ac_link="$ac_link"
|
1799
|
+
ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
|
1800
|
+
ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
|
1801
|
+
ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
|
1802
|
+
ax_pthread_save_CFLAGS="$CFLAGS"
|
1803
|
+
for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
|
1804
|
+
AS_IF([test "x$ax_pthread_try" = "xunknown"], [break])
|
1805
|
+
CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
|
1806
|
+
ac_link="$ax_pthread_save_ac_link"
|
1807
|
+
AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])],
|
1808
|
+
[ac_link="$ax_pthread_2step_ac_link"
|
1809
|
+
AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])],
|
1810
|
+
[break])
|
1811
|
+
])
|
1812
|
+
done
|
1813
|
+
ac_link="$ax_pthread_save_ac_link"
|
1814
|
+
CFLAGS="$ax_pthread_save_CFLAGS"
|
1815
|
+
AS_IF([test "x$ax_pthread_try" = "x"], [ax_pthread_try=no])
|
1816
|
+
ax_cv_PTHREAD_CLANG_NO_WARN_FLAG="$ax_pthread_try"
|
1817
|
+
])
|
1818
|
+
|
1819
|
+
case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in
|
1820
|
+
no | unknown) ;;
|
1821
|
+
*) PTHREAD_CFLAGS="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;;
|
1822
|
+
esac
|
1823
|
+
|
1824
|
+
fi # $ax_pthread_clang = yes
|
1825
|
+
|
1826
|
+
if test "x$ax_pthread_ok" = "xno"; then
|
1827
|
+
for ax_pthread_try_flag in $ax_pthread_flags; do
|
1828
|
+
|
1829
|
+
case $ax_pthread_try_flag in
|
1830
|
+
none)
|
1831
|
+
AC_MSG_CHECKING([whether pthreads work without any flags])
|
1832
|
+
;;
|
1833
|
+
|
1834
|
+
-mt,pthread)
|
1835
|
+
AC_MSG_CHECKING([whether pthreads work with -mt -lpthread])
|
1836
|
+
PTHREAD_CFLAGS="-mt"
|
1837
|
+
PTHREAD_LIBS="-lpthread"
|
1838
|
+
;;
|
1839
|
+
|
1840
|
+
-*)
|
1841
|
+
AC_MSG_CHECKING([whether pthreads work with $ax_pthread_try_flag])
|
1842
|
+
PTHREAD_CFLAGS="$ax_pthread_try_flag"
|
1843
|
+
;;
|
1844
|
+
|
1845
|
+
pthread-config)
|
1846
|
+
AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no])
|
1847
|
+
AS_IF([test "x$ax_pthread_config" = "xno"], [continue])
|
1848
|
+
PTHREAD_CFLAGS="`pthread-config --cflags`"
|
1849
|
+
PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
|
1850
|
+
;;
|
1851
|
+
|
1852
|
+
*)
|
1853
|
+
AC_MSG_CHECKING([for the pthreads library -l$ax_pthread_try_flag])
|
1854
|
+
PTHREAD_LIBS="-l$ax_pthread_try_flag"
|
1855
|
+
;;
|
1856
|
+
esac
|
1857
|
+
|
1858
|
+
ax_pthread_save_CFLAGS="$CFLAGS"
|
1859
|
+
ax_pthread_save_LIBS="$LIBS"
|
1860
|
+
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
1861
|
+
LIBS="$PTHREAD_LIBS $LIBS"
|
1862
|
+
|
1863
|
+
# Check for various functions. We must include pthread.h,
|
1864
|
+
# since some functions may be macros. (On the Sequent, we
|
1865
|
+
# need a special flag -Kthread to make this header compile.)
|
1866
|
+
# We check for pthread_join because it is in -lpthread on IRIX
|
1867
|
+
# while pthread_create is in libc. We check for pthread_attr_init
|
1868
|
+
# due to DEC craziness with -lpthreads. We check for
|
1869
|
+
# pthread_cleanup_push because it is one of the few pthread
|
1870
|
+
# functions on Solaris that doesn't have a non-functional libc stub.
|
1871
|
+
# We try pthread_create on general principles.
|
1872
|
+
|
1873
|
+
AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pthread.h>
|
1874
|
+
# if $ax_pthread_check_cond
|
1875
|
+
# error "$ax_pthread_check_macro must be defined"
|
1876
|
+
# endif
|
1877
|
+
static void routine(void *a) { a = 0; }
|
1878
|
+
static void *start_routine(void *a) { return a; }],
|
1879
|
+
[pthread_t th; pthread_attr_t attr;
|
1880
|
+
pthread_create(&th, 0, start_routine, 0);
|
1881
|
+
pthread_join(th, 0);
|
1882
|
+
pthread_attr_init(&attr);
|
1883
|
+
pthread_cleanup_push(routine, 0);
|
1884
|
+
pthread_cleanup_pop(0) /* ; */])],
|
1885
|
+
[ax_pthread_ok=yes],
|
1886
|
+
[])
|
1887
|
+
|
1888
|
+
CFLAGS="$ax_pthread_save_CFLAGS"
|
1889
|
+
LIBS="$ax_pthread_save_LIBS"
|
1890
|
+
|
1891
|
+
AC_MSG_RESULT([$ax_pthread_ok])
|
1892
|
+
AS_IF([test "x$ax_pthread_ok" = "xyes"], [break])
|
1893
|
+
|
1894
|
+
PTHREAD_LIBS=""
|
1895
|
+
PTHREAD_CFLAGS=""
|
1896
|
+
done
|
1897
|
+
fi
|
1898
|
+
|
1899
|
+
# Various other checks:
|
1900
|
+
if test "x$ax_pthread_ok" = "xyes"; then
|
1901
|
+
ax_pthread_save_CFLAGS="$CFLAGS"
|
1902
|
+
ax_pthread_save_LIBS="$LIBS"
|
1903
|
+
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
1904
|
+
LIBS="$PTHREAD_LIBS $LIBS"
|
1905
|
+
|
1906
|
+
# Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
|
1907
|
+
AC_CACHE_CHECK([for joinable pthread attribute],
|
1908
|
+
[ax_cv_PTHREAD_JOINABLE_ATTR],
|
1909
|
+
[ax_cv_PTHREAD_JOINABLE_ATTR=unknown
|
1910
|
+
for ax_pthread_attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
|
1911
|
+
AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pthread.h>],
|
1912
|
+
[int attr = $ax_pthread_attr; return attr /* ; */])],
|
1913
|
+
[ax_cv_PTHREAD_JOINABLE_ATTR=$ax_pthread_attr; break],
|
1914
|
+
[])
|
1915
|
+
done
|
1916
|
+
])
|
1917
|
+
AS_IF([test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \
|
1918
|
+
test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \
|
1919
|
+
test "x$ax_pthread_joinable_attr_defined" != "xyes"],
|
1920
|
+
[AC_DEFINE_UNQUOTED([PTHREAD_CREATE_JOINABLE],
|
1921
|
+
[$ax_cv_PTHREAD_JOINABLE_ATTR],
|
1922
|
+
[Define to necessary symbol if this constant
|
1923
|
+
uses a non-standard name on your system.])
|
1924
|
+
ax_pthread_joinable_attr_defined=yes
|
1925
|
+
])
|
1926
|
+
|
1927
|
+
AC_CACHE_CHECK([whether more special flags are required for pthreads],
|
1928
|
+
[ax_cv_PTHREAD_SPECIAL_FLAGS],
|
1929
|
+
[ax_cv_PTHREAD_SPECIAL_FLAGS=no
|
1930
|
+
case $host_os in
|
1931
|
+
solaris*)
|
1932
|
+
ax_cv_PTHREAD_SPECIAL_FLAGS="-D_POSIX_PTHREAD_SEMANTICS"
|
1933
|
+
;;
|
1934
|
+
esac
|
1935
|
+
])
|
1936
|
+
AS_IF([test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \
|
1937
|
+
test "x$ax_pthread_special_flags_added" != "xyes"],
|
1938
|
+
[PTHREAD_CFLAGS="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS"
|
1939
|
+
ax_pthread_special_flags_added=yes])
|
1940
|
+
|
1941
|
+
AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT],
|
1942
|
+
[ax_cv_PTHREAD_PRIO_INHERIT],
|
1943
|
+
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <pthread.h>]],
|
1944
|
+
[[int i = PTHREAD_PRIO_INHERIT;]])],
|
1945
|
+
[ax_cv_PTHREAD_PRIO_INHERIT=yes],
|
1946
|
+
[ax_cv_PTHREAD_PRIO_INHERIT=no])
|
1947
|
+
])
|
1948
|
+
AS_IF([test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \
|
1949
|
+
test "x$ax_pthread_prio_inherit_defined" != "xyes"],
|
1950
|
+
[AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], [1], [Have PTHREAD_PRIO_INHERIT.])
|
1951
|
+
ax_pthread_prio_inherit_defined=yes
|
1952
|
+
])
|
1953
|
+
|
1954
|
+
CFLAGS="$ax_pthread_save_CFLAGS"
|
1955
|
+
LIBS="$ax_pthread_save_LIBS"
|
1956
|
+
|
1957
|
+
# More AIX lossage: compile with *_r variant
|
1958
|
+
if test "x$GCC" != "xyes"; then
|
1959
|
+
case $host_os in
|
1960
|
+
aix*)
|
1961
|
+
AS_CASE(["x/$CC"],
|
1962
|
+
[x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6],
|
1963
|
+
[#handle absolute path differently from PATH based program lookup
|
1964
|
+
AS_CASE(["x$CC"],
|
1965
|
+
[x/*],
|
1966
|
+
[AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"])],
|
1967
|
+
[AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC])])])
|
1968
|
+
;;
|
1969
|
+
esac
|
1970
|
+
fi
|
1971
|
+
fi
|
1972
|
+
|
1973
|
+
test -n "$PTHREAD_CC" || PTHREAD_CC="$CC"
|
1974
|
+
|
1975
|
+
AC_SUBST([PTHREAD_LIBS])
|
1976
|
+
AC_SUBST([PTHREAD_CFLAGS])
|
1977
|
+
AC_SUBST([PTHREAD_CC])
|
1978
|
+
|
1979
|
+
# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
|
1980
|
+
if test "x$ax_pthread_ok" = "xyes"; then
|
1981
|
+
ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],[$1])
|
1982
|
+
:
|
1983
|
+
else
|
1984
|
+
ax_pthread_ok=no
|
1985
|
+
$2
|
1986
|
+
fi
|
1987
|
+
AC_LANG_POP
|
1988
|
+
])
|
1989
|
+
m4trace:m4/ax_valgrind_check.m4:80: -1- AC_DEFUN([AX_VALGRIND_DFLT], [
|
1990
|
+
m4_define([en_dflt_valgrind_$1], [$2])
|
1991
|
+
])
|
1992
|
+
m4trace:m4/ax_valgrind_check.m4:241: -1- AC_DEFUN([AX_VALGRIND_CHECK], [
|
1993
|
+
dnl Check for --enable-valgrind
|
1994
|
+
AC_ARG_ENABLE([valgrind],
|
1995
|
+
[AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests (requires GNU make)])],
|
1996
|
+
[enable_valgrind=$enableval],[enable_valgrind=no])
|
1997
|
+
|
1998
|
+
AS_IF([test "$enable_valgrind" != "no"],[
|
1999
|
+
# Check for Valgrind.
|
2000
|
+
AC_CHECK_PROG([VALGRIND],[valgrind],[valgrind])
|
2001
|
+
AS_IF([test "$VALGRIND" = ""],[
|
2002
|
+
AS_IF([test "$enable_valgrind" = "yes"],[
|
2003
|
+
AC_MSG_ERROR([Could not find valgrind; either install it or reconfigure with --disable-valgrind])
|
2004
|
+
],[
|
2005
|
+
enable_valgrind=no
|
2006
|
+
])
|
2007
|
+
],[
|
2008
|
+
enable_valgrind=yes
|
2009
|
+
])
|
2010
|
+
])
|
2011
|
+
|
2012
|
+
AM_CONDITIONAL([VALGRIND_ENABLED],[test "$enable_valgrind" = "yes"])
|
2013
|
+
AC_SUBST([VALGRIND_ENABLED],[$enable_valgrind])
|
2014
|
+
|
2015
|
+
# Check for Valgrind tools we care about.
|
2016
|
+
[valgrind_enabled_tools=]
|
2017
|
+
m4_foreach([vgtool],[valgrind_tool_list],[
|
2018
|
+
AC_ARG_ENABLE([valgrind-]vgtool,
|
2019
|
+
m4_if(m4_defn([en_dflt_valgrind_]vgtool),[off],dnl
|
2020
|
+
[AS_HELP_STRING([--enable-valgrind-]vgtool, [Whether to use ]vgtool[ during the Valgrind tests])],dnl
|
2021
|
+
[AS_HELP_STRING([--disable-valgrind-]vgtool, [Whether to skip ]vgtool[ during the Valgrind tests])]),
|
2022
|
+
[enable_valgrind_]vgtool[=$enableval],
|
2023
|
+
[enable_valgrind_]vgtool[=])
|
2024
|
+
AS_IF([test "$enable_valgrind" = "no"],[
|
2025
|
+
enable_valgrind_]vgtool[=no],
|
2026
|
+
[test "$enable_valgrind_]vgtool[" ]dnl
|
2027
|
+
m4_if(m4_defn([en_dflt_valgrind_]vgtool), [off], [= "yes"], [!= "no"]),[
|
2028
|
+
AC_CACHE_CHECK([for Valgrind tool ]vgtool,
|
2029
|
+
[ax_cv_valgrind_tool_]vgtool,[
|
2030
|
+
ax_cv_valgrind_tool_]vgtool[=no
|
2031
|
+
m4_set_contains([valgrind_exp_tool_set],vgtool,
|
2032
|
+
[m4_define([vgtoolx],[exp-]vgtool)],
|
2033
|
+
[m4_define([vgtoolx],vgtool)])
|
2034
|
+
AS_IF([`$VALGRIND --tool=]vgtoolx[ --help >/dev/null 2>&1`],[
|
2035
|
+
ax_cv_valgrind_tool_]vgtool[=yes
|
2036
|
+
])
|
2037
|
+
])
|
2038
|
+
AS_IF([test "$ax_cv_valgrind_tool_]vgtool[" = "no"],[
|
2039
|
+
AS_IF([test "$enable_valgrind_]vgtool[" = "yes"],[
|
2040
|
+
AC_MSG_ERROR([Valgrind does not support ]vgtool[; reconfigure with --disable-valgrind-]vgtool)
|
2041
|
+
],[
|
2042
|
+
enable_valgrind_]vgtool[=no
|
2043
|
+
])
|
2044
|
+
],[
|
2045
|
+
enable_valgrind_]vgtool[=yes
|
2046
|
+
])
|
2047
|
+
])
|
2048
|
+
AS_IF([test "$enable_valgrind_]vgtool[" = "yes"],[
|
2049
|
+
valgrind_enabled_tools="$valgrind_enabled_tools ]m4_bpatsubst(vgtool,[^exp-])["
|
2050
|
+
])
|
2051
|
+
AC_SUBST([ENABLE_VALGRIND_]vgtool,[$enable_valgrind_]vgtool)
|
2052
|
+
])
|
2053
|
+
AC_SUBST([valgrind_tools],["]m4_join([ ], valgrind_tool_list)["])
|
2054
|
+
AC_SUBST([valgrind_enabled_tools],[$valgrind_enabled_tools])
|
2055
|
+
|
2056
|
+
[VALGRIND_CHECK_RULES='
|
2057
|
+
# Valgrind check
|
2058
|
+
#
|
2059
|
+
# Optional:
|
2060
|
+
# - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
|
2061
|
+
# files to load. (Default: empty)
|
2062
|
+
# - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.
|
2063
|
+
# (Default: --num-callers=30)
|
2064
|
+
# - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
|
2065
|
+
# memcheck, helgrind, drd, sgcheck). (Default: various)
|
2066
|
+
|
2067
|
+
# Optional variables
|
2068
|
+
VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
|
2069
|
+
VALGRIND_FLAGS ?= --num-callers=30
|
2070
|
+
VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
|
2071
|
+
VALGRIND_helgrind_FLAGS ?= --history-level=approx
|
2072
|
+
VALGRIND_drd_FLAGS ?=
|
2073
|
+
VALGRIND_sgcheck_FLAGS ?=
|
2074
|
+
|
2075
|
+
# Internal use
|
2076
|
+
valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
|
2077
|
+
|
2078
|
+
valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
|
2079
|
+
valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
|
2080
|
+
valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
|
2081
|
+
valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
|
2082
|
+
|
2083
|
+
valgrind_quiet = $(valgrind_quiet_$(V))
|
2084
|
+
valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))
|
2085
|
+
valgrind_quiet_0 = --quiet
|
2086
|
+
valgrind_v_use = $(valgrind_v_use_$(V))
|
2087
|
+
valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY))
|
2088
|
+
valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%,%,$''@):;
|
2089
|
+
|
2090
|
+
# Support running with and without libtool.
|
2091
|
+
ifneq ($(LIBTOOL),)
|
2092
|
+
valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
|
2093
|
+
else
|
2094
|
+
valgrind_lt =
|
2095
|
+
endif
|
2096
|
+
|
2097
|
+
# Use recursive makes in order to ignore errors during check
|
2098
|
+
check-valgrind:
|
2099
|
+
ifeq ($(VALGRIND_ENABLED),yes)
|
2100
|
+
$(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \
|
2101
|
+
$(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))
|
2102
|
+
else
|
2103
|
+
@echo "Need to use GNU make and reconfigure with --enable-valgrind"
|
2104
|
+
endif
|
2105
|
+
|
2106
|
+
# Valgrind running
|
2107
|
+
VALGRIND_TESTS_ENVIRONMENT = \
|
2108
|
+
$(TESTS_ENVIRONMENT) \
|
2109
|
+
env VALGRIND=$(VALGRIND) \
|
2110
|
+
G_SLICE=always-malloc,debug-blocks \
|
2111
|
+
G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
|
2112
|
+
|
2113
|
+
VALGRIND_LOG_COMPILER = \
|
2114
|
+
$(valgrind_lt) \
|
2115
|
+
$(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)
|
2116
|
+
|
2117
|
+
define valgrind_tool_rule =
|
2118
|
+
check-valgrind-$(1):
|
2119
|
+
ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes)
|
2120
|
+
$$(valgrind_v_use)$$(MAKE) check-TESTS \
|
2121
|
+
TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \
|
2122
|
+
LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \
|
2123
|
+
LOG_FLAGS="$$(valgrind_$(1)_flags)" \
|
2124
|
+
TEST_SUITE_LOG=test-suite-$(1).log
|
2125
|
+
else ifeq ($$(VALGRIND_ENABLED),yes)
|
2126
|
+
@echo "Need to reconfigure with --enable-valgrind-$(1)"
|
2127
|
+
else
|
2128
|
+
@echo "Need to reconfigure with --enable-valgrind"
|
2129
|
+
endif
|
2130
|
+
endef
|
2131
|
+
|
2132
|
+
$(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool))))
|
2133
|
+
|
2134
|
+
A''M_DISTCHECK_CONFIGURE_FLAGS ?=
|
2135
|
+
A''M_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind
|
2136
|
+
|
2137
|
+
MOSTLYCLEANFILES ?=
|
2138
|
+
MOSTLYCLEANFILES += $(valgrind_log_files)
|
2139
|
+
|
2140
|
+
.PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))
|
2141
|
+
']
|
2142
|
+
|
2143
|
+
AS_IF([test "$enable_valgrind" != "yes"], [
|
2144
|
+
VALGRIND_CHECK_RULES='
|
2145
|
+
check-valgrind:
|
2146
|
+
@echo "Need to use GNU make and reconfigure with --enable-valgrind"'
|
2147
|
+
])
|
2148
|
+
|
2149
|
+
AC_SUBST([VALGRIND_CHECK_RULES])
|
2150
|
+
m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])])
|
2151
|
+
])
|
1414
2152
|
m4trace:m4/ld-output-def.m4:29: -1- AC_DEFUN([gl_LD_OUTPUT_DEF], [
|
1415
2153
|
AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
|
1416
2154
|
[gl_cv_ld_output_def],
|
@@ -1427,7 +2165,7 @@ m4trace:m4/ld-output-def.m4:29: -1- AC_DEFUN([gl_LD_OUTPUT_DEF], [
|
|
1427
2165
|
fi])
|
1428
2166
|
AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], test "x$gl_cv_ld_output_def" = "xyes")
|
1429
2167
|
])
|
1430
|
-
m4trace:m4/libtool.m4:
|
2168
|
+
m4trace:m4/libtool.m4:96: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
|
1431
2169
|
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
|
1432
2170
|
AC_BEFORE([$0], [LT_LANG])dnl
|
1433
2171
|
AC_BEFORE([$0], [LT_OUTPUT])dnl
|
@@ -1451,7 +2189,7 @@ dnl Parse OPTIONS
|
|
1451
2189
|
_LT_SET_OPTIONS([$0], [$1])
|
1452
2190
|
|
1453
2191
|
# This can be used to rebuild libtool when needed
|
1454
|
-
LIBTOOL_DEPS
|
2192
|
+
LIBTOOL_DEPS=$ltmain
|
1455
2193
|
|
1456
2194
|
# Always use our own libtool.
|
1457
2195
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@@ -1462,15 +2200,15 @@ _LT_SETUP
|
|
1462
2200
|
# Only expand once:
|
1463
2201
|
m4_define([LT_INIT])
|
1464
2202
|
])
|
1465
|
-
m4trace:m4/libtool.m4:
|
1466
|
-
m4trace:m4/libtool.m4:
|
2203
|
+
m4trace:m4/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
2204
|
+
m4trace:m4/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
|
1467
2205
|
You should run autoupdate.])dnl
|
1468
2206
|
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
1469
|
-
m4trace:m4/libtool.m4:
|
1470
|
-
m4trace:m4/libtool.m4:
|
2207
|
+
m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
2208
|
+
m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
|
1471
2209
|
You should run autoupdate.])dnl
|
1472
2210
|
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
|
1473
|
-
m4trace:m4/libtool.m4:
|
2211
|
+
m4trace:m4/libtool.m4:704: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
|
1474
2212
|
AC_MSG_NOTICE([creating $CONFIG_LT])
|
1475
2213
|
_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
|
1476
2214
|
[# Run this file to recreate a libtool stub with the current configuration.])
|
@@ -1484,7 +2222,7 @@ exec AS_MESSAGE_LOG_FD>>config.log
|
|
1484
2222
|
} >&AS_MESSAGE_LOG_FD
|
1485
2223
|
|
1486
2224
|
lt_cl_help="\
|
1487
|
-
|
2225
|
+
'$as_me' creates a local libtool stub from the current configuration,
|
1488
2226
|
for use in further configure time tests before the real libtool is
|
1489
2227
|
generated.
|
1490
2228
|
|
@@ -1506,7 +2244,7 @@ Copyright (C) 2011 Free Software Foundation, Inc.
|
|
1506
2244
|
This config.lt script is free software; the Free Software Foundation
|
1507
2245
|
gives unlimited permision to copy, distribute and modify it."
|
1508
2246
|
|
1509
|
-
while test $[#]
|
2247
|
+
while test 0 != $[#]
|
1510
2248
|
do
|
1511
2249
|
case $[1] in
|
1512
2250
|
--version | --v* | -V )
|
@@ -1519,10 +2257,10 @@ do
|
|
1519
2257
|
lt_cl_silent=: ;;
|
1520
2258
|
|
1521
2259
|
-*) AC_MSG_ERROR([unrecognized option: $[1]
|
1522
|
-
Try
|
2260
|
+
Try '$[0] --help' for more information.]) ;;
|
1523
2261
|
|
1524
2262
|
*) AC_MSG_ERROR([unrecognized argument: $[1]
|
1525
|
-
Try
|
2263
|
+
Try '$[0] --help' for more information.]) ;;
|
1526
2264
|
esac
|
1527
2265
|
shift
|
1528
2266
|
done
|
@@ -1548,15 +2286,15 @@ chmod +x "$CONFIG_LT"
|
|
1548
2286
|
# open by configure. Here we exec the FD to /dev/null, effectively closing
|
1549
2287
|
# config.log, so it can be properly (re)opened and appended to by config.lt.
|
1550
2288
|
lt_cl_success=:
|
1551
|
-
test "$silent"
|
2289
|
+
test yes = "$silent" &&
|
1552
2290
|
lt_config_lt_args="$lt_config_lt_args --quiet"
|
1553
2291
|
exec AS_MESSAGE_LOG_FD>/dev/null
|
1554
2292
|
$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
|
1555
2293
|
exec AS_MESSAGE_LOG_FD>>config.log
|
1556
2294
|
$lt_cl_success || AS_EXIT(1)
|
1557
2295
|
])
|
1558
|
-
m4trace:m4/libtool.m4:
|
1559
|
-
m4trace:m4/libtool.m4:
|
2296
|
+
m4trace:m4/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
|
2297
|
+
m4trace:m4/libtool.m4:836: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
|
1560
2298
|
m4_case([$1],
|
1561
2299
|
[C], [_LT_LANG(C)],
|
1562
2300
|
[C++], [_LT_LANG(CXX)],
|
@@ -1569,38 +2307,39 @@ m4_case([$1],
|
|
1569
2307
|
[_LT_LANG($1)],
|
1570
2308
|
[m4_fatal([$0: unsupported language: "$1"])])])dnl
|
1571
2309
|
])
|
1572
|
-
m4trace:m4/libtool.m4:
|
1573
|
-
m4trace:m4/libtool.m4:
|
2310
|
+
m4trace:m4/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
|
2311
|
+
m4trace:m4/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
|
1574
2312
|
You should run autoupdate.])dnl
|
1575
2313
|
LT_LANG(C++)])
|
1576
|
-
m4trace:m4/libtool.m4:
|
1577
|
-
m4trace:m4/libtool.m4:
|
2314
|
+
m4trace:m4/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
|
2315
|
+
m4trace:m4/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
|
1578
2316
|
You should run autoupdate.])dnl
|
1579
2317
|
LT_LANG(Fortran 77)])
|
1580
|
-
m4trace:m4/libtool.m4:
|
1581
|
-
m4trace:m4/libtool.m4:
|
2318
|
+
m4trace:m4/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
|
2319
|
+
m4trace:m4/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
|
1582
2320
|
You should run autoupdate.])dnl
|
1583
2321
|
LT_LANG(Fortran)])
|
1584
|
-
m4trace:m4/libtool.m4:
|
1585
|
-
m4trace:m4/libtool.m4:
|
2322
|
+
m4trace:m4/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
|
2323
|
+
m4trace:m4/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
|
1586
2324
|
You should run autoupdate.])dnl
|
1587
2325
|
LT_LANG(Java)])
|
1588
|
-
m4trace:m4/libtool.m4:
|
1589
|
-
m4trace:m4/libtool.m4:
|
2326
|
+
m4trace:m4/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
|
2327
|
+
m4trace:m4/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
|
1590
2328
|
You should run autoupdate.])dnl
|
1591
2329
|
LT_LANG(Windows Resource)])
|
1592
|
-
m4trace:m4/libtool.m4:
|
2330
|
+
m4trace:m4/libtool.m4:1277: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
|
1593
2331
|
AC_ARG_WITH([sysroot],
|
1594
|
-
[
|
1595
|
-
|
2332
|
+
[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
|
2333
|
+
[Search for dependent libraries within DIR (or the compiler's sysroot
|
2334
|
+
if not specified).])],
|
1596
2335
|
[], [with_sysroot=no])
|
1597
2336
|
|
1598
2337
|
dnl lt_sysroot will always be passed unquoted. We quote it here
|
1599
2338
|
dnl in case the user passed a directory name.
|
1600
2339
|
lt_sysroot=
|
1601
|
-
case $
|
2340
|
+
case $with_sysroot in #(
|
1602
2341
|
yes)
|
1603
|
-
if test "$GCC"
|
2342
|
+
if test yes = "$GCC"; then
|
1604
2343
|
lt_sysroot=`$CC --print-sysroot 2>/dev/null`
|
1605
2344
|
fi
|
1606
2345
|
;; #(
|
@@ -1610,21 +2349,21 @@ case ${with_sysroot} in #(
|
|
1610
2349
|
no|'')
|
1611
2350
|
;; #(
|
1612
2351
|
*)
|
1613
|
-
AC_MSG_RESULT([$
|
2352
|
+
AC_MSG_RESULT([$with_sysroot])
|
1614
2353
|
AC_MSG_ERROR([The sysroot must be an absolute path.])
|
1615
2354
|
;;
|
1616
2355
|
esac
|
1617
2356
|
|
1618
2357
|
AC_MSG_RESULT([${lt_sysroot:-no}])
|
1619
2358
|
_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
|
1620
|
-
[dependent libraries, and
|
1621
|
-
m4trace:m4/libtool.m4:
|
2359
|
+
[dependent libraries, and where our libraries should be installed.])])
|
2360
|
+
m4trace:m4/libtool.m4:1617: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
1622
2361
|
m4_require([_LT_DECL_SED])dnl
|
1623
2362
|
AC_CACHE_CHECK([$1], [$2],
|
1624
2363
|
[$2=no
|
1625
2364
|
m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
|
1626
2365
|
echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
1627
|
-
lt_compiler_flag="$3"
|
2366
|
+
lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
|
1628
2367
|
# Insert the option either (1) after the last *FLAGS variable, or
|
1629
2368
|
# (2) before a word containing "conftest.", or (3) at the end.
|
1630
2369
|
# Note that $ac_compile itself does not contain backslashes and begins
|
@@ -1651,21 +2390,21 @@ AC_CACHE_CHECK([$1], [$2],
|
|
1651
2390
|
$RM conftest*
|
1652
2391
|
])
|
1653
2392
|
|
1654
|
-
if test
|
2393
|
+
if test yes = "[$]$2"; then
|
1655
2394
|
m4_if([$5], , :, [$5])
|
1656
2395
|
else
|
1657
2396
|
m4_if([$6], , :, [$6])
|
1658
2397
|
fi
|
1659
2398
|
])
|
1660
|
-
m4trace:m4/libtool.m4:
|
1661
|
-
m4trace:m4/libtool.m4:
|
2399
|
+
m4trace:m4/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
|
2400
|
+
m4trace:m4/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
|
1662
2401
|
You should run autoupdate.])dnl
|
1663
2402
|
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
|
1664
|
-
m4trace:m4/libtool.m4:
|
2403
|
+
m4trace:m4/libtool.m4:1661: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
1665
2404
|
m4_require([_LT_DECL_SED])dnl
|
1666
2405
|
AC_CACHE_CHECK([$1], [$2],
|
1667
2406
|
[$2=no
|
1668
|
-
save_LDFLAGS
|
2407
|
+
save_LDFLAGS=$LDFLAGS
|
1669
2408
|
LDFLAGS="$LDFLAGS $3"
|
1670
2409
|
echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
1671
2410
|
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
@@ -1684,25 +2423,25 @@ AC_CACHE_CHECK([$1], [$2],
|
|
1684
2423
|
fi
|
1685
2424
|
fi
|
1686
2425
|
$RM -r conftest*
|
1687
|
-
LDFLAGS
|
2426
|
+
LDFLAGS=$save_LDFLAGS
|
1688
2427
|
])
|
1689
2428
|
|
1690
|
-
if test
|
2429
|
+
if test yes = "[$]$2"; then
|
1691
2430
|
m4_if([$4], , :, [$4])
|
1692
2431
|
else
|
1693
2432
|
m4_if([$5], , :, [$5])
|
1694
2433
|
fi
|
1695
2434
|
])
|
1696
|
-
m4trace:m4/libtool.m4:
|
1697
|
-
m4trace:m4/libtool.m4:
|
2435
|
+
m4trace:m4/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
|
2436
|
+
m4trace:m4/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
|
1698
2437
|
You should run autoupdate.])dnl
|
1699
2438
|
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
|
1700
|
-
m4trace:m4/libtool.m4:
|
2439
|
+
m4trace:m4/libtool.m4:1807: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
1701
2440
|
# find the maximum length of command line arguments
|
1702
2441
|
AC_MSG_CHECKING([the maximum length of command line arguments])
|
1703
2442
|
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
1704
2443
|
i=0
|
1705
|
-
teststring=
|
2444
|
+
teststring=ABCD
|
1706
2445
|
|
1707
2446
|
case $build_os in
|
1708
2447
|
msdosdjgpp*)
|
@@ -1742,7 +2481,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
|
1742
2481
|
lt_cv_sys_max_cmd_len=8192;
|
1743
2482
|
;;
|
1744
2483
|
|
1745
|
-
|
2484
|
+
bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
|
1746
2485
|
# This has been around since 386BSD, at least. Likely further.
|
1747
2486
|
if test -x /sbin/sysctl; then
|
1748
2487
|
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
@@ -1792,22 +2531,23 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
|
1792
2531
|
;;
|
1793
2532
|
*)
|
1794
2533
|
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
1795
|
-
if test -n "$lt_cv_sys_max_cmd_len"
|
2534
|
+
if test -n "$lt_cv_sys_max_cmd_len" && \
|
2535
|
+
test undefined != "$lt_cv_sys_max_cmd_len"; then
|
1796
2536
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
1797
2537
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
1798
2538
|
else
|
1799
2539
|
# Make teststring a little bigger before we do anything with it.
|
1800
2540
|
# a 1K string should be a reasonable start.
|
1801
|
-
for i in 1 2 3 4 5 6 7 8
|
2541
|
+
for i in 1 2 3 4 5 6 7 8; do
|
1802
2542
|
teststring=$teststring$teststring
|
1803
2543
|
done
|
1804
2544
|
SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
1805
2545
|
# If test is not a shell built-in, we'll probably end up computing a
|
1806
2546
|
# maximum length that is only half of the actual maximum length, but
|
1807
2547
|
# we can't tell.
|
1808
|
-
while { test
|
2548
|
+
while { test X`env echo "$teststring$teststring" 2>/dev/null` \
|
1809
2549
|
= "X$teststring$teststring"; } >/dev/null 2>&1 &&
|
1810
|
-
test
|
2550
|
+
test 17 != "$i" # 1/2 MB should be enough
|
1811
2551
|
do
|
1812
2552
|
i=`expr $i + 1`
|
1813
2553
|
teststring=$teststring$teststring
|
@@ -1823,7 +2563,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
|
1823
2563
|
;;
|
1824
2564
|
esac
|
1825
2565
|
])
|
1826
|
-
if test -n $lt_cv_sys_max_cmd_len
|
2566
|
+
if test -n "$lt_cv_sys_max_cmd_len"; then
|
1827
2567
|
AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
|
1828
2568
|
else
|
1829
2569
|
AC_MSG_RESULT(none)
|
@@ -1832,12 +2572,12 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
|
|
1832
2572
|
_LT_DECL([], [max_cmd_len], [0],
|
1833
2573
|
[What is the maximum length of a command?])
|
1834
2574
|
])
|
1835
|
-
m4trace:m4/libtool.m4:
|
1836
|
-
m4trace:m4/libtool.m4:
|
2575
|
+
m4trace:m4/libtool.m4:1810: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
|
2576
|
+
m4trace:m4/libtool.m4:1810: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
|
1837
2577
|
You should run autoupdate.])dnl
|
1838
2578
|
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
|
1839
|
-
m4trace:m4/libtool.m4:
|
1840
|
-
if test "
|
2579
|
+
m4trace:m4/libtool.m4:2043: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
|
2580
|
+
if test yes != "$enable_dlopen"; then
|
1841
2581
|
enable_dlopen=unknown
|
1842
2582
|
enable_dlopen_self=unknown
|
1843
2583
|
enable_dlopen_self_static=unknown
|
@@ -1847,44 +2587,52 @@ else
|
|
1847
2587
|
|
1848
2588
|
case $host_os in
|
1849
2589
|
beos*)
|
1850
|
-
lt_cv_dlopen=
|
2590
|
+
lt_cv_dlopen=load_add_on
|
1851
2591
|
lt_cv_dlopen_libs=
|
1852
2592
|
lt_cv_dlopen_self=yes
|
1853
2593
|
;;
|
1854
2594
|
|
1855
2595
|
mingw* | pw32* | cegcc*)
|
1856
|
-
lt_cv_dlopen=
|
2596
|
+
lt_cv_dlopen=LoadLibrary
|
1857
2597
|
lt_cv_dlopen_libs=
|
1858
2598
|
;;
|
1859
2599
|
|
1860
2600
|
cygwin*)
|
1861
|
-
lt_cv_dlopen=
|
2601
|
+
lt_cv_dlopen=dlopen
|
1862
2602
|
lt_cv_dlopen_libs=
|
1863
2603
|
;;
|
1864
2604
|
|
1865
2605
|
darwin*)
|
1866
|
-
|
2606
|
+
# if libdl is installed we need to link against it
|
1867
2607
|
AC_CHECK_LIB([dl], [dlopen],
|
1868
|
-
[lt_cv_dlopen=
|
1869
|
-
lt_cv_dlopen=
|
2608
|
+
[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
|
2609
|
+
lt_cv_dlopen=dyld
|
1870
2610
|
lt_cv_dlopen_libs=
|
1871
2611
|
lt_cv_dlopen_self=yes
|
1872
2612
|
])
|
1873
2613
|
;;
|
1874
2614
|
|
2615
|
+
tpf*)
|
2616
|
+
# Don't try to run any link tests for TPF. We know it's impossible
|
2617
|
+
# because TPF is a cross-compiler, and we know how we open DSOs.
|
2618
|
+
lt_cv_dlopen=dlopen
|
2619
|
+
lt_cv_dlopen_libs=
|
2620
|
+
lt_cv_dlopen_self=no
|
2621
|
+
;;
|
2622
|
+
|
1875
2623
|
*)
|
1876
2624
|
AC_CHECK_FUNC([shl_load],
|
1877
|
-
[lt_cv_dlopen=
|
2625
|
+
[lt_cv_dlopen=shl_load],
|
1878
2626
|
[AC_CHECK_LIB([dld], [shl_load],
|
1879
|
-
[lt_cv_dlopen=
|
2627
|
+
[lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
|
1880
2628
|
[AC_CHECK_FUNC([dlopen],
|
1881
|
-
[lt_cv_dlopen=
|
2629
|
+
[lt_cv_dlopen=dlopen],
|
1882
2630
|
[AC_CHECK_LIB([dl], [dlopen],
|
1883
|
-
[lt_cv_dlopen=
|
2631
|
+
[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
|
1884
2632
|
[AC_CHECK_LIB([svld], [dlopen],
|
1885
|
-
[lt_cv_dlopen=
|
2633
|
+
[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
|
1886
2634
|
[AC_CHECK_LIB([dld], [dld_link],
|
1887
|
-
[lt_cv_dlopen=
|
2635
|
+
[lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
|
1888
2636
|
])
|
1889
2637
|
])
|
1890
2638
|
])
|
@@ -1893,21 +2641,21 @@ else
|
|
1893
2641
|
;;
|
1894
2642
|
esac
|
1895
2643
|
|
1896
|
-
if test "
|
1897
|
-
enable_dlopen=yes
|
1898
|
-
else
|
2644
|
+
if test no = "$lt_cv_dlopen"; then
|
1899
2645
|
enable_dlopen=no
|
2646
|
+
else
|
2647
|
+
enable_dlopen=yes
|
1900
2648
|
fi
|
1901
2649
|
|
1902
2650
|
case $lt_cv_dlopen in
|
1903
2651
|
dlopen)
|
1904
|
-
save_CPPFLAGS
|
1905
|
-
test "
|
2652
|
+
save_CPPFLAGS=$CPPFLAGS
|
2653
|
+
test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
|
1906
2654
|
|
1907
|
-
save_LDFLAGS
|
2655
|
+
save_LDFLAGS=$LDFLAGS
|
1908
2656
|
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
1909
2657
|
|
1910
|
-
save_LIBS
|
2658
|
+
save_LIBS=$LIBS
|
1911
2659
|
LIBS="$lt_cv_dlopen_libs $LIBS"
|
1912
2660
|
|
1913
2661
|
AC_CACHE_CHECK([whether a program can dlopen itself],
|
@@ -1917,7 +2665,7 @@ else
|
|
1917
2665
|
lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
|
1918
2666
|
])
|
1919
2667
|
|
1920
|
-
if test "
|
2668
|
+
if test yes = "$lt_cv_dlopen_self"; then
|
1921
2669
|
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
1922
2670
|
AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
|
1923
2671
|
lt_cv_dlopen_self_static, [dnl
|
@@ -1927,9 +2675,9 @@ else
|
|
1927
2675
|
])
|
1928
2676
|
fi
|
1929
2677
|
|
1930
|
-
CPPFLAGS
|
1931
|
-
LDFLAGS
|
1932
|
-
LIBS
|
2678
|
+
CPPFLAGS=$save_CPPFLAGS
|
2679
|
+
LDFLAGS=$save_LDFLAGS
|
2680
|
+
LIBS=$save_LIBS
|
1933
2681
|
;;
|
1934
2682
|
esac
|
1935
2683
|
|
@@ -1950,34 +2698,34 @@ _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
|
|
1950
2698
|
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
|
1951
2699
|
[Whether dlopen of statically linked programs is supported])
|
1952
2700
|
])
|
1953
|
-
m4trace:m4/libtool.m4:
|
1954
|
-
m4trace:m4/libtool.m4:
|
2701
|
+
m4trace:m4/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
|
2702
|
+
m4trace:m4/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
|
1955
2703
|
You should run autoupdate.])dnl
|
1956
2704
|
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
|
1957
|
-
m4trace:m4/libtool.m4:
|
2705
|
+
m4trace:m4/libtool.m4:3214: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
|
1958
2706
|
AC_MSG_CHECKING([for $1])
|
1959
2707
|
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
|
1960
2708
|
[case $MAGIC_CMD in
|
1961
2709
|
[[\\/*] | ?:[\\/]*])
|
1962
|
-
lt_cv_path_MAGIC_CMD
|
2710
|
+
lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
|
1963
2711
|
;;
|
1964
2712
|
*)
|
1965
|
-
lt_save_MAGIC_CMD
|
1966
|
-
lt_save_ifs
|
2713
|
+
lt_save_MAGIC_CMD=$MAGIC_CMD
|
2714
|
+
lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
|
1967
2715
|
dnl $ac_dummy forces splitting on constant user-supplied paths.
|
1968
2716
|
dnl POSIX.2 word splitting is done only on the output of word expansions,
|
1969
2717
|
dnl not every word. This closes a longstanding sh security hole.
|
1970
2718
|
ac_dummy="m4_if([$2], , $PATH, [$2])"
|
1971
2719
|
for ac_dir in $ac_dummy; do
|
1972
|
-
IFS
|
2720
|
+
IFS=$lt_save_ifs
|
1973
2721
|
test -z "$ac_dir" && ac_dir=.
|
1974
|
-
if test -f $ac_dir/$1; then
|
1975
|
-
lt_cv_path_MAGIC_CMD
|
2722
|
+
if test -f "$ac_dir/$1"; then
|
2723
|
+
lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
|
1976
2724
|
if test -n "$file_magic_test_file"; then
|
1977
2725
|
case $deplibs_check_method in
|
1978
2726
|
"file_magic "*)
|
1979
2727
|
file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
1980
|
-
MAGIC_CMD
|
2728
|
+
MAGIC_CMD=$lt_cv_path_MAGIC_CMD
|
1981
2729
|
if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
1982
2730
|
$EGREP "$file_magic_regex" > /dev/null; then
|
1983
2731
|
:
|
@@ -2000,11 +2748,11 @@ _LT_EOF
|
|
2000
2748
|
break
|
2001
2749
|
fi
|
2002
2750
|
done
|
2003
|
-
IFS
|
2004
|
-
MAGIC_CMD
|
2751
|
+
IFS=$lt_save_ifs
|
2752
|
+
MAGIC_CMD=$lt_save_MAGIC_CMD
|
2005
2753
|
;;
|
2006
2754
|
esac])
|
2007
|
-
MAGIC_CMD
|
2755
|
+
MAGIC_CMD=$lt_cv_path_MAGIC_CMD
|
2008
2756
|
if test -n "$MAGIC_CMD"; then
|
2009
2757
|
AC_MSG_RESULT($MAGIC_CMD)
|
2010
2758
|
else
|
@@ -2013,11 +2761,11 @@ fi
|
|
2013
2761
|
_LT_DECL([], [MAGIC_CMD], [0],
|
2014
2762
|
[Used to examine libraries when file_magic_cmd begins with "file"])dnl
|
2015
2763
|
])
|
2016
|
-
m4trace:m4/libtool.m4:
|
2017
|
-
m4trace:m4/libtool.m4:
|
2764
|
+
m4trace:m4/libtool.m4:3217: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
|
2765
|
+
m4trace:m4/libtool.m4:3217: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
|
2018
2766
|
You should run autoupdate.])dnl
|
2019
2767
|
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
|
2020
|
-
m4trace:m4/libtool.m4:
|
2768
|
+
m4trace:m4/libtool.m4:3326: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
|
2021
2769
|
AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
2022
2770
|
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
2023
2771
|
m4_require([_LT_DECL_SED])dnl
|
@@ -2027,16 +2775,16 @@ m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
|
|
2027
2775
|
AC_ARG_WITH([gnu-ld],
|
2028
2776
|
[AS_HELP_STRING([--with-gnu-ld],
|
2029
2777
|
[assume the C compiler uses GNU ld @<:@default=no@:>@])],
|
2030
|
-
[test "$withval"
|
2778
|
+
[test no = "$withval" || with_gnu_ld=yes],
|
2031
2779
|
[with_gnu_ld=no])dnl
|
2032
2780
|
|
2033
2781
|
ac_prog=ld
|
2034
|
-
if test "$GCC"
|
2782
|
+
if test yes = "$GCC"; then
|
2035
2783
|
# Check if gcc -print-prog-name=ld gives a path.
|
2036
2784
|
AC_MSG_CHECKING([for ld used by $CC])
|
2037
2785
|
case $host in
|
2038
2786
|
*-*-mingw*)
|
2039
|
-
# gcc leaves a trailing carriage return which upsets mingw
|
2787
|
+
# gcc leaves a trailing carriage return, which upsets mingw
|
2040
2788
|
ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
|
2041
2789
|
*)
|
2042
2790
|
ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
|
@@ -2050,7 +2798,7 @@ if test "$GCC" = yes; then
|
|
2050
2798
|
while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
|
2051
2799
|
ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
|
2052
2800
|
done
|
2053
|
-
test -z "$LD" && LD
|
2801
|
+
test -z "$LD" && LD=$ac_prog
|
2054
2802
|
;;
|
2055
2803
|
"")
|
2056
2804
|
# If it fails, then pretend we aren't using GCC.
|
@@ -2061,37 +2809,37 @@ if test "$GCC" = yes; then
|
|
2061
2809
|
with_gnu_ld=unknown
|
2062
2810
|
;;
|
2063
2811
|
esac
|
2064
|
-
elif test "$with_gnu_ld"
|
2812
|
+
elif test yes = "$with_gnu_ld"; then
|
2065
2813
|
AC_MSG_CHECKING([for GNU ld])
|
2066
2814
|
else
|
2067
2815
|
AC_MSG_CHECKING([for non-GNU ld])
|
2068
2816
|
fi
|
2069
2817
|
AC_CACHE_VAL(lt_cv_path_LD,
|
2070
2818
|
[if test -z "$LD"; then
|
2071
|
-
lt_save_ifs
|
2819
|
+
lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
|
2072
2820
|
for ac_dir in $PATH; do
|
2073
|
-
IFS
|
2821
|
+
IFS=$lt_save_ifs
|
2074
2822
|
test -z "$ac_dir" && ac_dir=.
|
2075
2823
|
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
2076
|
-
lt_cv_path_LD
|
2824
|
+
lt_cv_path_LD=$ac_dir/$ac_prog
|
2077
2825
|
# Check to see if the program is GNU ld. I'd rather use --version,
|
2078
2826
|
# but apparently some variants of GNU ld only accept -v.
|
2079
2827
|
# Break only if it was the GNU/non-GNU ld that we prefer.
|
2080
2828
|
case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
2081
2829
|
*GNU* | *'with BFD'*)
|
2082
|
-
test "$with_gnu_ld"
|
2830
|
+
test no != "$with_gnu_ld" && break
|
2083
2831
|
;;
|
2084
2832
|
*)
|
2085
|
-
test "$with_gnu_ld"
|
2833
|
+
test yes != "$with_gnu_ld" && break
|
2086
2834
|
;;
|
2087
2835
|
esac
|
2088
2836
|
fi
|
2089
2837
|
done
|
2090
|
-
IFS
|
2838
|
+
IFS=$lt_save_ifs
|
2091
2839
|
else
|
2092
|
-
lt_cv_path_LD
|
2840
|
+
lt_cv_path_LD=$LD # Let the user override the test with a path.
|
2093
2841
|
fi])
|
2094
|
-
LD
|
2842
|
+
LD=$lt_cv_path_LD
|
2095
2843
|
if test -n "$LD"; then
|
2096
2844
|
AC_MSG_RESULT($LD)
|
2097
2845
|
else
|
@@ -2103,45 +2851,50 @@ AC_SUBST([LD])
|
|
2103
2851
|
|
2104
2852
|
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
|
2105
2853
|
])
|
2106
|
-
m4trace:m4/libtool.m4:
|
2107
|
-
m4trace:m4/libtool.m4:
|
2854
|
+
m4trace:m4/libtool.m4:3329: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
2855
|
+
m4trace:m4/libtool.m4:3329: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
|
2108
2856
|
You should run autoupdate.])dnl
|
2109
2857
|
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
2110
|
-
m4trace:m4/libtool.m4:
|
2111
|
-
m4trace:m4/libtool.m4:
|
2858
|
+
m4trace:m4/libtool.m4:3330: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
2859
|
+
m4trace:m4/libtool.m4:3330: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
|
2112
2860
|
You should run autoupdate.])dnl
|
2113
2861
|
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
|
2114
|
-
m4trace:m4/libtool.m4:
|
2862
|
+
m4trace:m4/libtool.m4:3751: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
|
2115
2863
|
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
|
2116
2864
|
[if test -n "$NM"; then
|
2117
2865
|
# Let the user override the test.
|
2118
|
-
lt_cv_path_NM
|
2866
|
+
lt_cv_path_NM=$NM
|
2119
2867
|
else
|
2120
|
-
lt_nm_to_check
|
2868
|
+
lt_nm_to_check=${ac_tool_prefix}nm
|
2121
2869
|
if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
2122
2870
|
lt_nm_to_check="$lt_nm_to_check nm"
|
2123
2871
|
fi
|
2124
2872
|
for lt_tmp_nm in $lt_nm_to_check; do
|
2125
|
-
lt_save_ifs
|
2873
|
+
lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
|
2126
2874
|
for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
|
2127
|
-
IFS
|
2875
|
+
IFS=$lt_save_ifs
|
2128
2876
|
test -z "$ac_dir" && ac_dir=.
|
2129
|
-
tmp_nm
|
2130
|
-
if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"
|
2877
|
+
tmp_nm=$ac_dir/$lt_tmp_nm
|
2878
|
+
if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
|
2131
2879
|
# Check to see if the nm accepts a BSD-compat flag.
|
2132
|
-
# Adding the
|
2880
|
+
# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
|
2133
2881
|
# nm: unknown option "B" ignored
|
2134
2882
|
# Tru64's nm complains that /dev/null is an invalid object file
|
2135
|
-
|
2136
|
-
|
2883
|
+
# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
|
2884
|
+
case $build_os in
|
2885
|
+
mingw*) lt_bad_file=conftest.nm/nofile ;;
|
2886
|
+
*) lt_bad_file=/dev/null ;;
|
2887
|
+
esac
|
2888
|
+
case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
|
2889
|
+
*$lt_bad_file* | *'Invalid file or object type'*)
|
2137
2890
|
lt_cv_path_NM="$tmp_nm -B"
|
2138
|
-
break
|
2891
|
+
break 2
|
2139
2892
|
;;
|
2140
2893
|
*)
|
2141
2894
|
case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
2142
2895
|
*/dev/null*)
|
2143
2896
|
lt_cv_path_NM="$tmp_nm -p"
|
2144
|
-
break
|
2897
|
+
break 2
|
2145
2898
|
;;
|
2146
2899
|
*)
|
2147
2900
|
lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
@@ -2152,21 +2905,21 @@ else
|
|
2152
2905
|
esac
|
2153
2906
|
fi
|
2154
2907
|
done
|
2155
|
-
IFS
|
2908
|
+
IFS=$lt_save_ifs
|
2156
2909
|
done
|
2157
2910
|
: ${lt_cv_path_NM=no}
|
2158
2911
|
fi])
|
2159
|
-
if test
|
2160
|
-
NM
|
2912
|
+
if test no != "$lt_cv_path_NM"; then
|
2913
|
+
NM=$lt_cv_path_NM
|
2161
2914
|
else
|
2162
2915
|
# Didn't find any BSD compatible name lister, look for dumpbin.
|
2163
2916
|
if test -n "$DUMPBIN"; then :
|
2164
2917
|
# Let the user override the test.
|
2165
2918
|
else
|
2166
2919
|
AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
|
2167
|
-
case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
|
2920
|
+
case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
|
2168
2921
|
*COFF*)
|
2169
|
-
DUMPBIN="$DUMPBIN -symbols"
|
2922
|
+
DUMPBIN="$DUMPBIN -symbols -headers"
|
2170
2923
|
;;
|
2171
2924
|
*)
|
2172
2925
|
DUMPBIN=:
|
@@ -2174,8 +2927,8 @@ else
|
|
2174
2927
|
esac
|
2175
2928
|
fi
|
2176
2929
|
AC_SUBST([DUMPBIN])
|
2177
|
-
if test
|
2178
|
-
NM
|
2930
|
+
if test : != "$DUMPBIN"; then
|
2931
|
+
NM=$DUMPBIN
|
2179
2932
|
fi
|
2180
2933
|
fi
|
2181
2934
|
test -z "$NM" && NM=nm
|
@@ -2198,316 +2951,208 @@ AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
|
|
2198
2951
|
fi
|
2199
2952
|
rm -f conftest*])
|
2200
2953
|
])
|
2201
|
-
m4trace:m4/libtool.m4:
|
2202
|
-
m4trace:m4/libtool.m4:
|
2954
|
+
m4trace:m4/libtool.m4:3754: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
2955
|
+
m4trace:m4/libtool.m4:3754: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
|
2203
2956
|
You should run autoupdate.])dnl
|
2204
2957
|
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
2205
|
-
m4trace:m4/libtool.m4:
|
2206
|
-
m4trace:m4/libtool.m4:
|
2958
|
+
m4trace:m4/libtool.m4:3755: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
2959
|
+
m4trace:m4/libtool.m4:3755: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
|
2207
2960
|
You should run autoupdate.])dnl
|
2208
2961
|
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
|
2209
|
-
m4trace:m4/libtool.m4:
|
2962
|
+
m4trace:m4/libtool.m4:3834: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
|
2963
|
+
test DEF = "`$SED -n dnl
|
2964
|
+
-e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
|
2965
|
+
-e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
|
2966
|
+
-e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
|
2967
|
+
-e q dnl Only consider the first "real" line
|
2968
|
+
$1`" dnl
|
2969
|
+
])
|
2970
|
+
m4trace:m4/libtool.m4:3856: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
2210
2971
|
LIBM=
|
2211
2972
|
case $host in
|
2212
2973
|
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
2213
2974
|
# These system don't have libm, or don't need it
|
2214
2975
|
;;
|
2215
2976
|
*-ncr-sysv4.3*)
|
2216
|
-
AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM
|
2977
|
+
AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
|
2217
2978
|
AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
|
2218
2979
|
;;
|
2219
2980
|
*)
|
2220
|
-
AC_CHECK_LIB(m, cos, LIBM
|
2981
|
+
AC_CHECK_LIB(m, cos, LIBM=-lm)
|
2221
2982
|
;;
|
2222
2983
|
esac
|
2223
2984
|
AC_SUBST([LIBM])
|
2224
2985
|
])
|
2225
|
-
m4trace:m4/libtool.m4:
|
2226
|
-
m4trace:m4/libtool.m4:
|
2986
|
+
m4trace:m4/libtool.m4:3859: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
|
2987
|
+
m4trace:m4/libtool.m4:3859: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
|
2227
2988
|
You should run autoupdate.])dnl
|
2228
2989
|
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
|
2229
|
-
m4trace:m4/libtool.m4:
|
2990
|
+
m4trace:m4/libtool.m4:8128: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
|
2230
2991
|
[m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
|
2231
2992
|
[AC_CHECK_TOOL(GCJ, gcj,)
|
2232
|
-
test "
|
2993
|
+
test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
|
2233
2994
|
AC_SUBST(GCJFLAGS)])])[]dnl
|
2234
2995
|
])
|
2235
|
-
m4trace:m4/libtool.m4:
|
2236
|
-
m4trace:m4/libtool.m4:
|
2996
|
+
m4trace:m4/libtool.m4:8131: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
|
2997
|
+
m4trace:m4/libtool.m4:8131: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
|
2237
2998
|
You should run autoupdate.])dnl
|
2238
2999
|
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
|
2239
|
-
m4trace:m4/libtool.m4:
|
3000
|
+
m4trace:m4/libtool.m4:8140: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
|
2240
3001
|
])
|
2241
|
-
m4trace:m4/libtool.m4:
|
3002
|
+
m4trace:m4/libtool.m4:8147: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
|
2242
3003
|
])
|
2243
|
-
m4trace:m4/libtool.m4:
|
2244
|
-
m4trace:m4/libtool.m4:
|
3004
|
+
m4trace:m4/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
|
3005
|
+
m4trace:m4/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
|
2245
3006
|
You should run autoupdate.])dnl
|
2246
3007
|
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
|
2247
|
-
m4trace:m4/libtool.m4:
|
2248
|
-
m4trace:m4/libtool.m4:
|
3008
|
+
m4trace:m4/libtool.m4:8270: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
|
3009
|
+
m4trace:m4/libtool.m4:8270: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
|
2249
3010
|
You should run autoupdate.])dnl
|
2250
3011
|
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
|
2251
3012
|
m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
2252
|
-
m4trace:m4/ltoptions.m4:
|
3013
|
+
m4trace:m4/ltoptions.m4:118: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
|
2253
3014
|
AC_DIAGNOSE([obsolete],
|
2254
3015
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
2255
|
-
put the
|
3016
|
+
put the 'dlopen' option into LT_INIT's first parameter.])
|
2256
3017
|
])
|
2257
|
-
m4trace:m4/ltoptions.m4:
|
3018
|
+
m4trace:m4/ltoptions.m4:118: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
|
2258
3019
|
You should run autoupdate.])dnl
|
2259
3020
|
_LT_SET_OPTION([LT_INIT], [dlopen])
|
2260
3021
|
AC_DIAGNOSE([obsolete],
|
2261
3022
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
2262
|
-
put the
|
3023
|
+
put the 'dlopen' option into LT_INIT's first parameter.])
|
2263
3024
|
])
|
2264
|
-
m4trace:m4/ltoptions.m4:
|
3025
|
+
m4trace:m4/ltoptions.m4:154: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
2265
3026
|
_LT_SET_OPTION([LT_INIT], [win32-dll])
|
2266
3027
|
AC_DIAGNOSE([obsolete],
|
2267
3028
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
2268
|
-
put the
|
3029
|
+
put the 'win32-dll' option into LT_INIT's first parameter.])
|
2269
3030
|
])
|
2270
|
-
m4trace:m4/ltoptions.m4:
|
3031
|
+
m4trace:m4/ltoptions.m4:154: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
|
2271
3032
|
You should run autoupdate.])dnl
|
2272
3033
|
AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
2273
3034
|
_LT_SET_OPTION([LT_INIT], [win32-dll])
|
2274
3035
|
AC_DIAGNOSE([obsolete],
|
2275
3036
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
2276
|
-
put the
|
3037
|
+
put the 'win32-dll' option into LT_INIT's first parameter.])
|
2277
3038
|
])
|
2278
|
-
m4trace:m4/ltoptions.m4:
|
3039
|
+
m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
|
2279
3040
|
])
|
2280
|
-
m4trace:m4/ltoptions.m4:
|
3041
|
+
m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
|
2281
3042
|
])
|
2282
|
-
m4trace:m4/ltoptions.m4:
|
2283
|
-
m4trace:m4/ltoptions.m4:
|
3043
|
+
m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
|
3044
|
+
m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
|
2284
3045
|
You should run autoupdate.])dnl
|
2285
3046
|
AC_ENABLE_SHARED($@)])
|
2286
|
-
m4trace:m4/ltoptions.m4:
|
2287
|
-
m4trace:m4/ltoptions.m4:
|
3047
|
+
m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
|
3048
|
+
m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
|
2288
3049
|
You should run autoupdate.])dnl
|
2289
3050
|
AC_DISABLE_SHARED($@)])
|
2290
|
-
m4trace:m4/ltoptions.m4:
|
3051
|
+
m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
|
2291
3052
|
])
|
2292
|
-
m4trace:m4/ltoptions.m4:
|
3053
|
+
m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
|
2293
3054
|
])
|
2294
|
-
m4trace:m4/ltoptions.m4:
|
2295
|
-
m4trace:m4/ltoptions.m4:
|
3055
|
+
m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
|
3056
|
+
m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
|
2296
3057
|
You should run autoupdate.])dnl
|
2297
3058
|
AC_ENABLE_STATIC($@)])
|
2298
|
-
m4trace:m4/ltoptions.m4:
|
2299
|
-
m4trace:m4/ltoptions.m4:
|
3059
|
+
m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
|
3060
|
+
m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
|
2300
3061
|
You should run autoupdate.])dnl
|
2301
3062
|
AC_DISABLE_STATIC($@)])
|
2302
|
-
m4trace:m4/ltoptions.m4:
|
3063
|
+
m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
2303
3064
|
AC_DIAGNOSE([obsolete],
|
2304
3065
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
2305
|
-
the
|
3066
|
+
the 'fast-install' option into LT_INIT's first parameter.])
|
2306
3067
|
])
|
2307
|
-
m4trace:m4/ltoptions.m4:
|
3068
|
+
m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
|
2308
3069
|
You should run autoupdate.])dnl
|
2309
3070
|
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
2310
3071
|
AC_DIAGNOSE([obsolete],
|
2311
3072
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
2312
|
-
the
|
3073
|
+
the 'fast-install' option into LT_INIT's first parameter.])
|
2313
3074
|
])
|
2314
|
-
m4trace:m4/ltoptions.m4:
|
3075
|
+
m4trace:m4/ltoptions.m4:317: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
2315
3076
|
AC_DIAGNOSE([obsolete],
|
2316
3077
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
2317
|
-
the
|
3078
|
+
the 'disable-fast-install' option into LT_INIT's first parameter.])
|
2318
3079
|
])
|
2319
|
-
m4trace:m4/ltoptions.m4:
|
3080
|
+
m4trace:m4/ltoptions.m4:317: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
|
2320
3081
|
You should run autoupdate.])dnl
|
2321
3082
|
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
2322
3083
|
AC_DIAGNOSE([obsolete],
|
2323
3084
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
2324
|
-
the
|
3085
|
+
the 'disable-fast-install' option into LT_INIT's first parameter.])
|
2325
3086
|
])
|
2326
|
-
m4trace:m4/ltoptions.m4:
|
3087
|
+
m4trace:m4/ltoptions.m4:416: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
|
2327
3088
|
AC_DIAGNOSE([obsolete],
|
2328
3089
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
2329
|
-
put the
|
3090
|
+
put the 'pic-only' option into LT_INIT's first parameter.])
|
2330
3091
|
])
|
2331
|
-
m4trace:m4/ltoptions.m4:
|
3092
|
+
m4trace:m4/ltoptions.m4:416: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
|
2332
3093
|
You should run autoupdate.])dnl
|
2333
3094
|
_LT_SET_OPTION([LT_INIT], [pic-only])
|
2334
3095
|
AC_DIAGNOSE([obsolete],
|
2335
3096
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
2336
|
-
put the
|
3097
|
+
put the 'pic-only' option into LT_INIT's first parameter.])
|
2337
3098
|
])
|
2338
|
-
m4trace:m4/ltsugar.m4:
|
2339
|
-
m4trace:m4/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.
|
2340
|
-
macro_revision='
|
3099
|
+
m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
|
3100
|
+
m4trace:m4/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
|
3101
|
+
macro_revision='2.4.6'
|
2341
3102
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
2342
3103
|
_LT_DECL(, macro_revision, 0)
|
2343
3104
|
])
|
2344
|
-
m4trace:m4/lt~obsolete.m4:
|
2345
|
-
m4trace:m4/lt~obsolete.m4:
|
2346
|
-
m4trace:m4/lt~obsolete.m4:
|
2347
|
-
m4trace:m4/lt~obsolete.m4:
|
2348
|
-
m4trace:m4/lt~obsolete.m4:
|
2349
|
-
m4trace:m4/lt~obsolete.m4:
|
2350
|
-
m4trace:m4/lt~obsolete.m4:
|
2351
|
-
m4trace:m4/lt~obsolete.m4:
|
2352
|
-
m4trace:m4/lt~obsolete.m4:
|
2353
|
-
m4trace:m4/lt~obsolete.m4:
|
2354
|
-
m4trace:m4/lt~obsolete.m4:
|
2355
|
-
m4trace:m4/lt~obsolete.m4:
|
2356
|
-
m4trace:m4/lt~obsolete.m4:
|
2357
|
-
m4trace:m4/lt~obsolete.m4:
|
2358
|
-
m4trace:m4/lt~obsolete.m4:
|
2359
|
-
m4trace:m4/lt~obsolete.m4:
|
2360
|
-
m4trace:m4/lt~obsolete.m4:
|
2361
|
-
m4trace:m4/lt~obsolete.m4:
|
2362
|
-
m4trace:m4/lt~obsolete.m4:
|
2363
|
-
m4trace:m4/lt~obsolete.m4:
|
2364
|
-
m4trace:m4/lt~obsolete.m4:
|
2365
|
-
m4trace:m4/lt~obsolete.m4:
|
2366
|
-
m4trace:m4/lt~obsolete.m4:
|
2367
|
-
m4trace:m4/lt~obsolete.m4:
|
2368
|
-
m4trace:m4/lt~obsolete.m4:
|
2369
|
-
m4trace:m4/lt~obsolete.m4:
|
2370
|
-
m4trace:m4/lt~obsolete.m4:
|
2371
|
-
m4trace:m4/lt~obsolete.m4:
|
2372
|
-
m4trace:m4/lt~obsolete.m4:
|
2373
|
-
m4trace:m4/lt~obsolete.m4:
|
2374
|
-
m4trace:m4/lt~obsolete.m4:
|
2375
|
-
m4trace:m4/lt~obsolete.m4:
|
2376
|
-
m4trace:m4/lt~obsolete.m4:
|
2377
|
-
m4trace:m4/lt~obsolete.m4:
|
2378
|
-
m4trace:m4/lt~obsolete.m4:
|
2379
|
-
m4trace:m4/lt~obsolete.m4:
|
2380
|
-
m4trace:m4/lt~obsolete.m4:
|
2381
|
-
m4trace:m4/lt~obsolete.m4:
|
2382
|
-
m4trace:m4/lt~obsolete.m4:
|
2383
|
-
m4trace:m4/lt~obsolete.m4:
|
2384
|
-
m4trace:m4/lt~obsolete.m4:
|
2385
|
-
m4trace:m4/lt~obsolete.m4:
|
2386
|
-
m4trace:m4/lt~obsolete.m4:
|
2387
|
-
m4trace:m4/lt~obsolete.m4:
|
2388
|
-
m4trace:m4/lt~obsolete.m4:
|
2389
|
-
m4trace:m4/lt~obsolete.m4:
|
2390
|
-
m4trace:m4/lt~obsolete.m4:
|
2391
|
-
m4trace:m4/lt~obsolete.m4:
|
2392
|
-
m4trace:m4/lt~obsolete.m4:
|
2393
|
-
m4trace:m4/lt~obsolete.m4:
|
2394
|
-
m4trace:m4/lt~obsolete.m4:
|
2395
|
-
m4trace:m4/pkg.m4:48: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
2396
|
-
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
|
2397
|
-
m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
|
2398
|
-
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
|
2399
|
-
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
|
2400
|
-
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
|
2401
|
-
|
2402
|
-
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
|
2403
|
-
AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
|
2404
|
-
fi
|
2405
|
-
if test -n "$PKG_CONFIG"; then
|
2406
|
-
_pkg_min_version=m4_default([$1], [0.9.0])
|
2407
|
-
AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
|
2408
|
-
if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
|
2409
|
-
AC_MSG_RESULT([yes])
|
2410
|
-
else
|
2411
|
-
AC_MSG_RESULT([no])
|
2412
|
-
PKG_CONFIG=""
|
2413
|
-
fi
|
2414
|
-
fi[]dnl
|
2415
|
-
])
|
2416
|
-
m4trace:m4/pkg.m4:67: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
2417
|
-
if test -n "$PKG_CONFIG" && \
|
2418
|
-
AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
|
2419
|
-
m4_default([$2], [:])
|
2420
|
-
m4_ifvaln([$3], [else
|
2421
|
-
$3])dnl
|
2422
|
-
fi])
|
2423
|
-
m4trace:m4/pkg.m4:93: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
2424
|
-
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
|
2425
|
-
_pkg_short_errors_supported=yes
|
2426
|
-
else
|
2427
|
-
_pkg_short_errors_supported=no
|
2428
|
-
fi[]dnl
|
2429
|
-
])
|
2430
|
-
m4trace:m4/pkg.m4:159: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
2431
|
-
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
2432
|
-
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
2433
|
-
|
2434
|
-
pkg_failed=no
|
2435
|
-
AC_MSG_CHECKING([for $1])
|
2436
|
-
|
2437
|
-
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
|
2438
|
-
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
|
2439
|
-
|
2440
|
-
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
|
2441
|
-
and $1[]_LIBS to avoid the need to call pkg-config.
|
2442
|
-
See the pkg-config man page for more details.])
|
2443
|
-
|
2444
|
-
if test $pkg_failed = yes; then
|
2445
|
-
AC_MSG_RESULT([no])
|
2446
|
-
_PKG_SHORT_ERRORS_SUPPORTED
|
2447
|
-
if test $_pkg_short_errors_supported = yes; then
|
2448
|
-
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
|
2449
|
-
else
|
2450
|
-
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
2451
|
-
fi
|
2452
|
-
# Put the nasty error message in config.log where it belongs
|
2453
|
-
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
2454
|
-
|
2455
|
-
m4_default([$4], [AC_MSG_ERROR(
|
2456
|
-
[Package requirements ($2) were not met:
|
2457
|
-
|
2458
|
-
$$1_PKG_ERRORS
|
2459
|
-
|
2460
|
-
Consider adjusting the PKG_CONFIG_PATH environment variable if you
|
2461
|
-
installed software in a non-standard prefix.
|
2462
|
-
|
2463
|
-
_PKG_TEXT])[]dnl
|
2464
|
-
])
|
2465
|
-
elif test $pkg_failed = untried; then
|
2466
|
-
AC_MSG_RESULT([no])
|
2467
|
-
m4_default([$4], [AC_MSG_FAILURE(
|
2468
|
-
[The pkg-config script could not be found or is too old. Make sure it
|
2469
|
-
is in your PATH or set the PKG_CONFIG environment variable to the full
|
2470
|
-
path to pkg-config.
|
2471
|
-
|
2472
|
-
_PKG_TEXT
|
2473
|
-
|
2474
|
-
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
2475
|
-
])
|
2476
|
-
else
|
2477
|
-
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
2478
|
-
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
2479
|
-
AC_MSG_RESULT([yes])
|
2480
|
-
$3
|
2481
|
-
fi[]dnl
|
2482
|
-
])
|
2483
|
-
m4trace:m4/pkg.m4:179: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
|
2484
|
-
m4_pushdef([pkg_description],
|
2485
|
-
[pkg-config installation directory @<:@]pkg_default[@:>@])
|
2486
|
-
AC_ARG_WITH([pkgconfigdir],
|
2487
|
-
[AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
|
2488
|
-
[with_pkgconfigdir=]pkg_default)
|
2489
|
-
AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
|
2490
|
-
m4_popdef([pkg_default])
|
2491
|
-
m4_popdef([pkg_description])
|
2492
|
-
])
|
2493
|
-
m4trace:m4/pkg.m4:199: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
|
2494
|
-
m4_pushdef([pkg_description],
|
2495
|
-
[pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
|
2496
|
-
AC_ARG_WITH([noarch-pkgconfigdir],
|
2497
|
-
[AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
|
2498
|
-
[with_noarch_pkgconfigdir=]pkg_default)
|
2499
|
-
AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
|
2500
|
-
m4_popdef([pkg_default])
|
2501
|
-
m4_popdef([pkg_description])
|
2502
|
-
])
|
2503
|
-
m4trace:m4/pkg.m4:214: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
2504
|
-
AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
|
2505
|
-
|
2506
|
-
_PKG_CONFIG([$1], [variable="][$3]["], [$2])
|
2507
|
-
AS_VAR_COPY([$1], [pkg_cv_][$1])
|
2508
|
-
|
2509
|
-
AS_VAR_IF([$1], [""], [$5], [$4])dnl
|
2510
|
-
])
|
3105
|
+
m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
|
3106
|
+
m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
|
3107
|
+
m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
|
3108
|
+
m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
|
3109
|
+
m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
|
3110
|
+
m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
|
3111
|
+
m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
|
3112
|
+
m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
|
3113
|
+
m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
|
3114
|
+
m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
|
3115
|
+
m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
|
3116
|
+
m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
|
3117
|
+
m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
|
3118
|
+
m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
|
3119
|
+
m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
|
3120
|
+
m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
|
3121
|
+
m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
|
3122
|
+
m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
|
3123
|
+
m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
|
3124
|
+
m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
|
3125
|
+
m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
|
3126
|
+
m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
|
3127
|
+
m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
|
3128
|
+
m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
|
3129
|
+
m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
|
3130
|
+
m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
|
3131
|
+
m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
|
3132
|
+
m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
|
3133
|
+
m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
|
3134
|
+
m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
|
3135
|
+
m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
|
3136
|
+
m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
|
3137
|
+
m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
|
3138
|
+
m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
|
3139
|
+
m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
|
3140
|
+
m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
|
3141
|
+
m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
|
3142
|
+
m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
|
3143
|
+
m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
|
3144
|
+
m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
|
3145
|
+
m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
|
3146
|
+
m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
|
3147
|
+
m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
|
3148
|
+
m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
|
3149
|
+
m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
|
3150
|
+
m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
|
3151
|
+
m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
|
3152
|
+
m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
|
3153
|
+
m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
|
3154
|
+
m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
|
3155
|
+
m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
|
2511
3156
|
m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
2512
3157
|
m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
|
2513
3158
|
m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
|
@@ -2559,80 +3204,80 @@ m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
|
|
2559
3204
|
m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
|
2560
3205
|
m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
|
2561
3206
|
m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
|
2562
|
-
m4trace:configure.ac:
|
2563
|
-
m4trace:configure.ac:
|
2564
|
-
m4trace:configure.ac:
|
2565
|
-
m4trace:configure.ac:
|
2566
|
-
m4trace:configure.ac:
|
2567
|
-
m4trace:configure.ac:
|
2568
|
-
m4trace:configure.ac:
|
2569
|
-
m4trace:configure.ac:
|
2570
|
-
m4trace:configure.ac:
|
2571
|
-
m4trace:configure.ac:
|
2572
|
-
m4trace:configure.ac:
|
2573
|
-
m4trace:configure.ac:
|
2574
|
-
m4trace:configure.ac:
|
2575
|
-
m4trace:configure.ac:
|
2576
|
-
m4trace:configure.ac:
|
2577
|
-
m4trace:configure.ac:
|
2578
|
-
m4trace:configure.ac:
|
2579
|
-
m4trace:configure.ac:
|
2580
|
-
m4trace:configure.ac:
|
2581
|
-
m4trace:configure.ac:
|
2582
|
-
m4trace:configure.ac:
|
2583
|
-
m4trace:configure.ac:
|
2584
|
-
m4trace:configure.ac:
|
2585
|
-
m4trace:configure.ac:
|
2586
|
-
m4trace:configure.ac:
|
2587
|
-
m4trace:configure.ac:
|
2588
|
-
m4trace:configure.ac:
|
2589
|
-
m4trace:configure.ac:
|
2590
|
-
m4trace:configure.ac:
|
2591
|
-
m4trace:configure.ac:
|
2592
|
-
m4trace:configure.ac:
|
2593
|
-
m4trace:configure.ac:
|
2594
|
-
m4trace:configure.ac:
|
2595
|
-
m4trace:configure.ac:
|
3207
|
+
m4trace:configure.ac:7: -1- AC_CONFIG_MACRO_DIR([m4])
|
3208
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^build$])
|
3209
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^build_cpu$])
|
3210
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^build_vendor$])
|
3211
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^build_os$])
|
3212
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^host$])
|
3213
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^host_cpu$])
|
3214
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^host_vendor$])
|
3215
|
+
m4trace:configure.ac:9: -1- m4_pattern_allow([^host_os$])
|
3216
|
+
m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
|
3217
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
3218
|
+
m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
|
3219
|
+
m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.15.1])
|
3220
|
+
m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.69])
|
3221
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
3222
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
3223
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
|
3224
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$])
|
3225
|
+
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc])
|
3226
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
|
3227
|
+
m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
|
3228
|
+
m4trace:configure.ac:10: -1- _AM_SET_OPTION([1.11])
|
3229
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([1.11])
|
3230
|
+
m4trace:configure.ac:10: -1- _AM_SET_OPTION([dist-bzip2])
|
3231
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([dist-bzip2])
|
3232
|
+
m4trace:configure.ac:10: -1- _AM_SET_OPTION([tar-ustar])
|
3233
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
|
3234
|
+
m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign])
|
3235
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign])
|
3236
|
+
m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects])
|
3237
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects])
|
3238
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
|
3239
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
|
3240
|
+
m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
|
2596
3241
|
AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
|
2597
|
-
m4trace:configure.ac:
|
2598
|
-
m4trace:configure.ac:
|
2599
|
-
m4trace:configure.ac:
|
2600
|
-
m4trace:configure.ac:
|
2601
|
-
m4trace:configure.ac:
|
2602
|
-
m4trace:configure.ac:
|
2603
|
-
m4trace:configure.ac:
|
2604
|
-
m4trace:configure.ac:
|
2605
|
-
m4trace:configure.ac:
|
2606
|
-
m4trace:configure.ac:
|
2607
|
-
m4trace:configure.ac:
|
2608
|
-
m4trace:configure.ac:
|
2609
|
-
m4trace:configure.ac:
|
2610
|
-
m4trace:configure.ac:
|
2611
|
-
m4trace:configure.ac:
|
2612
|
-
m4trace:configure.ac:
|
2613
|
-
m4trace:configure.ac:
|
2614
|
-
m4trace:configure.ac:
|
2615
|
-
m4trace:configure.ac:
|
2616
|
-
m4trace:configure.ac:
|
2617
|
-
m4trace:configure.ac:
|
2618
|
-
m4trace:configure.ac:
|
2619
|
-
m4trace:configure.ac:
|
2620
|
-
m4trace:configure.ac:
|
2621
|
-
m4trace:configure.ac:
|
2622
|
-
m4trace:configure.ac:
|
2623
|
-
m4trace:configure.ac:
|
2624
|
-
m4trace:configure.ac:
|
3242
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
|
3243
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
|
3244
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
|
3245
|
+
m4trace:configure.ac:10: -1- AM_SANITY_CHECK
|
3246
|
+
m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
|
3247
|
+
m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
|
3248
|
+
m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
|
3249
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
|
3250
|
+
m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
|
3251
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
|
3252
|
+
m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
|
3253
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
|
3254
|
+
m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
|
3255
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
|
3256
|
+
m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
|
3257
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
|
3258
|
+
m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
|
3259
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
|
3260
|
+
m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
|
3261
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
|
3262
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
|
3263
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$])
|
3264
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
|
3265
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
|
3266
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
|
3267
|
+
m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
|
3268
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
|
3269
|
+
m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
2625
3270
|
[_AM_PROG_TAR([v7])])])
|
2626
|
-
m4trace:configure.ac:
|
2627
|
-
m4trace:configure.ac:
|
2628
|
-
m4trace:configure.ac:
|
2629
|
-
m4trace:configure.ac:
|
2630
|
-
m4trace:configure.ac:
|
2631
|
-
m4trace:configure.ac:
|
2632
|
-
m4trace:configure.ac:
|
2633
|
-
m4trace:configure.ac:
|
2634
|
-
m4trace:configure.ac:
|
2635
|
-
m4trace:configure.ac:
|
3271
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
|
3272
|
+
m4trace:configure.ac:10: -1- _AM_PROG_TAR([ustar])
|
3273
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
|
3274
|
+
m4trace:configure.ac:10: -1- AM_RUN_LOG([$_am_tar --version])
|
3275
|
+
m4trace:configure.ac:10: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
3276
|
+
m4trace:configure.ac:10: -1- AM_RUN_LOG([$am__untar <conftest.tar])
|
3277
|
+
m4trace:configure.ac:10: -1- AM_RUN_LOG([cat conftest.dir/file])
|
3278
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
|
3279
|
+
m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
|
3280
|
+
m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
|
2636
3281
|
[_AM_DEPENDENCIES([CC])],
|
2637
3282
|
[m4_define([AC_PROG_CC],
|
2638
3283
|
m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
|
@@ -2649,18 +3294,8 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
|
|
2649
3294
|
[m4_define([AC_PROG_OBJCXX],
|
2650
3295
|
m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
|
2651
3296
|
])
|
2652
|
-
m4trace:configure.ac:
|
2653
|
-
m4trace:configure.ac:
|
2654
|
-
m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_V$])
|
2655
|
-
m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_V])
|
2656
|
-
m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_V])
|
2657
|
-
m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_V$])
|
2658
|
-
m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
|
2659
|
-
m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
|
2660
|
-
m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
|
2661
|
-
m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$])
|
2662
|
-
m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
|
2663
|
-
m4trace:configure.ac:10: -1- AM_SILENT_RULES([yes])
|
3297
|
+
m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
|
3298
|
+
m4trace:configure.ac:10: -1- AM_SILENT_RULES
|
2664
3299
|
m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$])
|
2665
3300
|
m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V])
|
2666
3301
|
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V])
|
@@ -2670,288 +3305,821 @@ m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
|
|
2670
3305
|
m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
|
2671
3306
|
m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$])
|
2672
3307
|
m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
|
2673
|
-
m4trace:configure.ac:11: -1-
|
2674
|
-
m4trace:configure.ac:11: -1-
|
2675
|
-
m4trace:configure.ac:11: -1-
|
2676
|
-
m4trace:configure.ac:11: -1-
|
2677
|
-
m4trace:configure.ac:11: -1-
|
2678
|
-
m4trace:configure.ac:11: -1-
|
2679
|
-
m4trace:configure.ac:11: -1-
|
2680
|
-
m4trace:configure.ac:
|
2681
|
-
m4trace:configure.ac:
|
2682
|
-
m4trace:configure.ac:
|
2683
|
-
m4trace:configure.ac:12: -1-
|
2684
|
-
m4trace:configure.ac:12: -1-
|
2685
|
-
m4trace:configure.ac:12: -1-
|
2686
|
-
m4trace:configure.ac:12: -1- m4_pattern_allow([^
|
2687
|
-
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([
|
2688
|
-
m4trace:configure.ac:12: -1-
|
2689
|
-
m4trace:configure.ac:12: -1-
|
2690
|
-
m4trace:configure.ac:
|
2691
|
-
m4trace:configure.ac:
|
2692
|
-
m4trace:configure.ac:
|
2693
|
-
m4trace:configure.ac:
|
2694
|
-
m4trace:configure.ac:
|
2695
|
-
m4trace:configure.ac:
|
2696
|
-
m4trace:configure.ac:
|
2697
|
-
m4trace:configure.ac:
|
2698
|
-
m4trace:configure.ac:
|
2699
|
-
m4trace:configure.ac:
|
2700
|
-
m4trace:configure.ac:
|
2701
|
-
m4trace:configure.ac:
|
2702
|
-
m4trace:configure.ac:
|
2703
|
-
m4trace:configure.ac:
|
2704
|
-
m4trace:configure.ac:
|
2705
|
-
m4trace:configure.ac:
|
2706
|
-
m4trace:configure.ac:
|
2707
|
-
m4trace:configure.ac:
|
2708
|
-
m4trace:configure.ac:
|
2709
|
-
m4trace:configure.ac:
|
2710
|
-
m4trace:configure.ac:
|
2711
|
-
m4trace:configure.ac:
|
2712
|
-
m4trace:configure.ac:
|
2713
|
-
m4trace:configure.ac:
|
2714
|
-
m4trace:configure.ac:
|
2715
|
-
|
2716
|
-
|
2717
|
-
m4trace:configure.ac:
|
2718
|
-
|
2719
|
-
|
2720
|
-
|
2721
|
-
|
2722
|
-
m4trace:configure.ac:
|
2723
|
-
m4trace:configure.ac:
|
2724
|
-
m4trace:configure.ac:
|
2725
|
-
m4trace:configure.ac:
|
2726
|
-
m4trace:configure.ac:
|
2727
|
-
m4trace:configure.ac:
|
2728
|
-
m4trace:configure.ac:
|
2729
|
-
m4trace:configure.ac:
|
2730
|
-
m4trace:configure.ac:
|
2731
|
-
m4trace:configure.ac:
|
2732
|
-
m4trace:configure.ac:
|
2733
|
-
m4trace:configure.ac:
|
2734
|
-
m4trace:configure.ac:
|
2735
|
-
m4trace:configure.ac:
|
3308
|
+
m4trace:configure.ac:11: -1- AM_SILENT_RULES([yes])
|
3309
|
+
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_V$])
|
3310
|
+
m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_V])
|
3311
|
+
m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_V])
|
3312
|
+
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_V$])
|
3313
|
+
m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
|
3314
|
+
m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
|
3315
|
+
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
|
3316
|
+
m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_BACKSLASH$])
|
3317
|
+
m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
|
3318
|
+
m4trace:configure.ac:12: -1- AM_MAINTAINER_MODE
|
3319
|
+
m4trace:configure.ac:12: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
|
3320
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
|
3321
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
|
3322
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
|
3323
|
+
m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
|
3324
|
+
m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINT$])
|
3325
|
+
m4trace:configure.ac:13: -1- AM_DEP_TRACK
|
3326
|
+
m4trace:configure.ac:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
3327
|
+
m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
|
3328
|
+
m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
|
3329
|
+
m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
|
3330
|
+
m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
|
3331
|
+
m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
|
3332
|
+
m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
|
3333
|
+
m4trace:configure.ac:13: -1- m4_pattern_allow([^am__nodep$])
|
3334
|
+
m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__nodep])
|
3335
|
+
m4trace:configure.ac:15: -1- m4_pattern_allow([^VERSION$])
|
3336
|
+
m4trace:configure.ac:17: -1- m4_pattern_allow([^ISODATE$])
|
3337
|
+
m4trace:configure.ac:34: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MAJOR$])
|
3338
|
+
m4trace:configure.ac:35: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MINOR$])
|
3339
|
+
m4trace:configure.ac:36: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION$])
|
3340
|
+
m4trace:configure.ac:37: -1- m4_pattern_allow([^DLL_VERSION$])
|
3341
|
+
m4trace:configure.ac:97: -1- m4_pattern_allow([^USE_BLOCKING_RANDOM$])
|
3342
|
+
m4trace:configure.ac:113: -1- m4_pattern_allow([^MINIMAL$])
|
3343
|
+
m4trace:configure.ac:114: -1- AM_CONDITIONAL([MINIMAL], [test x$enable_minimal = xyes])
|
3344
|
+
m4trace:configure.ac:114: -1- m4_pattern_allow([^MINIMAL_TRUE$])
|
3345
|
+
m4trace:configure.ac:114: -1- m4_pattern_allow([^MINIMAL_FALSE$])
|
3346
|
+
m4trace:configure.ac:114: -1- _AM_SUBST_NOTMAKE([MINIMAL_TRUE])
|
3347
|
+
m4trace:configure.ac:114: -1- _AM_SUBST_NOTMAKE([MINIMAL_FALSE])
|
3348
|
+
m4trace:configure.ac:115: -1- m4_pattern_allow([^SODIUM_LIBRARY_MINIMAL_DEF$])
|
3349
|
+
m4trace:configure.ac:118: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
3350
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
|
3351
|
+
configure.ac:118: the top level])
|
3352
|
+
m4trace:configure.ac:127: -1- AX_PTHREAD([
|
3353
|
+
AC_DEFINE([HAVE_PTHREAD], [1], [Define if you have POSIX threads libraries and header files])
|
3354
|
+
LIBS="$PTHREAD_LIBS $LIBS"
|
3355
|
+
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
3356
|
+
CC="$PTHREAD_CC"])
|
3357
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
|
3358
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CFLAGS$])
|
3359
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^LDFLAGS$])
|
3360
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^LIBS$])
|
3361
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CPPFLAGS$])
|
3362
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
|
3363
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
|
3364
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
|
3365
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
|
3366
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^ac_ct_CC$])
|
3367
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^EXEEXT$])
|
3368
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^OBJEXT$])
|
3369
|
+
m4trace:configure.ac:127: -1- _AM_PROG_CC_C_O
|
3370
|
+
m4trace:configure.ac:127: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
|
3371
|
+
m4trace:configure.ac:127: -1- _AM_DEPENDENCIES([CC])
|
3372
|
+
m4trace:configure.ac:127: -1- AM_SET_DEPDIR
|
3373
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^DEPDIR$])
|
3374
|
+
m4trace:configure.ac:127: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
|
3375
|
+
m4trace:configure.ac:127: -1- AM_MAKE_INCLUDE
|
3376
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^am__include$])
|
3377
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^am__quote$])
|
3378
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CCDEPMODE$])
|
3379
|
+
m4trace:configure.ac:127: -1- AM_CONDITIONAL([am__fastdepCC], [
|
2736
3380
|
test "x$enable_dependency_tracking" != xno \
|
2737
3381
|
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
2738
|
-
m4trace:configure.ac:
|
2739
|
-
m4trace:configure.ac:
|
2740
|
-
m4trace:configure.ac:
|
2741
|
-
m4trace:configure.ac:
|
2742
|
-
m4trace:configure.ac:127: -1-
|
2743
|
-
m4trace:configure.ac:127: -1- m4_pattern_allow([^
|
2744
|
-
m4trace:configure.ac:127: -1- m4_pattern_allow([^
|
2745
|
-
m4trace:configure.ac:127: -1-
|
2746
|
-
m4trace:configure.ac:127: -
|
2747
|
-
m4trace:configure.ac:127: -1-
|
2748
|
-
m4trace:configure.ac:127: -1- m4_pattern_allow([^
|
2749
|
-
m4trace:configure.ac:127: -1-
|
3382
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
3383
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
3384
|
+
m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
|
3385
|
+
m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
|
3386
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^SED$])
|
3387
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CPP$])
|
3388
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CPPFLAGS$])
|
3389
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^CPP$])
|
3390
|
+
m4trace:configure.ac:127: -1- AC_PROG_EGREP
|
3391
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^GREP$])
|
3392
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^EGREP$])
|
3393
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^ax_pthread_config$])
|
3394
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CREATE_JOINABLE$])
|
3395
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_PTHREAD_PRIO_INHERIT$])
|
3396
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CC$])
|
3397
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_LIBS$])
|
3398
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CFLAGS$])
|
3399
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CC$])
|
3400
|
+
m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_PTHREAD$])
|
3401
|
+
m4trace:configure.ac:138: -1- m4_pattern_allow([^SAFECODE_HOME$])
|
3402
|
+
m4trace:configure.ac:165: -1- AX_CHECK_COMPILE_FLAG([-Ofast], [CFLAGS="$CFLAGS -Ofast"])
|
3403
|
+
m4trace:configure.ac:165: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3404
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3405
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3406
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3407
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3408
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3409
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3410
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3411
|
+
../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
|
3412
|
+
configure.ac:165: the top level])
|
3413
|
+
m4trace:configure.ac:165: -1- AX_CHECK_COMPILE_FLAG([-march=native], [CFLAGS="$CFLAGS -march=native"])
|
3414
|
+
m4trace:configure.ac:165: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3415
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3416
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3417
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3418
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3419
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3420
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3421
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3422
|
+
../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
|
3423
|
+
configure.ac:165: the top level])
|
3424
|
+
m4trace:configure.ac:167: -1- m4_pattern_allow([^MAINT$])
|
3425
|
+
m4trace:configure.ac:169: -1- AX_VALGRIND_CHECK
|
3426
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND$])
|
3427
|
+
m4trace:configure.ac:169: -1- AM_CONDITIONAL([VALGRIND_ENABLED], [test "$enable_valgrind" = "yes"])
|
3428
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_ENABLED_TRUE$])
|
3429
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_ENABLED_FALSE$])
|
3430
|
+
m4trace:configure.ac:169: -1- _AM_SUBST_NOTMAKE([VALGRIND_ENABLED_TRUE])
|
3431
|
+
m4trace:configure.ac:169: -1- _AM_SUBST_NOTMAKE([VALGRIND_ENABLED_FALSE])
|
3432
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_ENABLED$])
|
3433
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_memcheck$])
|
3434
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_helgrind$])
|
3435
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_drd$])
|
3436
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_sgcheck$])
|
3437
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^valgrind_tools$])
|
3438
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^valgrind_enabled_tools$])
|
3439
|
+
m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_CHECK_RULES$])
|
3440
|
+
m4trace:configure.ac:169: -1- _AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])
|
3441
|
+
m4trace:configure.ac:174: -1- AM_PROG_AS
|
3442
|
+
m4trace:configure.ac:174: -1- m4_pattern_allow([^CCAS$])
|
3443
|
+
m4trace:configure.ac:174: -1- m4_pattern_allow([^CCASFLAGS$])
|
3444
|
+
m4trace:configure.ac:174: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
|
3445
|
+
m4trace:configure.ac:174: -2- _AM_MANGLE_OPTION([no-dependencies])
|
3446
|
+
m4trace:configure.ac:174: -1- _AM_DEPENDENCIES([CCAS])
|
3447
|
+
m4trace:configure.ac:174: -1- m4_pattern_allow([^CCASDEPMODE$])
|
3448
|
+
m4trace:configure.ac:174: -1- AM_CONDITIONAL([am__fastdepCCAS], [
|
2750
3449
|
test "x$enable_dependency_tracking" != xno \
|
2751
3450
|
&& test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
|
2752
|
-
m4trace:configure.ac:
|
2753
|
-
m4trace:configure.ac:
|
2754
|
-
m4trace:configure.ac:
|
2755
|
-
m4trace:configure.ac:
|
2756
|
-
m4trace:configure.ac:
|
2757
|
-
m4trace:configure.ac:
|
2758
|
-
m4trace:configure.ac:
|
2759
|
-
m4trace:configure.ac:
|
2760
|
-
m4trace:configure.ac:
|
2761
|
-
m4trace:configure.ac:
|
2762
|
-
m4trace:configure.ac:
|
2763
|
-
m4trace:configure.ac:
|
2764
|
-
m4trace:configure.ac:
|
2765
|
-
m4trace:configure.ac:
|
2766
|
-
m4trace:configure.ac:
|
2767
|
-
|
2768
|
-
|
2769
|
-
m4trace:configure.ac:128: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
|
2770
|
-
m4trace:configure.ac:128: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
|
2771
|
-
m4trace:configure.ac:132: -1- AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
|
2772
|
-
m4trace:configure.ac:138: -1- AX_CHECK_COMPILE_FLAG([-fPIC], [
|
2773
|
-
AX_CHECK_LINK_FLAG([-fPIC],
|
2774
|
-
[CFLAGS="$CFLAGS -fPIC"]
|
2775
|
-
)
|
3451
|
+
m4trace:configure.ac:174: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
|
3452
|
+
m4trace:configure.ac:174: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
|
3453
|
+
m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
|
3454
|
+
m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
|
3455
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^STDC_HEADERS$])
|
3456
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_POSIX_SOURCE$])
|
3457
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
|
3458
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_MINIX$])
|
3459
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^__EXTENSIONS__$])
|
3460
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_ALL_SOURCE$])
|
3461
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_GNU_SOURCE$])
|
3462
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
|
3463
|
+
m4trace:configure.ac:175: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
|
3464
|
+
m4trace:configure.ac:177: -1- AC_CHECK_DEFINE([__native_client__], [NATIVECLIENT="yes"], [])
|
3465
|
+
m4trace:configure.ac:182: -1- AC_CHECK_DEFINE([_FORTIFY_SOURCE], [], [
|
3466
|
+
AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2],
|
3467
|
+
[CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
|
2776
3468
|
])
|
2777
|
-
m4trace:configure.ac:
|
2778
|
-
|
2779
|
-
|
2780
|
-
|
2781
|
-
|
2782
|
-
|
2783
|
-
|
3469
|
+
m4trace:configure.ac:182: -1- AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2], [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
|
3470
|
+
m4trace:configure.ac:182: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3471
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3472
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3473
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3474
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3475
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3476
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3477
|
+
m4/ax_check_define.m4:62: AC_CHECK_DEFINE is expanded from...
|
3478
|
+
configure.ac:182: the top level])
|
3479
|
+
m4trace:configure.ac:185: -1- AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
|
3480
|
+
m4trace:configure.ac:185: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3481
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3482
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3483
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3484
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3485
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3486
|
+
configure.ac:185: the top level])
|
3487
|
+
m4trace:configure.ac:189: -1- AX_CHECK_COMPILE_FLAG([-fPIC], [CFLAGS="$CFLAGS -fPIC"])
|
3488
|
+
m4trace:configure.ac:189: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3489
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3490
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3491
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3492
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3493
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3494
|
+
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
|
3495
|
+
configure.ac:189: the top level])
|
3496
|
+
m4trace:configure.ac:198: -1- AX_CHECK_COMPILE_FLAG([-fPIE], [
|
3497
|
+
AX_CHECK_LINK_FLAG([-pie], [
|
3498
|
+
[CFLAGS="$CFLAGS -fPIE"
|
3499
|
+
LDFLAGS="$LDFLAGS -pie"]
|
2784
3500
|
])
|
2785
3501
|
])
|
2786
|
-
m4trace:configure.ac:
|
2787
|
-
|
2788
|
-
|
3502
|
+
m4trace:configure.ac:198: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3503
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3504
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3505
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3506
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3507
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3508
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3509
|
+
configure.ac:198: the top level])
|
3510
|
+
m4trace:configure.ac:198: -1- AX_CHECK_LINK_FLAG([-pie], [
|
3511
|
+
[CFLAGS="$CFLAGS -fPIE"
|
3512
|
+
LDFLAGS="$LDFLAGS -pie"]
|
2789
3513
|
])
|
2790
|
-
m4trace:configure.ac:
|
2791
|
-
|
2792
|
-
|
2793
|
-
|
2794
|
-
|
2795
|
-
|
3514
|
+
m4trace:configure.ac:200: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-aliasing], [CFLAGS="$CFLAGS -fno-strict-aliasing"])
|
3515
|
+
m4trace:configure.ac:200: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3516
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3517
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3518
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3519
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3520
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3521
|
+
configure.ac:200: the top level])
|
3522
|
+
m4trace:configure.ac:203: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-overflow], [CFLAGS="$CFLAGS -fno-strict-overflow"], [
|
3523
|
+
AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
|
3524
|
+
])
|
3525
|
+
m4trace:configure.ac:203: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3526
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3527
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3528
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3529
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3530
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3531
|
+
configure.ac:203: the top level])
|
3532
|
+
m4trace:configure.ac:203: -1- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
|
3533
|
+
m4trace:configure.ac:203: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3534
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3535
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3536
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3537
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3538
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3539
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3540
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3541
|
+
configure.ac:203: the top level])
|
3542
|
+
m4trace:configure.ac:219: -1- AX_CHECK_COMPILE_FLAG([-flax-vector-conversions], [CFLAGS="$CFLAGS -flax-vector-conversions"])
|
3543
|
+
m4trace:configure.ac:219: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3544
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3545
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3546
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3547
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3548
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3549
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3550
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3551
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3552
|
+
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
|
3553
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3554
|
+
configure.ac:219: the top level])
|
3555
|
+
m4trace:configure.ac:230: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
2796
3556
|
You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
|
2797
3557
|
../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
|
2798
|
-
configure.ac:
|
2799
|
-
m4trace:configure.ac:
|
2800
|
-
m4trace:configure.ac:
|
2801
|
-
m4trace:configure.ac:
|
3558
|
+
configure.ac:230: the top level])
|
3559
|
+
m4trace:configure.ac:237: -1- AX_CHECK_LINK_FLAG([-Wl,--dynamicbase], [LDFLAGS="$LDFLAGS -Wl,--dynamicbase"])
|
3560
|
+
m4trace:configure.ac:237: -1- AX_CHECK_LINK_FLAG([-Wl,--high-entropy-va], [LDFLAGS="$LDFLAGS -Wl,--high-entropy-va"])
|
3561
|
+
m4trace:configure.ac:237: -1- AX_CHECK_LINK_FLAG([-Wl,--nxcompat], [LDFLAGS="$LDFLAGS -Wl,--nxcompat"])
|
3562
|
+
m4trace:configure.ac:250: -1- AX_CHECK_COMPILE_FLAG([-fstack-protector], [
|
2802
3563
|
AX_CHECK_LINK_FLAG([-fstack-protector],
|
2803
3564
|
[CFLAGS="$CFLAGS -fstack-protector"]
|
2804
3565
|
)
|
2805
3566
|
])
|
2806
|
-
m4trace:configure.ac:
|
2807
|
-
|
2808
|
-
|
2809
|
-
|
2810
|
-
|
2811
|
-
|
2812
|
-
|
2813
|
-
|
3567
|
+
m4trace:configure.ac:250: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3568
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3569
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3570
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3571
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3572
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3573
|
+
../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
|
3574
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3575
|
+
configure.ac:250: the top level])
|
3576
|
+
m4trace:configure.ac:250: -1- AX_CHECK_LINK_FLAG([-fstack-protector], [CFLAGS="$CFLAGS -fstack-protector"
|
2814
3577
|
])
|
2815
|
-
m4trace:configure.ac:
|
2816
|
-
m4trace:configure.ac:
|
2817
|
-
|
2818
|
-
|
2819
|
-
|
2820
|
-
|
2821
|
-
|
2822
|
-
|
2823
|
-
m4trace:configure.ac:
|
2824
|
-
m4trace:configure.ac:
|
2825
|
-
|
2826
|
-
|
2827
|
-
|
2828
|
-
|
2829
|
-
|
2830
|
-
|
2831
|
-
m4trace:configure.ac:
|
2832
|
-
m4trace:configure.ac:
|
2833
|
-
|
2834
|
-
|
2835
|
-
|
2836
|
-
|
2837
|
-
|
2838
|
-
|
2839
|
-
m4trace:configure.ac:
|
2840
|
-
m4trace:configure.ac:
|
2841
|
-
m4trace:configure.ac:
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2847
|
-
|
2848
|
-
m4trace:configure.ac:
|
2849
|
-
m4trace:configure.ac:
|
2850
|
-
|
2851
|
-
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
m4trace:configure.ac:
|
2857
|
-
m4trace:configure.ac:
|
2858
|
-
|
2859
|
-
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
|
2864
|
-
|
2865
|
-
|
2866
|
-
|
2867
|
-
m4trace:configure.ac:
|
2868
|
-
m4trace:configure.ac:
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2874
|
-
|
2875
|
-
m4trace:configure.ac:
|
2876
|
-
m4trace:configure.ac:
|
2877
|
-
|
2878
|
-
|
2879
|
-
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2883
|
-
m4trace:configure.ac:
|
2884
|
-
m4trace:configure.ac:
|
2885
|
-
|
3578
|
+
m4trace:configure.ac:252: -1- AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
|
3579
|
+
m4trace:configure.ac:252: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3580
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3581
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3582
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3583
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3584
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3585
|
+
configure.ac:252: the top level])
|
3586
|
+
m4trace:configure.ac:253: -1- AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])
|
3587
|
+
m4trace:configure.ac:253: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3588
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3589
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3590
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3591
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3592
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3593
|
+
configure.ac:253: the top level])
|
3594
|
+
m4trace:configure.ac:254: -1- AX_CHECK_COMPILE_FLAG([-Wsometimes-uninitialized], [CFLAGS="$CFLAGS -Wsometimes-uninitialized"])
|
3595
|
+
m4trace:configure.ac:254: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3596
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3597
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3598
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3599
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3600
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3601
|
+
configure.ac:254: the top level])
|
3602
|
+
m4trace:configure.ac:256: -1- m4_pattern_allow([^CWFLAGS$])
|
3603
|
+
m4trace:configure.ac:258: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wall], [CWFLAGS="$CWFLAGS -Wall"])
|
3604
|
+
m4trace:configure.ac:258: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3605
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3606
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3607
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3608
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3609
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3610
|
+
configure.ac:258: the top level])
|
3611
|
+
m4trace:configure.ac:259: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wextra], [CWFLAGS="$CWFLAGS -Wextra"])
|
3612
|
+
m4trace:configure.ac:259: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3613
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3614
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3615
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3616
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3617
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3618
|
+
configure.ac:259: the top level])
|
3619
|
+
m4trace:configure.ac:272: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-warning-option], [CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])
|
3620
|
+
m4trace:configure.ac:272: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3621
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3622
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3623
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3624
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3625
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3626
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3627
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3628
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3629
|
+
configure.ac:272: the top level])
|
3630
|
+
m4trace:configure.ac:274: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wbad-function-cast], [CWFLAGS="$CWFLAGS -Wbad-function-cast"])
|
3631
|
+
m4trace:configure.ac:274: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3632
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3633
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3634
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3635
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3636
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3637
|
+
configure.ac:274: the top level])
|
3638
|
+
m4trace:configure.ac:275: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-align], [CWFLAGS="$CWFLAGS -Wcast-align"])
|
3639
|
+
m4trace:configure.ac:275: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3640
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3641
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3642
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3643
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3644
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3645
|
+
configure.ac:275: the top level])
|
3646
|
+
m4trace:configure.ac:276: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-qual], [CWFLAGS="$CWFLAGS -Wcast-qual"])
|
3647
|
+
m4trace:configure.ac:276: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3648
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3649
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3650
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3651
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3652
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3653
|
+
configure.ac:276: the top level])
|
3654
|
+
m4trace:configure.ac:277: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wduplicated-cond], [CWFLAGS="$CWFLAGS -Wduplicated-cond"])
|
3655
|
+
m4trace:configure.ac:277: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3656
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3657
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3658
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3659
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3660
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3661
|
+
configure.ac:277: the top level])
|
3662
|
+
m4trace:configure.ac:278: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wfloat-equal], [CWFLAGS="$CWFLAGS -Wfloat-equal"])
|
3663
|
+
m4trace:configure.ac:278: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3664
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3665
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3666
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3667
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3668
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3669
|
+
configure.ac:278: the top level])
|
3670
|
+
m4trace:configure.ac:279: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wformat=2], [CWFLAGS="$CWFLAGS -Wformat=2"])
|
3671
|
+
m4trace:configure.ac:279: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3672
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3673
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3674
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3675
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3676
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3677
|
+
configure.ac:279: the top level])
|
3678
|
+
m4trace:configure.ac:280: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-declarations], [CWFLAGS="$CWFLAGS -Wmissing-declarations"])
|
3679
|
+
m4trace:configure.ac:280: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3680
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3681
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3682
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3683
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3684
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3685
|
+
configure.ac:280: the top level])
|
3686
|
+
m4trace:configure.ac:281: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-prototypes], [CWFLAGS="$CWFLAGS -Wmissing-prototypes"])
|
3687
|
+
m4trace:configure.ac:281: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3688
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3689
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3690
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3691
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3692
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3693
|
+
configure.ac:281: the top level])
|
3694
|
+
m4trace:configure.ac:282: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnested-externs], [CWFLAGS="$CWFLAGS -Wnested-externs"])
|
3695
|
+
m4trace:configure.ac:282: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3696
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3697
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3698
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3699
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3700
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3701
|
+
configure.ac:282: the top level])
|
3702
|
+
m4trace:configure.ac:283: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-pragmas], [CWFLAGS="$CWFLAGS -Wno-unknown-pragmas"])
|
3703
|
+
m4trace:configure.ac:283: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3704
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3705
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3706
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3707
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3708
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3709
|
+
configure.ac:283: the top level])
|
3710
|
+
m4trace:configure.ac:284: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnormalized=id], [CWFLAGS="$CWFLAGS -Wnormalized=id"])
|
3711
|
+
m4trace:configure.ac:284: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3712
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3713
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3714
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3715
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3716
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3717
|
+
configure.ac:284: the top level])
|
3718
|
+
m4trace:configure.ac:285: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnull-dereference], [CWFLAGS="$CWFLAGS -Wnull-dereference"])
|
3719
|
+
m4trace:configure.ac:285: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3720
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3721
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3722
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3723
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3724
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3725
|
+
configure.ac:285: the top level])
|
3726
|
+
m4trace:configure.ac:286: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wpointer-arith], [CWFLAGS="$CWFLAGS -Wpointer-arith"])
|
3727
|
+
m4trace:configure.ac:286: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3728
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3729
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3730
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3731
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3732
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3733
|
+
configure.ac:286: the top level])
|
3734
|
+
m4trace:configure.ac:287: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wredundant-decls], [CWFLAGS="$CWFLAGS -Wredundant-decls"])
|
3735
|
+
m4trace:configure.ac:287: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3736
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3737
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3738
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3739
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3740
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3741
|
+
configure.ac:287: the top level])
|
3742
|
+
m4trace:configure.ac:288: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wshorten-64-to-32], [CWFLAGS="$CWFLAGS -Wshorten-64-to-32"])
|
3743
|
+
m4trace:configure.ac:288: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3744
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3745
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3746
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3747
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3748
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3749
|
+
configure.ac:288: the top level])
|
3750
|
+
m4trace:configure.ac:289: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wstrict-prototypes], [CWFLAGS="$CWFLAGS -Wstrict-prototypes"])
|
3751
|
+
m4trace:configure.ac:289: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3752
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3753
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3754
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3755
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3756
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3757
|
+
configure.ac:289: the top level])
|
3758
|
+
m4trace:configure.ac:290: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wswitch-enum], [CWFLAGS="$CWFLAGS -Wswitch-enum"])
|
3759
|
+
m4trace:configure.ac:290: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3760
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3761
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3762
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3763
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3764
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3765
|
+
configure.ac:290: the top level])
|
3766
|
+
m4trace:configure.ac:291: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wvariable-decl], [CWFLAGS="$CWFLAGS -Wvariable-decl"])
|
3767
|
+
m4trace:configure.ac:291: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3768
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3769
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3770
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3771
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3772
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3773
|
+
configure.ac:291: the top level])
|
3774
|
+
m4trace:configure.ac:292: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-type-limits], [CWFLAGS="$CWFLAGS -Wno-type-limits"])
|
3775
|
+
m4trace:configure.ac:292: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3776
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3777
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3778
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3779
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3780
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3781
|
+
configure.ac:292: the top level])
|
3782
|
+
m4trace:configure.ac:294: -1- AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
|
3783
|
+
m4trace:configure.ac:295: -1- AX_CHECK_LINK_FLAG([-Wl,-z,now], [LDFLAGS="$LDFLAGS -Wl,-z,now"])
|
3784
|
+
m4trace:configure.ac:296: -1- AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
|
3785
|
+
m4trace:configure.ac:298: -1- AX_CHECK_CATCHABLE_SEGV
|
3786
|
+
m4trace:configure.ac:298: -1- m4_pattern_allow([^HAVE_CATCHABLE_SEGV$])
|
3787
|
+
m4trace:configure.ac:300: -1- LT_INIT
|
3788
|
+
m4trace:configure.ac:300: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
|
3789
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
|
3790
|
+
m4trace:configure.ac:300: -1- LTOPTIONS_VERSION
|
3791
|
+
m4trace:configure.ac:300: -1- LTSUGAR_VERSION
|
3792
|
+
m4trace:configure.ac:300: -1- LTVERSION_VERSION
|
3793
|
+
m4trace:configure.ac:300: -1- LTOBSOLETE_VERSION
|
3794
|
+
m4trace:configure.ac:300: -1- _LT_PROG_LTMAIN
|
3795
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^LIBTOOL$])
|
3796
|
+
m4trace:configure.ac:300: -1- _LT_PREPARE_SED_QUOTE_VARS
|
3797
|
+
m4trace:configure.ac:300: -1- _LT_PROG_ECHO_BACKSLASH
|
3798
|
+
m4trace:configure.ac:300: -1- LT_PATH_LD
|
3799
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^SED$])
|
3800
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^FGREP$])
|
3801
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^GREP$])
|
3802
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^LD$])
|
3803
|
+
m4trace:configure.ac:300: -1- LT_PATH_NM
|
3804
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^DUMPBIN$])
|
3805
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
|
3806
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^DUMPBIN$])
|
3807
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^NM$])
|
3808
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^LN_S$])
|
3809
|
+
m4trace:configure.ac:300: -1- LT_CMD_MAX_LEN
|
3810
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^OBJDUMP$])
|
3811
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^OBJDUMP$])
|
3812
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^DLLTOOL$])
|
3813
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^DLLTOOL$])
|
3814
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^AR$])
|
3815
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^ac_ct_AR$])
|
3816
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^STRIP$])
|
3817
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^RANLIB$])
|
3818
|
+
m4trace:configure.ac:300: -1- _LT_WITH_SYSROOT
|
3819
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([LT_OBJDIR])
|
3820
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^LT_OBJDIR$])
|
3821
|
+
m4trace:configure.ac:300: -1- _LT_CC_BASENAME([$compiler])
|
3822
|
+
m4trace:configure.ac:300: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
|
3823
|
+
m4trace:configure.ac:300: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
|
3824
|
+
m4trace:configure.ac:300: -1- LT_SUPPORTED_TAG([CC])
|
3825
|
+
m4trace:configure.ac:300: -1- _LT_COMPILER_BOILERPLATE
|
3826
|
+
m4trace:configure.ac:300: -1- _LT_LINKER_BOILERPLATE
|
3827
|
+
m4trace:configure.ac:300: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
|
3828
|
+
m4trace:configure.ac:300: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
|
2886
3829
|
"" | " "*) ;;
|
2887
3830
|
*) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
|
2888
3831
|
esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
|
2889
3832
|
_LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
|
2890
|
-
m4trace:configure.ac:
|
2891
|
-
m4trace:configure.ac:
|
2892
|
-
m4trace:configure.ac:
|
2893
|
-
m4trace:configure.ac:
|
2894
|
-
m4trace:configure.ac:
|
2895
|
-
m4trace:configure.ac:
|
2896
|
-
m4trace:configure.ac:
|
2897
|
-
m4trace:configure.ac:
|
2898
|
-
m4trace:configure.ac:
|
2899
|
-
m4trace:configure.ac:
|
2900
|
-
m4trace:configure.ac:
|
2901
|
-
m4trace:configure.ac:
|
2902
|
-
m4trace:configure.ac:
|
2903
|
-
m4trace:configure.ac:
|
2904
|
-
m4trace:configure.ac:
|
2905
|
-
m4trace:configure.ac:
|
2906
|
-
m4trace:configure.ac:
|
2907
|
-
m4trace:configure.ac:
|
2908
|
-
m4trace:configure.ac:
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
m4trace:configure.ac:
|
2917
|
-
m4trace:configure.ac:
|
2918
|
-
m4trace:configure.ac:
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
2929
|
-
m4trace:configure.ac:
|
2930
|
-
m4trace:configure.ac:
|
2931
|
-
|
2932
|
-
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
2938
|
-
m4trace:configure.ac:
|
2939
|
-
m4trace:configure.ac:
|
2940
|
-
m4trace:configure.ac:
|
2941
|
-
|
2942
|
-
|
2943
|
-
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
m4trace:configure.ac:
|
2952
|
-
m4trace:configure.ac:
|
2953
|
-
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
3833
|
+
m4trace:configure.ac:300: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
|
3834
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^MANIFEST_TOOL$])
|
3835
|
+
m4trace:configure.ac:300: -1- _LT_DLL_DEF_P([$export_symbols])
|
3836
|
+
m4trace:configure.ac:300: -1- _LT_DLL_DEF_P([$export_symbols])
|
3837
|
+
m4trace:configure.ac:300: -1- _LT_REQUIRED_DARWIN_CHECKS
|
3838
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^DSYMUTIL$])
|
3839
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^NMEDIT$])
|
3840
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^LIPO$])
|
3841
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^OTOOL$])
|
3842
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^OTOOL64$])
|
3843
|
+
m4trace:configure.ac:300: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
|
3844
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
|
3845
|
+
m4trace:configure.ac:300: -1- LT_SYS_DLOPEN_SELF
|
3846
|
+
m4trace:configure.ac:300: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
|
3847
|
+
m4trace:configure.ac:301: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
|
3848
|
+
m4trace:configure.ac:303: -1- m4_pattern_allow([^AR$])
|
3849
|
+
m4trace:configure.ac:304: -1- m4_pattern_allow([^AR$])
|
3850
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS="$CFLAGS -mmmx"])
|
3851
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3852
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3853
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3854
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3855
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3856
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3857
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3858
|
+
configure.ac:450: the top level])
|
3859
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
|
3860
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS_MMX="-mmmx"])
|
3861
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3862
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3863
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3864
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3865
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3866
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3867
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3868
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3869
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3870
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3871
|
+
configure.ac:450: the top level])
|
3872
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS="$CFLAGS -msse2"])
|
3873
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3874
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3875
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3876
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3877
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3878
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3879
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3880
|
+
configure.ac:450: the top level])
|
3881
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
|
3882
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS_SSE2="-msse2"])
|
3883
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3884
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3885
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3886
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3887
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3888
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3889
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3890
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3891
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3892
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3893
|
+
configure.ac:450: the top level])
|
3894
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS="$CFLAGS -msse3"])
|
3895
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3896
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3897
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3898
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3899
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3900
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3901
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3902
|
+
configure.ac:450: the top level])
|
3903
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
|
3904
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS_SSE3="-msse3"])
|
3905
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3906
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3907
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3908
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3909
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3910
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3911
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3912
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3913
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3914
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3915
|
+
configure.ac:450: the top level])
|
3916
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS="$CFLAGS -mssse3"])
|
3917
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3918
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3919
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3920
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3921
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3922
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3923
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3924
|
+
configure.ac:450: the top level])
|
3925
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
|
3926
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS_SSSE3="-mssse3"])
|
3927
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3928
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3929
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3930
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3931
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3932
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3933
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3934
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3935
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3936
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3937
|
+
configure.ac:450: the top level])
|
3938
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS="$CFLAGS -msse4.1"])
|
3939
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3940
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3941
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3942
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3943
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3944
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3945
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3946
|
+
configure.ac:450: the top level])
|
3947
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_SMMINTRIN_H$])
|
3948
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS_SSE41="-msse4.1"])
|
3949
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3950
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3951
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3952
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3953
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3954
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3955
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3956
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3957
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3958
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3959
|
+
configure.ac:450: the top level])
|
3960
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS="$CFLAGS -mavx"])
|
3961
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3962
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3963
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3964
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3965
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3966
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3967
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3968
|
+
configure.ac:450: the top level])
|
3969
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_AVXINTRIN_H$])
|
3970
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS_AVX="-mavx"])
|
3971
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3972
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3973
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3974
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3975
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3976
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3977
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3978
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
3979
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
3980
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3981
|
+
configure.ac:450: the top level])
|
3982
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx2], [CFLAGS="$CFLAGS -mavx2"])
|
3983
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3984
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3985
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3986
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3987
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3988
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3989
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3990
|
+
configure.ac:450: the top level])
|
3991
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_AVX2INTRIN_H$])
|
3992
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx2], [CFLAGS_AVX2="-mavx2"])
|
3993
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
3994
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
3995
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
3996
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
3997
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
3998
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
3999
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4000
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
4001
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
4002
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4003
|
+
configure.ac:450: the top level])
|
4004
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^_mm256_broadcastsi128_si256$])
|
4005
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS="$CFLAGS -maes"])
|
4006
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
4007
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
4008
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4009
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
4010
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
4011
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
4012
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4013
|
+
configure.ac:450: the top level])
|
4014
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS="$CFLAGS -mpclmul"])
|
4015
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
4016
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
4017
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4018
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
4019
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
4020
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
4021
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4022
|
+
configure.ac:450: the top level])
|
4023
|
+
m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_WMMINTRIN_H$])
|
4024
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS_AESNI="-maes"])
|
4025
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
4026
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
4027
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4028
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
4029
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
4030
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
4031
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4032
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
4033
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
4034
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4035
|
+
configure.ac:450: the top level])
|
4036
|
+
m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS_PCLMUL="-mpclmul"])
|
4037
|
+
m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
4038
|
+
You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
|
4039
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4040
|
+
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
|
4041
|
+
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
|
4042
|
+
m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
|
4043
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4044
|
+
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
|
4045
|
+
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
|
4046
|
+
../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
|
4047
|
+
configure.ac:450: the top level])
|
4048
|
+
m4trace:configure.ac:452: -1- m4_pattern_allow([^CFLAGS_MMX$])
|
4049
|
+
m4trace:configure.ac:453: -1- m4_pattern_allow([^CFLAGS_SSE2$])
|
4050
|
+
m4trace:configure.ac:454: -1- m4_pattern_allow([^CFLAGS_SSE3$])
|
4051
|
+
m4trace:configure.ac:455: -1- m4_pattern_allow([^CFLAGS_SSSE3$])
|
4052
|
+
m4trace:configure.ac:456: -1- m4_pattern_allow([^CFLAGS_SSE41$])
|
4053
|
+
m4trace:configure.ac:457: -1- m4_pattern_allow([^CFLAGS_AVX$])
|
4054
|
+
m4trace:configure.ac:458: -1- m4_pattern_allow([^CFLAGS_AVX2$])
|
4055
|
+
m4trace:configure.ac:459: -1- m4_pattern_allow([^CFLAGS_AESNI$])
|
4056
|
+
m4trace:configure.ac:460: -1- m4_pattern_allow([^CFLAGS_PCLMUL$])
|
4057
|
+
m4trace:configure.ac:469: -1- m4_pattern_allow([^HAVE__XGETBV$])
|
4058
|
+
m4trace:configure.ac:479: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
|
4059
|
+
m4trace:configure.ac:480: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
|
4060
|
+
m4trace:configure.ac:523: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
|
4061
|
+
m4trace:configure.ac:524: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
|
4062
|
+
m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
|
4063
|
+
m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
|
4064
|
+
m4trace:configure.ac:524: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
|
4065
|
+
m4trace:configure.ac:524: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
|
4066
|
+
m4trace:configure.ac:525: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
|
4067
|
+
m4trace:configure.ac:546: -1- m4_pattern_allow([^HAVE_AVX_ASM$])
|
4068
|
+
m4trace:configure.ac:547: -1- AM_CONDITIONAL([HAVE_AVX_ASM], [test $HAVE_AVX_ASM_V = 1])
|
4069
|
+
m4trace:configure.ac:547: -1- m4_pattern_allow([^HAVE_AVX_ASM_TRUE$])
|
4070
|
+
m4trace:configure.ac:547: -1- m4_pattern_allow([^HAVE_AVX_ASM_FALSE$])
|
4071
|
+
m4trace:configure.ac:547: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_TRUE])
|
4072
|
+
m4trace:configure.ac:547: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_FALSE])
|
4073
|
+
m4trace:configure.ac:548: -1- m4_pattern_allow([^HAVE_AVX_ASM_V$])
|
4074
|
+
m4trace:configure.ac:582: -1- m4_pattern_allow([^HAVE_TI_MODE$])
|
4075
|
+
m4trace:configure.ac:583: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
|
4076
|
+
m4trace:configure.ac:583: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
|
4077
|
+
m4trace:configure.ac:583: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
|
4078
|
+
m4trace:configure.ac:583: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
|
4079
|
+
m4trace:configure.ac:583: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
|
4080
|
+
m4trace:configure.ac:584: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
|
4081
|
+
m4trace:configure.ac:600: -1- m4_pattern_allow([^HAVE_CPUID$])
|
4082
|
+
m4trace:configure.ac:601: -1- m4_pattern_allow([^HAVE_CPUID_V$])
|
4083
|
+
m4trace:configure.ac:642: -1- m4_pattern_allow([^ASM_HIDE_SYMBOL$])
|
4084
|
+
m4trace:configure.ac:655: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
|
4085
|
+
m4trace:configure.ac:672: -1- m4_pattern_allow([^CPU_UNALIGNED_ACCESS$])
|
4086
|
+
m4trace:configure.ac:683: -1- m4_pattern_allow([^HAVE_ATOMIC_OPS$])
|
4087
|
+
m4trace:configure.ac:693: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
|
4088
|
+
m4trace:configure.ac:700: -1- m4_pattern_allow([^TEST_LDFLAGS$])
|
4089
|
+
m4trace:configure.ac:701: -1- AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])
|
4090
|
+
m4trace:configure.ac:701: -1- m4_pattern_allow([^EMSCRIPTEN_TRUE$])
|
4091
|
+
m4trace:configure.ac:701: -1- m4_pattern_allow([^EMSCRIPTEN_FALSE$])
|
4092
|
+
m4trace:configure.ac:701: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_TRUE])
|
4093
|
+
m4trace:configure.ac:701: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_FALSE])
|
4094
|
+
m4trace:configure.ac:703: -1- AM_CONDITIONAL([NATIVECLIENT], [test "x$NATIVECLIENT" != "x"])
|
4095
|
+
m4trace:configure.ac:703: -1- m4_pattern_allow([^NATIVECLIENT_TRUE$])
|
4096
|
+
m4trace:configure.ac:703: -1- m4_pattern_allow([^NATIVECLIENT_FALSE$])
|
4097
|
+
m4trace:configure.ac:703: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_TRUE])
|
4098
|
+
m4trace:configure.ac:703: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_FALSE])
|
4099
|
+
m4trace:configure.ac:705: -1- m4_pattern_allow([^CONFIGURED$])
|
4100
|
+
m4trace:configure.ac:709: -1- LT_INIT([dlopen])
|
4101
|
+
m4trace:configure.ac:710: -1- AC_LIBTOOL_WIN32_DLL
|
4102
|
+
m4trace:configure.ac:710: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
|
4103
|
+
You should run autoupdate.], [m4/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
|
4104
|
+
configure.ac:710: the top level])
|
4105
|
+
m4trace:configure.ac:710: -1- m4_pattern_allow([^AS$])
|
4106
|
+
m4trace:configure.ac:710: -1- m4_pattern_allow([^DLLTOOL$])
|
4107
|
+
m4trace:configure.ac:710: -1- m4_pattern_allow([^OBJDUMP$])
|
4108
|
+
m4trace:configure.ac:710: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
|
4109
|
+
put the 'win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
|
4110
|
+
configure.ac:710: the top level])
|
4111
|
+
m4trace:configure.ac:711: -1- gl_LD_OUTPUT_DEF
|
4112
|
+
m4trace:configure.ac:711: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
|
4113
|
+
m4trace:configure.ac:711: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
|
4114
|
+
m4trace:configure.ac:711: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
|
4115
|
+
m4trace:configure.ac:711: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
|
4116
|
+
m4trace:configure.ac:711: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
|
4117
|
+
m4trace:configure.ac:733: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
4118
|
+
m4trace:configure.ac:733: -1- m4_pattern_allow([^LTLIBOBJS$])
|
4119
|
+
m4trace:configure.ac:733: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
|
4120
|
+
m4trace:configure.ac:733: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
|
4121
|
+
m4trace:configure.ac:733: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
|
4122
|
+
m4trace:configure.ac:733: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
|
4123
|
+
m4trace:configure.ac:733: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
|
4124
|
+
m4trace:configure.ac:733: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
|
4125
|
+
m4trace:configure.ac:733: -1- _LT_PROG_LTMAIN
|