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.
Files changed (465) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +4 -0
  3. data/lib/rbnacl/libsodium/version.rb +1 -1
  4. data/vendor/libsodium/AUTHORS +45 -33
  5. data/vendor/libsodium/ChangeLog +63 -2
  6. data/vendor/libsodium/LICENSE +1 -1
  7. data/vendor/libsodium/Makefile.am +1 -0
  8. data/vendor/libsodium/Makefile.in +17 -14
  9. data/vendor/libsodium/README.markdown +1 -0
  10. data/vendor/libsodium/THANKS +38 -4
  11. data/vendor/libsodium/aclocal.m4 +25 -24
  12. data/vendor/libsodium/autogen.sh +12 -7
  13. data/vendor/libsodium/autom4te.cache/output.0 +5066 -2281
  14. data/vendor/libsodium/autom4te.cache/output.1 +1013 -600
  15. data/vendor/libsodium/autom4te.cache/output.2 +5066 -2281
  16. data/vendor/libsodium/autom4te.cache/requests +426 -1584
  17. data/vendor/libsodium/autom4te.cache/traces.0 +2044 -876
  18. data/vendor/libsodium/autom4te.cache/traces.1 +996 -523
  19. data/vendor/libsodium/autom4te.cache/traces.2 +1996 -828
  20. data/vendor/libsodium/build-aux/compile +5 -4
  21. data/vendor/libsodium/build-aux/config.guess +120 -68
  22. data/vendor/libsodium/build-aux/config.sub +51 -22
  23. data/vendor/libsodium/build-aux/depcomp +3 -3
  24. data/vendor/libsodium/build-aux/install-sh +2 -2
  25. data/vendor/libsodium/build-aux/missing +3 -3
  26. data/vendor/libsodium/build-aux/test-driver +3 -3
  27. data/vendor/libsodium/builds/msvc/properties/Win32.props +4 -1
  28. data/vendor/libsodium/builds/msvc/properties/x64.props +4 -1
  29. data/vendor/libsodium/builds/msvc/resource.h +14 -0
  30. data/vendor/libsodium/builds/msvc/resource.rc +63 -0
  31. data/vendor/libsodium/builds/msvc/version.h +7 -4
  32. data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.props +1 -1
  33. data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.props +10 -5
  34. data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +182 -139
  35. data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +632 -470
  36. data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.props +1 -1
  37. data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.props +10 -5
  38. data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +182 -129
  39. data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +632 -470
  40. data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.props +1 -1
  41. data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.props +10 -5
  42. data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +182 -129
  43. data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +632 -470
  44. data/vendor/libsodium/builds/msvc/vs2015/libsodium.import.props +1 -1
  45. data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.props +10 -5
  46. data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj +181 -118
  47. data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters +632 -470
  48. data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.props +52 -0
  49. data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.xml +17 -0
  50. data/vendor/libsodium/builds/msvc/vs2017/libsodium.sln +52 -0
  51. data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.props +48 -0
  52. data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj +320 -0
  53. data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters +962 -0
  54. data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.xml +15 -0
  55. data/vendor/libsodium/configure +1002 -589
  56. data/vendor/libsodium/configure.ac +48 -21
  57. data/vendor/libsodium/contrib/Findsodium.cmake +267 -0
  58. data/vendor/libsodium/contrib/Makefile.am +3 -0
  59. data/vendor/libsodium/contrib/Makefile.in +483 -0
  60. data/vendor/libsodium/dist-build/Makefile.in +11 -7
  61. data/vendor/libsodium/dist-build/android-armv8-a.sh +1 -1
  62. data/vendor/libsodium/dist-build/android-build.sh +25 -17
  63. data/vendor/libsodium/dist-build/android-mips32.sh +1 -1
  64. data/vendor/libsodium/dist-build/android-mips64.sh +1 -1
  65. data/vendor/libsodium/dist-build/android-x86_64.sh +1 -1
  66. data/vendor/libsodium/dist-build/emscripten-symbols.def +150 -2
  67. data/vendor/libsodium/dist-build/emscripten-wasm.sh +132 -0
  68. data/vendor/libsodium/dist-build/emscripten.sh +8 -6
  69. data/vendor/libsodium/dist-build/ios.sh +29 -5
  70. data/vendor/libsodium/libsodium.vcxproj +139 -77
  71. data/vendor/libsodium/libsodium.vcxproj.filters +315 -144
  72. data/vendor/libsodium/m4/ax_check_catchable_segv.m4 +42 -0
  73. data/vendor/libsodium/m4/ax_check_compile_flag.m4 +6 -4
  74. data/vendor/libsodium/m4/ax_check_define.m4 +3 -3
  75. data/vendor/libsodium/m4/ax_check_gnu_make.m4 +31 -25
  76. data/vendor/libsodium/m4/ax_check_link_flag.m4 +8 -6
  77. data/vendor/libsodium/m4/ax_pthread.m4 +275 -275
  78. data/vendor/libsodium/m4/ax_valgrind_check.m4 +92 -41
  79. data/vendor/libsodium/m4/pkg.m4 +1 -1
  80. data/vendor/libsodium/msvc-scripts/Makefile.in +11 -7
  81. data/vendor/libsodium/msvc-scripts/process.bat +4 -3
  82. data/vendor/libsodium/packaging/dotnet-core/README.md +59 -0
  83. data/vendor/libsodium/packaging/dotnet-core/desktop.targets +16 -0
  84. data/vendor/libsodium/packaging/dotnet-core/libsodium.props +33 -0
  85. data/vendor/libsodium/packaging/dotnet-core/prepare.py +262 -0
  86. data/vendor/libsodium/packaging/dotnet-core/recipes/alpine-x64 +3 -0
  87. data/vendor/libsodium/packaging/dotnet-core/recipes/build +9 -0
  88. data/vendor/libsodium/packaging/dotnet-core/recipes/centos-x64 +3 -0
  89. data/vendor/libsodium/packaging/dotnet-core/recipes/debian-x64 +4 -0
  90. data/vendor/libsodium/packaging/dotnet-core/recipes/fedora-x64 +3 -0
  91. data/vendor/libsodium/packaging/dotnet-core/recipes/opensuse-x64 +3 -0
  92. data/vendor/libsodium/packaging/dotnet-core/recipes/pack +5 -0
  93. data/vendor/libsodium/packaging/dotnet-core/recipes/test +27 -0
  94. data/vendor/libsodium/packaging/dotnet-core/recipes/ubuntu-x64 +4 -0
  95. data/vendor/libsodium/packaging/nuget/package.config +1 -1
  96. data/vendor/libsodium/packaging/nuget/package.gsl +3 -3
  97. data/vendor/libsodium/src/Makefile.in +11 -7
  98. data/vendor/libsodium/src/libsodium/Makefile.am +113 -98
  99. data/vendor/libsodium/src/libsodium/Makefile.in +1034 -1236
  100. data/vendor/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c +31 -12
  101. data/vendor/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c +31 -10
  102. data/vendor/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c +153 -0
  103. data/vendor/libsodium/src/libsodium/crypto_auth/crypto_auth.c +7 -0
  104. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{cp/hmac_hmacsha256.c → auth_hmacsha256.c} +43 -35
  105. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/{cp/hmac_hmacsha512.c → auth_hmacsha512.c} +43 -35
  106. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{cp/hmac_hmacsha512256.c → auth_hmacsha512256.c} +48 -9
  107. data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +4 -3
  108. data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_seal.c +2 -1
  109. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c +197 -0
  110. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c +79 -0
  111. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c +150 -0
  112. data/vendor/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c +1156 -662
  113. data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c +12 -5
  114. data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/{core_hsalsa20_api.c → core_hsalsa20.c} +0 -0
  115. data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c +95 -0
  116. data/vendor/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c +195 -0
  117. data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2/generichash_blake2_api.c → blake2b/generichash_blake2.c} +7 -0
  118. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h +109 -0
  119. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c +49 -0
  120. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h +140 -0
  121. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c +92 -0
  122. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c +87 -0
  123. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h +103 -0
  124. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c +90 -0
  125. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h +103 -0
  126. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h +340 -0
  127. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h +164 -0
  128. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h +307 -0
  129. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c +494 -0
  130. data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2 → blake2b}/ref/generichash_blake2b.c +22 -26
  131. data/vendor/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c +7 -0
  132. data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c +254 -0
  133. data/vendor/libsodium/src/libsodium/crypto_hash/sha256/{hash_sha256_api.c → hash_sha256.c} +4 -2
  134. data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c +280 -0
  135. data/vendor/libsodium/src/libsodium/crypto_hash/sha512/{hash_sha512_api.c → hash_sha512.c} +4 -2
  136. data/vendor/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c +52 -0
  137. data/vendor/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c +49 -0
  138. data/vendor/libsodium/src/libsodium/crypto_kx/crypto_kx.c +136 -0
  139. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c +6 -0
  140. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c +34 -27
  141. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +1 -1
  142. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +203 -156
  143. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +178 -134
  144. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c +22 -4
  145. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h +10 -12
  146. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c +564 -315
  147. data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h +1 -1
  148. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c +131 -84
  149. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h +23 -18
  150. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c +163 -145
  151. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h +2 -1
  152. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c +247 -0
  153. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c +42 -29
  154. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c +71 -47
  155. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c +100 -65
  156. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h +77 -23
  157. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c +30 -31
  158. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx2.h +150 -0
  159. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h +28 -26
  160. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h +102 -99
  161. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c +90 -41
  162. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c +213 -0
  163. data/vendor/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c +72 -4
  164. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c +34 -37
  165. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h +27 -32
  166. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c +120 -86
  167. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c +16 -13
  168. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h +4 -4
  169. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c +98 -50
  170. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c +23 -18
  171. data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c +105 -105
  172. data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c +395 -330
  173. data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c +225 -198
  174. data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c +7 -0
  175. data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +6 -5
  176. data/vendor/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c +170 -0
  177. data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c +83 -0
  178. data/vendor/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c +7 -0
  179. data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c +65 -0
  180. data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h +24 -0
  181. data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c +71 -0
  182. data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/{shorthash_siphash24_api.c → shorthash_siphash24.c} +0 -0
  183. data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c +11 -0
  184. data/vendor/libsodium/src/libsodium/crypto_sign/crypto_sign.c +33 -0
  185. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h +18 -0
  186. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c +18 -13
  187. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c +29 -26
  188. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c +75 -36
  189. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c +39 -15
  190. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c +91 -0
  191. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c +174 -0
  192. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c +66 -0
  193. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/common.h +766 -0
  194. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h +28 -0
  195. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c +28 -0
  196. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128.h +50 -0
  197. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c +149 -0
  198. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c +31 -0
  199. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c +195 -0
  200. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/{stream_aes128ctr_api.c → stream_aes128ctr.c} +6 -3
  201. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c +179 -0
  202. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h +8 -0
  203. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c +173 -0
  204. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h +8 -0
  205. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h +86 -0
  206. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h +98 -0
  207. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h +175 -0
  208. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h +357 -0
  209. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/{stream_chacha20_ref.c → chacha20_ref.c} +93 -94
  210. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h +8 -0
  211. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c +39 -7
  212. data/vendor/libsodium/src/libsodium/crypto_stream/crypto_stream.c +7 -0
  213. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c +120 -0
  214. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h +8 -0
  215. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c +93 -0
  216. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h +16 -0
  217. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/{amd64_xmm6/stream_salsa20_amd64_xmm6.S → xmm6/salsa20_xmm6-asm.S} +20 -12
  218. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c +31 -0
  219. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h +8 -0
  220. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c +131 -0
  221. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h +8 -0
  222. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c +122 -0
  223. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h +8 -0
  224. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h +195 -0
  225. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h +207 -0
  226. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h +547 -0
  227. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h +476 -0
  228. data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c +106 -0
  229. data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c +20 -0
  230. data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c +106 -0
  231. data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c +20 -0
  232. data/vendor/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c +63 -0
  233. data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c +60 -0
  234. data/vendor/libsodium/src/libsodium/crypto_verify/sodium/verify.c +61 -0
  235. data/vendor/libsodium/src/libsodium/include/Makefile.am +8 -6
  236. data/vendor/libsodium/src/libsodium/include/Makefile.in +29 -21
  237. data/vendor/libsodium/src/libsodium/include/sodium.h +15 -4
  238. data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h +4 -0
  239. data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h +6 -0
  240. data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h +91 -0
  241. data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h +3 -0
  242. data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h +5 -0
  243. data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h +4 -0
  244. data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h +4 -0
  245. data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h +153 -0
  246. data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash.h +4 -0
  247. data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h +3 -4
  248. data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +4 -3
  249. data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +4 -3
  250. data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf.h +51 -0
  251. data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h +42 -0
  252. data/vendor/libsodium/src/libsodium/include/sodium/crypto_kx.h +64 -0
  253. data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +4 -0
  254. data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +11 -9
  255. data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash.h +37 -1
  256. data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h +40 -10
  257. data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h +116 -0
  258. data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h +37 -4
  259. data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +0 -4
  260. data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +3 -0
  261. data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h +62 -0
  262. data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h +5 -1
  263. data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash.h +3 -0
  264. data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h +18 -0
  265. data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign.h +22 -0
  266. data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h +28 -0
  267. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream.h +3 -0
  268. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h +10 -5
  269. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h +14 -3
  270. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h +4 -0
  271. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h +3 -0
  272. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h +3 -0
  273. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h +53 -0
  274. data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h +4 -0
  275. data/vendor/libsodium/src/libsodium/include/sodium/private/common.h +84 -17
  276. data/vendor/libsodium/src/libsodium/include/sodium/private/implementations.h +11 -0
  277. data/vendor/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h +50 -0
  278. data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +10 -2
  279. data/vendor/libsodium/src/libsodium/include/sodium/utils.h +4 -5
  280. data/vendor/libsodium/src/libsodium/include/sodium/version.h.in +4 -0
  281. data/vendor/libsodium/src/libsodium/randombytes/randombytes.c +47 -19
  282. data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +30 -50
  283. data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +25 -15
  284. data/vendor/libsodium/src/libsodium/sodium/core.c +25 -23
  285. data/vendor/libsodium/src/libsodium/sodium/runtime.c +66 -57
  286. data/vendor/libsodium/src/libsodium/sodium/utils.c +120 -106
  287. data/vendor/libsodium/src/libsodium/sodium/version.c +10 -0
  288. data/vendor/libsodium/test/Makefile.in +11 -7
  289. data/vendor/libsodium/test/default/Makefile.am +65 -5
  290. data/vendor/libsodium/test/default/Makefile.in +243 -78
  291. data/vendor/libsodium/test/default/aead_aes256gcm.c +2 -2
  292. data/vendor/libsodium/test/default/aead_xchacha20poly1305.c +188 -0
  293. data/vendor/libsodium/test/default/aead_xchacha20poly1305.exp +51 -0
  294. data/vendor/libsodium/test/default/auth.c +11 -7
  295. data/vendor/libsodium/test/default/auth2.c +15 -12
  296. data/vendor/libsodium/test/default/auth3.c +18 -15
  297. data/vendor/libsodium/test/default/auth5.c +3 -2
  298. data/vendor/libsodium/test/default/auth6.c +4 -3
  299. data/vendor/libsodium/test/default/auth7.c +3 -2
  300. data/vendor/libsodium/test/default/box.c +57 -52
  301. data/vendor/libsodium/test/default/box2.c +41 -36
  302. data/vendor/libsodium/test/default/box7.c +4 -3
  303. data/vendor/libsodium/test/default/box8.c +4 -3
  304. data/vendor/libsodium/test/default/box_easy.c +36 -32
  305. data/vendor/libsodium/test/default/box_easy2.c +41 -34
  306. data/vendor/libsodium/test/default/box_seal.c +7 -6
  307. data/vendor/libsodium/test/default/box_seed.c +10 -8
  308. data/vendor/libsodium/test/default/chacha20.c +18 -3
  309. data/vendor/libsodium/test/default/chacha20.exp +45 -0
  310. data/vendor/libsodium/test/default/cmptest.h +1 -0
  311. data/vendor/libsodium/test/default/core1.c +10 -9
  312. data/vendor/libsodium/test/default/core2.c +13 -12
  313. data/vendor/libsodium/test/default/core3.c +13 -12
  314. data/vendor/libsodium/test/default/core4.c +11 -12
  315. data/vendor/libsodium/test/default/core5.c +13 -12
  316. data/vendor/libsodium/test/default/core6.c +15 -13
  317. data/vendor/libsodium/test/default/ed25519_convert.c +12 -9
  318. data/vendor/libsodium/test/default/hash.c +10 -6
  319. data/vendor/libsodium/test/default/hash3.c +3 -2
  320. data/vendor/libsodium/test/default/index-wasm.html.tpl +118 -0
  321. data/vendor/libsodium/test/default/kdf.c +61 -0
  322. data/vendor/libsodium/test/default/kdf.exp +77 -0
  323. data/vendor/libsodium/test/default/keygen.c +64 -0
  324. data/vendor/libsodium/test/default/keygen.exp +1 -0
  325. data/vendor/libsodium/test/default/kx.c +119 -0
  326. data/vendor/libsodium/test/default/kx.exp +7 -0
  327. data/vendor/libsodium/test/default/nacl-test-wrapper.sh +9 -2
  328. data/vendor/libsodium/test/default/onetimeauth.c +26 -23
  329. data/vendor/libsodium/test/default/onetimeauth2.c +22 -20
  330. data/vendor/libsodium/test/default/onetimeauth7.c +3 -2
  331. data/vendor/libsodium/test/default/pwhash.c +209 -157
  332. data/vendor/libsodium/test/default/pwhash_argon2id.c +388 -0
  333. data/vendor/libsodium/test/default/pwhash_argon2id.exp +15 -0
  334. data/vendor/libsodium/test/default/pwhash_scrypt.c +232 -224
  335. data/vendor/libsodium/test/default/pwhash_scrypt.exp +2 -1
  336. data/vendor/libsodium/test/default/pwhash_scrypt_ll.c +39 -41
  337. data/vendor/libsodium/test/default/randombytes.c +34 -13
  338. data/vendor/libsodium/test/default/randombytes.exp +1 -0
  339. data/vendor/libsodium/test/default/scalarmult.c +21 -18
  340. data/vendor/libsodium/test/default/scalarmult2.c +8 -6
  341. data/vendor/libsodium/test/default/scalarmult5.c +13 -10
  342. data/vendor/libsodium/test/default/scalarmult6.c +17 -14
  343. data/vendor/libsodium/test/default/scalarmult7.c +9 -10
  344. data/vendor/libsodium/test/default/secretbox.c +39 -36
  345. data/vendor/libsodium/test/default/secretbox2.c +28 -25
  346. data/vendor/libsodium/test/default/secretbox7.c +3 -2
  347. data/vendor/libsodium/test/default/secretbox8.c +4 -3
  348. data/vendor/libsodium/test/default/secretbox_easy.c +40 -37
  349. data/vendor/libsodium/test/default/secretbox_easy2.c +19 -18
  350. data/vendor/libsodium/test/default/shorthash.c +4 -4
  351. data/vendor/libsodium/test/default/sign.c +70 -13
  352. data/vendor/libsodium/test/default/sign.exp +2 -0
  353. data/vendor/libsodium/test/default/siphashx24.c +33 -0
  354. data/vendor/libsodium/test/default/siphashx24.exp +64 -0
  355. data/vendor/libsodium/test/default/sodium_core.c +9 -8
  356. data/vendor/libsodium/test/default/sodium_utils.c +52 -46
  357. data/vendor/libsodium/test/default/sodium_utils2.c +17 -8
  358. data/vendor/libsodium/test/default/sodium_utils3.c +15 -6
  359. data/vendor/libsodium/test/default/sodium_version.c +7 -1
  360. data/vendor/libsodium/test/default/stream.c +31 -18
  361. data/vendor/libsodium/test/default/stream.exp +65 -0
  362. data/vendor/libsodium/test/default/stream2.c +13 -9
  363. data/vendor/libsodium/test/default/stream3.c +12 -10
  364. data/vendor/libsodium/test/default/stream4.c +30 -27
  365. data/vendor/libsodium/test/default/verify1.c +5 -4
  366. data/vendor/libsodium/test/default/xchacha20.c +376 -0
  367. data/vendor/libsodium/test/default/xchacha20.exp +5 -0
  368. data/vendor/libsodium/test/quirks/quirks.h +4 -3
  369. metadata +140 -111
  370. data/vendor/libsodium/autom4te.cache/output.3 +0 -17240
  371. data/vendor/libsodium/autom4te.cache/output.4 +0 -17517
  372. data/vendor/libsodium/autom4te.cache/output.5 +0 -18535
  373. data/vendor/libsodium/autom4te.cache/output.6 +0 -19077
  374. data/vendor/libsodium/autom4te.cache/output.7 +0 -19837
  375. data/vendor/libsodium/autom4te.cache/traces.3 +0 -2833
  376. data/vendor/libsodium/autom4te.cache/traces.4 +0 -2951
  377. data/vendor/libsodium/autom4te.cache/traces.5 +0 -3042
  378. data/vendor/libsodium/autom4te.cache/traces.6 +0 -3194
  379. data/vendor/libsodium/autom4te.cache/traces.7 +0 -3614
  380. data/vendor/libsodium/builds/msvc/properties/ARM.props +0 -20
  381. data/vendor/libsodium/compile +0 -347
  382. data/vendor/libsodium/config.guess +0 -1568
  383. data/vendor/libsodium/config.sub +0 -1793
  384. data/vendor/libsodium/depcomp +0 -791
  385. data/vendor/libsodium/install-sh +0 -527
  386. data/vendor/libsodium/ltmain.sh +0 -9655
  387. data/vendor/libsodium/missing +0 -215
  388. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c +0 -16
  389. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c +0 -11
  390. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c +0 -16
  391. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c +0 -12
  392. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c +0 -16
  393. data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c +0 -14
  394. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +0 -41
  395. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c +0 -22
  396. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c +0 -18
  397. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c +0 -42
  398. data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c +0 -29
  399. data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.h +0 -28
  400. data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c +0 -100
  401. data/vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c +0 -21
  402. data/vendor/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c +0 -126
  403. data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c +0 -21
  404. data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c +0 -126
  405. data/vendor/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c +0 -21
  406. data/vendor/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c +0 -126
  407. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2-impl.h +0 -48
  408. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h +0 -97
  409. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.c +0 -45
  410. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.h +0 -123
  411. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ref.c +0 -94
  412. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.c +0 -80
  413. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.h +0 -97
  414. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.c +0 -87
  415. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.h +0 -97
  416. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-avx2.h +0 -339
  417. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse2.h +0 -66
  418. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse41.h +0 -400
  419. data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +0 -456
  420. data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c +0 -269
  421. data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +0 -298
  422. data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-impl.h +0 -40
  423. data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c +0 -35
  424. data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c +0 -26
  425. data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c +0 -72
  426. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/description +0 -1
  427. data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c +0 -39
  428. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c +0 -159
  429. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c +0 -59
  430. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common.h +0 -771
  431. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts.h +0 -28
  432. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c +0 -14
  433. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +0 -56
  434. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c +0 -131
  435. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c +0 -29
  436. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h +0 -10
  437. data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c +0 -180
  438. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.h +0 -28
  439. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.c +0 -336
  440. data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.h +0 -28
  441. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c +0 -55
  442. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +0 -63
  443. data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +0 -19
  444. data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c +0 -51
  445. data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c +0 -54
  446. data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c +0 -11
  447. data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c +0 -51
  448. data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c +0 -54
  449. data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c +0 -11
  450. data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c +0 -24
  451. data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c +0 -35
  452. data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c +0 -11
  453. data/vendor/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c +0 -17
  454. data/vendor/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c +0 -6
  455. data/vendor/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c +0 -17
  456. data/vendor/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c +0 -6
  457. data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c +0 -17
  458. data/vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c +0 -6
  459. data/vendor/libsodium/src/libsodium/include/sodium/crypto_int32.h +0 -8
  460. data/vendor/libsodium/src/libsodium/include/sodium/crypto_int64.h +0 -8
  461. data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint16.h +0 -8
  462. data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint32.h +0 -8
  463. data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint64.h +0 -8
  464. data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint8.h +0 -8
  465. data/vendor/libsodium/test-driver +0 -139
@@ -1,3194 +0,0 @@
1
- m4trace:/usr/local/share/aclocal/ltargz.m4:74: -1- AC_DEFUN([LT_FUNC_ARGZ], [
2
- AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
3
-
4
- AC_CHECK_TYPES([error_t],
5
- [],
6
- [AC_DEFINE([error_t], [int],
7
- [Define to a type to use for 'error_t' if it is not otherwise available.])
8
- AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
9
- does not typedef error_t.])],
10
- [#if defined(HAVE_ARGZ_H)
11
- # include <argz.h>
12
- #endif])
13
-
14
- LT_ARGZ_H=
15
- AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
16
- argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
17
-
18
- dnl if have system argz functions, allow forced use of
19
- dnl libltdl-supplied implementation (and default to do so
20
- dnl on "known bad" systems). Could use a runtime check, but
21
- dnl (a) detecting malloc issues is notoriously unreliable
22
- dnl (b) only known system that declares argz functions,
23
- dnl provides them, yet they are broken, is cygwin
24
- dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
25
- dnl So, it's more straightforward simply to special case
26
- dnl this for known bad systems.
27
- AS_IF([test -z "$LT_ARGZ_H"],
28
- [AC_CACHE_CHECK(
29
- [if argz actually works],
30
- [lt_cv_sys_argz_works],
31
- [[case $host_os in #(
32
- *cygwin*)
33
- lt_cv_sys_argz_works=no
34
- if test no != "$cross_compiling"; then
35
- lt_cv_sys_argz_works="guessing no"
36
- else
37
- lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
38
- save_IFS=$IFS
39
- IFS=-.
40
- set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
41
- IFS=$save_IFS
42
- lt_os_major=${2-0}
43
- lt_os_minor=${3-0}
44
- lt_os_micro=${4-0}
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
50
- lt_cv_sys_argz_works=yes
51
- fi
52
- fi
53
- ;; #(
54
- *) lt_cv_sys_argz_works=yes ;;
55
- esac]])
56
- AS_IF([test yes = "$lt_cv_sys_argz_works"],
57
- [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
58
- [This value is set to 1 to indicate that the system argz facility works])],
59
- [LT_ARGZ_H=lt__argz.h
60
- AC_LIBOBJ([lt__argz])])])
61
-
62
- AC_SUBST([LT_ARGZ_H])
63
- ])
64
- m4trace:/usr/local/share/aclocal/ltdl.m4:19: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
65
- _$0($*)
66
- ])
67
- m4trace:/usr/local/share/aclocal/ltdl.m4:77: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
68
- dnl Although the argument is deprecated and no longer documented,
69
- dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
70
- dnl here make sure it is the same as any other declaration of libltdl's
71
- dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
72
- dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
73
- m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
74
- _$0()
75
- ])
76
- m4trace:/usr/local/share/aclocal/ltdl.m4:83: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
77
- _LTDL_CONVENIENCE])
78
- m4trace:/usr/local/share/aclocal/ltdl.m4:83: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
79
- You should run autoupdate.])dnl
80
- _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
81
- _LTDL_CONVENIENCE])
82
- m4trace:/usr/local/share/aclocal/ltdl.m4:133: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
83
- dnl Although the argument is deprecated and no longer documented,
84
- dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
85
- dnl here make sure it is the same as any other declaration of libltdl's
86
- dnl location! This also ensures lt_ltdl_dir is set when configure.ac is
87
- dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
88
- m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
89
- _$0()
90
- ])
91
- m4trace:/usr/local/share/aclocal/ltdl.m4:139: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
92
- _LTDL_INSTALLABLE])
93
- m4trace:/usr/local/share/aclocal/ltdl.m4:139: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
94
- You should run autoupdate.])dnl
95
- _LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
96
- _LTDL_INSTALLABLE])
97
- m4trace:/usr/local/share/aclocal/ltdl.m4:216: -1- AC_DEFUN([_LT_LIBOBJ], [
98
- m4_pattern_allow([^_LT_LIBOBJS$])
99
- _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
100
- ])
101
- m4trace:/usr/local/share/aclocal/ltdl.m4:349: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
102
- _LT_SET_OPTIONS([$0], [$1])
103
-
104
- dnl We need to keep our own list of libobjs separate from our parent project,
105
- dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
106
- dnl we look for our own LIBOBJs.
107
- m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
108
- m4_pushdef([AC_LIBSOURCES])
109
-
110
- dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
111
- m4_if(_LTDL_MODE, [],
112
- [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
113
- m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
114
- [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
115
-
116
- AC_ARG_WITH([included_ltdl],
117
- [AS_HELP_STRING([--with-included-ltdl],
118
- [use the GNU ltdl sources included here])])
119
-
120
- if test yes != "$with_included_ltdl"; then
121
- # We are not being forced to use the included libltdl sources, so
122
- # decide whether there is a useful installed version we can use.
123
- AC_CHECK_HEADER([ltdl.h],
124
- [AC_CHECK_DECL([lt_dlinterface_register],
125
- [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
126
- [with_included_ltdl=no],
127
- [with_included_ltdl=yes])],
128
- [with_included_ltdl=yes],
129
- [AC_INCLUDES_DEFAULT
130
- #include <ltdl.h>])],
131
- [with_included_ltdl=yes],
132
- [AC_INCLUDES_DEFAULT]
133
- )
134
- fi
135
-
136
- dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
137
- dnl was called yet, then for old times' sake, we assume libltdl is in an
138
- dnl eponymous directory:
139
- AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
140
-
141
- AC_ARG_WITH([ltdl_include],
142
- [AS_HELP_STRING([--with-ltdl-include=DIR],
143
- [use the ltdl headers installed in DIR])])
144
-
145
- if test -n "$with_ltdl_include"; then
146
- if test -f "$with_ltdl_include/ltdl.h"; then :
147
- else
148
- AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
149
- fi
150
- else
151
- with_ltdl_include=no
152
- fi
153
-
154
- AC_ARG_WITH([ltdl_lib],
155
- [AS_HELP_STRING([--with-ltdl-lib=DIR],
156
- [use the libltdl.la installed in DIR])])
157
-
158
- if test -n "$with_ltdl_lib"; then
159
- if test -f "$with_ltdl_lib/libltdl.la"; then :
160
- else
161
- AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
162
- fi
163
- else
164
- with_ltdl_lib=no
165
- fi
166
-
167
- case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
168
- ,yes,no,no,)
169
- m4_case(m4_default(_LTDL_TYPE, [convenience]),
170
- [convenience], [_LTDL_CONVENIENCE],
171
- [installable], [_LTDL_INSTALLABLE],
172
- [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
173
- ;;
174
- ,no,no,no,)
175
- # If the included ltdl is not to be used, then use the
176
- # preinstalled libltdl we found.
177
- AC_DEFINE([HAVE_LTDL], [1],
178
- [Define this if a modern libltdl is already installed])
179
- LIBLTDL=-lltdl
180
- LTDLDEPS=
181
- LTDLINCL=
182
- ;;
183
- ,no*,no,*)
184
- AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
185
- ;;
186
- *) with_included_ltdl=no
187
- LIBLTDL="-L$with_ltdl_lib -lltdl"
188
- LTDLDEPS=
189
- LTDLINCL=-I$with_ltdl_include
190
- ;;
191
- esac
192
- INCLTDL=$LTDLINCL
193
-
194
- # Report our decision...
195
- AC_MSG_CHECKING([where to find libltdl headers])
196
- AC_MSG_RESULT([$LTDLINCL])
197
- AC_MSG_CHECKING([where to find libltdl library])
198
- AC_MSG_RESULT([$LIBLTDL])
199
-
200
- _LTDL_SETUP
201
-
202
- dnl restore autoconf definition.
203
- m4_popdef([AC_LIBOBJ])
204
- m4_popdef([AC_LIBSOURCES])
205
-
206
- AC_CONFIG_COMMANDS_PRE([
207
- _ltdl_libobjs=
208
- _ltdl_ltlibobjs=
209
- if test -n "$_LT_LIBOBJS"; then
210
- # Remove the extension.
211
- _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
212
- for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
213
- _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
214
- _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
215
- done
216
- fi
217
- AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
218
- AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
219
- ])
220
-
221
- # Only expand once:
222
- m4_define([LTDL_INIT])
223
- ])
224
- m4trace:/usr/local/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
225
- m4trace:/usr/local/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
226
- You should run autoupdate.])dnl
227
- LTDL_INIT($@)])
228
- m4trace:/usr/local/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
229
- m4trace:/usr/local/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
230
- You should run autoupdate.])dnl
231
- LTDL_INIT($@)])
232
- m4trace:/usr/local/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
233
- m4trace:/usr/local/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
234
- You should run autoupdate.])dnl
235
- LTDL_INIT($@)])
236
- m4trace:/usr/local/share/aclocal/ltdl.m4:421: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
237
- AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
238
- AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
239
- AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
240
- AC_REQUIRE([LT_LIB_DLLOAD])dnl
241
- AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
242
- AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
243
- AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
244
- AC_REQUIRE([LT_FUNC_ARGZ])dnl
245
-
246
- m4_require([_LT_CHECK_OBJDIR])dnl
247
- m4_require([_LT_HEADER_DLFCN])dnl
248
- m4_require([_LT_CHECK_DLPREOPEN])dnl
249
- m4_require([_LT_DECL_SED])dnl
250
-
251
- dnl Don't require this, or it will be expanded earlier than the code
252
- dnl that sets the variables it relies on:
253
- _LT_ENABLE_INSTALL
254
-
255
- dnl _LTDL_MODE specific code must be called at least once:
256
- _LTDL_MODE_DISPATCH
257
-
258
- # In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
259
- # the user used. This is so that ltdl.h can pick up the parent projects
260
- # config.h file, The first file in AC_CONFIG_HEADERS must contain the
261
- # definitions required by ltdl.c.
262
- # FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
263
- AC_CONFIG_COMMANDS_PRE([dnl
264
- m4_pattern_allow([^LT_CONFIG_H$])dnl
265
- m4_ifset([AH_HEADER],
266
- [LT_CONFIG_H=AH_HEADER],
267
- [m4_ifset([AC_LIST_HEADERS],
268
- [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`],
269
- [])])])
270
- AC_SUBST([LT_CONFIG_H])
271
-
272
- AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
273
- [], [], [AC_INCLUDES_DEFAULT])
274
-
275
- AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
276
- AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
277
-
278
- m4_pattern_allow([LT_LIBEXT])dnl
279
- AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
280
-
281
- name=
282
- eval "lt_libprefix=\"$libname_spec\""
283
- m4_pattern_allow([LT_LIBPREFIX])dnl
284
- AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
285
-
286
- name=ltdl
287
- eval "LTDLOPEN=\"$libname_spec\""
288
- AC_SUBST([LTDLOPEN])
289
- ])
290
- m4trace:/usr/local/share/aclocal/ltdl.m4:542: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
291
- AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
292
- [lt_cv_sys_dlopen_deplibs],
293
- [# PORTME does your system automatically load deplibs for dlopen?
294
- # or its logical equivalent (e.g. shl_load for HP-UX < 11)
295
- # For now, we just catch OSes we know something about -- in the
296
- # future, we'll try test this programmatically.
297
- lt_cv_sys_dlopen_deplibs=unknown
298
- case $host_os in
299
- aix3*|aix4.1.*|aix4.2.*)
300
- # Unknown whether this is true for these versions of AIX, but
301
- # we want this 'case' here to explicitly catch those versions.
302
- lt_cv_sys_dlopen_deplibs=unknown
303
- ;;
304
- aix[[4-9]]*)
305
- lt_cv_sys_dlopen_deplibs=yes
306
- ;;
307
- amigaos*)
308
- case $host_cpu in
309
- powerpc)
310
- lt_cv_sys_dlopen_deplibs=no
311
- ;;
312
- esac
313
- ;;
314
- bitrig*)
315
- lt_cv_sys_dlopen_deplibs=yes
316
- ;;
317
- darwin*)
318
- # Assuming the user has installed a libdl from somewhere, this is true
319
- # If you are looking for one http://www.opendarwin.org/projects/dlcompat
320
- lt_cv_sys_dlopen_deplibs=yes
321
- ;;
322
- freebsd* | dragonfly*)
323
- lt_cv_sys_dlopen_deplibs=yes
324
- ;;
325
- gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
326
- # GNU and its variants, using gnu ld.so (Glibc)
327
- lt_cv_sys_dlopen_deplibs=yes
328
- ;;
329
- hpux10*|hpux11*)
330
- lt_cv_sys_dlopen_deplibs=yes
331
- ;;
332
- interix*)
333
- lt_cv_sys_dlopen_deplibs=yes
334
- ;;
335
- irix[[12345]]*|irix6.[[01]]*)
336
- # Catch all versions of IRIX before 6.2, and indicate that we don't
337
- # know how it worked for any of those versions.
338
- lt_cv_sys_dlopen_deplibs=unknown
339
- ;;
340
- irix*)
341
- # The case above catches anything before 6.2, and it's known that
342
- # at 6.2 and later dlopen does load deplibs.
343
- lt_cv_sys_dlopen_deplibs=yes
344
- ;;
345
- netbsd*)
346
- lt_cv_sys_dlopen_deplibs=yes
347
- ;;
348
- openbsd*)
349
- lt_cv_sys_dlopen_deplibs=yes
350
- ;;
351
- osf[[1234]]*)
352
- # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
353
- # it did *not* use an RPATH in a shared library to find objects the
354
- # library depends on, so we explicitly say 'no'.
355
- lt_cv_sys_dlopen_deplibs=no
356
- ;;
357
- osf5.0|osf5.0a|osf5.1)
358
- # dlopen *does* load deplibs and with the right loader patch applied
359
- # it even uses RPATH in a shared library to search for shared objects
360
- # that the library depends on, but there's no easy way to know if that
361
- # patch is installed. Since this is the case, all we can really
362
- # say is unknown -- it depends on the patch being installed. If
363
- # it is, this changes to 'yes'. Without it, it would be 'no'.
364
- lt_cv_sys_dlopen_deplibs=unknown
365
- ;;
366
- osf*)
367
- # the two cases above should catch all versions of osf <= 5.1. Read
368
- # the comments above for what we know about them.
369
- # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
370
- # is used to find them so we can finally say 'yes'.
371
- lt_cv_sys_dlopen_deplibs=yes
372
- ;;
373
- qnx*)
374
- lt_cv_sys_dlopen_deplibs=yes
375
- ;;
376
- solaris*)
377
- lt_cv_sys_dlopen_deplibs=yes
378
- ;;
379
- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
380
- libltdl_cv_sys_dlopen_deplibs=yes
381
- ;;
382
- esac
383
- ])
384
- if test yes != "$lt_cv_sys_dlopen_deplibs"; then
385
- AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
386
- [Define if the OS needs help to load dependent libraries for dlopen().])
387
- fi
388
- ])
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.
391
- You should run autoupdate.])dnl
392
- m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
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],
395
- [libltdl_cv_shlibext],
396
- [
397
- module=yes
398
- eval libltdl_cv_shlibext=$shrext_cmds
399
- module=no
400
- eval libltdl_cv_shrext=$shrext_cmds
401
- ])
402
- if test -n "$libltdl_cv_shlibext"; then
403
- m4_pattern_allow([LT_MODULE_EXT])dnl
404
- AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
405
- [Define to the extension used for runtime loadable modules, say, ".so".])
406
- fi
407
- if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
408
- m4_pattern_allow([LT_SHARED_EXT])dnl
409
- AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
410
- [Define to the shared library suffix, say, ".dylib".])
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
417
- ])
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.
420
- You should run autoupdate.])dnl
421
- m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
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])
425
- if test -n "$lt_cv_module_path_var"; then
426
- m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
427
- AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
428
- [Define to the name of the environment variable that determines the run-time module search path.])
429
- fi
430
- ])
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.
433
- You should run autoupdate.])dnl
434
- m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
435
- m4trace:/usr/local/share/aclocal/ltdl.m4:624: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
436
- AC_CACHE_CHECK([for the default library search path],
437
- [lt_cv_sys_dlsearch_path],
438
- [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
439
- if test -n "$lt_cv_sys_dlsearch_path"; then
440
- sys_dlsearch_path=
441
- for dir in $lt_cv_sys_dlsearch_path; do
442
- if test -z "$sys_dlsearch_path"; then
443
- sys_dlsearch_path=$dir
444
- else
445
- sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
446
- fi
447
- done
448
- m4_pattern_allow([LT_DLSEARCH_PATH])dnl
449
- AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
450
- [Define to the system default library search path.])
451
- fi
452
- ])
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.
455
- You should run autoupdate.])dnl
456
- m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
457
- m4trace:/usr/local/share/aclocal/ltdl.m4:745: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
458
- LT_DLLOADERS=
459
- AC_SUBST([LT_DLLOADERS])
460
-
461
- AC_LANG_PUSH([C])
462
- lt_dlload_save_LIBS=$LIBS
463
-
464
- LIBADD_DLOPEN=
465
- AC_SEARCH_LIBS([dlopen], [dl],
466
- [AC_DEFINE([HAVE_LIBDL], [1],
467
- [Define if you have the libdl library or equivalent.])
468
- if test "$ac_cv_search_dlopen" != "none required"; then
469
- LIBADD_DLOPEN=-ldl
470
- fi
471
- libltdl_cv_lib_dl_dlopen=yes
472
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
473
- [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
474
- # include <dlfcn.h>
475
- #endif
476
- ]], [[dlopen(0, 0);]])],
477
- [AC_DEFINE([HAVE_LIBDL], [1],
478
- [Define if you have the libdl library or equivalent.])
479
- libltdl_cv_func_dlopen=yes
480
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
481
- [AC_CHECK_LIB([svld], [dlopen],
482
- [AC_DEFINE([HAVE_LIBDL], [1],
483
- [Define if you have the libdl library or equivalent.])
484
- LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
485
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
486
- if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
487
- then
488
- lt_save_LIBS=$LIBS
489
- LIBS="$LIBS $LIBADD_DLOPEN"
490
- AC_CHECK_FUNCS([dlerror])
491
- LIBS=$lt_save_LIBS
492
- fi
493
- AC_SUBST([LIBADD_DLOPEN])
494
-
495
- LIBADD_SHL_LOAD=
496
- AC_CHECK_FUNC([shl_load],
497
- [AC_DEFINE([HAVE_SHL_LOAD], [1],
498
- [Define if you have the shl_load function.])
499
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
500
- [AC_CHECK_LIB([dld], [shl_load],
501
- [AC_DEFINE([HAVE_SHL_LOAD], [1],
502
- [Define if you have the shl_load function.])
503
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
504
- LIBADD_SHL_LOAD=-ldld])])
505
- AC_SUBST([LIBADD_SHL_LOAD])
506
-
507
- case $host_os in
508
- darwin[[1567]].*)
509
- # We only want this for pre-Mac OS X 10.4.
510
- AC_CHECK_FUNC([_dyld_func_lookup],
511
- [AC_DEFINE([HAVE_DYLD], [1],
512
- [Define if you have the _dyld_func_lookup function.])
513
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
514
- ;;
515
- beos*)
516
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
517
- ;;
518
- cygwin* | mingw* | pw32*)
519
- AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
520
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
521
- ;;
522
- esac
523
-
524
- AC_CHECK_LIB([dld], [dld_link],
525
- [AC_DEFINE([HAVE_DLD], [1],
526
- [Define if you have the GNU dld library.])
527
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
528
- AC_SUBST([LIBADD_DLD_LINK])
529
-
530
- m4_pattern_allow([^LT_DLPREOPEN$])
531
- LT_DLPREOPEN=
532
- if test -n "$LT_DLLOADERS"
533
- then
534
- for lt_loader in $LT_DLLOADERS; do
535
- LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
536
- done
537
- AC_DEFINE([HAVE_LIBDLLOADER], [1],
538
- [Define if libdlloader will be built on this platform])
539
- fi
540
- AC_SUBST([LT_DLPREOPEN])
541
-
542
- dnl This isn't used anymore, but set it for backwards compatibility
543
- LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
544
- AC_SUBST([LIBADD_DL])
545
-
546
- LIBS=$lt_dlload_save_LIBS
547
- AC_LANG_POP
548
- ])
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.
551
- You should run autoupdate.])dnl
552
- m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
553
- m4trace:/usr/local/share/aclocal/ltdl.m4:790: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
554
- AC_CACHE_CHECK([for _ prefix in compiled symbols],
555
- [lt_cv_sys_symbol_underscore],
556
- [lt_cv_sys_symbol_underscore=no
557
- cat > conftest.$ac_ext <<_LT_EOF
558
- void nm_test_func(){}
559
- int main(){nm_test_func;return 0;}
560
- _LT_EOF
561
- if AC_TRY_EVAL(ac_compile); then
562
- # Now try to grab the symbols.
563
- ac_nlist=conftest.nm
564
- if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
565
- # See whether the symbols have a leading underscore.
566
- if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
567
- lt_cv_sys_symbol_underscore=yes
568
- else
569
- if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
570
- :
571
- else
572
- echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
573
- fi
574
- fi
575
- else
576
- echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
577
- fi
578
- else
579
- echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
580
- cat conftest.c >&AS_MESSAGE_LOG_FD
581
- fi
582
- rm -rf conftest*
583
- ])
584
- sys_symbol_underscore=$lt_cv_sys_symbol_underscore
585
- AC_SUBST([sys_symbol_underscore])
586
- ])
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.
589
- You should run autoupdate.])dnl
590
- m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
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
- ])
687
- fi
688
- fi
689
-
690
- if test yes = "$libltdl_cv_need_uscore"; then
691
- AC_DEFINE([NEED_USCORE], [1],
692
- [Define if dlsym() requires a leading underscore in symbol names.])
693
- fi
694
- ])
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.
697
- You should run autoupdate.])dnl
698
- m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
699
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
700
- dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
701
- dnl require some minimum version. Point them to the right macro.
702
- m4_if([$1], [1.15], [],
703
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
704
- ])
705
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl
706
- m4_ifndef([AC_AUTOCONF_VERSION],
707
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
708
- _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
709
- m4trace:/usr/local/Cellar/automake/1.15/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.
710
- AC_REQUIRE([AC_PROG_CC])
711
- test "${CCAS+set}" = set || CCAS=$CC
712
- test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
713
- AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
714
- AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
715
- _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
716
- ])
717
- m4trace:/usr/local/Cellar/automake/1.15/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`
720
- ])
721
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
722
- m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
723
- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
724
- AC_SUBST([$1_TRUE])dnl
725
- AC_SUBST([$1_FALSE])dnl
726
- _AM_SUBST_NOTMAKE([$1_TRUE])dnl
727
- _AM_SUBST_NOTMAKE([$1_FALSE])dnl
728
- m4_define([_AM_COND_VALUE_$1], [$2])dnl
729
- if $2; then
730
- $1_TRUE=
731
- $1_FALSE='#'
732
- else
733
- $1_TRUE='#'
734
- $1_FALSE=
735
- fi
736
- AC_CONFIG_COMMANDS_PRE(
737
- [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
738
- AC_MSG_ERROR([[conditional "$1" was never defined.
739
- Usually this means the macro was only invoked conditionally.]])
740
- fi])])
741
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
742
- AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
743
- AC_REQUIRE([AM_MAKE_INCLUDE])dnl
744
- AC_REQUIRE([AM_DEP_TRACK])dnl
745
-
746
- m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
747
- [$1], [CXX], [depcc="$CXX" am_compiler_list=],
748
- [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
749
- [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
750
- [$1], [UPC], [depcc="$UPC" am_compiler_list=],
751
- [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
752
- [depcc="$$1" am_compiler_list=])
753
-
754
- AC_CACHE_CHECK([dependency style of $depcc],
755
- [am_cv_$1_dependencies_compiler_type],
756
- [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
757
- # We make a subdir and do the tests there. Otherwise we can end up
758
- # making bogus files that we don't know about and never remove. For
759
- # instance it was reported that on HP-UX the gcc test will end up
760
- # making a dummy file named 'D' -- because '-MD' means "put the output
761
- # in D".
762
- rm -rf conftest.dir
763
- mkdir conftest.dir
764
- # Copy depcomp to subdir because otherwise we won't find it if we're
765
- # using a relative directory.
766
- cp "$am_depcomp" conftest.dir
767
- cd conftest.dir
768
- # We will build objects and dependencies in a subdirectory because
769
- # it helps to detect inapplicable dependency modes. For instance
770
- # both Tru64's cc and ICC support -MD to output dependencies as a
771
- # side effect of compilation, but ICC will put the dependencies in
772
- # the current directory while Tru64 will put them in the object
773
- # directory.
774
- mkdir sub
775
-
776
- am_cv_$1_dependencies_compiler_type=none
777
- if test "$am_compiler_list" = ""; then
778
- am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
779
- fi
780
- am__universal=false
781
- m4_case([$1], [CC],
782
- [case " $depcc " in #(
783
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
784
- esac],
785
- [CXX],
786
- [case " $depcc " in #(
787
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
788
- esac])
789
-
790
- for depmode in $am_compiler_list; do
791
- # Setup a source with many dependencies, because some compilers
792
- # like to wrap large dependency lists on column 80 (with \), and
793
- # we should not choose a depcomp mode which is confused by this.
794
- #
795
- # We need to recreate these files for each test, as the compiler may
796
- # overwrite some of them when testing with obscure command lines.
797
- # This happens at least with the AIX C compiler.
798
- : > sub/conftest.c
799
- for i in 1 2 3 4 5 6; do
800
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
801
- # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
802
- # Solaris 10 /bin/sh.
803
- echo '/* dummy */' > sub/conftst$i.h
804
- done
805
- echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
806
-
807
- # We check with '-c' and '-o' for the sake of the "dashmstdout"
808
- # mode. It turns out that the SunPro C++ compiler does not properly
809
- # handle '-M -o', and we need to detect this. Also, some Intel
810
- # versions had trouble with output in subdirs.
811
- am__obj=sub/conftest.${OBJEXT-o}
812
- am__minus_obj="-o $am__obj"
813
- case $depmode in
814
- gcc)
815
- # This depmode causes a compiler race in universal mode.
816
- test "$am__universal" = false || continue
817
- ;;
818
- nosideeffect)
819
- # After this tag, mechanisms are not by side-effect, so they'll
820
- # only be used when explicitly requested.
821
- if test "x$enable_dependency_tracking" = xyes; then
822
- continue
823
- else
824
- break
825
- fi
826
- ;;
827
- msvc7 | msvc7msys | msvisualcpp | msvcmsys)
828
- # This compiler won't grok '-c -o', but also, the minuso test has
829
- # not run yet. These depmodes are late enough in the game, and
830
- # so weak that their functioning should not be impacted.
831
- am__obj=conftest.${OBJEXT-o}
832
- am__minus_obj=
833
- ;;
834
- none) break ;;
835
- esac
836
- if depmode=$depmode \
837
- source=sub/conftest.c object=$am__obj \
838
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
839
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
840
- >/dev/null 2>conftest.err &&
841
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
842
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
843
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
844
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
845
- # icc doesn't choke on unknown options, it will just issue warnings
846
- # or remarks (even with -Werror). So we grep stderr for any message
847
- # that says an option was ignored or not supported.
848
- # When given -MP, icc 7.0 and 7.1 complain thusly:
849
- # icc: Command line warning: ignoring option '-M'; no argument required
850
- # The diagnosis changed in icc 8.0:
851
- # icc: Command line remark: option '-MP' not supported
852
- if (grep 'ignoring option' conftest.err ||
853
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
854
- am_cv_$1_dependencies_compiler_type=$depmode
855
- break
856
- fi
857
- fi
858
- done
859
-
860
- cd ..
861
- rm -rf conftest.dir
862
- else
863
- am_cv_$1_dependencies_compiler_type=none
864
- fi
865
- ])
866
- AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
867
- AM_CONDITIONAL([am__fastdep$1], [
868
- test "x$enable_dependency_tracking" != xno \
869
- && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
870
- ])
871
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
872
- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
873
- ])
874
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depend.m4:189: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
875
- AS_HELP_STRING(
876
- [--enable-dependency-tracking],
877
- [do not reject slow dependency extractors])
878
- AS_HELP_STRING(
879
- [--disable-dependency-tracking],
880
- [speeds up one-time build])])
881
- if test "x$enable_dependency_tracking" != xno; then
882
- am_depcomp="$ac_aux_dir/depcomp"
883
- AMDEPBACKSLASH='\'
884
- am__nodep='_no'
885
- fi
886
- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
887
- AC_SUBST([AMDEPBACKSLASH])dnl
888
- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
889
- AC_SUBST([am__nodep])dnl
890
- _AM_SUBST_NOTMAKE([am__nodep])dnl
891
- ])
892
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depout.m4:61: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
893
- # Older Autoconf quotes --file arguments for eval, but not when files
894
- # are listed without --file. Let's play safe and only enable the eval
895
- # if we detect the quoting.
896
- case $CONFIG_FILES in
897
- *\'*) eval set x "$CONFIG_FILES" ;;
898
- *) set x $CONFIG_FILES ;;
899
- esac
900
- shift
901
- for mf
902
- do
903
- # Strip MF so we end up with the name of the file.
904
- mf=`echo "$mf" | sed -e 's/:.*$//'`
905
- # Check whether this is an Automake generated Makefile or not.
906
- # We used to match only the files named 'Makefile.in', but
907
- # some people rename them; so instead we look at the file content.
908
- # Grep'ing the first line is not enough: some people post-process
909
- # each Makefile.in and add a new line on top of each file to say so.
910
- # Grep'ing the whole file is not good either: AIX grep has a line
911
- # limit of 2048, but all sed's we know have understand at least 4000.
912
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
913
- dirpart=`AS_DIRNAME("$mf")`
914
- else
915
- continue
916
- fi
917
- # Extract the definition of DEPDIR, am__include, and am__quote
918
- # from the Makefile without running 'make'.
919
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
920
- test -z "$DEPDIR" && continue
921
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
922
- test -z "$am__include" && continue
923
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
924
- # Find all dependency output files, they are included files with
925
- # $(DEPDIR) in their names. We invoke sed twice because it is the
926
- # simplest approach to changing $(DEPDIR) to its actual value in the
927
- # expansion.
928
- for file in `sed -n "
929
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
930
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
931
- # Make sure the directory exists.
932
- test -f "$dirpart/$file" && continue
933
- fdir=`AS_DIRNAME(["$file"])`
934
- AS_MKDIR_P([$dirpart/$fdir])
935
- # echo "creating $dirpart/$file"
936
- echo '# dummy' > "$dirpart/$file"
937
- done
938
- done
939
- }
940
- ])
941
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
942
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
943
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
944
- ])
945
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/init.m4:171: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
946
- dnl Autoconf wants to disallow AM_ names. We explicitly allow
947
- dnl the ones we care about.
948
- m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
949
- AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
950
- AC_REQUIRE([AC_PROG_INSTALL])dnl
951
- if test "`cd $srcdir && pwd`" != "`pwd`"; then
952
- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
953
- # is not polluted with repeated "-I."
954
- AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
955
- # test to see if srcdir already configured
956
- if test -f $srcdir/config.status; then
957
- AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
958
- fi
959
- fi
960
-
961
- # test whether we have cygpath
962
- if test -z "$CYGPATH_W"; then
963
- if (cygpath --version) >/dev/null 2>/dev/null; then
964
- CYGPATH_W='cygpath -w'
965
- else
966
- CYGPATH_W=echo
967
- fi
968
- fi
969
- AC_SUBST([CYGPATH_W])
970
-
971
- # Define the identity of the package.
972
- dnl Distinguish between old-style and new-style calls.
973
- m4_ifval([$2],
974
- [AC_DIAGNOSE([obsolete],
975
- [$0: two- and three-arguments forms are deprecated.])
976
- m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
977
- AC_SUBST([PACKAGE], [$1])dnl
978
- AC_SUBST([VERSION], [$2])],
979
- [_AM_SET_OPTIONS([$1])dnl
980
- dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
981
- m4_if(
982
- m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
983
- [ok:ok],,
984
- [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
985
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
986
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
987
-
988
- _AM_IF_OPTION([no-define],,
989
- [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
990
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
991
-
992
- # Some tools Automake needs.
993
- AC_REQUIRE([AM_SANITY_CHECK])dnl
994
- AC_REQUIRE([AC_ARG_PROGRAM])dnl
995
- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
996
- AM_MISSING_PROG([AUTOCONF], [autoconf])
997
- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
998
- AM_MISSING_PROG([AUTOHEADER], [autoheader])
999
- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1000
- AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1001
- AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1002
- AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1003
- # For better backward compatibility. To be removed once Automake 1.9.x
1004
- # dies out for good. For more background, see:
1005
- # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1006
- # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1007
- AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1008
- # We need awk for the "check" target (and possibly the TAP driver). The
1009
- # system "awk" is bad on some platforms.
1010
- AC_REQUIRE([AC_PROG_AWK])dnl
1011
- AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1012
- AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1013
- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1014
- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1015
- [_AM_PROG_TAR([v7])])])
1016
- _AM_IF_OPTION([no-dependencies],,
1017
- [AC_PROVIDE_IFELSE([AC_PROG_CC],
1018
- [_AM_DEPENDENCIES([CC])],
1019
- [m4_define([AC_PROG_CC],
1020
- m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1021
- AC_PROVIDE_IFELSE([AC_PROG_CXX],
1022
- [_AM_DEPENDENCIES([CXX])],
1023
- [m4_define([AC_PROG_CXX],
1024
- m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1025
- AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1026
- [_AM_DEPENDENCIES([OBJC])],
1027
- [m4_define([AC_PROG_OBJC],
1028
- m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1029
- AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1030
- [_AM_DEPENDENCIES([OBJCXX])],
1031
- [m4_define([AC_PROG_OBJCXX],
1032
- m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1033
- ])
1034
- AC_REQUIRE([AM_SILENT_RULES])dnl
1035
- dnl The testsuite driver may need to know about EXEEXT, so add the
1036
- dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1037
- dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1038
- AC_CONFIG_COMMANDS_PRE(dnl
1039
- [m4_provide_if([_AM_COMPILER_EXEEXT],
1040
- [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1041
-
1042
- # POSIX will say in a future version that running "rm -f" with no argument
1043
- # is OK; and we want to be able to make that assumption in our Makefile
1044
- # recipes. So use an aggressive probe to check that the usage we want is
1045
- # actually supported "in the wild" to an acceptable degree.
1046
- # See automake bug#10828.
1047
- # To make any issue more visible, cause the running configure to be aborted
1048
- # by default if the 'rm' program in use doesn't match our expectations; the
1049
- # user can still override this though.
1050
- if rm -f && rm -fr && rm -rf; then : OK; else
1051
- cat >&2 <<'END'
1052
- Oops!
1053
-
1054
- Your 'rm' program seems unable to run without file operands specified
1055
- on the command line, even when the '-f' option is present. This is contrary
1056
- to the behaviour of most rm programs out there, and not conforming with
1057
- the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1058
-
1059
- Please tell bug-automake@gnu.org about your system, including the value
1060
- of your $PATH and any error possibly output before this message. This
1061
- can help us improve future automake versions.
1062
-
1063
- END
1064
- if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1065
- echo 'Configuration will proceed anyway, since you have set the' >&2
1066
- echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1067
- echo >&2
1068
- else
1069
- cat >&2 <<'END'
1070
- Aborting the configuration process, to ensure you take notice of the issue.
1071
-
1072
- You can download and install GNU coreutils to get an 'rm' implementation
1073
- that behaves properly: <http://www.gnu.org/software/coreutils/>.
1074
-
1075
- If you want to complete the configuration process using your problematic
1076
- 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1077
- to "yes", and re-run configure.
1078
-
1079
- END
1080
- AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1081
- fi
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/share/aclocal-1.15/init.m4:198: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1088
- _am_arg=$1
1089
- _am_stamp_count=1
1090
- for _am_header in $config_headers :; do
1091
- case $_am_header in
1092
- $_am_arg | $_am_arg:* )
1093
- break ;;
1094
- * )
1095
- _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1096
- esac
1097
- done
1098
- echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1099
- m4trace:/usr/local/Cellar/automake/1.15/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
1101
- case $am_aux_dir in
1102
- *\ * | *\ *)
1103
- install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1104
- *)
1105
- install_sh="\${SHELL} $am_aux_dir/install-sh"
1106
- esac
1107
- fi
1108
- AC_SUBST([install_sh])])
1109
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/lead-dot.m4:19: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1110
- mkdir .tst 2>/dev/null
1111
- if test -d .tst; then
1112
- am__leading_dot=.
1113
- else
1114
- am__leading_dot=_
1115
- fi
1116
- rmdir .tst 2>/dev/null
1117
- AC_SUBST([am__leading_dot])])
1118
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/maintainer.m4:35: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
1119
- [enable], [m4_define([am_maintainer_other], [disable])],
1120
- [disable], [m4_define([am_maintainer_other], [enable])],
1121
- [m4_define([am_maintainer_other], [enable])
1122
- m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
1123
- AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1124
- dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1125
- AC_ARG_ENABLE([maintainer-mode],
1126
- [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1127
- am_maintainer_other[ make rules and dependencies not useful
1128
- (and sometimes confusing) to the casual installer])],
1129
- [USE_MAINTAINER_MODE=$enableval],
1130
- [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
1131
- AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1132
- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1133
- MAINT=$MAINTAINER_MODE_TRUE
1134
- AC_SUBST([MAINT])dnl
1135
-
1136
- ])
1137
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/make.m4:49: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
1138
- cat > confinc << 'END'
1139
- am__doit:
1140
- @echo this is the am__doit target
1141
- .PHONY: am__doit
1142
- END
1143
- # If we don't find an include directive, just comment out the code.
1144
- AC_MSG_CHECKING([for style of include used by $am_make])
1145
- am__include="#"
1146
- am__quote=
1147
- _am_result=none
1148
- # First try GNU make style include.
1149
- echo "include confinc" > confmf
1150
- # Ignore all kinds of additional output from 'make'.
1151
- case `$am_make -s -f confmf 2> /dev/null` in #(
1152
- *the\ am__doit\ target*)
1153
- am__include=include
1154
- am__quote=
1155
- _am_result=GNU
1156
- ;;
1157
- esac
1158
- # Now try BSD make style include.
1159
- if test "$am__include" = "#"; then
1160
- echo '.include "confinc"' > confmf
1161
- case `$am_make -s -f confmf 2> /dev/null` in #(
1162
- *the\ am__doit\ target*)
1163
- am__include=.include
1164
- am__quote="\""
1165
- _am_result=BSD
1166
- ;;
1167
- esac
1168
- fi
1169
- AC_SUBST([am__include])
1170
- AC_SUBST([am__quote])
1171
- AC_MSG_RESULT([$_am_result])
1172
- rm -f confinc confmf
1173
- ])
1174
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1175
- $1=${$1-"${am_missing_run}$2"}
1176
- AC_SUBST($1)])
1177
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/missing.m4:38: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1178
- AC_REQUIRE_AUX_FILE([missing])dnl
1179
- if test x"${MISSING+set}" != xset; then
1180
- case $am_aux_dir in
1181
- *\ * | *\ *)
1182
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1183
- *)
1184
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
1185
- esac
1186
- fi
1187
- # Use eval to expand $SHELL
1188
- if eval "$MISSING --is-lightweight"; then
1189
- am_missing_run="$MISSING "
1190
- else
1191
- am_missing_run=
1192
- AC_MSG_WARN(['missing' script is too old or missing])
1193
- fi
1194
- ])
1195
- m4trace:/usr/local/Cellar/automake/1.15/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/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/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/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/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
1200
- AC_REQUIRE_AUX_FILE([compile])dnl
1201
- AC_LANG_PUSH([C])dnl
1202
- AC_CACHE_CHECK(
1203
- [whether $CC understands -c and -o together],
1204
- [am_cv_prog_cc_c_o],
1205
- [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1206
- # Make sure it works both with $CC and with simple cc.
1207
- # Following AC_PROG_CC_C_O, we do the test twice because some
1208
- # compilers refuse to overwrite an existing .o file with -o,
1209
- # though they will create one.
1210
- am_cv_prog_cc_c_o=yes
1211
- for am_i in 1 2; do
1212
- if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1213
- && test -f conftest2.$ac_objext; then
1214
- : OK
1215
- else
1216
- am_cv_prog_cc_c_o=no
1217
- break
1218
- fi
1219
- done
1220
- rm -f core conftest*
1221
- unset am_i])
1222
- if test "$am_cv_prog_cc_c_o" != yes; then
1223
- # Losing compiler, so override with the script.
1224
- # FIXME: It is wrong to rewrite CC.
1225
- # But if we don't then we get into trouble of one sort or another.
1226
- # A longer-term fix would be to have automake use am__CC in this case,
1227
- # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1228
- CC="$am_aux_dir/compile $CC"
1229
- fi
1230
- AC_LANG_POP([C])])
1231
- m4trace:/usr/local/Cellar/automake/1.15/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/share/aclocal-1.15/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1233
- ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1234
- ac_status=$?
1235
- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1236
- (exit $ac_status); }])
1237
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/sanity.m4:82: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1238
- # Reject unsafe characters in $srcdir or the absolute working directory
1239
- # name. Accept space and tab only in the latter.
1240
- am_lf='
1241
- '
1242
- case `pwd` in
1243
- *[[\\\"\#\$\&\'\`$am_lf]]*)
1244
- AC_MSG_ERROR([unsafe absolute working directory name]);;
1245
- esac
1246
- case $srcdir in
1247
- *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1248
- AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1249
- esac
1250
-
1251
- # Do 'set' in a subshell so we don't clobber the current shell's
1252
- # arguments. Must try -L first in case configure is actually a
1253
- # symlink; some systems play weird games with the mod time of symlinks
1254
- # (eg FreeBSD returns the mod time of the symlink's containing
1255
- # directory).
1256
- if (
1257
- am_has_slept=no
1258
- for am_try in 1 2; do
1259
- echo "timestamp, slept: $am_has_slept" > conftest.file
1260
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1261
- if test "$[*]" = "X"; then
1262
- # -L didn't work.
1263
- set X `ls -t "$srcdir/configure" conftest.file`
1264
- fi
1265
- if test "$[*]" != "X $srcdir/configure conftest.file" \
1266
- && test "$[*]" != "X conftest.file $srcdir/configure"; then
1267
-
1268
- # If neither matched, then we have a broken ls. This can happen
1269
- # if, for instance, CONFIG_SHELL is bash and it inherits a
1270
- # broken ls alias from the environment. This has actually
1271
- # happened. Such a system could not be considered "sane".
1272
- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1273
- alias in your environment])
1274
- fi
1275
- if test "$[2]" = conftest.file || test $am_try -eq 2; then
1276
- break
1277
- fi
1278
- # Just in case.
1279
- sleep 1
1280
- am_has_slept=yes
1281
- done
1282
- test "$[2]" = conftest.file
1283
- )
1284
- then
1285
- # Ok.
1286
- :
1287
- else
1288
- AC_MSG_ERROR([newly created file is older than distributed files!
1289
- Check your system clock])
1290
- fi
1291
- AC_MSG_RESULT([yes])
1292
- # If we didn't sleep, we still need to ensure time stamps of config.status and
1293
- # generated files are strictly newer.
1294
- am_sleep_pid=
1295
- if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1296
- ( sleep 1 ) &
1297
- am_sleep_pid=$!
1298
- fi
1299
- AC_CONFIG_COMMANDS_PRE(
1300
- [AC_MSG_CHECKING([that generated files are newer than configure])
1301
- if test -n "$am_sleep_pid"; then
1302
- # Hide warnings about reused PIDs.
1303
- wait $am_sleep_pid 2>/dev/null
1304
- fi
1305
- AC_MSG_RESULT([done])])
1306
- rm -f conftest.file
1307
- ])
1308
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/silent.m4:60: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
1309
- AS_HELP_STRING(
1310
- [--enable-silent-rules],
1311
- [less verbose build output (undo: "make V=1")])
1312
- AS_HELP_STRING(
1313
- [--disable-silent-rules],
1314
- [verbose build output (undo: "make V=0")])dnl
1315
- ])
1316
- case $enable_silent_rules in @%:@ (((
1317
- yes) AM_DEFAULT_VERBOSITY=0;;
1318
- no) AM_DEFAULT_VERBOSITY=1;;
1319
- *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1320
- esac
1321
- dnl
1322
- dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1323
- dnl do not support nested variable expansions.
1324
- dnl See automake bug#9928 and bug#10237.
1325
- am_make=${MAKE-make}
1326
- AC_CACHE_CHECK([whether $am_make supports nested variables],
1327
- [am_cv_make_support_nested_variables],
1328
- [if AS_ECHO([['TRUE=$(BAR$(V))
1329
- BAR0=false
1330
- BAR1=true
1331
- V=1
1332
- am__doit:
1333
- @$(TRUE)
1334
- .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1335
- am_cv_make_support_nested_variables=yes
1336
- else
1337
- am_cv_make_support_nested_variables=no
1338
- fi])
1339
- if test $am_cv_make_support_nested_variables = yes; then
1340
- dnl Using '$V' instead of '$(V)' breaks IRIX make.
1341
- AM_V='$(V)'
1342
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1343
- else
1344
- AM_V=$AM_DEFAULT_VERBOSITY
1345
- AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1346
- fi
1347
- AC_SUBST([AM_V])dnl
1348
- AM_SUBST_NOTMAKE([AM_V])dnl
1349
- AC_SUBST([AM_DEFAULT_V])dnl
1350
- AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1351
- AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1352
- AM_BACKSLASH='\'
1353
- AC_SUBST([AM_BACKSLASH])dnl
1354
- _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1355
- ])
1356
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1357
- # Installed binaries are usually stripped using 'strip' when the user
1358
- # run "make install-strip". However 'strip' might not be the right
1359
- # tool to use in cross-compilation environments, therefore Automake
1360
- # will honor the 'STRIP' environment variable to overrule this program.
1361
- dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1362
- if test "$cross_compiling" != no; then
1363
- AC_CHECK_TOOL([STRIP], [strip], :)
1364
- fi
1365
- INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1366
- AC_SUBST([INSTALL_STRIP_PROGRAM])])
1367
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1368
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1369
- m4trace:/usr/local/Cellar/automake/1.15/share/aclocal-1.15/tar.m4:132: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
1370
- # in the wild :-( We should find a proper way to deprecate it ...
1371
- AC_SUBST([AMTAR], ['$${TAR-tar}'])
1372
-
1373
- # We'll loop over all known methods to create a tar archive until one works.
1374
- _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1375
-
1376
- m4_if([$1], [v7],
1377
- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1378
-
1379
- [m4_case([$1],
1380
- [ustar],
1381
- [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1382
- # There is notably a 21 bits limit for the UID and the GID. In fact,
1383
- # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1384
- # and bug#13588).
1385
- am_max_uid=2097151 # 2^21 - 1
1386
- am_max_gid=$am_max_uid
1387
- # The $UID and $GID variables are not portable, so we need to resort
1388
- # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1389
- # below are definitely unexpected, so allow the users to see them
1390
- # (that is, avoid stderr redirection).
1391
- am_uid=`id -u || echo unknown`
1392
- am_gid=`id -g || echo unknown`
1393
- AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1394
- if test $am_uid -le $am_max_uid; then
1395
- AC_MSG_RESULT([yes])
1396
- else
1397
- AC_MSG_RESULT([no])
1398
- _am_tools=none
1399
- fi
1400
- AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1401
- if test $am_gid -le $am_max_gid; then
1402
- AC_MSG_RESULT([yes])
1403
- else
1404
- AC_MSG_RESULT([no])
1405
- _am_tools=none
1406
- fi],
1407
-
1408
- [pax],
1409
- [],
1410
-
1411
- [m4_fatal([Unknown tar format])])
1412
-
1413
- AC_MSG_CHECKING([how to create a $1 tar archive])
1414
-
1415
- # Go ahead even if we have the value already cached. We do so because we
1416
- # need to set the values for the 'am__tar' and 'am__untar' variables.
1417
- _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1418
-
1419
- for _am_tool in $_am_tools; do
1420
- case $_am_tool in
1421
- gnutar)
1422
- for _am_tar in tar gnutar gtar; do
1423
- AM_RUN_LOG([$_am_tar --version]) && break
1424
- done
1425
- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1426
- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1427
- am__untar="$_am_tar -xf -"
1428
- ;;
1429
- plaintar)
1430
- # Must skip GNU tar: if it does not support --format= it doesn't create
1431
- # ustar tarball either.
1432
- (tar --version) >/dev/null 2>&1 && continue
1433
- am__tar='tar chf - "$$tardir"'
1434
- am__tar_='tar chf - "$tardir"'
1435
- am__untar='tar xf -'
1436
- ;;
1437
- pax)
1438
- am__tar='pax -L -x $1 -w "$$tardir"'
1439
- am__tar_='pax -L -x $1 -w "$tardir"'
1440
- am__untar='pax -r'
1441
- ;;
1442
- cpio)
1443
- am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1444
- am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1445
- am__untar='cpio -i -H $1 -d'
1446
- ;;
1447
- none)
1448
- am__tar=false
1449
- am__tar_=false
1450
- am__untar=false
1451
- ;;
1452
- esac
1453
-
1454
- # If the value was cached, stop now. We just wanted to have am__tar
1455
- # and am__untar set.
1456
- test -n "${am_cv_prog_tar_$1}" && break
1457
-
1458
- # tar/untar a dummy directory, and stop if the command works.
1459
- rm -rf conftest.dir
1460
- mkdir conftest.dir
1461
- echo GrepMe > conftest.dir/file
1462
- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1463
- rm -rf conftest.dir
1464
- if test -s conftest.tar; then
1465
- AM_RUN_LOG([$am__untar <conftest.tar])
1466
- AM_RUN_LOG([cat conftest.dir/file])
1467
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1468
- fi
1469
- done
1470
- rm -rf conftest.dir
1471
-
1472
- AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1473
- AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1474
-
1475
- AC_SUBST([am__tar])
1476
- AC_SUBST([am__untar])
1477
- ])
1478
- m4trace:m4/ax_check_compile_flag.m4:73: -1- AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
1479
- AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
1480
- AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
1481
- ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
1482
- _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
1483
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]],
1484
- [[char x[42U], fodder = 0;if (fodder > -1000 && fgets(x,1000,stdin)) puts(x)]])],
1485
- [AS_VAR_SET(CACHEVAR,[yes])],
1486
- [AS_VAR_SET(CACHEVAR,[no])])
1487
- _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
1488
- AS_VAR_IF(CACHEVAR,yes,
1489
- [m4_default([$2], :)],
1490
- [m4_default([$3], :)])
1491
- AS_VAR_POPDEF([CACHEVAR])dnl
1492
- ])
1493
- m4trace:m4/ax_check_define.m4:49: -1- AU_DEFUN([AC_CHECK_DEFINED], [m4_if($#, 0, [AC_CHECK_DEFINE], [AC_CHECK_DEFINE($@)])])
1494
- m4trace:m4/ax_check_define.m4:49: -1- AC_DEFUN([AC_CHECK_DEFINED], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_DEFINED' is obsolete.
1495
- You should run autoupdate.])dnl
1496
- m4_if($#, 0, [AC_CHECK_DEFINE], [AC_CHECK_DEFINE($@)])])
1497
- m4trace:m4/ax_check_define.m4:62: -1- AC_DEFUN([AC_CHECK_DEFINE], [
1498
- AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$1])dnl
1499
- AC_CACHE_CHECK([for $1 defined], ac_var,
1500
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
1501
- #ifdef $1
1502
- int ok;
1503
- #else
1504
- choke me
1505
- #endif
1506
- ]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
1507
- AS_IF([test AS_VAR_GET(ac_var) != "no"], [$2], [$3])dnl
1508
- AS_VAR_POPDEF([ac_var])dnl
1509
- ])
1510
- m4trace:m4/ax_check_define.m4:64: -1- AU_DEFUN([AX_CHECK_DEFINED], [m4_if($#, 0, [AX_CHECK_DEFINE], [AX_CHECK_DEFINE($@)])])
1511
- m4trace:m4/ax_check_define.m4:64: -1- AC_DEFUN([AX_CHECK_DEFINED], [AC_DIAGNOSE([obsolete], [The macro `AX_CHECK_DEFINED' is obsolete.
1512
- You should run autoupdate.])dnl
1513
- m4_if($#, 0, [AX_CHECK_DEFINE], [AX_CHECK_DEFINE($@)])])
1514
- m4trace:m4/ax_check_define.m4:77: -1- AC_DEFUN([AX_CHECK_DEFINE], [
1515
- AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$2_$1])dnl
1516
- AC_CACHE_CHECK([for $2 defined in $1], ac_var,
1517
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <$1>]], [[
1518
- #ifdef $2
1519
- int ok;
1520
- #else
1521
- choke me
1522
- #endif
1523
- ]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
1524
- AS_IF([test AS_VAR_GET(ac_var) != "no"], [$3], [$4])dnl
1525
- AS_VAR_POPDEF([ac_var])dnl
1526
- ])
1527
- m4trace:m4/ax_check_define.m4:92: -1- AC_DEFUN([AX_CHECK_FUNC], [AS_VAR_PUSHDEF([ac_var], [ac_cv_func_$2])dnl
1528
- AC_CACHE_CHECK([for $2], ac_var,
1529
- dnl AC_LANG_FUNC_LINK_TRY
1530
- [AC_LINK_IFELSE([AC_LANG_PROGRAM([$1
1531
- #undef $2
1532
- char $2 ();],[
1533
- char (*f) () = $2;
1534
- return f != $2; ])],
1535
- [AS_VAR_SET(ac_var, yes)],
1536
- [AS_VAR_SET(ac_var, no)])])
1537
- AS_IF([test AS_VAR_GET(ac_var) = yes], [$3], [$4])dnl
1538
- AS_VAR_POPDEF([ac_var])dnl
1539
- ])
1540
- m4trace:m4/ax_check_link_flag.m4:73: -1- AC_DEFUN([AX_CHECK_LINK_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
1541
- AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
1542
- AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
1543
- ax_check_save_flags=$LDFLAGS
1544
- LDFLAGS="$LDFLAGS $4 $1"
1545
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]],
1546
- [[char x[42U];if (fgets(x,1000,stdin)) puts(x)]])],
1547
- [AS_VAR_SET(CACHEVAR,[yes])],
1548
- [AS_VAR_SET(CACHEVAR,[no])])
1549
- LDFLAGS=$ax_check_save_flags])
1550
- AS_VAR_IF(CACHEVAR,yes,
1551
- [m4_default([$2], :)],
1552
- [m4_default([$3], :)])
1553
- AS_VAR_POPDEF([CACHEVAR])dnl
1554
- ])
1555
- m4trace:m4/ax_valgrind_check.m4:190: -1- AC_DEFUN([AX_VALGRIND_CHECK], [
1556
- dnl Check for --enable-valgrind
1557
- AC_ARG_ENABLE([valgrind],
1558
- [AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests (requires GNU make)])],
1559
- [enable_valgrind=$enableval],[enable_valgrind=no])
1560
-
1561
- AS_IF([test "$enable_valgrind" != "no"],[
1562
- # Check for Valgrind.
1563
- AC_CHECK_PROG([VALGRIND],[valgrind],[valgrind])
1564
- AS_IF([test "$VALGRIND" = ""],[
1565
- AS_IF([test "$enable_valgrind" = "yes"],[
1566
- AC_MSG_ERROR([Could not find valgrind; either install it or reconfigure with --disable-valgrind])
1567
- ],[
1568
- enable_valgrind=no
1569
- ])
1570
- ],[
1571
- enable_valgrind=yes
1572
- ])
1573
- ])
1574
-
1575
- AM_CONDITIONAL([VALGRIND_ENABLED],[test "$enable_valgrind" = "yes"])
1576
- AC_SUBST([VALGRIND_ENABLED],[$enable_valgrind])
1577
-
1578
- # Check for Valgrind tools we care about.
1579
- m4_define([valgrind_tool_list],[[memcheck], [helgrind], [drd], [exp-sgcheck]])
1580
-
1581
- AS_IF([test "$VALGRIND" != ""],[
1582
- m4_foreach([vgtool],[valgrind_tool_list],[
1583
- m4_define([vgtooln],AS_TR_SH(vgtool))
1584
- m4_define([ax_cv_var],[ax_cv_valgrind_tool_]vgtooln)
1585
- AC_CACHE_CHECK([for Valgrind tool ]vgtool,ax_cv_var,[
1586
- ax_cv_var=
1587
- AS_IF([`$VALGRIND --tool=vgtool --help >/dev/null 2>&1`],[
1588
- ax_cv_var="vgtool"
1589
- ])
1590
- ])
1591
-
1592
- AC_SUBST([VALGRIND_HAVE_TOOL_]vgtooln,[$ax_cv_var])
1593
- ])
1594
- ])
1595
-
1596
- [VALGRIND_CHECK_RULES='
1597
- # Valgrind check
1598
- #
1599
- # Optional:
1600
- # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
1601
- # files to load. (Default: empty)
1602
- # - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.
1603
- # (Default: --num-callers=30)
1604
- # - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
1605
- # memcheck, helgrind, drd, sgcheck). (Default: various)
1606
-
1607
- # Optional variables
1608
- VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
1609
- VALGRIND_FLAGS ?= --num-callers=30
1610
- VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
1611
- VALGRIND_helgrind_FLAGS ?= --history-level=approx
1612
- VALGRIND_drd_FLAGS ?=
1613
- VALGRIND_sgcheck_FLAGS ?=
1614
-
1615
- # Internal use
1616
- valgrind_tools = memcheck helgrind drd sgcheck
1617
- valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
1618
-
1619
- valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
1620
- valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
1621
- valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
1622
- valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
1623
-
1624
- valgrind_quiet = $(valgrind_quiet_$(V))
1625
- valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))
1626
- valgrind_quiet_0 = --quiet
1627
-
1628
- # Support running with and without libtool.
1629
- ifneq ($(LIBTOOL),)
1630
- valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
1631
- else
1632
- valgrind_lt =
1633
- endif
1634
-
1635
- # Use recursive makes in order to ignore errors during check
1636
- check-valgrind:
1637
- ifeq ($(VALGRIND_ENABLED),yes)
1638
- -$(foreach tool,$(valgrind_tools), \
1639
- $(if $(VALGRIND_HAVE_TOOL_$(tool))$(VALGRIND_HAVE_TOOL_exp_$(tool)), \
1640
- $(MAKE) $(AM_MAKEFLAGS) -k check-valgrind-tool VALGRIND_TOOL=$(tool); \
1641
- ) \
1642
- )
1643
- else
1644
- @echo "Need to reconfigure with --enable-valgrind"
1645
- endif
1646
-
1647
- # Valgrind running
1648
- VALGRIND_TESTS_ENVIRONMENT = \
1649
- $(TESTS_ENVIRONMENT) \
1650
- env VALGRIND=$(VALGRIND) \
1651
- G_SLICE=always-malloc,debug-blocks \
1652
- G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
1653
-
1654
- VALGRIND_LOG_COMPILER = \
1655
- $(valgrind_lt) \
1656
- $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)
1657
-
1658
- check-valgrind-tool:
1659
- ifeq ($(VALGRIND_ENABLED),yes)
1660
- $(MAKE) check-TESTS \
1661
- TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)" \
1662
- LOG_COMPILER="$(VALGRIND_LOG_COMPILER)" \
1663
- LOG_FLAGS="$(valgrind_$(VALGRIND_TOOL)_flags)" \
1664
- TEST_SUITE_LOG=test-suite-$(VALGRIND_TOOL).log
1665
- else
1666
- @echo "Need to reconfigure with --enable-valgrind"
1667
- endif
1668
-
1669
- A''M_DISTCHECK_CONFIGURE_FLAGS ?=
1670
- A''M_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind
1671
-
1672
- MOSTLYCLEANFILES ?=
1673
- MOSTLYCLEANFILES += $(valgrind_log_files)
1674
-
1675
- .PHONY: check-valgrind check-valgrind-tool
1676
- ']
1677
-
1678
- AS_IF([test "$enable_valgrind" != "yes"],[
1679
- VALGRIND_CHECK_RULES='
1680
- check-valgrind:
1681
- @echo "Need to use GNU make and reconfigure with --enable-valgrind"'
1682
- ])
1683
- AC_SUBST([VALGRIND_CHECK_RULES])
1684
- m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])])
1685
- ])
1686
- m4trace:m4/ld-output-def.m4:29: -1- AC_DEFUN([gl_LD_OUTPUT_DEF], [
1687
- AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
1688
- [gl_cv_ld_output_def],
1689
- [if test "$enable_shared" = no; then
1690
- gl_cv_ld_output_def="not needed, shared libraries are disabled"
1691
- else
1692
- gl_ldflags_save=$LDFLAGS
1693
- LDFLAGS="-Wl,--output-def,conftest.def"
1694
- AC_LINK_IFELSE([AC_LANG_PROGRAM([])],
1695
- [gl_cv_ld_output_def=yes],
1696
- [gl_cv_ld_output_def=no])
1697
- rm -f conftest.def
1698
- LDFLAGS="$gl_ldflags_save"
1699
- fi])
1700
- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], test "x$gl_cv_ld_output_def" = "xyes")
1701
- ])
1702
- m4trace:m4/libtool.m4:96: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
1703
- AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1704
- AC_BEFORE([$0], [LT_LANG])dnl
1705
- AC_BEFORE([$0], [LT_OUTPUT])dnl
1706
- AC_BEFORE([$0], [LTDL_INIT])dnl
1707
- m4_require([_LT_CHECK_BUILDDIR])dnl
1708
-
1709
- dnl Autoconf doesn't catch unexpanded LT_ macros by default:
1710
- m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
1711
- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
1712
- dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
1713
- dnl unless we require an AC_DEFUNed macro:
1714
- AC_REQUIRE([LTOPTIONS_VERSION])dnl
1715
- AC_REQUIRE([LTSUGAR_VERSION])dnl
1716
- AC_REQUIRE([LTVERSION_VERSION])dnl
1717
- AC_REQUIRE([LTOBSOLETE_VERSION])dnl
1718
- m4_require([_LT_PROG_LTMAIN])dnl
1719
-
1720
- _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
1721
-
1722
- dnl Parse OPTIONS
1723
- _LT_SET_OPTIONS([$0], [$1])
1724
-
1725
- # This can be used to rebuild libtool when needed
1726
- LIBTOOL_DEPS=$ltmain
1727
-
1728
- # Always use our own libtool.
1729
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1730
- AC_SUBST(LIBTOOL)dnl
1731
-
1732
- _LT_SETUP
1733
-
1734
- # Only expand once:
1735
- m4_define([LT_INIT])
1736
- ])
1737
- m4trace:m4/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1738
- m4trace:m4/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
1739
- You should run autoupdate.])dnl
1740
- m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1741
- m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1742
- m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
1743
- You should run autoupdate.])dnl
1744
- m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1745
- m4trace:m4/libtool.m4:704: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
1746
- AC_MSG_NOTICE([creating $CONFIG_LT])
1747
- _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
1748
- [# Run this file to recreate a libtool stub with the current configuration.])
1749
-
1750
- cat >>"$CONFIG_LT" <<\_LTEOF
1751
- lt_cl_silent=false
1752
- exec AS_MESSAGE_LOG_FD>>config.log
1753
- {
1754
- echo
1755
- AS_BOX([Running $as_me.])
1756
- } >&AS_MESSAGE_LOG_FD
1757
-
1758
- lt_cl_help="\
1759
- '$as_me' creates a local libtool stub from the current configuration,
1760
- for use in further configure time tests before the real libtool is
1761
- generated.
1762
-
1763
- Usage: $[0] [[OPTIONS]]
1764
-
1765
- -h, --help print this help, then exit
1766
- -V, --version print version number, then exit
1767
- -q, --quiet do not print progress messages
1768
- -d, --debug don't remove temporary files
1769
-
1770
- Report bugs to <bug-libtool@gnu.org>."
1771
-
1772
- lt_cl_version="\
1773
- m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
1774
- m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
1775
- configured by $[0], generated by m4_PACKAGE_STRING.
1776
-
1777
- Copyright (C) 2011 Free Software Foundation, Inc.
1778
- This config.lt script is free software; the Free Software Foundation
1779
- gives unlimited permision to copy, distribute and modify it."
1780
-
1781
- while test 0 != $[#]
1782
- do
1783
- case $[1] in
1784
- --version | --v* | -V )
1785
- echo "$lt_cl_version"; exit 0 ;;
1786
- --help | --h* | -h )
1787
- echo "$lt_cl_help"; exit 0 ;;
1788
- --debug | --d* | -d )
1789
- debug=: ;;
1790
- --quiet | --q* | --silent | --s* | -q )
1791
- lt_cl_silent=: ;;
1792
-
1793
- -*) AC_MSG_ERROR([unrecognized option: $[1]
1794
- Try '$[0] --help' for more information.]) ;;
1795
-
1796
- *) AC_MSG_ERROR([unrecognized argument: $[1]
1797
- Try '$[0] --help' for more information.]) ;;
1798
- esac
1799
- shift
1800
- done
1801
-
1802
- if $lt_cl_silent; then
1803
- exec AS_MESSAGE_FD>/dev/null
1804
- fi
1805
- _LTEOF
1806
-
1807
- cat >>"$CONFIG_LT" <<_LTEOF
1808
- _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
1809
- _LTEOF
1810
-
1811
- cat >>"$CONFIG_LT" <<\_LTEOF
1812
- AC_MSG_NOTICE([creating $ofile])
1813
- _LT_OUTPUT_LIBTOOL_COMMANDS
1814
- AS_EXIT(0)
1815
- _LTEOF
1816
- chmod +x "$CONFIG_LT"
1817
-
1818
- # configure is writing to config.log, but config.lt does its own redirection,
1819
- # appending to config.log, which fails on DOS, as config.log is still kept
1820
- # open by configure. Here we exec the FD to /dev/null, effectively closing
1821
- # config.log, so it can be properly (re)opened and appended to by config.lt.
1822
- lt_cl_success=:
1823
- test yes = "$silent" &&
1824
- lt_config_lt_args="$lt_config_lt_args --quiet"
1825
- exec AS_MESSAGE_LOG_FD>/dev/null
1826
- $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
1827
- exec AS_MESSAGE_LOG_FD>>config.log
1828
- $lt_cl_success || AS_EXIT(1)
1829
- ])
1830
- m4trace:m4/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
1831
- m4trace:m4/libtool.m4:836: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
1832
- m4_case([$1],
1833
- [C], [_LT_LANG(C)],
1834
- [C++], [_LT_LANG(CXX)],
1835
- [Go], [_LT_LANG(GO)],
1836
- [Java], [_LT_LANG(GCJ)],
1837
- [Fortran 77], [_LT_LANG(F77)],
1838
- [Fortran], [_LT_LANG(FC)],
1839
- [Windows Resource], [_LT_LANG(RC)],
1840
- [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1841
- [_LT_LANG($1)],
1842
- [m4_fatal([$0: unsupported language: "$1"])])])dnl
1843
- ])
1844
- m4trace:m4/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1845
- m4trace:m4/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
1846
- You should run autoupdate.])dnl
1847
- LT_LANG(C++)])
1848
- m4trace:m4/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1849
- m4trace:m4/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
1850
- You should run autoupdate.])dnl
1851
- LT_LANG(Fortran 77)])
1852
- m4trace:m4/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1853
- m4trace:m4/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
1854
- You should run autoupdate.])dnl
1855
- LT_LANG(Fortran)])
1856
- m4trace:m4/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1857
- m4trace:m4/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
1858
- You should run autoupdate.])dnl
1859
- LT_LANG(Java)])
1860
- m4trace:m4/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1861
- m4trace:m4/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
1862
- You should run autoupdate.])dnl
1863
- LT_LANG(Windows Resource)])
1864
- m4trace:m4/libtool.m4:1277: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
1865
- AC_ARG_WITH([sysroot],
1866
- [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1867
- [Search for dependent libraries within DIR (or the compiler's sysroot
1868
- if not specified).])],
1869
- [], [with_sysroot=no])
1870
-
1871
- dnl lt_sysroot will always be passed unquoted. We quote it here
1872
- dnl in case the user passed a directory name.
1873
- lt_sysroot=
1874
- case $with_sysroot in #(
1875
- yes)
1876
- if test yes = "$GCC"; then
1877
- lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1878
- fi
1879
- ;; #(
1880
- /*)
1881
- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1882
- ;; #(
1883
- no|'')
1884
- ;; #(
1885
- *)
1886
- AC_MSG_RESULT([$with_sysroot])
1887
- AC_MSG_ERROR([The sysroot must be an absolute path.])
1888
- ;;
1889
- esac
1890
-
1891
- AC_MSG_RESULT([${lt_sysroot:-no}])
1892
- _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1893
- [dependent libraries, and where our libraries should be installed.])])
1894
- m4trace:m4/libtool.m4:1617: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1895
- m4_require([_LT_DECL_SED])dnl
1896
- AC_CACHE_CHECK([$1], [$2],
1897
- [$2=no
1898
- m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1899
- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1900
- lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
1901
- # Insert the option either (1) after the last *FLAGS variable, or
1902
- # (2) before a word containing "conftest.", or (3) at the end.
1903
- # Note that $ac_compile itself does not contain backslashes and begins
1904
- # with a dollar sign (not a hyphen), so the echo should work correctly.
1905
- # The option is referenced via a variable to avoid confusing sed.
1906
- lt_compile=`echo "$ac_compile" | $SED \
1907
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1908
- -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1909
- -e 's:$: $lt_compiler_flag:'`
1910
- (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1911
- (eval "$lt_compile" 2>conftest.err)
1912
- ac_status=$?
1913
- cat conftest.err >&AS_MESSAGE_LOG_FD
1914
- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1915
- if (exit $ac_status) && test -s "$ac_outfile"; then
1916
- # The compiler can only warn and ignore the option if not recognized
1917
- # So say no if there are warnings other than the usual output.
1918
- $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1919
- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1920
- if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1921
- $2=yes
1922
- fi
1923
- fi
1924
- $RM conftest*
1925
- ])
1926
-
1927
- if test yes = "[$]$2"; then
1928
- m4_if([$5], , :, [$5])
1929
- else
1930
- m4_if([$6], , :, [$6])
1931
- fi
1932
- ])
1933
- m4trace:m4/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1934
- m4trace:m4/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
1935
- You should run autoupdate.])dnl
1936
- m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1937
- m4trace:m4/libtool.m4:1661: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1938
- m4_require([_LT_DECL_SED])dnl
1939
- AC_CACHE_CHECK([$1], [$2],
1940
- [$2=no
1941
- save_LDFLAGS=$LDFLAGS
1942
- LDFLAGS="$LDFLAGS $3"
1943
- echo "$lt_simple_link_test_code" > conftest.$ac_ext
1944
- if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1945
- # The linker can only warn and ignore the option if not recognized
1946
- # So say no if there are warnings
1947
- if test -s conftest.err; then
1948
- # Append any errors to the config.log.
1949
- cat conftest.err 1>&AS_MESSAGE_LOG_FD
1950
- $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1951
- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1952
- if diff conftest.exp conftest.er2 >/dev/null; then
1953
- $2=yes
1954
- fi
1955
- else
1956
- $2=yes
1957
- fi
1958
- fi
1959
- $RM -r conftest*
1960
- LDFLAGS=$save_LDFLAGS
1961
- ])
1962
-
1963
- if test yes = "[$]$2"; then
1964
- m4_if([$4], , :, [$4])
1965
- else
1966
- m4_if([$5], , :, [$5])
1967
- fi
1968
- ])
1969
- m4trace:m4/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1970
- m4trace:m4/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
1971
- You should run autoupdate.])dnl
1972
- m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1973
- m4trace:m4/libtool.m4:1807: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1974
- # find the maximum length of command line arguments
1975
- AC_MSG_CHECKING([the maximum length of command line arguments])
1976
- AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1977
- i=0
1978
- teststring=ABCD
1979
-
1980
- case $build_os in
1981
- msdosdjgpp*)
1982
- # On DJGPP, this test can blow up pretty badly due to problems in libc
1983
- # (any single argument exceeding 2000 bytes causes a buffer overrun
1984
- # during glob expansion). Even if it were fixed, the result of this
1985
- # check would be larger than it should be.
1986
- lt_cv_sys_max_cmd_len=12288; # 12K is about right
1987
- ;;
1988
-
1989
- gnu*)
1990
- # Under GNU Hurd, this test is not required because there is
1991
- # no limit to the length of command line arguments.
1992
- # Libtool will interpret -1 as no limit whatsoever
1993
- lt_cv_sys_max_cmd_len=-1;
1994
- ;;
1995
-
1996
- cygwin* | mingw* | cegcc*)
1997
- # On Win9x/ME, this test blows up -- it succeeds, but takes
1998
- # about 5 minutes as the teststring grows exponentially.
1999
- # Worse, since 9x/ME are not pre-emptively multitasking,
2000
- # you end up with a "frozen" computer, even though with patience
2001
- # the test eventually succeeds (with a max line length of 256k).
2002
- # Instead, let's just punt: use the minimum linelength reported by
2003
- # all of the supported platforms: 8192 (on NT/2K/XP).
2004
- lt_cv_sys_max_cmd_len=8192;
2005
- ;;
2006
-
2007
- mint*)
2008
- # On MiNT this can take a long time and run out of memory.
2009
- lt_cv_sys_max_cmd_len=8192;
2010
- ;;
2011
-
2012
- amigaos*)
2013
- # On AmigaOS with pdksh, this test takes hours, literally.
2014
- # So we just punt and use a minimum line length of 8192.
2015
- lt_cv_sys_max_cmd_len=8192;
2016
- ;;
2017
-
2018
- bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
2019
- # This has been around since 386BSD, at least. Likely further.
2020
- if test -x /sbin/sysctl; then
2021
- lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
2022
- elif test -x /usr/sbin/sysctl; then
2023
- lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
2024
- else
2025
- lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
2026
- fi
2027
- # And add a safety zone
2028
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
2029
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
2030
- ;;
2031
-
2032
- interix*)
2033
- # We know the value 262144 and hardcode it with a safety zone (like BSD)
2034
- lt_cv_sys_max_cmd_len=196608
2035
- ;;
2036
-
2037
- os2*)
2038
- # The test takes a long time on OS/2.
2039
- lt_cv_sys_max_cmd_len=8192
2040
- ;;
2041
-
2042
- osf*)
2043
- # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
2044
- # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
2045
- # nice to cause kernel panics so lets avoid the loop below.
2046
- # First set a reasonable default.
2047
- lt_cv_sys_max_cmd_len=16384
2048
- #
2049
- if test -x /sbin/sysconfig; then
2050
- case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
2051
- *1*) lt_cv_sys_max_cmd_len=-1 ;;
2052
- esac
2053
- fi
2054
- ;;
2055
- sco3.2v5*)
2056
- lt_cv_sys_max_cmd_len=102400
2057
- ;;
2058
- sysv5* | sco5v6* | sysv4.2uw2*)
2059
- kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
2060
- if test -n "$kargmax"; then
2061
- lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
2062
- else
2063
- lt_cv_sys_max_cmd_len=32768
2064
- fi
2065
- ;;
2066
- *)
2067
- lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
2068
- if test -n "$lt_cv_sys_max_cmd_len" && \
2069
- test undefined != "$lt_cv_sys_max_cmd_len"; then
2070
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
2071
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
2072
- else
2073
- # Make teststring a little bigger before we do anything with it.
2074
- # a 1K string should be a reasonable start.
2075
- for i in 1 2 3 4 5 6 7 8; do
2076
- teststring=$teststring$teststring
2077
- done
2078
- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
2079
- # If test is not a shell built-in, we'll probably end up computing a
2080
- # maximum length that is only half of the actual maximum length, but
2081
- # we can't tell.
2082
- while { test X`env echo "$teststring$teststring" 2>/dev/null` \
2083
- = "X$teststring$teststring"; } >/dev/null 2>&1 &&
2084
- test 17 != "$i" # 1/2 MB should be enough
2085
- do
2086
- i=`expr $i + 1`
2087
- teststring=$teststring$teststring
2088
- done
2089
- # Only check the string length outside the loop.
2090
- lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
2091
- teststring=
2092
- # Add a significant safety factor because C++ compilers can tack on
2093
- # massive amounts of additional arguments before passing them to the
2094
- # linker. It appears as though 1/2 is a usable value.
2095
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
2096
- fi
2097
- ;;
2098
- esac
2099
- ])
2100
- if test -n "$lt_cv_sys_max_cmd_len"; then
2101
- AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
2102
- else
2103
- AC_MSG_RESULT(none)
2104
- fi
2105
- max_cmd_len=$lt_cv_sys_max_cmd_len
2106
- _LT_DECL([], [max_cmd_len], [0],
2107
- [What is the maximum length of a command?])
2108
- ])
2109
- 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($@)])])
2110
- 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.
2111
- You should run autoupdate.])dnl
2112
- m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
2113
- m4trace:m4/libtool.m4:2043: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
2114
- if test yes != "$enable_dlopen"; then
2115
- enable_dlopen=unknown
2116
- enable_dlopen_self=unknown
2117
- enable_dlopen_self_static=unknown
2118
- else
2119
- lt_cv_dlopen=no
2120
- lt_cv_dlopen_libs=
2121
-
2122
- case $host_os in
2123
- beos*)
2124
- lt_cv_dlopen=load_add_on
2125
- lt_cv_dlopen_libs=
2126
- lt_cv_dlopen_self=yes
2127
- ;;
2128
-
2129
- mingw* | pw32* | cegcc*)
2130
- lt_cv_dlopen=LoadLibrary
2131
- lt_cv_dlopen_libs=
2132
- ;;
2133
-
2134
- cygwin*)
2135
- lt_cv_dlopen=dlopen
2136
- lt_cv_dlopen_libs=
2137
- ;;
2138
-
2139
- darwin*)
2140
- # if libdl is installed we need to link against it
2141
- AC_CHECK_LIB([dl], [dlopen],
2142
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
2143
- lt_cv_dlopen=dyld
2144
- lt_cv_dlopen_libs=
2145
- lt_cv_dlopen_self=yes
2146
- ])
2147
- ;;
2148
-
2149
- tpf*)
2150
- # Don't try to run any link tests for TPF. We know it's impossible
2151
- # because TPF is a cross-compiler, and we know how we open DSOs.
2152
- lt_cv_dlopen=dlopen
2153
- lt_cv_dlopen_libs=
2154
- lt_cv_dlopen_self=no
2155
- ;;
2156
-
2157
- *)
2158
- AC_CHECK_FUNC([shl_load],
2159
- [lt_cv_dlopen=shl_load],
2160
- [AC_CHECK_LIB([dld], [shl_load],
2161
- [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
2162
- [AC_CHECK_FUNC([dlopen],
2163
- [lt_cv_dlopen=dlopen],
2164
- [AC_CHECK_LIB([dl], [dlopen],
2165
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
2166
- [AC_CHECK_LIB([svld], [dlopen],
2167
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
2168
- [AC_CHECK_LIB([dld], [dld_link],
2169
- [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
2170
- ])
2171
- ])
2172
- ])
2173
- ])
2174
- ])
2175
- ;;
2176
- esac
2177
-
2178
- if test no = "$lt_cv_dlopen"; then
2179
- enable_dlopen=no
2180
- else
2181
- enable_dlopen=yes
2182
- fi
2183
-
2184
- case $lt_cv_dlopen in
2185
- dlopen)
2186
- save_CPPFLAGS=$CPPFLAGS
2187
- test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2188
-
2189
- save_LDFLAGS=$LDFLAGS
2190
- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2191
-
2192
- save_LIBS=$LIBS
2193
- LIBS="$lt_cv_dlopen_libs $LIBS"
2194
-
2195
- AC_CACHE_CHECK([whether a program can dlopen itself],
2196
- lt_cv_dlopen_self, [dnl
2197
- _LT_TRY_DLOPEN_SELF(
2198
- lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2199
- lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2200
- ])
2201
-
2202
- if test yes = "$lt_cv_dlopen_self"; then
2203
- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2204
- AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2205
- lt_cv_dlopen_self_static, [dnl
2206
- _LT_TRY_DLOPEN_SELF(
2207
- lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2208
- lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
2209
- ])
2210
- fi
2211
-
2212
- CPPFLAGS=$save_CPPFLAGS
2213
- LDFLAGS=$save_LDFLAGS
2214
- LIBS=$save_LIBS
2215
- ;;
2216
- esac
2217
-
2218
- case $lt_cv_dlopen_self in
2219
- yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2220
- *) enable_dlopen_self=unknown ;;
2221
- esac
2222
-
2223
- case $lt_cv_dlopen_self_static in
2224
- yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2225
- *) enable_dlopen_self_static=unknown ;;
2226
- esac
2227
- fi
2228
- _LT_DECL([dlopen_support], [enable_dlopen], [0],
2229
- [Whether dlopen is supported])
2230
- _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2231
- [Whether dlopen of programs is supported])
2232
- _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2233
- [Whether dlopen of statically linked programs is supported])
2234
- ])
2235
- m4trace:m4/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2236
- m4trace:m4/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
2237
- You should run autoupdate.])dnl
2238
- m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2239
- m4trace:m4/libtool.m4:3214: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
2240
- AC_MSG_CHECKING([for $1])
2241
- AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2242
- [case $MAGIC_CMD in
2243
- [[\\/*] | ?:[\\/]*])
2244
- lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
2245
- ;;
2246
- *)
2247
- lt_save_MAGIC_CMD=$MAGIC_CMD
2248
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2249
- dnl $ac_dummy forces splitting on constant user-supplied paths.
2250
- dnl POSIX.2 word splitting is done only on the output of word expansions,
2251
- dnl not every word. This closes a longstanding sh security hole.
2252
- ac_dummy="m4_if([$2], , $PATH, [$2])"
2253
- for ac_dir in $ac_dummy; do
2254
- IFS=$lt_save_ifs
2255
- test -z "$ac_dir" && ac_dir=.
2256
- if test -f "$ac_dir/$1"; then
2257
- lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
2258
- if test -n "$file_magic_test_file"; then
2259
- case $deplibs_check_method in
2260
- "file_magic "*)
2261
- file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2262
- MAGIC_CMD=$lt_cv_path_MAGIC_CMD
2263
- if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2264
- $EGREP "$file_magic_regex" > /dev/null; then
2265
- :
2266
- else
2267
- cat <<_LT_EOF 1>&2
2268
-
2269
- *** Warning: the command libtool uses to detect shared libraries,
2270
- *** $file_magic_cmd, produces output that libtool cannot recognize.
2271
- *** The result is that libtool may fail to recognize shared libraries
2272
- *** as such. This will affect the creation of libtool libraries that
2273
- *** depend on shared libraries, but programs linked with such libtool
2274
- *** libraries will work regardless of this problem. Nevertheless, you
2275
- *** may want to report the problem to your system manager and/or to
2276
- *** bug-libtool@gnu.org
2277
-
2278
- _LT_EOF
2279
- fi ;;
2280
- esac
2281
- fi
2282
- break
2283
- fi
2284
- done
2285
- IFS=$lt_save_ifs
2286
- MAGIC_CMD=$lt_save_MAGIC_CMD
2287
- ;;
2288
- esac])
2289
- MAGIC_CMD=$lt_cv_path_MAGIC_CMD
2290
- if test -n "$MAGIC_CMD"; then
2291
- AC_MSG_RESULT($MAGIC_CMD)
2292
- else
2293
- AC_MSG_RESULT(no)
2294
- fi
2295
- _LT_DECL([], [MAGIC_CMD], [0],
2296
- [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2297
- ])
2298
- m4trace:m4/libtool.m4:3217: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2299
- m4trace:m4/libtool.m4:3217: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
2300
- You should run autoupdate.])dnl
2301
- m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2302
- m4trace:m4/libtool.m4:3326: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
2303
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
2304
- AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2305
- m4_require([_LT_DECL_SED])dnl
2306
- m4_require([_LT_DECL_EGREP])dnl
2307
- m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
2308
-
2309
- AC_ARG_WITH([gnu-ld],
2310
- [AS_HELP_STRING([--with-gnu-ld],
2311
- [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2312
- [test no = "$withval" || with_gnu_ld=yes],
2313
- [with_gnu_ld=no])dnl
2314
-
2315
- ac_prog=ld
2316
- if test yes = "$GCC"; then
2317
- # Check if gcc -print-prog-name=ld gives a path.
2318
- AC_MSG_CHECKING([for ld used by $CC])
2319
- case $host in
2320
- *-*-mingw*)
2321
- # gcc leaves a trailing carriage return, which upsets mingw
2322
- ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2323
- *)
2324
- ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2325
- esac
2326
- case $ac_prog in
2327
- # Accept absolute paths.
2328
- [[\\/]]* | ?:[[\\/]]*)
2329
- re_direlt='/[[^/]][[^/]]*/\.\./'
2330
- # Canonicalize the pathname of ld
2331
- ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2332
- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2333
- ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2334
- done
2335
- test -z "$LD" && LD=$ac_prog
2336
- ;;
2337
- "")
2338
- # If it fails, then pretend we aren't using GCC.
2339
- ac_prog=ld
2340
- ;;
2341
- *)
2342
- # If it is relative, then search for the first ld in PATH.
2343
- with_gnu_ld=unknown
2344
- ;;
2345
- esac
2346
- elif test yes = "$with_gnu_ld"; then
2347
- AC_MSG_CHECKING([for GNU ld])
2348
- else
2349
- AC_MSG_CHECKING([for non-GNU ld])
2350
- fi
2351
- AC_CACHE_VAL(lt_cv_path_LD,
2352
- [if test -z "$LD"; then
2353
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2354
- for ac_dir in $PATH; do
2355
- IFS=$lt_save_ifs
2356
- test -z "$ac_dir" && ac_dir=.
2357
- if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2358
- lt_cv_path_LD=$ac_dir/$ac_prog
2359
- # Check to see if the program is GNU ld. I'd rather use --version,
2360
- # but apparently some variants of GNU ld only accept -v.
2361
- # Break only if it was the GNU/non-GNU ld that we prefer.
2362
- case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2363
- *GNU* | *'with BFD'*)
2364
- test no != "$with_gnu_ld" && break
2365
- ;;
2366
- *)
2367
- test yes != "$with_gnu_ld" && break
2368
- ;;
2369
- esac
2370
- fi
2371
- done
2372
- IFS=$lt_save_ifs
2373
- else
2374
- lt_cv_path_LD=$LD # Let the user override the test with a path.
2375
- fi])
2376
- LD=$lt_cv_path_LD
2377
- if test -n "$LD"; then
2378
- AC_MSG_RESULT($LD)
2379
- else
2380
- AC_MSG_RESULT(no)
2381
- fi
2382
- test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2383
- _LT_PATH_LD_GNU
2384
- AC_SUBST([LD])
2385
-
2386
- _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2387
- ])
2388
- m4trace:m4/libtool.m4:3329: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2389
- m4trace:m4/libtool.m4:3329: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
2390
- You should run autoupdate.])dnl
2391
- m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2392
- m4trace:m4/libtool.m4:3330: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2393
- m4trace:m4/libtool.m4:3330: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
2394
- You should run autoupdate.])dnl
2395
- m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2396
- m4trace:m4/libtool.m4:3751: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
2397
- AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2398
- [if test -n "$NM"; then
2399
- # Let the user override the test.
2400
- lt_cv_path_NM=$NM
2401
- else
2402
- lt_nm_to_check=${ac_tool_prefix}nm
2403
- if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2404
- lt_nm_to_check="$lt_nm_to_check nm"
2405
- fi
2406
- for lt_tmp_nm in $lt_nm_to_check; do
2407
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2408
- for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2409
- IFS=$lt_save_ifs
2410
- test -z "$ac_dir" && ac_dir=.
2411
- tmp_nm=$ac_dir/$lt_tmp_nm
2412
- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
2413
- # Check to see if the nm accepts a BSD-compat flag.
2414
- # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
2415
- # nm: unknown option "B" ignored
2416
- # Tru64's nm complains that /dev/null is an invalid object file
2417
- # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
2418
- case $build_os in
2419
- mingw*) lt_bad_file=conftest.nm/nofile ;;
2420
- *) lt_bad_file=/dev/null ;;
2421
- esac
2422
- case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
2423
- *$lt_bad_file* | *'Invalid file or object type'*)
2424
- lt_cv_path_NM="$tmp_nm -B"
2425
- break 2
2426
- ;;
2427
- *)
2428
- case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2429
- */dev/null*)
2430
- lt_cv_path_NM="$tmp_nm -p"
2431
- break 2
2432
- ;;
2433
- *)
2434
- lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2435
- continue # so that we can try to find one that supports BSD flags
2436
- ;;
2437
- esac
2438
- ;;
2439
- esac
2440
- fi
2441
- done
2442
- IFS=$lt_save_ifs
2443
- done
2444
- : ${lt_cv_path_NM=no}
2445
- fi])
2446
- if test no != "$lt_cv_path_NM"; then
2447
- NM=$lt_cv_path_NM
2448
- else
2449
- # Didn't find any BSD compatible name lister, look for dumpbin.
2450
- if test -n "$DUMPBIN"; then :
2451
- # Let the user override the test.
2452
- else
2453
- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
2454
- case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
2455
- *COFF*)
2456
- DUMPBIN="$DUMPBIN -symbols -headers"
2457
- ;;
2458
- *)
2459
- DUMPBIN=:
2460
- ;;
2461
- esac
2462
- fi
2463
- AC_SUBST([DUMPBIN])
2464
- if test : != "$DUMPBIN"; then
2465
- NM=$DUMPBIN
2466
- fi
2467
- fi
2468
- test -z "$NM" && NM=nm
2469
- AC_SUBST([NM])
2470
- _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2471
-
2472
- AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2473
- [lt_cv_nm_interface="BSD nm"
2474
- echo "int some_variable = 0;" > conftest.$ac_ext
2475
- (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2476
- (eval "$ac_compile" 2>conftest.err)
2477
- cat conftest.err >&AS_MESSAGE_LOG_FD
2478
- (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2479
- (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2480
- cat conftest.err >&AS_MESSAGE_LOG_FD
2481
- (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
2482
- cat conftest.out >&AS_MESSAGE_LOG_FD
2483
- if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2484
- lt_cv_nm_interface="MS dumpbin"
2485
- fi
2486
- rm -f conftest*])
2487
- ])
2488
- m4trace:m4/libtool.m4:3754: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2489
- m4trace:m4/libtool.m4:3754: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
2490
- You should run autoupdate.])dnl
2491
- m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2492
- m4trace:m4/libtool.m4:3755: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2493
- m4trace:m4/libtool.m4:3755: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
2494
- You should run autoupdate.])dnl
2495
- m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2496
- m4trace:m4/libtool.m4:3834: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
2497
- test DEF = "`$SED -n dnl
2498
- -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
2499
- -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
2500
- -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
2501
- -e q dnl Only consider the first "real" line
2502
- $1`" dnl
2503
- ])
2504
- m4trace:m4/libtool.m4:3856: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2505
- LIBM=
2506
- case $host in
2507
- *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
2508
- # These system don't have libm, or don't need it
2509
- ;;
2510
- *-ncr-sysv4.3*)
2511
- AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
2512
- AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2513
- ;;
2514
- *)
2515
- AC_CHECK_LIB(m, cos, LIBM=-lm)
2516
- ;;
2517
- esac
2518
- AC_SUBST([LIBM])
2519
- ])
2520
- m4trace:m4/libtool.m4:3859: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2521
- m4trace:m4/libtool.m4:3859: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
2522
- You should run autoupdate.])dnl
2523
- m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2524
- m4trace:m4/libtool.m4:8128: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
2525
- [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2526
- [AC_CHECK_TOOL(GCJ, gcj,)
2527
- test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
2528
- AC_SUBST(GCJFLAGS)])])[]dnl
2529
- ])
2530
- m4trace:m4/libtool.m4:8131: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2531
- m4trace:m4/libtool.m4:8131: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
2532
- You should run autoupdate.])dnl
2533
- m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2534
- m4trace:m4/libtool.m4:8140: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
2535
- ])
2536
- m4trace:m4/libtool.m4:8147: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2537
- ])
2538
- m4trace:m4/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2539
- m4trace:m4/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
2540
- You should run autoupdate.])dnl
2541
- m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2542
- m4trace:m4/libtool.m4:8270: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2543
- m4trace:m4/libtool.m4:8270: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
2544
- You should run autoupdate.])dnl
2545
- m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2546
- m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2547
- m4trace:m4/ltoptions.m4:118: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
2548
- AC_DIAGNOSE([obsolete],
2549
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2550
- put the 'dlopen' option into LT_INIT's first parameter.])
2551
- ])
2552
- m4trace:m4/ltoptions.m4:118: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
2553
- You should run autoupdate.])dnl
2554
- _LT_SET_OPTION([LT_INIT], [dlopen])
2555
- AC_DIAGNOSE([obsolete],
2556
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2557
- put the 'dlopen' option into LT_INIT's first parameter.])
2558
- ])
2559
- m4trace:m4/ltoptions.m4:154: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2560
- _LT_SET_OPTION([LT_INIT], [win32-dll])
2561
- AC_DIAGNOSE([obsolete],
2562
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2563
- put the 'win32-dll' option into LT_INIT's first parameter.])
2564
- ])
2565
- m4trace:m4/ltoptions.m4:154: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2566
- You should run autoupdate.])dnl
2567
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
2568
- _LT_SET_OPTION([LT_INIT], [win32-dll])
2569
- AC_DIAGNOSE([obsolete],
2570
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2571
- put the 'win32-dll' option into LT_INIT's first parameter.])
2572
- ])
2573
- m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
2574
- ])
2575
- m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
2576
- ])
2577
- m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
2578
- m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
2579
- You should run autoupdate.])dnl
2580
- AC_ENABLE_SHARED($@)])
2581
- m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
2582
- m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
2583
- You should run autoupdate.])dnl
2584
- AC_DISABLE_SHARED($@)])
2585
- m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
2586
- ])
2587
- m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
2588
- ])
2589
- m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
2590
- m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
2591
- You should run autoupdate.])dnl
2592
- AC_ENABLE_STATIC($@)])
2593
- m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
2594
- m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
2595
- You should run autoupdate.])dnl
2596
- AC_DISABLE_STATIC($@)])
2597
- m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2598
- AC_DIAGNOSE([obsolete],
2599
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2600
- the 'fast-install' option into LT_INIT's first parameter.])
2601
- ])
2602
- m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
2603
- You should run autoupdate.])dnl
2604
- _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2605
- AC_DIAGNOSE([obsolete],
2606
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2607
- the 'fast-install' option into LT_INIT's first parameter.])
2608
- ])
2609
- m4trace:m4/ltoptions.m4:317: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2610
- AC_DIAGNOSE([obsolete],
2611
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2612
- the 'disable-fast-install' option into LT_INIT's first parameter.])
2613
- ])
2614
- m4trace:m4/ltoptions.m4:317: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
2615
- You should run autoupdate.])dnl
2616
- _LT_SET_OPTION([LT_INIT], [disable-fast-install])
2617
- AC_DIAGNOSE([obsolete],
2618
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2619
- the 'disable-fast-install' option into LT_INIT's first parameter.])
2620
- ])
2621
- m4trace:m4/ltoptions.m4:416: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
2622
- AC_DIAGNOSE([obsolete],
2623
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2624
- put the 'pic-only' option into LT_INIT's first parameter.])
2625
- ])
2626
- m4trace:m4/ltoptions.m4:416: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
2627
- You should run autoupdate.])dnl
2628
- _LT_SET_OPTION([LT_INIT], [pic-only])
2629
- AC_DIAGNOSE([obsolete],
2630
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2631
- put the 'pic-only' option into LT_INIT's first parameter.])
2632
- ])
2633
- m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
2634
- m4trace:m4/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
2635
- macro_revision='2.4.6'
2636
- _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2637
- _LT_DECL(, macro_revision, 0)
2638
- ])
2639
- m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
2640
- m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
2641
- m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
2642
- m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
2643
- m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
2644
- m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
2645
- m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
2646
- m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
2647
- m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
2648
- m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
2649
- m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
2650
- m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
2651
- m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
2652
- m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
2653
- m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
2654
- m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
2655
- m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
2656
- m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
2657
- m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
2658
- m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
2659
- m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
2660
- m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
2661
- m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
2662
- m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
2663
- m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
2664
- m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
2665
- m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
2666
- m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
2667
- m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
2668
- m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
2669
- m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
2670
- m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
2671
- m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
2672
- m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
2673
- m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
2674
- m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
2675
- m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
2676
- m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
2677
- m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
2678
- m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
2679
- m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
2680
- m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
2681
- m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
2682
- m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
2683
- m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
2684
- m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
2685
- m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
2686
- m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
2687
- m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
2688
- m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
2689
- m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
2690
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
2691
- m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
2692
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2693
- m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
2694
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
2695
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
2696
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
2697
- m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
2698
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2699
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
2700
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2701
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2702
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
2703
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2704
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
2705
- m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
2706
- m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
2707
- m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
2708
- m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
2709
- m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
2710
- m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
2711
- m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
2712
- m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
2713
- m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
2714
- m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
2715
- m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
2716
- m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
2717
- m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
2718
- m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
2719
- m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
2720
- m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
2721
- m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
2722
- m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
2723
- m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
2724
- m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
2725
- m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
2726
- m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
2727
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
2728
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2729
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2730
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
2731
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2732
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
2733
- m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
2734
- m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
2735
- m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
2736
- m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
2737
- m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
2738
- m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
2739
- m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
2740
- m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
2741
- m4trace:configure.ac:7: -1- AC_CONFIG_MACRO_DIR([m4])
2742
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build$])
2743
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build_cpu$])
2744
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build_vendor$])
2745
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build_os$])
2746
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host$])
2747
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host_cpu$])
2748
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host_vendor$])
2749
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host_os$])
2750
- m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
2751
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2752
- m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2753
- m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.15])
2754
- m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.69])
2755
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2756
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2757
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
2758
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$])
2759
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc])
2760
- m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
2761
- m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
2762
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([1.11])
2763
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([1.11])
2764
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([dist-bzip2])
2765
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([dist-bzip2])
2766
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([tar-ustar])
2767
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
2768
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign])
2769
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign])
2770
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects])
2771
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects])
2772
- m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
2773
- m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
2774
- m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
2775
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
2776
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
2777
- m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
2778
- m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
2779
- m4trace:configure.ac:10: -1- AM_SANITY_CHECK
2780
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2781
- m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
2782
- m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
2783
- m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
2784
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2785
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
2786
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2787
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
2788
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2789
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
2790
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2791
- m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
2792
- m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
2793
- m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
2794
- m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
2795
- m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
2796
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2797
- m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$])
2798
- m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
2799
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
2800
- m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
2801
- m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
2802
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
2803
- m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2804
- [_AM_PROG_TAR([v7])])])
2805
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
2806
- m4trace:configure.ac:10: -1- _AM_PROG_TAR([ustar])
2807
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
2808
- m4trace:configure.ac:10: -1- AM_RUN_LOG([$_am_tar --version])
2809
- m4trace:configure.ac:10: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2810
- m4trace:configure.ac:10: -1- AM_RUN_LOG([$am__untar <conftest.tar])
2811
- m4trace:configure.ac:10: -1- AM_RUN_LOG([cat conftest.dir/file])
2812
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
2813
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
2814
- m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2815
- [_AM_DEPENDENCIES([CC])],
2816
- [m4_define([AC_PROG_CC],
2817
- m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
2818
- AC_PROVIDE_IFELSE([AC_PROG_CXX],
2819
- [_AM_DEPENDENCIES([CXX])],
2820
- [m4_define([AC_PROG_CXX],
2821
- m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
2822
- AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2823
- [_AM_DEPENDENCIES([OBJC])],
2824
- [m4_define([AC_PROG_OBJC],
2825
- m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
2826
- AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
2827
- [_AM_DEPENDENCIES([OBJCXX])],
2828
- [m4_define([AC_PROG_OBJCXX],
2829
- m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
2830
- ])
2831
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
2832
- m4trace:configure.ac:10: -1- AM_SILENT_RULES
2833
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$])
2834
- m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V])
2835
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V])
2836
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2837
- m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2838
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2839
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2840
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$])
2841
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2842
- m4trace:configure.ac:11: -1- AM_SILENT_RULES([yes])
2843
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_V$])
2844
- m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_V])
2845
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_V])
2846
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2847
- m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2848
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2849
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2850
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_BACKSLASH$])
2851
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2852
- m4trace:configure.ac:12: -1- AM_MAINTAINER_MODE
2853
- m4trace:configure.ac:12: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2854
- m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
2855
- m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
2856
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
2857
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
2858
- m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINT$])
2859
- m4trace:configure.ac:13: -1- AM_DEP_TRACK
2860
- m4trace:configure.ac:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2861
- m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
2862
- m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
2863
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
2864
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
2865
- m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
2866
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
2867
- m4trace:configure.ac:13: -1- m4_pattern_allow([^am__nodep$])
2868
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__nodep])
2869
- m4trace:configure.ac:15: -1- m4_pattern_allow([^VERSION$])
2870
- m4trace:configure.ac:17: -1- m4_pattern_allow([^ISODATE$])
2871
- m4trace:configure.ac:34: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MAJOR$])
2872
- m4trace:configure.ac:35: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MINOR$])
2873
- m4trace:configure.ac:36: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION$])
2874
- m4trace:configure.ac:37: -1- m4_pattern_allow([^DLL_VERSION$])
2875
- m4trace:configure.ac:92: -1- m4_pattern_allow([^USE_BLOCKING_RANDOM$])
2876
- m4trace:configure.ac:107: -1- AM_CONDITIONAL([MINIMAL], [test x$enable_minimal = xyes])
2877
- m4trace:configure.ac:107: -1- m4_pattern_allow([^MINIMAL_TRUE$])
2878
- m4trace:configure.ac:107: -1- m4_pattern_allow([^MINIMAL_FALSE$])
2879
- m4trace:configure.ac:107: -1- _AM_SUBST_NOTMAKE([MINIMAL_TRUE])
2880
- m4trace:configure.ac:107: -1- _AM_SUBST_NOTMAKE([MINIMAL_FALSE])
2881
- m4trace:configure.ac:118: -1- m4_pattern_allow([^SAFECODE_HOME$])
2882
- m4trace:configure.ac:146: -1- m4_pattern_allow([^MAINT$])
2883
- m4trace:configure.ac:148: -1- AX_VALGRIND_CHECK
2884
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND$])
2885
- m4trace:configure.ac:148: -1- AM_CONDITIONAL([VALGRIND_ENABLED], [test "$enable_valgrind" = "yes"])
2886
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_ENABLED_TRUE$])
2887
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_ENABLED_FALSE$])
2888
- m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([VALGRIND_ENABLED_TRUE])
2889
- m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([VALGRIND_ENABLED_FALSE])
2890
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_ENABLED$])
2891
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_HAVE_TOOL_memcheck$])
2892
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_HAVE_TOOL_helgrind$])
2893
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_HAVE_TOOL_drd$])
2894
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_HAVE_TOOL_exp_sgcheck$])
2895
- m4trace:configure.ac:148: -1- m4_pattern_allow([^VALGRIND_CHECK_RULES$])
2896
- m4trace:configure.ac:148: -1- _AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])
2897
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CC$])
2898
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CFLAGS$])
2899
- m4trace:configure.ac:152: -1- m4_pattern_allow([^LDFLAGS$])
2900
- m4trace:configure.ac:152: -1- m4_pattern_allow([^LIBS$])
2901
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CPPFLAGS$])
2902
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CC$])
2903
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CC$])
2904
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CC$])
2905
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CC$])
2906
- m4trace:configure.ac:152: -1- m4_pattern_allow([^ac_ct_CC$])
2907
- m4trace:configure.ac:152: -1- m4_pattern_allow([^EXEEXT$])
2908
- m4trace:configure.ac:152: -1- m4_pattern_allow([^OBJEXT$])
2909
- m4trace:configure.ac:152: -1- _AM_PROG_CC_C_O
2910
- m4trace:configure.ac:152: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
2911
- m4trace:configure.ac:152: -1- _AM_DEPENDENCIES([CC])
2912
- m4trace:configure.ac:152: -1- AM_SET_DEPDIR
2913
- m4trace:configure.ac:152: -1- m4_pattern_allow([^DEPDIR$])
2914
- m4trace:configure.ac:152: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
2915
- m4trace:configure.ac:152: -1- AM_MAKE_INCLUDE
2916
- m4trace:configure.ac:152: -1- m4_pattern_allow([^am__include$])
2917
- m4trace:configure.ac:152: -1- m4_pattern_allow([^am__quote$])
2918
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CCDEPMODE$])
2919
- m4trace:configure.ac:152: -1- AM_CONDITIONAL([am__fastdepCC], [
2920
- test "x$enable_dependency_tracking" != xno \
2921
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
2922
- m4trace:configure.ac:152: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2923
- m4trace:configure.ac:152: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2924
- m4trace:configure.ac:152: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2925
- m4trace:configure.ac:152: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2926
- m4trace:configure.ac:153: -1- AM_PROG_AS
2927
- m4trace:configure.ac:153: -1- m4_pattern_allow([^CCAS$])
2928
- m4trace:configure.ac:153: -1- m4_pattern_allow([^CCASFLAGS$])
2929
- m4trace:configure.ac:153: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
2930
- m4trace:configure.ac:153: -2- _AM_MANGLE_OPTION([no-dependencies])
2931
- m4trace:configure.ac:153: -1- _AM_DEPENDENCIES([CCAS])
2932
- m4trace:configure.ac:153: -1- m4_pattern_allow([^CCASDEPMODE$])
2933
- m4trace:configure.ac:153: -1- AM_CONDITIONAL([am__fastdepCCAS], [
2934
- test "x$enable_dependency_tracking" != xno \
2935
- && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
2936
- m4trace:configure.ac:153: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
2937
- m4trace:configure.ac:153: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
2938
- m4trace:configure.ac:153: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
2939
- m4trace:configure.ac:153: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
2940
- m4trace:configure.ac:154: -1- m4_pattern_allow([^CPP$])
2941
- m4trace:configure.ac:154: -1- m4_pattern_allow([^CPPFLAGS$])
2942
- m4trace:configure.ac:154: -1- m4_pattern_allow([^CPP$])
2943
- m4trace:configure.ac:154: -1- AC_PROG_EGREP
2944
- m4trace:configure.ac:154: -1- m4_pattern_allow([^GREP$])
2945
- m4trace:configure.ac:154: -1- m4_pattern_allow([^EGREP$])
2946
- m4trace:configure.ac:154: -1- m4_pattern_allow([^STDC_HEADERS$])
2947
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_POSIX_SOURCE$])
2948
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
2949
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_MINIX$])
2950
- m4trace:configure.ac:154: -1- m4_pattern_allow([^__EXTENSIONS__$])
2951
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_ALL_SOURCE$])
2952
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_GNU_SOURCE$])
2953
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
2954
- m4trace:configure.ac:154: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
2955
- m4trace:configure.ac:156: -1- AC_CHECK_DEFINE([__native_client__], [NATIVECLIENT="yes"], [])
2956
- m4trace:configure.ac:161: -1- AC_CHECK_DEFINE([_FORTIFY_SOURCE], [], [
2957
- AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2],
2958
- [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
2959
- ])
2960
- m4trace:configure.ac:161: -1- AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2], [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
2961
- m4trace:configure.ac:164: -1- AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
2962
- m4trace:configure.ac:172: -1- AX_CHECK_COMPILE_FLAG([-fPIC], [
2963
- AX_CHECK_LINK_FLAG([-fPIC],
2964
- [CFLAGS="$CFLAGS -fPIC"]
2965
- )
2966
- ])
2967
- m4trace:configure.ac:172: -1- AX_CHECK_LINK_FLAG([-fPIC], [CFLAGS="$CFLAGS -fPIC"
2968
- ])
2969
- m4trace:configure.ac:182: -1- AX_CHECK_COMPILE_FLAG([-fPIE], [
2970
- AX_CHECK_LINK_FLAG([-fPIE],
2971
- [AX_CHECK_LINK_FLAG([-pie],
2972
- [CFLAGS="$CFLAGS -fPIE"
2973
- LDFLAGS="$LDFLAGS -pie"])
2974
- ])
2975
- ])
2976
- m4trace:configure.ac:182: -1- AX_CHECK_LINK_FLAG([-fPIE], [AX_CHECK_LINK_FLAG([-pie],
2977
- [CFLAGS="$CFLAGS -fPIE"
2978
- LDFLAGS="$LDFLAGS -pie"])
2979
- ])
2980
- m4trace:configure.ac:182: -1- AX_CHECK_LINK_FLAG([-pie], [CFLAGS="$CFLAGS -fPIE"
2981
- LDFLAGS="$LDFLAGS -pie"])
2982
- m4trace:configure.ac:184: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-aliasing], [CFLAGS="$CFLAGS -fno-strict-aliasing"])
2983
- m4trace:configure.ac:187: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-overflow], [CFLAGS="$CFLAGS -fno-strict-overflow"], [
2984
- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
2985
- ])
2986
- m4trace:configure.ac:187: -1- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
2987
- m4trace:configure.ac:203: -1- AX_CHECK_COMPILE_FLAG([-flax-vector-conversions], [CFLAGS="$CFLAGS -flax-vector-conversions"])
2988
- m4trace:configure.ac:214: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
2989
- You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
2990
- ../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
2991
- configure.ac:214: the top level])
2992
- m4trace:configure.ac:221: -1- AX_CHECK_LINK_FLAG([-Wl,--dynamicbase], [LDFLAGS="$LDFLAGS -Wl,--dynamicbase"])
2993
- m4trace:configure.ac:221: -1- AX_CHECK_LINK_FLAG([-Wl,--high-entropy-va], [LDFLAGS="$LDFLAGS -Wl,--high-entropy-va"])
2994
- m4trace:configure.ac:221: -1- AX_CHECK_LINK_FLAG([-Wl,--nxcompat], [LDFLAGS="$LDFLAGS -Wl,--nxcompat"])
2995
- m4trace:configure.ac:234: -1- AX_CHECK_COMPILE_FLAG([-fstack-protector], [
2996
- AX_CHECK_LINK_FLAG([-fstack-protector],
2997
- [CFLAGS="$CFLAGS -fstack-protector"]
2998
- )
2999
- ])
3000
- m4trace:configure.ac:234: -1- AX_CHECK_LINK_FLAG([-fstack-protector], [CFLAGS="$CFLAGS -fstack-protector"
3001
- ])
3002
- m4trace:configure.ac:236: -1- AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
3003
- m4trace:configure.ac:237: -1- AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])
3004
- m4trace:configure.ac:238: -1- AX_CHECK_COMPILE_FLAG([-Wsometimes-uninitialized], [CFLAGS="$CFLAGS -Wsometimes-uninitialized"])
3005
- m4trace:configure.ac:240: -1- m4_pattern_allow([^CWFLAGS$])
3006
- m4trace:configure.ac:242: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wall], [CWFLAGS="$CWFLAGS -Wall"])
3007
- m4trace:configure.ac:243: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wextra], [CWFLAGS="$CWFLAGS -Wextra"])
3008
- m4trace:configure.ac:256: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-warning-option], [CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])
3009
- m4trace:configure.ac:258: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wbad-function-cast], [CWFLAGS="$CWFLAGS -Wbad-function-cast"])
3010
- m4trace:configure.ac:259: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-align], [CWFLAGS="$CWFLAGS -Wcast-align"])
3011
- m4trace:configure.ac:260: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-qual], [CWFLAGS="$CWFLAGS -Wcast-qual"])
3012
- m4trace:configure.ac:261: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wduplicated-cond], [CWFLAGS="$CWFLAGS -Wduplicated-cond"])
3013
- m4trace:configure.ac:262: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wfloat-equal], [CWFLAGS="$CWFLAGS -Wfloat-equal"])
3014
- m4trace:configure.ac:263: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wformat=2], [CWFLAGS="$CWFLAGS -Wformat=2"])
3015
- m4trace:configure.ac:264: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-declarations], [CWFLAGS="$CWFLAGS -Wmissing-declarations"])
3016
- m4trace:configure.ac:265: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-prototypes], [CWFLAGS="$CWFLAGS -Wmissing-prototypes"])
3017
- m4trace:configure.ac:266: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnested-externs], [CWFLAGS="$CWFLAGS -Wnested-externs"])
3018
- m4trace:configure.ac:267: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-pragmas], [CWFLAGS="$CWFLAGS -Wno-unknown-pragmas"])
3019
- m4trace:configure.ac:268: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnormalized=id], [CWFLAGS="$CWFLAGS -Wnormalized=id"])
3020
- m4trace:configure.ac:269: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnull-dereference], [CWFLAGS="$CWFLAGS -Wnull-dereference"])
3021
- m4trace:configure.ac:270: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wpointer-arith], [CWFLAGS="$CWFLAGS -Wpointer-arith"])
3022
- m4trace:configure.ac:271: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wredundant-decls], [CWFLAGS="$CWFLAGS -Wredundant-decls"])
3023
- m4trace:configure.ac:272: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wstrict-prototypes], [CWFLAGS="$CWFLAGS -Wstrict-prototypes"])
3024
- m4trace:configure.ac:273: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wswitch-enum], [CWFLAGS="$CWFLAGS -Wswitch-enum"])
3025
- m4trace:configure.ac:274: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wvariable-decl], [CWFLAGS="$CWFLAGS -Wvariable-decl"])
3026
- m4trace:configure.ac:276: -1- AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
3027
- m4trace:configure.ac:277: -1- AX_CHECK_LINK_FLAG([-Wl,-z,now], [LDFLAGS="$LDFLAGS -Wl,-z,now"])
3028
- m4trace:configure.ac:278: -1- AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
3029
- m4trace:configure.ac:280: -1- LT_INIT
3030
- m4trace:configure.ac:280: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
3031
- m4trace:configure.ac:280: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
3032
- m4trace:configure.ac:280: -1- LTOPTIONS_VERSION
3033
- m4trace:configure.ac:280: -1- LTSUGAR_VERSION
3034
- m4trace:configure.ac:280: -1- LTVERSION_VERSION
3035
- m4trace:configure.ac:280: -1- LTOBSOLETE_VERSION
3036
- m4trace:configure.ac:280: -1- _LT_PROG_LTMAIN
3037
- m4trace:configure.ac:280: -1- m4_pattern_allow([^LIBTOOL$])
3038
- m4trace:configure.ac:280: -1- _LT_PREPARE_SED_QUOTE_VARS
3039
- m4trace:configure.ac:280: -1- _LT_PROG_ECHO_BACKSLASH
3040
- m4trace:configure.ac:280: -1- LT_PATH_LD
3041
- m4trace:configure.ac:280: -1- m4_pattern_allow([^SED$])
3042
- m4trace:configure.ac:280: -1- m4_pattern_allow([^FGREP$])
3043
- m4trace:configure.ac:280: -1- m4_pattern_allow([^GREP$])
3044
- m4trace:configure.ac:280: -1- m4_pattern_allow([^LD$])
3045
- m4trace:configure.ac:280: -1- LT_PATH_NM
3046
- m4trace:configure.ac:280: -1- m4_pattern_allow([^DUMPBIN$])
3047
- m4trace:configure.ac:280: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
3048
- m4trace:configure.ac:280: -1- m4_pattern_allow([^DUMPBIN$])
3049
- m4trace:configure.ac:280: -1- m4_pattern_allow([^NM$])
3050
- m4trace:configure.ac:280: -1- m4_pattern_allow([^LN_S$])
3051
- m4trace:configure.ac:280: -1- LT_CMD_MAX_LEN
3052
- m4trace:configure.ac:280: -1- m4_pattern_allow([^OBJDUMP$])
3053
- m4trace:configure.ac:280: -1- m4_pattern_allow([^OBJDUMP$])
3054
- m4trace:configure.ac:280: -1- m4_pattern_allow([^DLLTOOL$])
3055
- m4trace:configure.ac:280: -1- m4_pattern_allow([^DLLTOOL$])
3056
- m4trace:configure.ac:280: -1- m4_pattern_allow([^AR$])
3057
- m4trace:configure.ac:280: -1- m4_pattern_allow([^ac_ct_AR$])
3058
- m4trace:configure.ac:280: -1- m4_pattern_allow([^STRIP$])
3059
- m4trace:configure.ac:280: -1- m4_pattern_allow([^RANLIB$])
3060
- m4trace:configure.ac:280: -1- _LT_WITH_SYSROOT
3061
- m4trace:configure.ac:280: -1- m4_pattern_allow([LT_OBJDIR])
3062
- m4trace:configure.ac:280: -1- m4_pattern_allow([^LT_OBJDIR$])
3063
- m4trace:configure.ac:280: -1- _LT_CC_BASENAME([$compiler])
3064
- m4trace:configure.ac:280: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
3065
- m4trace:configure.ac:280: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
3066
- m4trace:configure.ac:280: -1- LT_SUPPORTED_TAG([CC])
3067
- m4trace:configure.ac:280: -1- _LT_COMPILER_BOILERPLATE
3068
- m4trace:configure.ac:280: -1- _LT_LINKER_BOILERPLATE
3069
- m4trace:configure.ac:280: -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"])
3070
- m4trace:configure.ac:280: -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
3071
- "" | " "*) ;;
3072
- *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
3073
- esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
3074
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
3075
- m4trace:configure.ac:280: -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, )=])
3076
- m4trace:configure.ac:280: -1- m4_pattern_allow([^MANIFEST_TOOL$])
3077
- m4trace:configure.ac:280: -1- _LT_DLL_DEF_P([$export_symbols])
3078
- m4trace:configure.ac:280: -1- _LT_DLL_DEF_P([$export_symbols])
3079
- m4trace:configure.ac:280: -1- _LT_REQUIRED_DARWIN_CHECKS
3080
- m4trace:configure.ac:280: -1- m4_pattern_allow([^DSYMUTIL$])
3081
- m4trace:configure.ac:280: -1- m4_pattern_allow([^NMEDIT$])
3082
- m4trace:configure.ac:280: -1- m4_pattern_allow([^LIPO$])
3083
- m4trace:configure.ac:280: -1- m4_pattern_allow([^OTOOL$])
3084
- m4trace:configure.ac:280: -1- m4_pattern_allow([^OTOOL64$])
3085
- m4trace:configure.ac:280: -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'])
3086
- m4trace:configure.ac:280: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
3087
- m4trace:configure.ac:280: -1- LT_SYS_DLOPEN_SELF
3088
- m4trace:configure.ac:280: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
3089
- m4trace:configure.ac:281: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
3090
- m4trace:configure.ac:283: -1- m4_pattern_allow([^AR$])
3091
- m4trace:configure.ac:284: -1- m4_pattern_allow([^AR$])
3092
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS="$CFLAGS -mmmx"])
3093
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
3094
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS_MMX="-mmmx"])
3095
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS="$CFLAGS -msse2"])
3096
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
3097
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS_SSE2="-msse2"])
3098
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS="$CFLAGS -msse3"])
3099
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
3100
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS_SSE3="-msse3"])
3101
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS="$CFLAGS -mssse3"])
3102
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
3103
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS_SSSE3="-mssse3"])
3104
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS="$CFLAGS -msse4.1"])
3105
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_SMMINTRIN_H$])
3106
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS_SSE41="-msse4.1"])
3107
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS="$CFLAGS -mavx"])
3108
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_AVXINTRIN_H$])
3109
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS_AVX="-mavx"])
3110
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mavx2], [CFLAGS="$CFLAGS -mavx2"])
3111
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_AVX2INTRIN_H$])
3112
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mavx2], [CFLAGS_AVX="-mavx2"])
3113
- m4trace:configure.ac:414: -1- m4_pattern_allow([^_mm256_broadcastsi128_si256$])
3114
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS="$CFLAGS -maes"])
3115
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS="$CFLAGS -mpclmul"])
3116
- m4trace:configure.ac:414: -1- m4_pattern_allow([^HAVE_WMMINTRIN_H$])
3117
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS_AESNI="-maes"])
3118
- m4trace:configure.ac:414: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS_PCLMUL="-mpclmul"])
3119
- m4trace:configure.ac:416: -1- m4_pattern_allow([^CFLAGS_MMX$])
3120
- m4trace:configure.ac:417: -1- m4_pattern_allow([^CFLAGS_SSE2$])
3121
- m4trace:configure.ac:418: -1- m4_pattern_allow([^CFLAGS_SSE3$])
3122
- m4trace:configure.ac:419: -1- m4_pattern_allow([^CFLAGS_SSSE3$])
3123
- m4trace:configure.ac:420: -1- m4_pattern_allow([^CFLAGS_SSE41$])
3124
- m4trace:configure.ac:421: -1- m4_pattern_allow([^CFLAGS_AVX$])
3125
- m4trace:configure.ac:422: -1- m4_pattern_allow([^CFLAGS_AVX2$])
3126
- m4trace:configure.ac:423: -1- m4_pattern_allow([^CFLAGS_AESNI$])
3127
- m4trace:configure.ac:424: -1- m4_pattern_allow([^CFLAGS_PCLMUL$])
3128
- m4trace:configure.ac:426: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
3129
- m4trace:configure.ac:436: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
3130
- m4trace:configure.ac:437: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
3131
- m4trace:configure.ac:480: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
3132
- m4trace:configure.ac:481: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
3133
- m4trace:configure.ac:481: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
3134
- m4trace:configure.ac:481: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
3135
- m4trace:configure.ac:481: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
3136
- m4trace:configure.ac:481: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
3137
- m4trace:configure.ac:482: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
3138
- m4trace:configure.ac:503: -1- m4_pattern_allow([^HAVE_AVX_ASM$])
3139
- m4trace:configure.ac:504: -1- AM_CONDITIONAL([HAVE_AVX_ASM], [test $HAVE_AVX_ASM_V = 1])
3140
- m4trace:configure.ac:504: -1- m4_pattern_allow([^HAVE_AVX_ASM_TRUE$])
3141
- m4trace:configure.ac:504: -1- m4_pattern_allow([^HAVE_AVX_ASM_FALSE$])
3142
- m4trace:configure.ac:504: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_TRUE])
3143
- m4trace:configure.ac:504: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_FALSE])
3144
- m4trace:configure.ac:505: -1- m4_pattern_allow([^HAVE_AVX_ASM_V$])
3145
- m4trace:configure.ac:539: -1- m4_pattern_allow([^HAVE_TI_MODE$])
3146
- m4trace:configure.ac:540: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
3147
- m4trace:configure.ac:540: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
3148
- m4trace:configure.ac:540: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
3149
- m4trace:configure.ac:540: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
3150
- m4trace:configure.ac:540: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
3151
- m4trace:configure.ac:541: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
3152
- m4trace:configure.ac:557: -1- m4_pattern_allow([^HAVE_CPUID$])
3153
- m4trace:configure.ac:558: -1- m4_pattern_allow([^HAVE_CPUID_V$])
3154
- m4trace:configure.ac:599: -1- m4_pattern_allow([^ASM_HIDE_SYMBOL$])
3155
- m4trace:configure.ac:609: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
3156
- m4trace:configure.ac:626: -1- m4_pattern_allow([^CPU_UNALIGNED_ACCESS$])
3157
- m4trace:configure.ac:636: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
3158
- m4trace:configure.ac:643: -1- m4_pattern_allow([^TEST_LDFLAGS$])
3159
- m4trace:configure.ac:644: -1- AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])
3160
- m4trace:configure.ac:644: -1- m4_pattern_allow([^EMSCRIPTEN_TRUE$])
3161
- m4trace:configure.ac:644: -1- m4_pattern_allow([^EMSCRIPTEN_FALSE$])
3162
- m4trace:configure.ac:644: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_TRUE])
3163
- m4trace:configure.ac:644: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_FALSE])
3164
- m4trace:configure.ac:646: -1- AM_CONDITIONAL([NATIVECLIENT], [test "x$NATIVECLIENT" != "x"])
3165
- m4trace:configure.ac:646: -1- m4_pattern_allow([^NATIVECLIENT_TRUE$])
3166
- m4trace:configure.ac:646: -1- m4_pattern_allow([^NATIVECLIENT_FALSE$])
3167
- m4trace:configure.ac:646: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_TRUE])
3168
- m4trace:configure.ac:646: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_FALSE])
3169
- m4trace:configure.ac:650: -1- LT_INIT([dlopen])
3170
- m4trace:configure.ac:651: -1- AC_LIBTOOL_WIN32_DLL
3171
- m4trace:configure.ac:651: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
3172
- You should run autoupdate.], [m4/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
3173
- configure.ac:651: the top level])
3174
- m4trace:configure.ac:651: -1- m4_pattern_allow([^AS$])
3175
- m4trace:configure.ac:651: -1- m4_pattern_allow([^DLLTOOL$])
3176
- m4trace:configure.ac:651: -1- m4_pattern_allow([^OBJDUMP$])
3177
- m4trace:configure.ac:651: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
3178
- put the 'win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
3179
- configure.ac:651: the top level])
3180
- m4trace:configure.ac:652: -1- gl_LD_OUTPUT_DEF
3181
- m4trace:configure.ac:652: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
3182
- m4trace:configure.ac:652: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
3183
- m4trace:configure.ac:652: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
3184
- m4trace:configure.ac:652: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
3185
- m4trace:configure.ac:652: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
3186
- m4trace:configure.ac:673: -1- m4_pattern_allow([^LIB@&t@OBJS$])
3187
- m4trace:configure.ac:673: -1- m4_pattern_allow([^LTLIBOBJS$])
3188
- m4trace:configure.ac:673: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
3189
- m4trace:configure.ac:673: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
3190
- m4trace:configure.ac:673: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
3191
- m4trace:configure.ac:673: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
3192
- m4trace:configure.ac:673: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
3193
- m4trace:configure.ac:673: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
3194
- m4trace:configure.ac:673: -1- _LT_PROG_LTMAIN