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,69 +1,4 @@
1
- m4trace:/usr/local/share/aclocal/argz.m4:76: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ
2
-
3
- AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
4
-
5
- AC_CHECK_TYPES([error_t],
6
- [],
7
- [AC_DEFINE([error_t], [int],
8
- [Define to a type to use for `error_t' if it is not otherwise available.])
9
- AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
10
- does not typedef error_t.])],
11
- [#if defined(HAVE_ARGZ_H)
12
- # include <argz.h>
13
- #endif])
14
-
15
- ARGZ_H=
16
- AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
17
- argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])])
18
-
19
- dnl if have system argz functions, allow forced use of
20
- dnl libltdl-supplied implementation (and default to do so
21
- dnl on "known bad" systems). Could use a runtime check, but
22
- dnl (a) detecting malloc issues is notoriously unreliable
23
- dnl (b) only known system that declares argz functions,
24
- dnl provides them, yet they are broken, is cygwin
25
- dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
26
- dnl So, it's more straightforward simply to special case
27
- dnl this for known bad systems.
28
- AS_IF([test -z "$ARGZ_H"],
29
- [AC_CACHE_CHECK(
30
- [if argz actually works],
31
- [lt_cv_sys_argz_works],
32
- [[case $host_os in #(
33
- *cygwin*)
34
- lt_cv_sys_argz_works=no
35
- if test "$cross_compiling" != no; then
36
- lt_cv_sys_argz_works="guessing no"
37
- else
38
- lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
39
- save_IFS=$IFS
40
- IFS=-.
41
- set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
42
- IFS=$save_IFS
43
- lt_os_major=${2-0}
44
- lt_os_minor=${3-0}
45
- lt_os_micro=${4-0}
46
- if test "$lt_os_major" -gt 1 \
47
- || { test "$lt_os_major" -eq 1 \
48
- && { test "$lt_os_minor" -gt 5 \
49
- || { test "$lt_os_minor" -eq 5 \
50
- && test "$lt_os_micro" -gt 24; }; }; }; then
51
- lt_cv_sys_argz_works=yes
52
- fi
53
- fi
54
- ;; #(
55
- *) lt_cv_sys_argz_works=yes ;;
56
- esac]])
57
- AS_IF([test "$lt_cv_sys_argz_works" = yes],
58
- [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
59
- [This value is set to 1 to indicate that the system argz facility works])],
60
- [ARGZ_H=argz.h
61
- AC_LIBOBJ([argz])])])
62
-
63
- AC_SUBST([ARGZ_H])
64
- ])
65
- m4trace:/usr/local/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:])
66
- m4trace:/usr/local/share/aclocal/libtool.m4:104: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
1
+ m4trace:/usr/local/share/aclocal/libtool.m4:96: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
67
2
  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
68
3
  AC_BEFORE([$0], [LT_LANG])dnl
69
4
  AC_BEFORE([$0], [LT_OUTPUT])dnl
@@ -87,7 +22,7 @@ dnl Parse OPTIONS
87
22
  _LT_SET_OPTIONS([$0], [$1])
88
23
 
89
24
  # This can be used to rebuild libtool when needed
90
- LIBTOOL_DEPS="$ltmain"
25
+ LIBTOOL_DEPS=$ltmain
91
26
 
92
27
  # Always use our own libtool.
93
28
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -98,15 +33,15 @@ _LT_SETUP
98
33
  # Only expand once:
99
34
  m4_define([LT_INIT])
100
35
  ])
101
- m4trace:/usr/local/share/aclocal/libtool.m4:107: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
102
- m4trace:/usr/local/share/aclocal/libtool.m4:107: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
36
+ m4trace:/usr/local/share/aclocal/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
37
+ m4trace:/usr/local/share/aclocal/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
103
38
  You should run autoupdate.])dnl
104
39
  m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
105
- m4trace:/usr/local/share/aclocal/libtool.m4:108: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
106
- m4trace:/usr/local/share/aclocal/libtool.m4:108: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
40
+ m4trace:/usr/local/share/aclocal/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
41
+ m4trace:/usr/local/share/aclocal/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
107
42
  You should run autoupdate.])dnl
108
43
  m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
109
- m4trace:/usr/local/share/aclocal/libtool.m4:694: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
44
+ m4trace:/usr/local/share/aclocal/libtool.m4:704: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
110
45
  AC_MSG_NOTICE([creating $CONFIG_LT])
111
46
  _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
112
47
  [# Run this file to recreate a libtool stub with the current configuration.])
@@ -120,7 +55,7 @@ exec AS_MESSAGE_LOG_FD>>config.log
120
55
  } >&AS_MESSAGE_LOG_FD
121
56
 
122
57
  lt_cl_help="\
123
- \`$as_me' creates a local libtool stub from the current configuration,
58
+ '$as_me' creates a local libtool stub from the current configuration,
124
59
  for use in further configure time tests before the real libtool is
125
60
  generated.
126
61
 
@@ -142,7 +77,7 @@ Copyright (C) 2011 Free Software Foundation, Inc.
142
77
  This config.lt script is free software; the Free Software Foundation
143
78
  gives unlimited permision to copy, distribute and modify it."
144
79
 
145
- while test $[#] != 0
80
+ while test 0 != $[#]
146
81
  do
147
82
  case $[1] in
148
83
  --version | --v* | -V )
@@ -155,10 +90,10 @@ do
155
90
  lt_cl_silent=: ;;
156
91
 
157
92
  -*) AC_MSG_ERROR([unrecognized option: $[1]
158
- Try \`$[0] --help' for more information.]) ;;
93
+ Try '$[0] --help' for more information.]) ;;
159
94
 
160
95
  *) AC_MSG_ERROR([unrecognized argument: $[1]
161
- Try \`$[0] --help' for more information.]) ;;
96
+ Try '$[0] --help' for more information.]) ;;
162
97
  esac
163
98
  shift
164
99
  done
@@ -184,15 +119,15 @@ chmod +x "$CONFIG_LT"
184
119
  # open by configure. Here we exec the FD to /dev/null, effectively closing
185
120
  # config.log, so it can be properly (re)opened and appended to by config.lt.
186
121
  lt_cl_success=:
187
- test "$silent" = yes &&
122
+ test yes = "$silent" &&
188
123
  lt_config_lt_args="$lt_config_lt_args --quiet"
189
124
  exec AS_MESSAGE_LOG_FD>/dev/null
190
125
  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
191
126
  exec AS_MESSAGE_LOG_FD>>config.log
192
127
  $lt_cl_success || AS_EXIT(1)
193
128
  ])
194
- m4trace:/usr/local/share/aclocal/libtool.m4:790: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
195
- m4trace:/usr/local/share/aclocal/libtool.m4:814: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
129
+ m4trace:/usr/local/share/aclocal/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
130
+ m4trace:/usr/local/share/aclocal/libtool.m4:836: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
196
131
  m4_case([$1],
197
132
  [C], [_LT_LANG(C)],
198
133
  [C++], [_LT_LANG(CXX)],
@@ -205,38 +140,39 @@ m4_case([$1],
205
140
  [_LT_LANG($1)],
206
141
  [m4_fatal([$0: unsupported language: "$1"])])])dnl
207
142
  ])
208
- m4trace:/usr/local/share/aclocal/libtool.m4:893: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
209
- m4trace:/usr/local/share/aclocal/libtool.m4:893: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
143
+ m4trace:/usr/local/share/aclocal/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
144
+ m4trace:/usr/local/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
210
145
  You should run autoupdate.])dnl
211
146
  LT_LANG(C++)])
212
- m4trace:/usr/local/share/aclocal/libtool.m4:894: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
213
- m4trace:/usr/local/share/aclocal/libtool.m4:894: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
147
+ m4trace:/usr/local/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
148
+ m4trace:/usr/local/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
214
149
  You should run autoupdate.])dnl
215
150
  LT_LANG(Fortran 77)])
216
- m4trace:/usr/local/share/aclocal/libtool.m4:895: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
217
- m4trace:/usr/local/share/aclocal/libtool.m4:895: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
151
+ m4trace:/usr/local/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
152
+ m4trace:/usr/local/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
218
153
  You should run autoupdate.])dnl
219
154
  LT_LANG(Fortran)])
220
- m4trace:/usr/local/share/aclocal/libtool.m4:896: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
221
- m4trace:/usr/local/share/aclocal/libtool.m4:896: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
155
+ m4trace:/usr/local/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
156
+ m4trace:/usr/local/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
222
157
  You should run autoupdate.])dnl
223
158
  LT_LANG(Java)])
224
- m4trace:/usr/local/share/aclocal/libtool.m4:897: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
225
- m4trace:/usr/local/share/aclocal/libtool.m4:897: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
159
+ m4trace:/usr/local/share/aclocal/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
160
+ m4trace:/usr/local/share/aclocal/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
226
161
  You should run autoupdate.])dnl
227
162
  LT_LANG(Windows Resource)])
228
- m4trace:/usr/local/share/aclocal/libtool.m4:1254: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
163
+ m4trace:/usr/local/share/aclocal/libtool.m4:1277: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
229
164
  AC_ARG_WITH([sysroot],
230
- [ --with-sysroot[=DIR] Search for dependent libraries within DIR
231
- (or the compiler's sysroot if not specified).],
165
+ [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
166
+ [Search for dependent libraries within DIR (or the compiler's sysroot
167
+ if not specified).])],
232
168
  [], [with_sysroot=no])
233
169
 
234
170
  dnl lt_sysroot will always be passed unquoted. We quote it here
235
171
  dnl in case the user passed a directory name.
236
172
  lt_sysroot=
237
- case ${with_sysroot} in #(
173
+ case $with_sysroot in #(
238
174
  yes)
239
- if test "$GCC" = yes; then
175
+ if test yes = "$GCC"; then
240
176
  lt_sysroot=`$CC --print-sysroot 2>/dev/null`
241
177
  fi
242
178
  ;; #(
@@ -246,21 +182,21 @@ case ${with_sysroot} in #(
246
182
  no|'')
247
183
  ;; #(
248
184
  *)
249
- AC_MSG_RESULT([${with_sysroot}])
185
+ AC_MSG_RESULT([$with_sysroot])
250
186
  AC_MSG_ERROR([The sysroot must be an absolute path.])
251
187
  ;;
252
188
  esac
253
189
 
254
190
  AC_MSG_RESULT([${lt_sysroot:-no}])
255
191
  _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
256
- [dependent libraries, and in which our libraries should be installed.])])
257
- m4trace:/usr/local/share/aclocal/libtool.m4:1541: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
192
+ [dependent libraries, and where our libraries should be installed.])])
193
+ m4trace:/usr/local/share/aclocal/libtool.m4:1617: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
258
194
  m4_require([_LT_DECL_SED])dnl
259
195
  AC_CACHE_CHECK([$1], [$2],
260
196
  [$2=no
261
197
  m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
262
198
  echo "$lt_simple_compile_test_code" > conftest.$ac_ext
263
- lt_compiler_flag="$3"
199
+ lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
264
200
  # Insert the option either (1) after the last *FLAGS variable, or
265
201
  # (2) before a word containing "conftest.", or (3) at the end.
266
202
  # Note that $ac_compile itself does not contain backslashes and begins
@@ -287,21 +223,21 @@ AC_CACHE_CHECK([$1], [$2],
287
223
  $RM conftest*
288
224
  ])
289
225
 
290
- if test x"[$]$2" = xyes; then
226
+ if test yes = "[$]$2"; then
291
227
  m4_if([$5], , :, [$5])
292
228
  else
293
229
  m4_if([$6], , :, [$6])
294
230
  fi
295
231
  ])
296
- m4trace:/usr/local/share/aclocal/libtool.m4:1544: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
297
- m4trace:/usr/local/share/aclocal/libtool.m4:1544: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
232
+ m4trace:/usr/local/share/aclocal/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
233
+ m4trace:/usr/local/share/aclocal/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
298
234
  You should run autoupdate.])dnl
299
235
  m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
300
- m4trace:/usr/local/share/aclocal/libtool.m4:1585: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
236
+ m4trace:/usr/local/share/aclocal/libtool.m4:1661: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
301
237
  m4_require([_LT_DECL_SED])dnl
302
238
  AC_CACHE_CHECK([$1], [$2],
303
239
  [$2=no
304
- save_LDFLAGS="$LDFLAGS"
240
+ save_LDFLAGS=$LDFLAGS
305
241
  LDFLAGS="$LDFLAGS $3"
306
242
  echo "$lt_simple_link_test_code" > conftest.$ac_ext
307
243
  if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
@@ -320,25 +256,25 @@ AC_CACHE_CHECK([$1], [$2],
320
256
  fi
321
257
  fi
322
258
  $RM -r conftest*
323
- LDFLAGS="$save_LDFLAGS"
259
+ LDFLAGS=$save_LDFLAGS
324
260
  ])
325
261
 
326
- if test x"[$]$2" = xyes; then
262
+ if test yes = "[$]$2"; then
327
263
  m4_if([$4], , :, [$4])
328
264
  else
329
265
  m4_if([$5], , :, [$5])
330
266
  fi
331
267
  ])
332
- m4trace:/usr/local/share/aclocal/libtool.m4:1588: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
333
- m4trace:/usr/local/share/aclocal/libtool.m4:1588: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
268
+ m4trace:/usr/local/share/aclocal/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
269
+ m4trace:/usr/local/share/aclocal/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
334
270
  You should run autoupdate.])dnl
335
271
  m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
336
- m4trace:/usr/local/share/aclocal/libtool.m4:1730: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
272
+ m4trace:/usr/local/share/aclocal/libtool.m4:1807: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
337
273
  # find the maximum length of command line arguments
338
274
  AC_MSG_CHECKING([the maximum length of command line arguments])
339
275
  AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
340
276
  i=0
341
- teststring="ABCD"
277
+ teststring=ABCD
342
278
 
343
279
  case $build_os in
344
280
  msdosdjgpp*)
@@ -378,7 +314,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
378
314
  lt_cv_sys_max_cmd_len=8192;
379
315
  ;;
380
316
 
381
- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
317
+ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
382
318
  # This has been around since 386BSD, at least. Likely further.
383
319
  if test -x /sbin/sysctl; then
384
320
  lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
@@ -428,22 +364,23 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
428
364
  ;;
429
365
  *)
430
366
  lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
431
- if test -n "$lt_cv_sys_max_cmd_len"; then
367
+ if test -n "$lt_cv_sys_max_cmd_len" && \
368
+ test undefined != "$lt_cv_sys_max_cmd_len"; then
432
369
  lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
433
370
  lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
434
371
  else
435
372
  # Make teststring a little bigger before we do anything with it.
436
373
  # a 1K string should be a reasonable start.
437
- for i in 1 2 3 4 5 6 7 8 ; do
374
+ for i in 1 2 3 4 5 6 7 8; do
438
375
  teststring=$teststring$teststring
439
376
  done
440
377
  SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
441
378
  # If test is not a shell built-in, we'll probably end up computing a
442
379
  # maximum length that is only half of the actual maximum length, but
443
380
  # we can't tell.
444
- while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
381
+ while { test X`env echo "$teststring$teststring" 2>/dev/null` \
445
382
  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
446
- test $i != 17 # 1/2 MB should be enough
383
+ test 17 != "$i" # 1/2 MB should be enough
447
384
  do
448
385
  i=`expr $i + 1`
449
386
  teststring=$teststring$teststring
@@ -459,7 +396,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
459
396
  ;;
460
397
  esac
461
398
  ])
462
- if test -n $lt_cv_sys_max_cmd_len ; then
399
+ if test -n "$lt_cv_sys_max_cmd_len"; then
463
400
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
464
401
  else
465
402
  AC_MSG_RESULT(none)
@@ -468,12 +405,12 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
468
405
  _LT_DECL([], [max_cmd_len], [0],
469
406
  [What is the maximum length of a command?])
470
407
  ])
471
- m4trace:/usr/local/share/aclocal/libtool.m4:1733: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
472
- m4trace:/usr/local/share/aclocal/libtool.m4:1733: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
408
+ m4trace:/usr/local/share/aclocal/libtool.m4:1810: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
409
+ m4trace:/usr/local/share/aclocal/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.
473
410
  You should run autoupdate.])dnl
474
411
  m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
475
- m4trace:/usr/local/share/aclocal/libtool.m4:1958: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
476
- if test "x$enable_dlopen" != xyes; then
412
+ m4trace:/usr/local/share/aclocal/libtool.m4:2043: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
413
+ if test yes != "$enable_dlopen"; then
477
414
  enable_dlopen=unknown
478
415
  enable_dlopen_self=unknown
479
416
  enable_dlopen_self_static=unknown
@@ -483,44 +420,52 @@ else
483
420
 
484
421
  case $host_os in
485
422
  beos*)
486
- lt_cv_dlopen="load_add_on"
423
+ lt_cv_dlopen=load_add_on
487
424
  lt_cv_dlopen_libs=
488
425
  lt_cv_dlopen_self=yes
489
426
  ;;
490
427
 
491
428
  mingw* | pw32* | cegcc*)
492
- lt_cv_dlopen="LoadLibrary"
429
+ lt_cv_dlopen=LoadLibrary
493
430
  lt_cv_dlopen_libs=
494
431
  ;;
495
432
 
496
433
  cygwin*)
497
- lt_cv_dlopen="dlopen"
434
+ lt_cv_dlopen=dlopen
498
435
  lt_cv_dlopen_libs=
499
436
  ;;
500
437
 
501
438
  darwin*)
502
- # if libdl is installed we need to link against it
439
+ # if libdl is installed we need to link against it
503
440
  AC_CHECK_LIB([dl], [dlopen],
504
- [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
505
- lt_cv_dlopen="dyld"
441
+ [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
442
+ lt_cv_dlopen=dyld
506
443
  lt_cv_dlopen_libs=
507
444
  lt_cv_dlopen_self=yes
508
445
  ])
509
446
  ;;
510
447
 
448
+ tpf*)
449
+ # Don't try to run any link tests for TPF. We know it's impossible
450
+ # because TPF is a cross-compiler, and we know how we open DSOs.
451
+ lt_cv_dlopen=dlopen
452
+ lt_cv_dlopen_libs=
453
+ lt_cv_dlopen_self=no
454
+ ;;
455
+
511
456
  *)
512
457
  AC_CHECK_FUNC([shl_load],
513
- [lt_cv_dlopen="shl_load"],
458
+ [lt_cv_dlopen=shl_load],
514
459
  [AC_CHECK_LIB([dld], [shl_load],
515
- [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
460
+ [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
516
461
  [AC_CHECK_FUNC([dlopen],
517
- [lt_cv_dlopen="dlopen"],
462
+ [lt_cv_dlopen=dlopen],
518
463
  [AC_CHECK_LIB([dl], [dlopen],
519
- [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
464
+ [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
520
465
  [AC_CHECK_LIB([svld], [dlopen],
521
- [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
466
+ [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
522
467
  [AC_CHECK_LIB([dld], [dld_link],
523
- [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
468
+ [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
524
469
  ])
525
470
  ])
526
471
  ])
@@ -529,21 +474,21 @@ else
529
474
  ;;
530
475
  esac
531
476
 
532
- if test "x$lt_cv_dlopen" != xno; then
533
- enable_dlopen=yes
534
- else
477
+ if test no = "$lt_cv_dlopen"; then
535
478
  enable_dlopen=no
479
+ else
480
+ enable_dlopen=yes
536
481
  fi
537
482
 
538
483
  case $lt_cv_dlopen in
539
484
  dlopen)
540
- save_CPPFLAGS="$CPPFLAGS"
541
- test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
485
+ save_CPPFLAGS=$CPPFLAGS
486
+ test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
542
487
 
543
- save_LDFLAGS="$LDFLAGS"
488
+ save_LDFLAGS=$LDFLAGS
544
489
  wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
545
490
 
546
- save_LIBS="$LIBS"
491
+ save_LIBS=$LIBS
547
492
  LIBS="$lt_cv_dlopen_libs $LIBS"
548
493
 
549
494
  AC_CACHE_CHECK([whether a program can dlopen itself],
@@ -553,7 +498,7 @@ else
553
498
  lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
554
499
  ])
555
500
 
556
- if test "x$lt_cv_dlopen_self" = xyes; then
501
+ if test yes = "$lt_cv_dlopen_self"; then
557
502
  wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
558
503
  AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
559
504
  lt_cv_dlopen_self_static, [dnl
@@ -563,9 +508,9 @@ else
563
508
  ])
564
509
  fi
565
510
 
566
- CPPFLAGS="$save_CPPFLAGS"
567
- LDFLAGS="$save_LDFLAGS"
568
- LIBS="$save_LIBS"
511
+ CPPFLAGS=$save_CPPFLAGS
512
+ LDFLAGS=$save_LDFLAGS
513
+ LIBS=$save_LIBS
569
514
  ;;
570
515
  esac
571
516
 
@@ -586,34 +531,34 @@ _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
586
531
  _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
587
532
  [Whether dlopen of statically linked programs is supported])
588
533
  ])
589
- m4trace:/usr/local/share/aclocal/libtool.m4:1961: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
590
- m4trace:/usr/local/share/aclocal/libtool.m4:1961: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
534
+ m4trace:/usr/local/share/aclocal/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
535
+ m4trace:/usr/local/share/aclocal/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
591
536
  You should run autoupdate.])dnl
592
537
  m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
593
- m4trace:/usr/local/share/aclocal/libtool.m4:2989: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
538
+ m4trace:/usr/local/share/aclocal/libtool.m4:3214: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
594
539
  AC_MSG_CHECKING([for $1])
595
540
  AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
596
541
  [case $MAGIC_CMD in
597
542
  [[\\/*] | ?:[\\/]*])
598
- lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
543
+ lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
599
544
  ;;
600
545
  *)
601
- lt_save_MAGIC_CMD="$MAGIC_CMD"
602
- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
546
+ lt_save_MAGIC_CMD=$MAGIC_CMD
547
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
603
548
  dnl $ac_dummy forces splitting on constant user-supplied paths.
604
549
  dnl POSIX.2 word splitting is done only on the output of word expansions,
605
550
  dnl not every word. This closes a longstanding sh security hole.
606
551
  ac_dummy="m4_if([$2], , $PATH, [$2])"
607
552
  for ac_dir in $ac_dummy; do
608
- IFS="$lt_save_ifs"
553
+ IFS=$lt_save_ifs
609
554
  test -z "$ac_dir" && ac_dir=.
610
- if test -f $ac_dir/$1; then
611
- lt_cv_path_MAGIC_CMD="$ac_dir/$1"
555
+ if test -f "$ac_dir/$1"; then
556
+ lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
612
557
  if test -n "$file_magic_test_file"; then
613
558
  case $deplibs_check_method in
614
559
  "file_magic "*)
615
560
  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
616
- MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
561
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
617
562
  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
618
563
  $EGREP "$file_magic_regex" > /dev/null; then
619
564
  :
@@ -636,11 +581,11 @@ _LT_EOF
636
581
  break
637
582
  fi
638
583
  done
639
- IFS="$lt_save_ifs"
640
- MAGIC_CMD="$lt_save_MAGIC_CMD"
584
+ IFS=$lt_save_ifs
585
+ MAGIC_CMD=$lt_save_MAGIC_CMD
641
586
  ;;
642
587
  esac])
643
- MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
588
+ MAGIC_CMD=$lt_cv_path_MAGIC_CMD
644
589
  if test -n "$MAGIC_CMD"; then
645
590
  AC_MSG_RESULT($MAGIC_CMD)
646
591
  else
@@ -649,11 +594,11 @@ fi
649
594
  _LT_DECL([], [MAGIC_CMD], [0],
650
595
  [Used to examine libraries when file_magic_cmd begins with "file"])dnl
651
596
  ])
652
- m4trace:/usr/local/share/aclocal/libtool.m4:2992: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
653
- m4trace:/usr/local/share/aclocal/libtool.m4:2992: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
597
+ m4trace:/usr/local/share/aclocal/libtool.m4:3217: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
598
+ m4trace:/usr/local/share/aclocal/libtool.m4:3217: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
654
599
  You should run autoupdate.])dnl
655
600
  m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
656
- m4trace:/usr/local/share/aclocal/libtool.m4:3101: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
601
+ m4trace:/usr/local/share/aclocal/libtool.m4:3326: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
657
602
  AC_REQUIRE([AC_CANONICAL_HOST])dnl
658
603
  AC_REQUIRE([AC_CANONICAL_BUILD])dnl
659
604
  m4_require([_LT_DECL_SED])dnl
@@ -663,16 +608,16 @@ m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
663
608
  AC_ARG_WITH([gnu-ld],
664
609
  [AS_HELP_STRING([--with-gnu-ld],
665
610
  [assume the C compiler uses GNU ld @<:@default=no@:>@])],
666
- [test "$withval" = no || with_gnu_ld=yes],
611
+ [test no = "$withval" || with_gnu_ld=yes],
667
612
  [with_gnu_ld=no])dnl
668
613
 
669
614
  ac_prog=ld
670
- if test "$GCC" = yes; then
615
+ if test yes = "$GCC"; then
671
616
  # Check if gcc -print-prog-name=ld gives a path.
672
617
  AC_MSG_CHECKING([for ld used by $CC])
673
618
  case $host in
674
619
  *-*-mingw*)
675
- # gcc leaves a trailing carriage return which upsets mingw
620
+ # gcc leaves a trailing carriage return, which upsets mingw
676
621
  ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
677
622
  *)
678
623
  ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
@@ -686,7 +631,7 @@ if test "$GCC" = yes; then
686
631
  while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
687
632
  ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
688
633
  done
689
- test -z "$LD" && LD="$ac_prog"
634
+ test -z "$LD" && LD=$ac_prog
690
635
  ;;
691
636
  "")
692
637
  # If it fails, then pretend we aren't using GCC.
@@ -697,37 +642,37 @@ if test "$GCC" = yes; then
697
642
  with_gnu_ld=unknown
698
643
  ;;
699
644
  esac
700
- elif test "$with_gnu_ld" = yes; then
645
+ elif test yes = "$with_gnu_ld"; then
701
646
  AC_MSG_CHECKING([for GNU ld])
702
647
  else
703
648
  AC_MSG_CHECKING([for non-GNU ld])
704
649
  fi
705
650
  AC_CACHE_VAL(lt_cv_path_LD,
706
651
  [if test -z "$LD"; then
707
- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
652
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
708
653
  for ac_dir in $PATH; do
709
- IFS="$lt_save_ifs"
654
+ IFS=$lt_save_ifs
710
655
  test -z "$ac_dir" && ac_dir=.
711
656
  if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
712
- lt_cv_path_LD="$ac_dir/$ac_prog"
657
+ lt_cv_path_LD=$ac_dir/$ac_prog
713
658
  # Check to see if the program is GNU ld. I'd rather use --version,
714
659
  # but apparently some variants of GNU ld only accept -v.
715
660
  # Break only if it was the GNU/non-GNU ld that we prefer.
716
661
  case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
717
662
  *GNU* | *'with BFD'*)
718
- test "$with_gnu_ld" != no && break
663
+ test no != "$with_gnu_ld" && break
719
664
  ;;
720
665
  *)
721
- test "$with_gnu_ld" != yes && break
666
+ test yes != "$with_gnu_ld" && break
722
667
  ;;
723
668
  esac
724
669
  fi
725
670
  done
726
- IFS="$lt_save_ifs"
671
+ IFS=$lt_save_ifs
727
672
  else
728
- lt_cv_path_LD="$LD" # Let the user override the test with a path.
673
+ lt_cv_path_LD=$LD # Let the user override the test with a path.
729
674
  fi])
730
- LD="$lt_cv_path_LD"
675
+ LD=$lt_cv_path_LD
731
676
  if test -n "$LD"; then
732
677
  AC_MSG_RESULT($LD)
733
678
  else
@@ -739,45 +684,50 @@ AC_SUBST([LD])
739
684
 
740
685
  _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
741
686
  ])
742
- m4trace:/usr/local/share/aclocal/libtool.m4:3104: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
743
- m4trace:/usr/local/share/aclocal/libtool.m4:3104: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
687
+ m4trace:/usr/local/share/aclocal/libtool.m4:3329: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
688
+ m4trace:/usr/local/share/aclocal/libtool.m4:3329: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
744
689
  You should run autoupdate.])dnl
745
690
  m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
746
- m4trace:/usr/local/share/aclocal/libtool.m4:3105: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
747
- m4trace:/usr/local/share/aclocal/libtool.m4:3105: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
691
+ m4trace:/usr/local/share/aclocal/libtool.m4:3330: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
692
+ m4trace:/usr/local/share/aclocal/libtool.m4:3330: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
748
693
  You should run autoupdate.])dnl
749
694
  m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
750
- m4trace:/usr/local/share/aclocal/libtool.m4:3486: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
695
+ m4trace:/usr/local/share/aclocal/libtool.m4:3751: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
751
696
  AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
752
697
  [if test -n "$NM"; then
753
698
  # Let the user override the test.
754
- lt_cv_path_NM="$NM"
699
+ lt_cv_path_NM=$NM
755
700
  else
756
- lt_nm_to_check="${ac_tool_prefix}nm"
701
+ lt_nm_to_check=${ac_tool_prefix}nm
757
702
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
758
703
  lt_nm_to_check="$lt_nm_to_check nm"
759
704
  fi
760
705
  for lt_tmp_nm in $lt_nm_to_check; do
761
- lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
706
+ lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
762
707
  for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
763
- IFS="$lt_save_ifs"
708
+ IFS=$lt_save_ifs
764
709
  test -z "$ac_dir" && ac_dir=.
765
- tmp_nm="$ac_dir/$lt_tmp_nm"
766
- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
710
+ tmp_nm=$ac_dir/$lt_tmp_nm
711
+ if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
767
712
  # Check to see if the nm accepts a BSD-compat flag.
768
- # Adding the `sed 1q' prevents false positives on HP-UX, which says:
713
+ # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
769
714
  # nm: unknown option "B" ignored
770
715
  # Tru64's nm complains that /dev/null is an invalid object file
771
- case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
772
- */dev/null* | *'Invalid file or object type'*)
716
+ # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
717
+ case $build_os in
718
+ mingw*) lt_bad_file=conftest.nm/nofile ;;
719
+ *) lt_bad_file=/dev/null ;;
720
+ esac
721
+ case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
722
+ *$lt_bad_file* | *'Invalid file or object type'*)
773
723
  lt_cv_path_NM="$tmp_nm -B"
774
- break
724
+ break 2
775
725
  ;;
776
726
  *)
777
727
  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
778
728
  */dev/null*)
779
729
  lt_cv_path_NM="$tmp_nm -p"
780
- break
730
+ break 2
781
731
  ;;
782
732
  *)
783
733
  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
@@ -788,21 +738,21 @@ else
788
738
  esac
789
739
  fi
790
740
  done
791
- IFS="$lt_save_ifs"
741
+ IFS=$lt_save_ifs
792
742
  done
793
743
  : ${lt_cv_path_NM=no}
794
744
  fi])
795
- if test "$lt_cv_path_NM" != "no"; then
796
- NM="$lt_cv_path_NM"
745
+ if test no != "$lt_cv_path_NM"; then
746
+ NM=$lt_cv_path_NM
797
747
  else
798
748
  # Didn't find any BSD compatible name lister, look for dumpbin.
799
749
  if test -n "$DUMPBIN"; then :
800
750
  # Let the user override the test.
801
751
  else
802
752
  AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
803
- case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
753
+ case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
804
754
  *COFF*)
805
- DUMPBIN="$DUMPBIN -symbols"
755
+ DUMPBIN="$DUMPBIN -symbols -headers"
806
756
  ;;
807
757
  *)
808
758
  DUMPBIN=:
@@ -810,8 +760,8 @@ else
810
760
  esac
811
761
  fi
812
762
  AC_SUBST([DUMPBIN])
813
- if test "$DUMPBIN" != ":"; then
814
- NM="$DUMPBIN"
763
+ if test : != "$DUMPBIN"; then
764
+ NM=$DUMPBIN
815
765
  fi
816
766
  fi
817
767
  test -z "$NM" && NM=nm
@@ -834,56 +784,127 @@ AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
834
784
  fi
835
785
  rm -f conftest*])
836
786
  ])
837
- m4trace:/usr/local/share/aclocal/libtool.m4:3489: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
838
- m4trace:/usr/local/share/aclocal/libtool.m4:3489: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
787
+ m4trace:/usr/local/share/aclocal/libtool.m4:3754: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
788
+ m4trace:/usr/local/share/aclocal/libtool.m4:3754: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
839
789
  You should run autoupdate.])dnl
840
790
  m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
841
- m4trace:/usr/local/share/aclocal/libtool.m4:3490: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
842
- m4trace:/usr/local/share/aclocal/libtool.m4:3490: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
791
+ m4trace:/usr/local/share/aclocal/libtool.m4:3755: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
792
+ m4trace:/usr/local/share/aclocal/libtool.m4:3755: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
843
793
  You should run autoupdate.])dnl
844
794
  m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
845
- m4trace:/usr/local/share/aclocal/libtool.m4:3576: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
795
+ m4trace:/usr/local/share/aclocal/libtool.m4:3834: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
796
+ test DEF = "`$SED -n dnl
797
+ -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
798
+ -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
799
+ -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
800
+ -e q dnl Only consider the first "real" line
801
+ $1`" dnl
802
+ ])
803
+ m4trace:/usr/local/share/aclocal/libtool.m4:3856: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
846
804
  LIBM=
847
805
  case $host in
848
806
  *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
849
807
  # These system don't have libm, or don't need it
850
808
  ;;
851
809
  *-ncr-sysv4.3*)
852
- AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
810
+ AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
853
811
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
854
812
  ;;
855
813
  *)
856
- AC_CHECK_LIB(m, cos, LIBM="-lm")
814
+ AC_CHECK_LIB(m, cos, LIBM=-lm)
857
815
  ;;
858
816
  esac
859
817
  AC_SUBST([LIBM])
860
818
  ])
861
- m4trace:/usr/local/share/aclocal/libtool.m4:3579: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
862
- m4trace:/usr/local/share/aclocal/libtool.m4:3579: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
819
+ m4trace:/usr/local/share/aclocal/libtool.m4:3859: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
820
+ m4trace:/usr/local/share/aclocal/libtool.m4:3859: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
863
821
  You should run autoupdate.])dnl
864
822
  m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
865
- m4trace:/usr/local/share/aclocal/libtool.m4:7628: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
823
+ m4trace:/usr/local/share/aclocal/libtool.m4:8128: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
866
824
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
867
825
  [AC_CHECK_TOOL(GCJ, gcj,)
868
- test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
826
+ test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
869
827
  AC_SUBST(GCJFLAGS)])])[]dnl
870
828
  ])
871
- m4trace:/usr/local/share/aclocal/libtool.m4:7631: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
872
- m4trace:/usr/local/share/aclocal/libtool.m4:7631: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
829
+ m4trace:/usr/local/share/aclocal/libtool.m4:8131: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
830
+ m4trace:/usr/local/share/aclocal/libtool.m4:8131: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
873
831
  You should run autoupdate.])dnl
874
832
  m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
875
- m4trace:/usr/local/share/aclocal/libtool.m4:7640: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
833
+ m4trace:/usr/local/share/aclocal/libtool.m4:8140: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
876
834
  ])
877
- m4trace:/usr/local/share/aclocal/libtool.m4:7647: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
835
+ m4trace:/usr/local/share/aclocal/libtool.m4:8147: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
878
836
  ])
879
- m4trace:/usr/local/share/aclocal/libtool.m4:7650: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
880
- m4trace:/usr/local/share/aclocal/libtool.m4:7650: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
837
+ m4trace:/usr/local/share/aclocal/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
838
+ m4trace:/usr/local/share/aclocal/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
881
839
  You should run autoupdate.])dnl
882
840
  m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
883
- m4trace:/usr/local/share/aclocal/libtool.m4:7770: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
884
- m4trace:/usr/local/share/aclocal/libtool.m4:7770: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
841
+ m4trace:/usr/local/share/aclocal/libtool.m4:8270: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
842
+ m4trace:/usr/local/share/aclocal/libtool.m4:8270: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
885
843
  You should run autoupdate.])dnl
886
844
  m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
845
+ m4trace:/usr/local/share/aclocal/ltargz.m4:74: -1- AC_DEFUN([LT_FUNC_ARGZ], [
846
+ AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
847
+
848
+ AC_CHECK_TYPES([error_t],
849
+ [],
850
+ [AC_DEFINE([error_t], [int],
851
+ [Define to a type to use for 'error_t' if it is not otherwise available.])
852
+ AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
853
+ does not typedef error_t.])],
854
+ [#if defined(HAVE_ARGZ_H)
855
+ # include <argz.h>
856
+ #endif])
857
+
858
+ LT_ARGZ_H=
859
+ AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
860
+ argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
861
+
862
+ dnl if have system argz functions, allow forced use of
863
+ dnl libltdl-supplied implementation (and default to do so
864
+ dnl on "known bad" systems). Could use a runtime check, but
865
+ dnl (a) detecting malloc issues is notoriously unreliable
866
+ dnl (b) only known system that declares argz functions,
867
+ dnl provides them, yet they are broken, is cygwin
868
+ dnl releases prior to 16-Mar-2007 (1.5.24 and earlier)
869
+ dnl So, it's more straightforward simply to special case
870
+ dnl this for known bad systems.
871
+ AS_IF([test -z "$LT_ARGZ_H"],
872
+ [AC_CACHE_CHECK(
873
+ [if argz actually works],
874
+ [lt_cv_sys_argz_works],
875
+ [[case $host_os in #(
876
+ *cygwin*)
877
+ lt_cv_sys_argz_works=no
878
+ if test no != "$cross_compiling"; then
879
+ lt_cv_sys_argz_works="guessing no"
880
+ else
881
+ lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
882
+ save_IFS=$IFS
883
+ IFS=-.
884
+ set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
885
+ IFS=$save_IFS
886
+ lt_os_major=${2-0}
887
+ lt_os_minor=${3-0}
888
+ lt_os_micro=${4-0}
889
+ if test 1 -lt "$lt_os_major" \
890
+ || { test 1 -eq "$lt_os_major" \
891
+ && { test 5 -lt "$lt_os_minor" \
892
+ || { test 5 -eq "$lt_os_minor" \
893
+ && test 24 -lt "$lt_os_micro"; }; }; }; then
894
+ lt_cv_sys_argz_works=yes
895
+ fi
896
+ fi
897
+ ;; #(
898
+ *) lt_cv_sys_argz_works=yes ;;
899
+ esac]])
900
+ AS_IF([test yes = "$lt_cv_sys_argz_works"],
901
+ [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
902
+ [This value is set to 1 to indicate that the system argz facility works])],
903
+ [LT_ARGZ_H=lt__argz.h
904
+ AC_LIBOBJ([lt__argz])])])
905
+
906
+ AC_SUBST([LT_ARGZ_H])
907
+ ])
887
908
  m4trace:/usr/local/share/aclocal/ltdl.m4:19: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
888
909
  _$0($*)
889
910
  ])
@@ -940,7 +961,7 @@ AC_ARG_WITH([included_ltdl],
940
961
  [AS_HELP_STRING([--with-included-ltdl],
941
962
  [use the GNU ltdl sources included here])])
942
963
 
943
- if test "x$with_included_ltdl" != xyes; then
964
+ if test yes != "$with_included_ltdl"; then
944
965
  # We are not being forced to use the included libltdl sources, so
945
966
  # decide whether there is a useful installed version we can use.
946
967
  AC_CHECK_HEADER([ltdl.h],
@@ -968,7 +989,7 @@ AC_ARG_WITH([ltdl_include],
968
989
  if test -n "$with_ltdl_include"; then
969
990
  if test -f "$with_ltdl_include/ltdl.h"; then :
970
991
  else
971
- AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'])
992
+ AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
972
993
  fi
973
994
  else
974
995
  with_ltdl_include=no
@@ -981,7 +1002,7 @@ AC_ARG_WITH([ltdl_lib],
981
1002
  if test -n "$with_ltdl_lib"; then
982
1003
  if test -f "$with_ltdl_lib/libltdl.la"; then :
983
1004
  else
984
- AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
1005
+ AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
985
1006
  fi
986
1007
  else
987
1008
  with_ltdl_lib=no
@@ -1004,15 +1025,15 @@ case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
1004
1025
  LTDLINCL=
1005
1026
  ;;
1006
1027
  ,no*,no,*)
1007
- AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together])
1028
+ AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
1008
1029
  ;;
1009
1030
  *) with_included_ltdl=no
1010
1031
  LIBLTDL="-L$with_ltdl_lib -lltdl"
1011
1032
  LTDLDEPS=
1012
- LTDLINCL="-I$with_ltdl_include"
1033
+ LTDLINCL=-I$with_ltdl_include
1013
1034
  ;;
1014
1035
  esac
1015
- INCLTDL="$LTDLINCL"
1036
+ INCLTDL=$LTDLINCL
1016
1037
 
1017
1038
  # Report our decision...
1018
1039
  AC_MSG_CHECKING([where to find libltdl headers])
@@ -1064,7 +1085,7 @@ AC_REQUIRE([LT_LIB_DLLOAD])dnl
1064
1085
  AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
1065
1086
  AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
1066
1087
  AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
1067
- AC_REQUIRE([gl_FUNC_ARGZ])dnl
1088
+ AC_REQUIRE([LT_FUNC_ARGZ])dnl
1068
1089
 
1069
1090
  m4_require([_LT_CHECK_OBJDIR])dnl
1070
1091
  m4_require([_LT_HEADER_DLFCN])dnl
@@ -1088,7 +1109,7 @@ m4_pattern_allow([^LT_CONFIG_H$])dnl
1088
1109
  m4_ifset([AH_HEADER],
1089
1110
  [LT_CONFIG_H=AH_HEADER],
1090
1111
  [m4_ifset([AC_LIST_HEADERS],
1091
- [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`],
1112
+ [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[ ]]*||;s|[[ :]].*$||'`],
1092
1113
  [])])])
1093
1114
  AC_SUBST([LT_CONFIG_H])
1094
1115
 
@@ -1110,7 +1131,7 @@ name=ltdl
1110
1131
  eval "LTDLOPEN=\"$libname_spec\""
1111
1132
  AC_SUBST([LTDLOPEN])
1112
1133
  ])
1113
- m4trace:/usr/local/share/aclocal/ltdl.m4:539: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1134
+ m4trace:/usr/local/share/aclocal/ltdl.m4:542: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1114
1135
  AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1115
1136
  [lt_cv_sys_dlopen_deplibs],
1116
1137
  [# PORTME does your system automatically load deplibs for dlopen?
@@ -1121,7 +1142,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1121
1142
  case $host_os in
1122
1143
  aix3*|aix4.1.*|aix4.2.*)
1123
1144
  # Unknown whether this is true for these versions of AIX, but
1124
- # we want this `case' here to explicitly catch those versions.
1145
+ # we want this 'case' here to explicitly catch those versions.
1125
1146
  lt_cv_sys_dlopen_deplibs=unknown
1126
1147
  ;;
1127
1148
  aix[[4-9]]*)
@@ -1134,6 +1155,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1134
1155
  ;;
1135
1156
  esac
1136
1157
  ;;
1158
+ bitrig*)
1159
+ lt_cv_sys_dlopen_deplibs=yes
1160
+ ;;
1137
1161
  darwin*)
1138
1162
  # Assuming the user has installed a libdl from somewhere, this is true
1139
1163
  # If you are looking for one http://www.opendarwin.org/projects/dlcompat
@@ -1171,7 +1195,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1171
1195
  osf[[1234]]*)
1172
1196
  # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
1173
1197
  # it did *not* use an RPATH in a shared library to find objects the
1174
- # library depends on, so we explicitly say `no'.
1198
+ # library depends on, so we explicitly say 'no'.
1175
1199
  lt_cv_sys_dlopen_deplibs=no
1176
1200
  ;;
1177
1201
  osf5.0|osf5.0a|osf5.1)
@@ -1180,14 +1204,14 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1180
1204
  # that the library depends on, but there's no easy way to know if that
1181
1205
  # patch is installed. Since this is the case, all we can really
1182
1206
  # say is unknown -- it depends on the patch being installed. If
1183
- # it is, this changes to `yes'. Without it, it would be `no'.
1207
+ # it is, this changes to 'yes'. Without it, it would be 'no'.
1184
1208
  lt_cv_sys_dlopen_deplibs=unknown
1185
1209
  ;;
1186
1210
  osf*)
1187
1211
  # the two cases above should catch all versions of osf <= 5.1. Read
1188
1212
  # the comments above for what we know about them.
1189
1213
  # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
1190
- # is used to find them so we can finally say `yes'.
1214
+ # is used to find them so we can finally say 'yes'.
1191
1215
  lt_cv_sys_dlopen_deplibs=yes
1192
1216
  ;;
1193
1217
  qnx*)
@@ -1201,17 +1225,17 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
1201
1225
  ;;
1202
1226
  esac
1203
1227
  ])
1204
- if test "$lt_cv_sys_dlopen_deplibs" != yes; then
1228
+ if test yes != "$lt_cv_sys_dlopen_deplibs"; then
1205
1229
  AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
1206
1230
  [Define if the OS needs help to load dependent libraries for dlopen().])
1207
1231
  fi
1208
1232
  ])
1209
- m4trace:/usr/local/share/aclocal/ltdl.m4:542: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
1210
- m4trace:/usr/local/share/aclocal/ltdl.m4:542: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
1233
+ 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($@)])])
1234
+ 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.
1211
1235
  You should run autoupdate.])dnl
1212
1236
  m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
1213
- m4trace:/usr/local/share/aclocal/ltdl.m4:569: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1214
- AC_CACHE_CHECK([which extension is used for runtime loadable modules],
1237
+ m4trace:/usr/local/share/aclocal/ltdl.m4:577: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1238
+ AC_CACHE_CHECK([what extension is used for runtime loadable modules],
1215
1239
  [libltdl_cv_shlibext],
1216
1240
  [
1217
1241
  module=yes
@@ -1229,35 +1253,40 @@ if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
1229
1253
  AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
1230
1254
  [Define to the shared library suffix, say, ".dylib".])
1231
1255
  fi
1256
+ if test -n "$shared_archive_member_spec"; then
1257
+ m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl
1258
+ AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"],
1259
+ [Define to the shared archive member specification, say "(shr.o)".])
1260
+ fi
1232
1261
  ])
1233
- m4trace:/usr/local/share/aclocal/ltdl.m4:572: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
1234
- m4trace:/usr/local/share/aclocal/ltdl.m4:572: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
1262
+ 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($@)])])
1263
+ m4trace:/usr/local/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
1235
1264
  You should run autoupdate.])dnl
1236
1265
  m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
1237
- m4trace:/usr/local/share/aclocal/ltdl.m4:588: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1238
- AC_CACHE_CHECK([which variable specifies run-time module search path],
1239
- [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"])
1266
+ m4trace:/usr/local/share/aclocal/ltdl.m4:596: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1267
+ AC_CACHE_CHECK([what variable specifies run-time module search path],
1268
+ [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var])
1240
1269
  if test -n "$lt_cv_module_path_var"; then
1241
1270
  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
1242
1271
  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
1243
1272
  [Define to the name of the environment variable that determines the run-time module search path.])
1244
1273
  fi
1245
1274
  ])
1246
- m4trace:/usr/local/share/aclocal/ltdl.m4:591: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
1247
- m4trace:/usr/local/share/aclocal/ltdl.m4:591: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
1275
+ 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($@)])])
1276
+ m4trace:/usr/local/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
1248
1277
  You should run autoupdate.])dnl
1249
1278
  m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
1250
- m4trace:/usr/local/share/aclocal/ltdl.m4:616: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1279
+ m4trace:/usr/local/share/aclocal/ltdl.m4:624: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
1251
1280
  AC_CACHE_CHECK([for the default library search path],
1252
1281
  [lt_cv_sys_dlsearch_path],
1253
- [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"])
1282
+ [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
1254
1283
  if test -n "$lt_cv_sys_dlsearch_path"; then
1255
1284
  sys_dlsearch_path=
1256
1285
  for dir in $lt_cv_sys_dlsearch_path; do
1257
1286
  if test -z "$sys_dlsearch_path"; then
1258
- sys_dlsearch_path="$dir"
1287
+ sys_dlsearch_path=$dir
1259
1288
  else
1260
- sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
1289
+ sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
1261
1290
  fi
1262
1291
  done
1263
1292
  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
@@ -1265,24 +1294,25 @@ if test -n "$lt_cv_sys_dlsearch_path"; then
1265
1294
  [Define to the system default library search path.])
1266
1295
  fi
1267
1296
  ])
1268
- m4trace:/usr/local/share/aclocal/ltdl.m4:619: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
1269
- m4trace:/usr/local/share/aclocal/ltdl.m4:619: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
1297
+ 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($@)])])
1298
+ m4trace:/usr/local/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
1270
1299
  You should run autoupdate.])dnl
1271
1300
  m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
1272
- m4trace:/usr/local/share/aclocal/ltdl.m4:735: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
1301
+ m4trace:/usr/local/share/aclocal/ltdl.m4:745: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
1273
1302
  LT_DLLOADERS=
1274
1303
  AC_SUBST([LT_DLLOADERS])
1275
1304
 
1276
1305
  AC_LANG_PUSH([C])
1306
+ lt_dlload_save_LIBS=$LIBS
1277
1307
 
1278
1308
  LIBADD_DLOPEN=
1279
1309
  AC_SEARCH_LIBS([dlopen], [dl],
1280
1310
  [AC_DEFINE([HAVE_LIBDL], [1],
1281
1311
  [Define if you have the libdl library or equivalent.])
1282
- if test "$ac_cv_search_dlopen" != "none required" ; then
1283
- LIBADD_DLOPEN="-ldl"
1312
+ if test "$ac_cv_search_dlopen" != "none required"; then
1313
+ LIBADD_DLOPEN=-ldl
1284
1314
  fi
1285
- libltdl_cv_lib_dl_dlopen="yes"
1315
+ libltdl_cv_lib_dl_dlopen=yes
1286
1316
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
1287
1317
  [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
1288
1318
  # include <dlfcn.h>
@@ -1290,19 +1320,19 @@ AC_SEARCH_LIBS([dlopen], [dl],
1290
1320
  ]], [[dlopen(0, 0);]])],
1291
1321
  [AC_DEFINE([HAVE_LIBDL], [1],
1292
1322
  [Define if you have the libdl library or equivalent.])
1293
- libltdl_cv_func_dlopen="yes"
1323
+ libltdl_cv_func_dlopen=yes
1294
1324
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
1295
1325
  [AC_CHECK_LIB([svld], [dlopen],
1296
1326
  [AC_DEFINE([HAVE_LIBDL], [1],
1297
1327
  [Define if you have the libdl library or equivalent.])
1298
- LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
1328
+ LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
1299
1329
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
1300
- if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
1330
+ if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
1301
1331
  then
1302
- lt_save_LIBS="$LIBS"
1332
+ lt_save_LIBS=$LIBS
1303
1333
  LIBS="$LIBS $LIBADD_DLOPEN"
1304
1334
  AC_CHECK_FUNCS([dlerror])
1305
- LIBS="$lt_save_LIBS"
1335
+ LIBS=$lt_save_LIBS
1306
1336
  fi
1307
1337
  AC_SUBST([LIBADD_DLOPEN])
1308
1338
 
@@ -1315,7 +1345,7 @@ AC_CHECK_FUNC([shl_load],
1315
1345
  [AC_DEFINE([HAVE_SHL_LOAD], [1],
1316
1346
  [Define if you have the shl_load function.])
1317
1347
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
1318
- LIBADD_SHL_LOAD="-ldld"])])
1348
+ LIBADD_SHL_LOAD=-ldld])])
1319
1349
  AC_SUBST([LIBADD_SHL_LOAD])
1320
1350
 
1321
1351
  case $host_os in
@@ -1329,7 +1359,7 @@ darwin[[1567]].*)
1329
1359
  beos*)
1330
1360
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
1331
1361
  ;;
1332
- cygwin* | mingw* | os2* | pw32*)
1362
+ cygwin* | mingw* | pw32*)
1333
1363
  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
1334
1364
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
1335
1365
  ;;
@@ -1357,13 +1387,14 @@ dnl This isn't used anymore, but set it for backwards compatibility
1357
1387
  LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
1358
1388
  AC_SUBST([LIBADD_DL])
1359
1389
 
1390
+ LIBS=$lt_dlload_save_LIBS
1360
1391
  AC_LANG_POP
1361
1392
  ])
1362
- m4trace:/usr/local/share/aclocal/ltdl.m4:738: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1363
- m4trace:/usr/local/share/aclocal/ltdl.m4:738: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
1393
+ m4trace:/usr/local/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1394
+ m4trace:/usr/local/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
1364
1395
  You should run autoupdate.])dnl
1365
1396
  m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
1366
- m4trace:/usr/local/share/aclocal/ltdl.m4:780: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
1397
+ m4trace:/usr/local/share/aclocal/ltdl.m4:790: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
1367
1398
  AC_CACHE_CHECK([for _ prefix in compiled symbols],
1368
1399
  [lt_cv_sys_symbol_underscore],
1369
1400
  [lt_cv_sys_symbol_underscore=no
@@ -1397,191 +1428,273 @@ _LT_EOF
1397
1428
  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
1398
1429
  AC_SUBST([sys_symbol_underscore])
1399
1430
  ])
1400
- m4trace:/usr/local/share/aclocal/ltdl.m4:783: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
1401
- m4trace:/usr/local/share/aclocal/ltdl.m4:783: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
1431
+ 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($@)])])
1432
+ 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.
1402
1433
  You should run autoupdate.])dnl
1403
1434
  m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
1404
- m4trace:/usr/local/share/aclocal/ltdl.m4:812: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
1405
- if test x"$lt_cv_sys_symbol_underscore" = xyes; then
1406
- if test x"$libltdl_cv_func_dlopen" = xyes ||
1407
- test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
1408
- AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
1409
- [libltdl_cv_need_uscore],
1410
- [libltdl_cv_need_uscore=unknown
1411
- save_LIBS="$LIBS"
1412
- LIBS="$LIBS $LIBADD_DLOPEN"
1413
- _LT_TRY_DLOPEN_SELF(
1414
- [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes],
1415
- [], [libltdl_cv_need_uscore=cross])
1416
- LIBS="$save_LIBS"
1417
- ])
1435
+ 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
1436
+ AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl for lt_cv_sys_symbol_underscore
1437
+ AC_REQUIRE([LT_SYS_MODULE_EXT])dnl for libltdl_cv_shlibext
1438
+ if test yes = "$lt_cv_sys_symbol_underscore"; then
1439
+ if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then
1440
+ AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
1441
+ [libltdl_cv_need_uscore],
1442
+ [libltdl_cv_need_uscore=unknown
1443
+ dlsym_uscore_save_LIBS=$LIBS
1444
+ LIBS="$LIBS $LIBADD_DLOPEN"
1445
+ libname=conftmod # stay within 8.3 filename limits!
1446
+ cat >$libname.$ac_ext <<_LT_EOF
1447
+ [#line $LINENO "configure"
1448
+ #include "confdefs.h"
1449
+ /* When -fvisibility=hidden is used, assume the code has been annotated
1450
+ correspondingly for the symbols needed. */
1451
+ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1452
+ int fnord () __attribute__((visibility("default")));
1453
+ #endif
1454
+ int fnord () { return 42; }]
1455
+ _LT_EOF
1456
+
1457
+ # ltfn_module_cmds module_cmds
1458
+ # Execute tilde-delimited MODULE_CMDS with environment primed for
1459
+ # $module_cmds or $archive_cmds type content.
1460
+ ltfn_module_cmds ()
1461
+ {( # subshell avoids polluting parent global environment
1462
+ module_cmds_save_ifs=$IFS; IFS='~'
1463
+ for cmd in @S|@1; do
1464
+ IFS=$module_cmds_save_ifs
1465
+ libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext
1466
+ rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=.
1467
+ major=; versuffix=; verstring=; deplibs=
1468
+ ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag=
1469
+ eval $cmd
1470
+ done
1471
+ IFS=$module_cmds_save_ifs
1472
+ )}
1473
+
1474
+ # Compile a loadable module using libtool macro expansion results.
1475
+ $CC $pic_flag -c $libname.$ac_ext
1476
+ ltfn_module_cmds "${module_cmds:-$archive_cmds}"
1477
+
1478
+ # Try to fetch fnord with dlsym().
1479
+ libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2
1480
+ cat >conftest.$ac_ext <<_LT_EOF
1481
+ [#line $LINENO "configure"
1482
+ #include "confdefs.h"
1483
+ #if HAVE_DLFCN_H
1484
+ #include <dlfcn.h>
1485
+ #endif
1486
+ #include <stdio.h>
1487
+ #ifndef RTLD_GLOBAL
1488
+ # ifdef DL_GLOBAL
1489
+ # define RTLD_GLOBAL DL_GLOBAL
1490
+ # else
1491
+ # define RTLD_GLOBAL 0
1492
+ # endif
1493
+ #endif
1494
+ #ifndef RTLD_NOW
1495
+ # ifdef DL_NOW
1496
+ # define RTLD_NOW DL_NOW
1497
+ # else
1498
+ # define RTLD_NOW 0
1499
+ # endif
1500
+ #endif
1501
+ int main () {
1502
+ void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW);
1503
+ int status = $libltdl_dlunknown;
1504
+ if (handle) {
1505
+ if (dlsym (handle, "fnord"))
1506
+ status = $libltdl_dlnouscore;
1507
+ else {
1508
+ if (dlsym (handle, "_fnord"))
1509
+ status = $libltdl_dluscore;
1510
+ else
1511
+ puts (dlerror ());
1512
+ }
1513
+ dlclose (handle);
1514
+ } else
1515
+ puts (dlerror ());
1516
+ return status;
1517
+ }]
1518
+ _LT_EOF
1519
+ if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
1520
+ (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
1521
+ libltdl_status=$?
1522
+ case x$libltdl_status in
1523
+ x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;;
1524
+ x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;;
1525
+ x*) libltdl_cv_need_uscore=unknown ;;
1526
+ esac
1527
+ fi
1528
+ rm -rf conftest* $libname*
1529
+ LIBS=$dlsym_uscore_save_LIBS
1530
+ ])
1418
1531
  fi
1419
1532
  fi
1420
1533
 
1421
- if test x"$libltdl_cv_need_uscore" = xyes; then
1534
+ if test yes = "$libltdl_cv_need_uscore"; then
1422
1535
  AC_DEFINE([NEED_USCORE], [1],
1423
1536
  [Define if dlsym() requires a leading underscore in symbol names.])
1424
1537
  fi
1425
1538
  ])
1426
- m4trace:/usr/local/share/aclocal/ltdl.m4:815: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
1427
- m4trace:/usr/local/share/aclocal/ltdl.m4:815: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
1539
+ 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($@)])])
1540
+ 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.
1428
1541
  You should run autoupdate.])dnl
1429
1542
  m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
1430
1543
  m4trace:/usr/local/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
1431
- m4trace:/usr/local/share/aclocal/ltoptions.m4:116: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
1544
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:118: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
1432
1545
  AC_DIAGNOSE([obsolete],
1433
1546
  [$0: Remove this warning and the call to _LT_SET_OPTION when you
1434
- put the `dlopen' option into LT_INIT's first parameter.])
1547
+ put the 'dlopen' option into LT_INIT's first parameter.])
1435
1548
  ])
1436
- m4trace:/usr/local/share/aclocal/ltoptions.m4:116: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
1549
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:118: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
1437
1550
  You should run autoupdate.])dnl
1438
1551
  _LT_SET_OPTION([LT_INIT], [dlopen])
1439
1552
  AC_DIAGNOSE([obsolete],
1440
1553
  [$0: Remove this warning and the call to _LT_SET_OPTION when you
1441
- put the `dlopen' option into LT_INIT's first parameter.])
1554
+ put the 'dlopen' option into LT_INIT's first parameter.])
1442
1555
  ])
1443
- m4trace:/usr/local/share/aclocal/ltoptions.m4:152: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1556
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:154: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1444
1557
  _LT_SET_OPTION([LT_INIT], [win32-dll])
1445
1558
  AC_DIAGNOSE([obsolete],
1446
1559
  [$0: Remove this warning and the call to _LT_SET_OPTION when you
1447
- put the `win32-dll' option into LT_INIT's first parameter.])
1560
+ put the 'win32-dll' option into LT_INIT's first parameter.])
1448
1561
  ])
1449
- m4trace:/usr/local/share/aclocal/ltoptions.m4:152: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
1562
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:154: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
1450
1563
  You should run autoupdate.])dnl
1451
1564
  AC_REQUIRE([AC_CANONICAL_HOST])dnl
1452
1565
  _LT_SET_OPTION([LT_INIT], [win32-dll])
1453
1566
  AC_DIAGNOSE([obsolete],
1454
1567
  [$0: Remove this warning and the call to _LT_SET_OPTION when you
1455
- put the `win32-dll' option into LT_INIT's first parameter.])
1568
+ put the 'win32-dll' option into LT_INIT's first parameter.])
1456
1569
  ])
1457
- m4trace:/usr/local/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
1570
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:199: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
1458
1571
  ])
1459
- m4trace:/usr/local/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
1572
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
1460
1573
  ])
1461
- m4trace:/usr/local/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1462
- m4trace:/usr/local/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
1574
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1575
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
1463
1576
  You should run autoupdate.])dnl
1464
1577
  AC_ENABLE_SHARED($@)])
1465
- m4trace:/usr/local/share/aclocal/ltoptions.m4:204: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1466
- m4trace:/usr/local/share/aclocal/ltoptions.m4:204: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
1578
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1579
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
1467
1580
  You should run autoupdate.])dnl
1468
1581
  AC_DISABLE_SHARED($@)])
1469
- m4trace:/usr/local/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
1582
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:253: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
1470
1583
  ])
1471
- m4trace:/usr/local/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
1584
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
1472
1585
  ])
1473
- m4trace:/usr/local/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1474
- m4trace:/usr/local/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
1586
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1587
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
1475
1588
  You should run autoupdate.])dnl
1476
1589
  AC_ENABLE_STATIC($@)])
1477
- m4trace:/usr/local/share/aclocal/ltoptions.m4:258: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1478
- m4trace:/usr/local/share/aclocal/ltoptions.m4:258: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
1590
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1591
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
1479
1592
  You should run autoupdate.])dnl
1480
1593
  AC_DISABLE_STATIC($@)])
1481
- m4trace:/usr/local/share/aclocal/ltoptions.m4:308: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1594
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:310: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1482
1595
  AC_DIAGNOSE([obsolete],
1483
1596
  [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1484
- the `fast-install' option into LT_INIT's first parameter.])
1597
+ the 'fast-install' option into LT_INIT's first parameter.])
1485
1598
  ])
1486
- m4trace:/usr/local/share/aclocal/ltoptions.m4:308: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
1599
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:310: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
1487
1600
  You should run autoupdate.])dnl
1488
1601
  _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
1489
1602
  AC_DIAGNOSE([obsolete],
1490
1603
  [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1491
- the `fast-install' option into LT_INIT's first parameter.])
1604
+ the 'fast-install' option into LT_INIT's first parameter.])
1492
1605
  ])
1493
- m4trace:/usr/local/share/aclocal/ltoptions.m4:315: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1606
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:317: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
1494
1607
  AC_DIAGNOSE([obsolete],
1495
1608
  [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1496
- the `disable-fast-install' option into LT_INIT's first parameter.])
1609
+ the 'disable-fast-install' option into LT_INIT's first parameter.])
1497
1610
  ])
1498
- m4trace:/usr/local/share/aclocal/ltoptions.m4:315: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
1611
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:317: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
1499
1612
  You should run autoupdate.])dnl
1500
1613
  _LT_SET_OPTION([LT_INIT], [disable-fast-install])
1501
1614
  AC_DIAGNOSE([obsolete],
1502
1615
  [$0: Remove this warning and the call to _LT_SET_OPTION when you put
1503
- the `disable-fast-install' option into LT_INIT's first parameter.])
1616
+ the 'disable-fast-install' option into LT_INIT's first parameter.])
1504
1617
  ])
1505
- m4trace:/usr/local/share/aclocal/ltoptions.m4:363: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
1618
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:416: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
1506
1619
  AC_DIAGNOSE([obsolete],
1507
1620
  [$0: Remove this warning and the call to _LT_SET_OPTION when you
1508
- put the `pic-only' option into LT_INIT's first parameter.])
1621
+ put the 'pic-only' option into LT_INIT's first parameter.])
1509
1622
  ])
1510
- m4trace:/usr/local/share/aclocal/ltoptions.m4:363: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
1623
+ m4trace:/usr/local/share/aclocal/ltoptions.m4:416: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
1511
1624
  You should run autoupdate.])dnl
1512
1625
  _LT_SET_OPTION([LT_INIT], [pic-only])
1513
1626
  AC_DIAGNOSE([obsolete],
1514
1627
  [$0: Remove this warning and the call to _LT_SET_OPTION when you
1515
- put the `pic-only' option into LT_INIT's first parameter.])
1628
+ put the 'pic-only' option into LT_INIT's first parameter.])
1516
1629
  ])
1517
- m4trace:/usr/local/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
1518
- m4trace:/usr/local/share/aclocal/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2'
1519
- macro_revision='1.3337'
1630
+ m4trace:/usr/local/share/aclocal/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
1631
+ m4trace:/usr/local/share/aclocal/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
1632
+ macro_revision='2.4.6'
1520
1633
  _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
1521
1634
  _LT_DECL(, macro_revision, 0)
1522
1635
  ])
1523
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
1524
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
1525
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
1526
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
1527
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR])
1528
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
1529
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN])
1530
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
1531
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK])
1532
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
1533
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
1534
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
1535
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
1536
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
1537
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR])
1538
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
1539
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
1540
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC])
1541
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU])
1542
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
1543
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
1544
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
1545
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
1546
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
1547
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
1548
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
1549
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP])
1550
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
1551
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
1552
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
1553
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
1554
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
1555
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX])
1556
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77])
1557
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
1558
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
1559
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
1560
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
1561
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
1562
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
1563
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
1564
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
1565
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
1566
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
1567
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
1568
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
1569
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
1570
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:93: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
1571
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:96: -1- AC_DEFUN([_LT_PROG_F77])
1572
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_FC])
1573
- m4trace:/usr/local/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_CXX])
1574
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.14'
1636
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
1637
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
1638
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
1639
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
1640
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
1641
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
1642
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
1643
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
1644
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
1645
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
1646
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
1647
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
1648
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
1649
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
1650
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
1651
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
1652
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
1653
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
1654
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
1655
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
1656
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
1657
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
1658
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
1659
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
1660
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
1661
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
1662
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
1663
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
1664
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
1665
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
1666
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
1667
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
1668
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
1669
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
1670
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
1671
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
1672
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
1673
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
1674
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
1675
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
1676
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
1677
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
1678
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
1679
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
1680
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
1681
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
1682
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
1683
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
1684
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
1685
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
1686
+ m4trace:/usr/local/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
1687
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15'
1575
1688
  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1576
1689
  dnl require some minimum version. Point them to the right macro.
1577
- m4_if([$1], [1.14.1], [],
1690
+ m4_if([$1], [1.15.1], [],
1578
1691
  [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1579
1692
  ])
1580
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.14.1])dnl
1693
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl
1581
1694
  m4_ifndef([AC_AUTOCONF_VERSION],
1582
1695
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1583
1696
  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1584
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/as.m4:19: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code.
1697
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/as.m4:19: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code.
1585
1698
  AC_REQUIRE([AC_PROG_CC])
1586
1699
  test "${CCAS+set}" = set || CCAS=$CC
1587
1700
  test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
@@ -1589,12 +1702,11 @@ AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
1589
1702
  AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
1590
1703
  _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
1591
1704
  ])
1592
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
1593
- AC_PREREQ([2.50])dnl
1594
- # expand $ac_aux_dir to an absolute path
1595
- am_aux_dir=`cd $ac_aux_dir && pwd`
1705
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/auxdir.m4:51: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1706
+ # Expand $ac_aux_dir to an absolute path.
1707
+ am_aux_dir=`cd "$ac_aux_dir" && pwd`
1596
1708
  ])
1597
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
1709
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
1598
1710
  m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
1599
1711
  [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1600
1712
  AC_SUBST([$1_TRUE])dnl
@@ -1614,7 +1726,7 @@ AC_CONFIG_COMMANDS_PRE(
1614
1726
  AC_MSG_ERROR([[conditional "$1" was never defined.
1615
1727
  Usually this means the macro was only invoked conditionally.]])
1616
1728
  fi])])
1617
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
1729
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:156: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
1618
1730
  AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
1619
1731
  AC_REQUIRE([AM_MAKE_INCLUDE])dnl
1620
1732
  AC_REQUIRE([AM_DEP_TRACK])dnl
@@ -1744,10 +1856,10 @@ AM_CONDITIONAL([am__fastdep$1], [
1744
1856
  test "x$enable_dependency_tracking" != xno \
1745
1857
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
1746
1858
  ])
1747
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1859
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:166: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1748
1860
  AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1749
1861
  ])
1750
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depend.m4:189: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
1862
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depend.m4:189: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
1751
1863
  AS_HELP_STRING(
1752
1864
  [--enable-dependency-tracking],
1753
1865
  [do not reject slow dependency extractors])
@@ -1765,7 +1877,7 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1765
1877
  AC_SUBST([am__nodep])dnl
1766
1878
  _AM_SUBST_NOTMAKE([am__nodep])dnl
1767
1879
  ])
1768
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depout.m4:61: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
1880
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depout.m4:61: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
1769
1881
  # Older Autoconf quotes --file arguments for eval, but not when files
1770
1882
  # are listed without --file. Let's play safe and only enable the eval
1771
1883
  # if we detect the quoting.
@@ -1814,11 +1926,11 @@ m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depout.m4:61: -1- A
1814
1926
  done
1815
1927
  }
1816
1928
  ])
1817
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
1929
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
1818
1930
  [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1819
1931
  [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1820
1932
  ])
1821
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/init.m4:167: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
1933
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/init.m4:171: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
1822
1934
  dnl Autoconf wants to disallow AM_ names. We explicitly allow
1823
1935
  dnl the ones we care about.
1824
1936
  m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -1881,8 +1993,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1881
1993
  # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1882
1994
  # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1883
1995
  AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1884
- # We need awk for the "check" target. The system "awk" is bad on
1885
- # some platforms.
1996
+ # We need awk for the "check" target (and possibly the TAP driver). The
1997
+ # system "awk" is bad on some platforms.
1886
1998
  AC_REQUIRE([AC_PROG_AWK])dnl
1887
1999
  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1888
2000
  AC_REQUIRE([AM_SET_LEADING_DOT])dnl
@@ -1955,8 +2067,12 @@ to "yes", and re-run configure.
1955
2067
  END
1956
2068
  AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1957
2069
  fi
1958
- fi])
1959
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/init.m4:194: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
2070
+ fi
2071
+ dnl The trailing newline in this macro's definition is deliberate, for
2072
+ dnl backward compatibility and to allow trailing 'dnl'-style comments
2073
+ dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
2074
+ ])
2075
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/init.m4:198: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1960
2076
  _am_arg=$1
1961
2077
  _am_stamp_count=1
1962
2078
  for _am_header in $config_headers :; do
@@ -1968,8 +2084,8 @@ for _am_header in $config_headers :; do
1968
2084
  esac
1969
2085
  done
1970
2086
  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1971
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/install-sh.m4:21: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1972
- if test x"${install_sh}" != xset; then
2087
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/install-sh.m4:21: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2088
+ if test x"${install_sh+set}" != xset; then
1973
2089
  case $am_aux_dir in
1974
2090
  *\ * | *\ *)
1975
2091
  install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
@@ -1978,7 +2094,7 @@ if test x"${install_sh}" != xset; then
1978
2094
  esac
1979
2095
  fi
1980
2096
  AC_SUBST([install_sh])])
1981
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/lead-dot.m4:19: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
2097
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/lead-dot.m4:19: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1982
2098
  mkdir .tst 2>/dev/null
1983
2099
  if test -d .tst; then
1984
2100
  am__leading_dot=.
@@ -1987,7 +2103,7 @@ else
1987
2103
  fi
1988
2104
  rmdir .tst 2>/dev/null
1989
2105
  AC_SUBST([am__leading_dot])])
1990
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/maintainer.m4:35: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
2106
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/maintainer.m4:35: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
1991
2107
  [enable], [m4_define([am_maintainer_other], [disable])],
1992
2108
  [disable], [m4_define([am_maintainer_other], [enable])],
1993
2109
  [m4_define([am_maintainer_other], [enable])
@@ -2006,7 +2122,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
2006
2122
  AC_SUBST([MAINT])dnl
2007
2123
 
2008
2124
  ])
2009
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/make.m4:49: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
2125
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/make.m4:49: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
2010
2126
  cat > confinc << 'END'
2011
2127
  am__doit:
2012
2128
  @echo this is the am__doit target
@@ -2043,10 +2159,10 @@ AC_SUBST([am__quote])
2043
2159
  AC_MSG_RESULT([$_am_result])
2044
2160
  rm -f confinc confmf
2045
2161
  ])
2046
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
2162
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
2047
2163
  $1=${$1-"${am_missing_run}$2"}
2048
2164
  AC_SUBST($1)])
2049
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/missing.m4:38: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2165
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/missing.m4:38: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2050
2166
  AC_REQUIRE_AUX_FILE([missing])dnl
2051
2167
  if test x"${MISSING+set}" != xset; then
2052
2168
  case $am_aux_dir in
@@ -2064,11 +2180,11 @@ else
2064
2180
  AC_MSG_WARN(['missing' script is too old or missing])
2065
2181
  fi
2066
2182
  ])
2067
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/options.m4:12: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
2068
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/options.m4:18: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
2069
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/options.m4:24: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
2070
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/options.m4:30: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
2071
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/prog-cc-c-o.m4:44: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2183
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:12: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
2184
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:18: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
2185
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:24: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
2186
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/options.m4:30: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
2187
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/prog-cc-c-o.m4:44: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2072
2188
  AC_REQUIRE_AUX_FILE([compile])dnl
2073
2189
  AC_LANG_PUSH([C])dnl
2074
2190
  AC_CACHE_CHECK(
@@ -2100,13 +2216,13 @@ if test "$am_cv_prog_cc_c_o" != yes; then
2100
2216
  CC="$am_aux_dir/compile $CC"
2101
2217
  fi
2102
2218
  AC_LANG_POP([C])])
2103
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
2104
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
2219
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
2220
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
2105
2221
  ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
2106
2222
  ac_status=$?
2107
2223
  echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2108
2224
  (exit $ac_status); }])
2109
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/sanity.m4:82: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
2225
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/sanity.m4:82: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
2110
2226
  # Reject unsafe characters in $srcdir or the absolute working directory
2111
2227
  # name. Accept space and tab only in the latter.
2112
2228
  am_lf='
@@ -2177,7 +2293,7 @@ AC_CONFIG_COMMANDS_PRE(
2177
2293
  AC_MSG_RESULT([done])])
2178
2294
  rm -f conftest.file
2179
2295
  ])
2180
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/silent.m4:60: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
2296
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/silent.m4:60: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
2181
2297
  AS_HELP_STRING(
2182
2298
  [--enable-silent-rules],
2183
2299
  [less verbose build output (undo: "make V=1")])
@@ -2225,7 +2341,7 @@ AM_BACKSLASH='\'
2225
2341
  AC_SUBST([AM_BACKSLASH])dnl
2226
2342
  _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
2227
2343
  ])
2228
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2344
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
2229
2345
  # Installed binaries are usually stripped using 'strip' when the user
2230
2346
  # run "make install-strip". However 'strip' might not be the right
2231
2347
  # tool to use in cross-compilation environments, therefore Automake
@@ -2236,9 +2352,9 @@ if test "$cross_compiling" != no; then
2236
2352
  fi
2237
2353
  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2238
2354
  AC_SUBST([INSTALL_STRIP_PROGRAM])])
2239
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
2240
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
2241
- m4trace:/usr/local/Cellar/automake/1.14.1/share/aclocal-1.14/tar.m4:132: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
2355
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
2356
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
2357
+ m4trace:/usr/local/Cellar/automake/1.15.1/share/aclocal-1.15/tar.m4:132: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used
2242
2358
  # in the wild :-( We should find a proper way to deprecate it ...
2243
2359
  AC_SUBST([AMTAR], ['$${TAR-tar}'])
2244
2360
 
@@ -2347,35 +2463,680 @@ m4_if([$1], [v7],
2347
2463
  AC_SUBST([am__tar])
2348
2464
  AC_SUBST([am__untar])
2349
2465
  ])
2350
- m4trace:m4/ax_check_compile_flag.m4:73: -1- AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.59)dnl for _AC_LANG_PREFIX
2466
+ m4trace:m4/ax_check_catchable_segv.m4:42: -1- AC_DEFUN([AX_CHECK_CATCHABLE_SEGV], [dnl
2467
+ AC_PREREQ(2.64)
2468
+ AS_VAR_PUSHDEF([CACHEVAR], [ax_cv_check_[]_AC_LANG_ABBREV[]CATCHABLE_SEGV])dnl
2469
+ AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], CACHEVAR, [
2470
+ AC_RUN_IFELSE([
2471
+ AC_LANG_PROGRAM([[
2472
+ #include <signal.h>
2473
+ #include <stdlib.h>
2474
+ static void sig(int _) { exit(0); }
2475
+ ]], [[
2476
+ volatile unsigned char * volatile x = (volatile unsigned char *) malloc(8);
2477
+ size_t i;
2478
+
2479
+ signal(SIGSEGV, sig);
2480
+ signal(SIGBUS, sig);
2481
+ #if !defined(__SANITIZE_ADDRESS__) && !defined(__EMSCRIPTEN__)
2482
+ for (i = 0; i < 10000000; i += 1024) { x[-i] = x[i] = (unsigned char) i; }
2483
+ #endif
2484
+ free((void *) x);
2485
+ exit(1)
2486
+ ]])],
2487
+ [AS_VAR_SET(CACHEVAR, [yes])],
2488
+ [AS_VAR_SET(CACHEVAR, [no])],
2489
+ [AS_VAR_SET(CACHEVAR, [unknown])]
2490
+ )
2491
+ ])
2492
+ AS_VAR_IF(CACHEVAR, yes,
2493
+ [AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
2494
+ [AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance.])]
2495
+ )
2496
+ AS_VAR_POPDEF([CACHEVAR])dnl
2497
+ ])
2498
+ m4trace:m4/ax_check_compile_flag.m4:75: -1- AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
2351
2499
  AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
2352
2500
  AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
2353
2501
  ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
2354
2502
  _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
2355
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]],
2356
- [[char x[42U], fodder = 0;if (fodder > -1000 && fgets(x,1000,stdin)) puts(x)]])],
2503
+ AC_TRY_LINK([#include <time.h>],
2504
+ [time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x],
2357
2505
  [AS_VAR_SET(CACHEVAR,[yes])],
2358
2506
  [AS_VAR_SET(CACHEVAR,[no])])
2359
2507
  _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
2360
- AS_IF([test x"AS_VAR_GET(CACHEVAR)" = xyes],
2508
+ AS_VAR_IF(CACHEVAR,yes,
2361
2509
  [m4_default([$2], :)],
2362
2510
  [m4_default([$3], :)])
2363
2511
  AS_VAR_POPDEF([CACHEVAR])dnl
2364
2512
  ])
2365
- m4trace:m4/ax_check_link_flag.m4:72: -1- AC_DEFUN([AX_CHECK_LINK_FLAG], [AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
2513
+ m4trace:m4/ax_check_define.m4:49: -1- AU_DEFUN([AC_CHECK_DEFINED], [m4_if($#, 0, [AC_CHECK_DEFINE], [AC_CHECK_DEFINE($@)])])
2514
+ m4trace:m4/ax_check_define.m4:49: -1- AC_DEFUN([AC_CHECK_DEFINED], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_DEFINED' is obsolete.
2515
+ You should run autoupdate.])dnl
2516
+ m4_if($#, 0, [AC_CHECK_DEFINE], [AC_CHECK_DEFINE($@)])])
2517
+ m4trace:m4/ax_check_define.m4:62: -1- AC_DEFUN([AC_CHECK_DEFINE], [
2518
+ AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$1])dnl
2519
+ AC_CACHE_CHECK([for $1 defined], ac_var,
2520
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
2521
+ #ifdef $1
2522
+ int ok;
2523
+ #else
2524
+ choke me
2525
+ #endif
2526
+ ]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
2527
+ AS_IF([test AS_VAR_GET(ac_var) != "no"], [$2], [$3])dnl
2528
+ AS_VAR_POPDEF([ac_var])dnl
2529
+ ])
2530
+ m4trace:m4/ax_check_define.m4:64: -1- AU_DEFUN([AX_CHECK_DEFINED], [m4_if($#, 0, [AX_CHECK_DEFINE], [AX_CHECK_DEFINE($@)])])
2531
+ m4trace:m4/ax_check_define.m4:64: -1- AC_DEFUN([AX_CHECK_DEFINED], [AC_DIAGNOSE([obsolete], [The macro `AX_CHECK_DEFINED' is obsolete.
2532
+ You should run autoupdate.])dnl
2533
+ m4_if($#, 0, [AX_CHECK_DEFINE], [AX_CHECK_DEFINE($@)])])
2534
+ m4trace:m4/ax_check_define.m4:77: -1- AC_DEFUN([AX_CHECK_DEFINE], [
2535
+ AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$2_$1])dnl
2536
+ AC_CACHE_CHECK([for $2 defined in $1], ac_var,
2537
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <$1>]], [[
2538
+ #ifdef $2
2539
+ int ok;
2540
+ #else
2541
+ choke me
2542
+ #endif
2543
+ ]])],[AS_VAR_SET(ac_var, yes)],[AS_VAR_SET(ac_var, no)]))
2544
+ AS_IF([test AS_VAR_GET(ac_var) != "no"], [$3], [$4])dnl
2545
+ AS_VAR_POPDEF([ac_var])dnl
2546
+ ])
2547
+ m4trace:m4/ax_check_define.m4:92: -1- AC_DEFUN([AX_CHECK_FUNC], [AS_VAR_PUSHDEF([ac_var], [ac_cv_func_$2])dnl
2548
+ AC_CACHE_CHECK([for $2], ac_var,
2549
+ dnl AC_LANG_FUNC_LINK_TRY
2550
+ [AC_LINK_IFELSE([AC_LANG_PROGRAM([$1
2551
+ #undef $2
2552
+ char $2 ();],[
2553
+ char (*f) () = $2;
2554
+ return f != $2; ])],
2555
+ [AS_VAR_SET(ac_var, yes)],
2556
+ [AS_VAR_SET(ac_var, no)])])
2557
+ AS_IF([test AS_VAR_GET(ac_var) = yes], [$3], [$4])dnl
2558
+ AS_VAR_POPDEF([ac_var])dnl
2559
+ ])
2560
+ m4trace:m4/ax_check_link_flag.m4:75: -1- AC_DEFUN([AX_CHECK_LINK_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
2561
+ AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
2366
2562
  AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
2367
2563
  ax_check_save_flags=$LDFLAGS
2368
2564
  LDFLAGS="$LDFLAGS $4 $1"
2369
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>]],
2370
- [[char x[42U];if (fgets(x,1000,stdin)) puts(x)]])],
2565
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]],
2566
+ [[time_t x; int fodder = 0; if (fodder > -1000 && time(&x)) return (int) x]])],
2371
2567
  [AS_VAR_SET(CACHEVAR,[yes])],
2372
2568
  [AS_VAR_SET(CACHEVAR,[no])])
2373
2569
  LDFLAGS=$ax_check_save_flags])
2374
- AS_IF([test x"AS_VAR_GET(CACHEVAR)" = xyes],
2570
+ AS_VAR_IF(CACHEVAR,yes,
2375
2571
  [m4_default([$2], :)],
2376
2572
  [m4_default([$3], :)])
2377
2573
  AS_VAR_POPDEF([CACHEVAR])dnl
2378
2574
  ])
2575
+ m4trace:m4/ax_pthread.m4:87: -1- AU_DEFUN([ACX_PTHREAD], [m4_if($#, 0, [AX_PTHREAD], [AX_PTHREAD($@)])])
2576
+ m4trace:m4/ax_pthread.m4:87: -1- AC_DEFUN([ACX_PTHREAD], [AC_DIAGNOSE([obsolete], [The macro `ACX_PTHREAD' is obsolete.
2577
+ You should run autoupdate.])dnl
2578
+ m4_if($#, 0, [AX_PTHREAD], [AX_PTHREAD($@)])])
2579
+ m4trace:m4/ax_pthread.m4:485: -1- AC_DEFUN([AX_PTHREAD], [
2580
+ AC_REQUIRE([AC_CANONICAL_HOST])
2581
+ AC_REQUIRE([AC_PROG_CC])
2582
+ AC_REQUIRE([AC_PROG_SED])
2583
+ AC_LANG_PUSH([C])
2584
+ ax_pthread_ok=no
2585
+
2586
+ # We used to check for pthread.h first, but this fails if pthread.h
2587
+ # requires special compiler flags (e.g. on Tru64 or Sequent).
2588
+ # It gets checked for in the link test anyway.
2589
+
2590
+ # First of all, check if the user has set any of the PTHREAD_LIBS,
2591
+ # etcetera environment variables, and if threads linking works using
2592
+ # them:
2593
+ if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then
2594
+ ax_pthread_save_CC="$CC"
2595
+ ax_pthread_save_CFLAGS="$CFLAGS"
2596
+ ax_pthread_save_LIBS="$LIBS"
2597
+ AS_IF([test "x$PTHREAD_CC" != "x"], [CC="$PTHREAD_CC"])
2598
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
2599
+ LIBS="$PTHREAD_LIBS $LIBS"
2600
+ AC_MSG_CHECKING([for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS])
2601
+ AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes])
2602
+ AC_MSG_RESULT([$ax_pthread_ok])
2603
+ if test "x$ax_pthread_ok" = "xno"; then
2604
+ PTHREAD_LIBS=""
2605
+ PTHREAD_CFLAGS=""
2606
+ fi
2607
+ CC="$ax_pthread_save_CC"
2608
+ CFLAGS="$ax_pthread_save_CFLAGS"
2609
+ LIBS="$ax_pthread_save_LIBS"
2610
+ fi
2611
+
2612
+ # We must check for the threads library under a number of different
2613
+ # names; the ordering is very important because some systems
2614
+ # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
2615
+ # libraries is broken (non-POSIX).
2616
+
2617
+ # Create a list of thread flags to try. Items starting with a "-" are
2618
+ # C compiler flags, and other items are library names, except for "none"
2619
+ # which indicates that we try without any flags at all, and "pthread-config"
2620
+ # which is a program returning the flags for the Pth emulation library.
2621
+
2622
+ ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
2623
+
2624
+ # The ordering *is* (sometimes) important. Some notes on the
2625
+ # individual items follow:
2626
+
2627
+ # pthreads: AIX (must check this before -lpthread)
2628
+ # none: in case threads are in libc; should be tried before -Kthread and
2629
+ # other compiler flags to prevent continual compiler warnings
2630
+ # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
2631
+ # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64
2632
+ # (Note: HP C rejects this with "bad form for `-t' option")
2633
+ # -pthreads: Solaris/gcc (Note: HP C also rejects)
2634
+ # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
2635
+ # doesn't hurt to check since this sometimes defines pthreads and
2636
+ # -D_REENTRANT too), HP C (must be checked before -lpthread, which
2637
+ # is present but should not be used directly; and before -mthreads,
2638
+ # because the compiler interprets this as "-mt" + "-hreads")
2639
+ # -mthreads: Mingw32/gcc, Lynx/gcc
2640
+ # pthread: Linux, etcetera
2641
+ # --thread-safe: KAI C++
2642
+ # pthread-config: use pthread-config program (for GNU Pth library)
2643
+
2644
+ case $host_os in
2645
+
2646
+ freebsd*)
2647
+
2648
+ # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
2649
+ # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
2650
+
2651
+ ax_pthread_flags="-kthread lthread $ax_pthread_flags"
2652
+ ;;
2653
+
2654
+ hpux*)
2655
+
2656
+ # From the cc(1) man page: "[-mt] Sets various -D flags to enable
2657
+ # multi-threading and also sets -lpthread."
2658
+
2659
+ ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags"
2660
+ ;;
2661
+
2662
+ openedition*)
2663
+
2664
+ # IBM z/OS requires a feature-test macro to be defined in order to
2665
+ # enable POSIX threads at all, so give the user a hint if this is
2666
+ # not set. (We don't define these ourselves, as they can affect
2667
+ # other portions of the system API in unpredictable ways.)
2668
+
2669
+ AC_EGREP_CPP([AX_PTHREAD_ZOS_MISSING],
2670
+ [
2671
+ # if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS)
2672
+ AX_PTHREAD_ZOS_MISSING
2673
+ # endif
2674
+ ],
2675
+ [AC_MSG_WARN([IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support.])])
2676
+ ;;
2677
+
2678
+ solaris*)
2679
+
2680
+ # On Solaris (at least, for some versions), libc contains stubbed
2681
+ # (non-functional) versions of the pthreads routines, so link-based
2682
+ # tests will erroneously succeed. (N.B.: The stubs are missing
2683
+ # pthread_cleanup_push, or rather a function called by this macro,
2684
+ # so we could check for that, but who knows whether they'll stub
2685
+ # that too in a future libc.) So we'll check first for the
2686
+ # standard Solaris way of linking pthreads (-mt -lpthread).
2687
+
2688
+ ax_pthread_flags="-mt,pthread pthread $ax_pthread_flags"
2689
+ ;;
2690
+ esac
2691
+
2692
+ # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC)
2693
+
2694
+ AS_IF([test "x$GCC" = "xyes"],
2695
+ [ax_pthread_flags="-pthread -pthreads $ax_pthread_flags"])
2696
+
2697
+ # The presence of a feature test macro requesting re-entrant function
2698
+ # definitions is, on some systems, a strong hint that pthreads support is
2699
+ # correctly enabled
2700
+
2701
+ case $host_os in
2702
+ darwin* | hpux* | linux* | osf* | solaris*)
2703
+ ax_pthread_check_macro="_REENTRANT"
2704
+ ;;
2705
+
2706
+ aix*)
2707
+ ax_pthread_check_macro="_THREAD_SAFE"
2708
+ ;;
2709
+
2710
+ *)
2711
+ ax_pthread_check_macro="--"
2712
+ ;;
2713
+ esac
2714
+ AS_IF([test "x$ax_pthread_check_macro" = "x--"],
2715
+ [ax_pthread_check_cond=0],
2716
+ [ax_pthread_check_cond="!defined($ax_pthread_check_macro)"])
2717
+
2718
+ # Are we compiling with Clang?
2719
+
2720
+ AC_CACHE_CHECK([whether $CC is Clang],
2721
+ [ax_cv_PTHREAD_CLANG],
2722
+ [ax_cv_PTHREAD_CLANG=no
2723
+ # Note that Autoconf sets GCC=yes for Clang as well as GCC
2724
+ if test "x$GCC" = "xyes"; then
2725
+ AC_EGREP_CPP([AX_PTHREAD_CC_IS_CLANG],
2726
+ [/* Note: Clang 2.7 lacks __clang_[a-z]+__ */
2727
+ # if defined(__clang__) && defined(__llvm__)
2728
+ AX_PTHREAD_CC_IS_CLANG
2729
+ # endif
2730
+ ],
2731
+ [ax_cv_PTHREAD_CLANG=yes])
2732
+ fi
2733
+ ])
2734
+ ax_pthread_clang="$ax_cv_PTHREAD_CLANG"
2735
+
2736
+ ax_pthread_clang_warning=no
2737
+
2738
+ # Clang needs special handling, because older versions handle the -pthread
2739
+ # option in a rather... idiosyncratic way
2740
+
2741
+ if test "x$ax_pthread_clang" = "xyes"; then
2742
+
2743
+ # Clang takes -pthread; it has never supported any other flag
2744
+
2745
+ # (Note 1: This will need to be revisited if a system that Clang
2746
+ # supports has POSIX threads in a separate library. This tends not
2747
+ # to be the way of modern systems, but it's conceivable.)
2748
+
2749
+ # (Note 2: On some systems, notably Darwin, -pthread is not needed
2750
+ # to get POSIX threads support; the API is always present and
2751
+ # active. We could reasonably leave PTHREAD_CFLAGS empty. But
2752
+ # -pthread does define _REENTRANT, and while the Darwin headers
2753
+ # ignore this macro, third-party headers might not.)
2754
+
2755
+ PTHREAD_CFLAGS="-pthread"
2756
+ PTHREAD_LIBS=
2757
+
2758
+ ax_pthread_ok=yes
2759
+
2760
+ # However, older versions of Clang make a point of warning the user
2761
+ # that, in an invocation where only linking and no compilation is
2762
+ # taking place, the -pthread option has no effect ("argument unused
2763
+ # during compilation"). They expect -pthread to be passed in only
2764
+ # when source code is being compiled.
2765
+ #
2766
+ # Problem is, this is at odds with the way Automake and most other
2767
+ # C build frameworks function, which is that the same flags used in
2768
+ # compilation (CFLAGS) are also used in linking. Many systems
2769
+ # supported by AX_PTHREAD require exactly this for POSIX threads
2770
+ # support, and in fact it is often not straightforward to specify a
2771
+ # flag that is used only in the compilation phase and not in
2772
+ # linking. Such a scenario is extremely rare in practice.
2773
+ #
2774
+ # Even though use of the -pthread flag in linking would only print
2775
+ # a warning, this can be a nuisance for well-run software projects
2776
+ # that build with -Werror. So if the active version of Clang has
2777
+ # this misfeature, we search for an option to squash it.
2778
+
2779
+ AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -pthread],
2780
+ [ax_cv_PTHREAD_CLANG_NO_WARN_FLAG],
2781
+ [ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=unknown
2782
+ # Create an alternate version of $ac_link that compiles and
2783
+ # links in two steps (.c -> .o, .o -> exe) instead of one
2784
+ # (.c -> exe), because the warning occurs only in the second
2785
+ # step
2786
+ ax_pthread_save_ac_link="$ac_link"
2787
+ ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
2788
+ ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
2789
+ ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
2790
+ ax_pthread_save_CFLAGS="$CFLAGS"
2791
+ for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
2792
+ AS_IF([test "x$ax_pthread_try" = "xunknown"], [break])
2793
+ CFLAGS="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
2794
+ ac_link="$ax_pthread_save_ac_link"
2795
+ AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])],
2796
+ [ac_link="$ax_pthread_2step_ac_link"
2797
+ AC_LINK_IFELSE([AC_LANG_SOURCE([[int main(void){return 0;}]])],
2798
+ [break])
2799
+ ])
2800
+ done
2801
+ ac_link="$ax_pthread_save_ac_link"
2802
+ CFLAGS="$ax_pthread_save_CFLAGS"
2803
+ AS_IF([test "x$ax_pthread_try" = "x"], [ax_pthread_try=no])
2804
+ ax_cv_PTHREAD_CLANG_NO_WARN_FLAG="$ax_pthread_try"
2805
+ ])
2806
+
2807
+ case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in
2808
+ no | unknown) ;;
2809
+ *) PTHREAD_CFLAGS="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;;
2810
+ esac
2811
+
2812
+ fi # $ax_pthread_clang = yes
2813
+
2814
+ if test "x$ax_pthread_ok" = "xno"; then
2815
+ for ax_pthread_try_flag in $ax_pthread_flags; do
2816
+
2817
+ case $ax_pthread_try_flag in
2818
+ none)
2819
+ AC_MSG_CHECKING([whether pthreads work without any flags])
2820
+ ;;
2821
+
2822
+ -mt,pthread)
2823
+ AC_MSG_CHECKING([whether pthreads work with -mt -lpthread])
2824
+ PTHREAD_CFLAGS="-mt"
2825
+ PTHREAD_LIBS="-lpthread"
2826
+ ;;
2827
+
2828
+ -*)
2829
+ AC_MSG_CHECKING([whether pthreads work with $ax_pthread_try_flag])
2830
+ PTHREAD_CFLAGS="$ax_pthread_try_flag"
2831
+ ;;
2832
+
2833
+ pthread-config)
2834
+ AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no])
2835
+ AS_IF([test "x$ax_pthread_config" = "xno"], [continue])
2836
+ PTHREAD_CFLAGS="`pthread-config --cflags`"
2837
+ PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
2838
+ ;;
2839
+
2840
+ *)
2841
+ AC_MSG_CHECKING([for the pthreads library -l$ax_pthread_try_flag])
2842
+ PTHREAD_LIBS="-l$ax_pthread_try_flag"
2843
+ ;;
2844
+ esac
2845
+
2846
+ ax_pthread_save_CFLAGS="$CFLAGS"
2847
+ ax_pthread_save_LIBS="$LIBS"
2848
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
2849
+ LIBS="$PTHREAD_LIBS $LIBS"
2850
+
2851
+ # Check for various functions. We must include pthread.h,
2852
+ # since some functions may be macros. (On the Sequent, we
2853
+ # need a special flag -Kthread to make this header compile.)
2854
+ # We check for pthread_join because it is in -lpthread on IRIX
2855
+ # while pthread_create is in libc. We check for pthread_attr_init
2856
+ # due to DEC craziness with -lpthreads. We check for
2857
+ # pthread_cleanup_push because it is one of the few pthread
2858
+ # functions on Solaris that doesn't have a non-functional libc stub.
2859
+ # We try pthread_create on general principles.
2860
+
2861
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pthread.h>
2862
+ # if $ax_pthread_check_cond
2863
+ # error "$ax_pthread_check_macro must be defined"
2864
+ # endif
2865
+ static void routine(void *a) { a = 0; }
2866
+ static void *start_routine(void *a) { return a; }],
2867
+ [pthread_t th; pthread_attr_t attr;
2868
+ pthread_create(&th, 0, start_routine, 0);
2869
+ pthread_join(th, 0);
2870
+ pthread_attr_init(&attr);
2871
+ pthread_cleanup_push(routine, 0);
2872
+ pthread_cleanup_pop(0) /* ; */])],
2873
+ [ax_pthread_ok=yes],
2874
+ [])
2875
+
2876
+ CFLAGS="$ax_pthread_save_CFLAGS"
2877
+ LIBS="$ax_pthread_save_LIBS"
2878
+
2879
+ AC_MSG_RESULT([$ax_pthread_ok])
2880
+ AS_IF([test "x$ax_pthread_ok" = "xyes"], [break])
2881
+
2882
+ PTHREAD_LIBS=""
2883
+ PTHREAD_CFLAGS=""
2884
+ done
2885
+ fi
2886
+
2887
+ # Various other checks:
2888
+ if test "x$ax_pthread_ok" = "xyes"; then
2889
+ ax_pthread_save_CFLAGS="$CFLAGS"
2890
+ ax_pthread_save_LIBS="$LIBS"
2891
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
2892
+ LIBS="$PTHREAD_LIBS $LIBS"
2893
+
2894
+ # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
2895
+ AC_CACHE_CHECK([for joinable pthread attribute],
2896
+ [ax_cv_PTHREAD_JOINABLE_ATTR],
2897
+ [ax_cv_PTHREAD_JOINABLE_ATTR=unknown
2898
+ for ax_pthread_attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
2899
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pthread.h>],
2900
+ [int attr = $ax_pthread_attr; return attr /* ; */])],
2901
+ [ax_cv_PTHREAD_JOINABLE_ATTR=$ax_pthread_attr; break],
2902
+ [])
2903
+ done
2904
+ ])
2905
+ AS_IF([test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \
2906
+ test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \
2907
+ test "x$ax_pthread_joinable_attr_defined" != "xyes"],
2908
+ [AC_DEFINE_UNQUOTED([PTHREAD_CREATE_JOINABLE],
2909
+ [$ax_cv_PTHREAD_JOINABLE_ATTR],
2910
+ [Define to necessary symbol if this constant
2911
+ uses a non-standard name on your system.])
2912
+ ax_pthread_joinable_attr_defined=yes
2913
+ ])
2914
+
2915
+ AC_CACHE_CHECK([whether more special flags are required for pthreads],
2916
+ [ax_cv_PTHREAD_SPECIAL_FLAGS],
2917
+ [ax_cv_PTHREAD_SPECIAL_FLAGS=no
2918
+ case $host_os in
2919
+ solaris*)
2920
+ ax_cv_PTHREAD_SPECIAL_FLAGS="-D_POSIX_PTHREAD_SEMANTICS"
2921
+ ;;
2922
+ esac
2923
+ ])
2924
+ AS_IF([test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \
2925
+ test "x$ax_pthread_special_flags_added" != "xyes"],
2926
+ [PTHREAD_CFLAGS="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS"
2927
+ ax_pthread_special_flags_added=yes])
2928
+
2929
+ AC_CACHE_CHECK([for PTHREAD_PRIO_INHERIT],
2930
+ [ax_cv_PTHREAD_PRIO_INHERIT],
2931
+ [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <pthread.h>]],
2932
+ [[int i = PTHREAD_PRIO_INHERIT;]])],
2933
+ [ax_cv_PTHREAD_PRIO_INHERIT=yes],
2934
+ [ax_cv_PTHREAD_PRIO_INHERIT=no])
2935
+ ])
2936
+ AS_IF([test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \
2937
+ test "x$ax_pthread_prio_inherit_defined" != "xyes"],
2938
+ [AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], [1], [Have PTHREAD_PRIO_INHERIT.])
2939
+ ax_pthread_prio_inherit_defined=yes
2940
+ ])
2941
+
2942
+ CFLAGS="$ax_pthread_save_CFLAGS"
2943
+ LIBS="$ax_pthread_save_LIBS"
2944
+
2945
+ # More AIX lossage: compile with *_r variant
2946
+ if test "x$GCC" != "xyes"; then
2947
+ case $host_os in
2948
+ aix*)
2949
+ AS_CASE(["x/$CC"],
2950
+ [x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6],
2951
+ [#handle absolute path differently from PATH based program lookup
2952
+ AS_CASE(["x$CC"],
2953
+ [x/*],
2954
+ [AS_IF([AS_EXECUTABLE_P([${CC}_r])],[PTHREAD_CC="${CC}_r"])],
2955
+ [AC_CHECK_PROGS([PTHREAD_CC],[${CC}_r],[$CC])])])
2956
+ ;;
2957
+ esac
2958
+ fi
2959
+ fi
2960
+
2961
+ test -n "$PTHREAD_CC" || PTHREAD_CC="$CC"
2962
+
2963
+ AC_SUBST([PTHREAD_LIBS])
2964
+ AC_SUBST([PTHREAD_CFLAGS])
2965
+ AC_SUBST([PTHREAD_CC])
2966
+
2967
+ # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
2968
+ if test "x$ax_pthread_ok" = "xyes"; then
2969
+ ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],[$1])
2970
+ :
2971
+ else
2972
+ ax_pthread_ok=no
2973
+ $2
2974
+ fi
2975
+ AC_LANG_POP
2976
+ ])
2977
+ m4trace:m4/ax_valgrind_check.m4:80: -1- AC_DEFUN([AX_VALGRIND_DFLT], [
2978
+ m4_define([en_dflt_valgrind_$1], [$2])
2979
+ ])
2980
+ m4trace:m4/ax_valgrind_check.m4:241: -1- AC_DEFUN([AX_VALGRIND_CHECK], [
2981
+ dnl Check for --enable-valgrind
2982
+ AC_ARG_ENABLE([valgrind],
2983
+ [AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests (requires GNU make)])],
2984
+ [enable_valgrind=$enableval],[enable_valgrind=no])
2985
+
2986
+ AS_IF([test "$enable_valgrind" != "no"],[
2987
+ # Check for Valgrind.
2988
+ AC_CHECK_PROG([VALGRIND],[valgrind],[valgrind])
2989
+ AS_IF([test "$VALGRIND" = ""],[
2990
+ AS_IF([test "$enable_valgrind" = "yes"],[
2991
+ AC_MSG_ERROR([Could not find valgrind; either install it or reconfigure with --disable-valgrind])
2992
+ ],[
2993
+ enable_valgrind=no
2994
+ ])
2995
+ ],[
2996
+ enable_valgrind=yes
2997
+ ])
2998
+ ])
2999
+
3000
+ AM_CONDITIONAL([VALGRIND_ENABLED],[test "$enable_valgrind" = "yes"])
3001
+ AC_SUBST([VALGRIND_ENABLED],[$enable_valgrind])
3002
+
3003
+ # Check for Valgrind tools we care about.
3004
+ [valgrind_enabled_tools=]
3005
+ m4_foreach([vgtool],[valgrind_tool_list],[
3006
+ AC_ARG_ENABLE([valgrind-]vgtool,
3007
+ m4_if(m4_defn([en_dflt_valgrind_]vgtool),[off],dnl
3008
+ [AS_HELP_STRING([--enable-valgrind-]vgtool, [Whether to use ]vgtool[ during the Valgrind tests])],dnl
3009
+ [AS_HELP_STRING([--disable-valgrind-]vgtool, [Whether to skip ]vgtool[ during the Valgrind tests])]),
3010
+ [enable_valgrind_]vgtool[=$enableval],
3011
+ [enable_valgrind_]vgtool[=])
3012
+ AS_IF([test "$enable_valgrind" = "no"],[
3013
+ enable_valgrind_]vgtool[=no],
3014
+ [test "$enable_valgrind_]vgtool[" ]dnl
3015
+ m4_if(m4_defn([en_dflt_valgrind_]vgtool), [off], [= "yes"], [!= "no"]),[
3016
+ AC_CACHE_CHECK([for Valgrind tool ]vgtool,
3017
+ [ax_cv_valgrind_tool_]vgtool,[
3018
+ ax_cv_valgrind_tool_]vgtool[=no
3019
+ m4_set_contains([valgrind_exp_tool_set],vgtool,
3020
+ [m4_define([vgtoolx],[exp-]vgtool)],
3021
+ [m4_define([vgtoolx],vgtool)])
3022
+ AS_IF([`$VALGRIND --tool=]vgtoolx[ --help >/dev/null 2>&1`],[
3023
+ ax_cv_valgrind_tool_]vgtool[=yes
3024
+ ])
3025
+ ])
3026
+ AS_IF([test "$ax_cv_valgrind_tool_]vgtool[" = "no"],[
3027
+ AS_IF([test "$enable_valgrind_]vgtool[" = "yes"],[
3028
+ AC_MSG_ERROR([Valgrind does not support ]vgtool[; reconfigure with --disable-valgrind-]vgtool)
3029
+ ],[
3030
+ enable_valgrind_]vgtool[=no
3031
+ ])
3032
+ ],[
3033
+ enable_valgrind_]vgtool[=yes
3034
+ ])
3035
+ ])
3036
+ AS_IF([test "$enable_valgrind_]vgtool[" = "yes"],[
3037
+ valgrind_enabled_tools="$valgrind_enabled_tools ]m4_bpatsubst(vgtool,[^exp-])["
3038
+ ])
3039
+ AC_SUBST([ENABLE_VALGRIND_]vgtool,[$enable_valgrind_]vgtool)
3040
+ ])
3041
+ AC_SUBST([valgrind_tools],["]m4_join([ ], valgrind_tool_list)["])
3042
+ AC_SUBST([valgrind_enabled_tools],[$valgrind_enabled_tools])
3043
+
3044
+ [VALGRIND_CHECK_RULES='
3045
+ # Valgrind check
3046
+ #
3047
+ # Optional:
3048
+ # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
3049
+ # files to load. (Default: empty)
3050
+ # - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.
3051
+ # (Default: --num-callers=30)
3052
+ # - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
3053
+ # memcheck, helgrind, drd, sgcheck). (Default: various)
3054
+
3055
+ # Optional variables
3056
+ VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
3057
+ VALGRIND_FLAGS ?= --num-callers=30
3058
+ VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
3059
+ VALGRIND_helgrind_FLAGS ?= --history-level=approx
3060
+ VALGRIND_drd_FLAGS ?=
3061
+ VALGRIND_sgcheck_FLAGS ?=
3062
+
3063
+ # Internal use
3064
+ valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
3065
+
3066
+ valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
3067
+ valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
3068
+ valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
3069
+ valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
3070
+
3071
+ valgrind_quiet = $(valgrind_quiet_$(V))
3072
+ valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))
3073
+ valgrind_quiet_0 = --quiet
3074
+ valgrind_v_use = $(valgrind_v_use_$(V))
3075
+ valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY))
3076
+ valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%,%,$''@):;
3077
+
3078
+ # Support running with and without libtool.
3079
+ ifneq ($(LIBTOOL),)
3080
+ valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
3081
+ else
3082
+ valgrind_lt =
3083
+ endif
3084
+
3085
+ # Use recursive makes in order to ignore errors during check
3086
+ check-valgrind:
3087
+ ifeq ($(VALGRIND_ENABLED),yes)
3088
+ $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \
3089
+ $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))
3090
+ else
3091
+ @echo "Need to use GNU make and reconfigure with --enable-valgrind"
3092
+ endif
3093
+
3094
+ # Valgrind running
3095
+ VALGRIND_TESTS_ENVIRONMENT = \
3096
+ $(TESTS_ENVIRONMENT) \
3097
+ env VALGRIND=$(VALGRIND) \
3098
+ G_SLICE=always-malloc,debug-blocks \
3099
+ G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
3100
+
3101
+ VALGRIND_LOG_COMPILER = \
3102
+ $(valgrind_lt) \
3103
+ $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)
3104
+
3105
+ define valgrind_tool_rule =
3106
+ check-valgrind-$(1):
3107
+ ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes)
3108
+ $$(valgrind_v_use)$$(MAKE) check-TESTS \
3109
+ TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \
3110
+ LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \
3111
+ LOG_FLAGS="$$(valgrind_$(1)_flags)" \
3112
+ TEST_SUITE_LOG=test-suite-$(1).log
3113
+ else ifeq ($$(VALGRIND_ENABLED),yes)
3114
+ @echo "Need to reconfigure with --enable-valgrind-$(1)"
3115
+ else
3116
+ @echo "Need to reconfigure with --enable-valgrind"
3117
+ endif
3118
+ endef
3119
+
3120
+ $(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool))))
3121
+
3122
+ A''M_DISTCHECK_CONFIGURE_FLAGS ?=
3123
+ A''M_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind
3124
+
3125
+ MOSTLYCLEANFILES ?=
3126
+ MOSTLYCLEANFILES += $(valgrind_log_files)
3127
+
3128
+ .PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))
3129
+ ']
3130
+
3131
+ AS_IF([test "$enable_valgrind" != "yes"], [
3132
+ VALGRIND_CHECK_RULES='
3133
+ check-valgrind:
3134
+ @echo "Need to use GNU make and reconfigure with --enable-valgrind"'
3135
+ ])
3136
+
3137
+ AC_SUBST([VALGRIND_CHECK_RULES])
3138
+ m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])])
3139
+ ])
2379
3140
  m4trace:m4/ld-output-def.m4:29: -1- AC_DEFUN([gl_LD_OUTPUT_DEF], [
2380
3141
  AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
2381
3142
  [gl_cv_ld_output_def],
@@ -2392,122 +3153,6 @@ m4trace:m4/ld-output-def.m4:29: -1- AC_DEFUN([gl_LD_OUTPUT_DEF], [
2392
3153
  fi])
2393
3154
  AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], test "x$gl_cv_ld_output_def" = "xyes")
2394
3155
  ])
2395
- m4trace:m4/pkg.m4:48: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2396
- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
2397
- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
2398
- AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
2399
- AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
2400
- AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
2401
-
2402
- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2403
- AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
2404
- fi
2405
- if test -n "$PKG_CONFIG"; then
2406
- _pkg_min_version=m4_default([$1], [0.9.0])
2407
- AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
2408
- if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2409
- AC_MSG_RESULT([yes])
2410
- else
2411
- AC_MSG_RESULT([no])
2412
- PKG_CONFIG=""
2413
- fi
2414
- fi[]dnl
2415
- ])
2416
- m4trace:m4/pkg.m4:67: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
2417
- if test -n "$PKG_CONFIG" && \
2418
- AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
2419
- m4_default([$2], [:])
2420
- m4_ifvaln([$3], [else
2421
- $3])dnl
2422
- fi])
2423
- m4trace:m4/pkg.m4:93: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
2424
- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2425
- _pkg_short_errors_supported=yes
2426
- else
2427
- _pkg_short_errors_supported=no
2428
- fi[]dnl
2429
- ])
2430
- m4trace:m4/pkg.m4:159: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
2431
- AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
2432
- AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
2433
-
2434
- pkg_failed=no
2435
- AC_MSG_CHECKING([for $1])
2436
-
2437
- _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
2438
- _PKG_CONFIG([$1][_LIBS], [libs], [$2])
2439
-
2440
- m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
2441
- and $1[]_LIBS to avoid the need to call pkg-config.
2442
- See the pkg-config man page for more details.])
2443
-
2444
- if test $pkg_failed = yes; then
2445
- AC_MSG_RESULT([no])
2446
- _PKG_SHORT_ERRORS_SUPPORTED
2447
- if test $_pkg_short_errors_supported = yes; then
2448
- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
2449
- else
2450
- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
2451
- fi
2452
- # Put the nasty error message in config.log where it belongs
2453
- echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
2454
-
2455
- m4_default([$4], [AC_MSG_ERROR(
2456
- [Package requirements ($2) were not met:
2457
-
2458
- $$1_PKG_ERRORS
2459
-
2460
- Consider adjusting the PKG_CONFIG_PATH environment variable if you
2461
- installed software in a non-standard prefix.
2462
-
2463
- _PKG_TEXT])[]dnl
2464
- ])
2465
- elif test $pkg_failed = untried; then
2466
- AC_MSG_RESULT([no])
2467
- m4_default([$4], [AC_MSG_FAILURE(
2468
- [The pkg-config script could not be found or is too old. Make sure it
2469
- is in your PATH or set the PKG_CONFIG environment variable to the full
2470
- path to pkg-config.
2471
-
2472
- _PKG_TEXT
2473
-
2474
- To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
2475
- ])
2476
- else
2477
- $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
2478
- $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
2479
- AC_MSG_RESULT([yes])
2480
- $3
2481
- fi[]dnl
2482
- ])
2483
- m4trace:m4/pkg.m4:179: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
2484
- m4_pushdef([pkg_description],
2485
- [pkg-config installation directory @<:@]pkg_default[@:>@])
2486
- AC_ARG_WITH([pkgconfigdir],
2487
- [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
2488
- [with_pkgconfigdir=]pkg_default)
2489
- AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
2490
- m4_popdef([pkg_default])
2491
- m4_popdef([pkg_description])
2492
- ])
2493
- m4trace:m4/pkg.m4:199: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
2494
- m4_pushdef([pkg_description],
2495
- [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
2496
- AC_ARG_WITH([noarch-pkgconfigdir],
2497
- [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
2498
- [with_noarch_pkgconfigdir=]pkg_default)
2499
- AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
2500
- m4_popdef([pkg_default])
2501
- m4_popdef([pkg_description])
2502
- ])
2503
- m4trace:m4/pkg.m4:214: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
2504
- AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
2505
-
2506
- _PKG_CONFIG([$1], [variable="][$3]["], [$2])
2507
- AS_VAR_COPY([$1], [pkg_cv_][$1])
2508
-
2509
- AS_VAR_IF([$1], [""], [$5], [$4])dnl
2510
- ])
2511
3156
  m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
2512
3157
  m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
2513
3158
  m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -2559,80 +3204,80 @@ m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
2559
3204
  m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
2560
3205
  m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
2561
3206
  m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
2562
- m4trace:configure.ac:6: -1- AC_CONFIG_MACRO_DIR([m4])
2563
- m4trace:configure.ac:8: -1- m4_pattern_allow([^build$])
2564
- m4trace:configure.ac:8: -1- m4_pattern_allow([^build_cpu$])
2565
- m4trace:configure.ac:8: -1- m4_pattern_allow([^build_vendor$])
2566
- m4trace:configure.ac:8: -1- m4_pattern_allow([^build_os$])
2567
- m4trace:configure.ac:8: -1- m4_pattern_allow([^host$])
2568
- m4trace:configure.ac:8: -1- m4_pattern_allow([^host_cpu$])
2569
- m4trace:configure.ac:8: -1- m4_pattern_allow([^host_vendor$])
2570
- m4trace:configure.ac:8: -1- m4_pattern_allow([^host_os$])
2571
- m4trace:configure.ac:9: -1- AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
2572
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2573
- m4trace:configure.ac:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2574
- m4trace:configure.ac:9: -1- AM_AUTOMAKE_VERSION([1.14.1])
2575
- m4trace:configure.ac:9: -1- _AM_AUTOCONF_VERSION([2.69])
2576
- m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2577
- m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2578
- m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_DATA$])
2579
- m4trace:configure.ac:9: -1- m4_pattern_allow([^am__isrc$])
2580
- m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__isrc])
2581
- m4trace:configure.ac:9: -1- m4_pattern_allow([^CYGPATH_W$])
2582
- m4trace:configure.ac:9: -1- _AM_SET_OPTIONS([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
2583
- m4trace:configure.ac:9: -1- _AM_SET_OPTION([1.11])
2584
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([1.11])
2585
- m4trace:configure.ac:9: -1- _AM_SET_OPTION([dist-bzip2])
2586
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([dist-bzip2])
2587
- m4trace:configure.ac:9: -1- _AM_SET_OPTION([tar-ustar])
2588
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar])
2589
- m4trace:configure.ac:9: -1- _AM_SET_OPTION([foreign])
2590
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([foreign])
2591
- m4trace:configure.ac:9: -1- _AM_SET_OPTION([subdir-objects])
2592
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([subdir-objects])
2593
- m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
2594
- m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
2595
- m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
3207
+ m4trace:configure.ac:7: -1- AC_CONFIG_MACRO_DIR([m4])
3208
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^build$])
3209
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^build_cpu$])
3210
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^build_vendor$])
3211
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^build_os$])
3212
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^host$])
3213
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^host_cpu$])
3214
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^host_vendor$])
3215
+ m4trace:configure.ac:9: -1- m4_pattern_allow([^host_os$])
3216
+ m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
3217
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
3218
+ m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
3219
+ m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.15.1])
3220
+ m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.69])
3221
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
3222
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
3223
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
3224
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$])
3225
+ m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc])
3226
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
3227
+ m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
3228
+ m4trace:configure.ac:10: -1- _AM_SET_OPTION([1.11])
3229
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([1.11])
3230
+ m4trace:configure.ac:10: -1- _AM_SET_OPTION([dist-bzip2])
3231
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([dist-bzip2])
3232
+ m4trace:configure.ac:10: -1- _AM_SET_OPTION([tar-ustar])
3233
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
3234
+ m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign])
3235
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign])
3236
+ m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects])
3237
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects])
3238
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
3239
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
3240
+ m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
2596
3241
  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
2597
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-define])
2598
- m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$])
2599
- m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$])
2600
- m4trace:configure.ac:9: -1- AM_SANITY_CHECK
2601
- m4trace:configure.ac:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2602
- m4trace:configure.ac:9: -1- AM_MISSING_HAS_RUN
2603
- m4trace:configure.ac:9: -1- AM_AUX_DIR_EXPAND
2604
- m4trace:configure.ac:9: -1- m4_pattern_allow([^ACLOCAL$])
2605
- m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2606
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOCONF$])
2607
- m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2608
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOMAKE$])
2609
- m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2610
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOHEADER$])
2611
- m4trace:configure.ac:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2612
- m4trace:configure.ac:9: -1- m4_pattern_allow([^MAKEINFO$])
2613
- m4trace:configure.ac:9: -1- AM_PROG_INSTALL_SH
2614
- m4trace:configure.ac:9: -1- m4_pattern_allow([^install_sh$])
2615
- m4trace:configure.ac:9: -1- AM_PROG_INSTALL_STRIP
2616
- m4trace:configure.ac:9: -1- m4_pattern_allow([^STRIP$])
2617
- m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2618
- m4trace:configure.ac:9: -1- m4_pattern_allow([^MKDIR_P$])
2619
- m4trace:configure.ac:9: -1- m4_pattern_allow([^mkdir_p$])
2620
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AWK$])
2621
- m4trace:configure.ac:9: -1- m4_pattern_allow([^SET_MAKE$])
2622
- m4trace:configure.ac:9: -1- AM_SET_LEADING_DOT
2623
- m4trace:configure.ac:9: -1- m4_pattern_allow([^am__leading_dot$])
2624
- m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
3242
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
3243
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
3244
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
3245
+ m4trace:configure.ac:10: -1- AM_SANITY_CHECK
3246
+ m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
3247
+ m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
3248
+ m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
3249
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
3250
+ m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
3251
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
3252
+ m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
3253
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
3254
+ m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
3255
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
3256
+ m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
3257
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
3258
+ m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
3259
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
3260
+ m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
3261
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
3262
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
3263
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$])
3264
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
3265
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
3266
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
3267
+ m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
3268
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
3269
+ m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2625
3270
  [_AM_PROG_TAR([v7])])])
2626
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar])
2627
- m4trace:configure.ac:9: -1- _AM_PROG_TAR([ustar])
2628
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AMTAR$])
2629
- m4trace:configure.ac:9: -1- AM_RUN_LOG([$_am_tar --version])
2630
- m4trace:configure.ac:9: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2631
- m4trace:configure.ac:9: -1- AM_RUN_LOG([$am__untar <conftest.tar])
2632
- m4trace:configure.ac:9: -1- AM_RUN_LOG([cat conftest.dir/file])
2633
- m4trace:configure.ac:9: -1- m4_pattern_allow([^am__tar$])
2634
- m4trace:configure.ac:9: -1- m4_pattern_allow([^am__untar$])
2635
- m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
3271
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
3272
+ m4trace:configure.ac:10: -1- _AM_PROG_TAR([ustar])
3273
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
3274
+ m4trace:configure.ac:10: -1- AM_RUN_LOG([$_am_tar --version])
3275
+ m4trace:configure.ac:10: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
3276
+ m4trace:configure.ac:10: -1- AM_RUN_LOG([$am__untar <conftest.tar])
3277
+ m4trace:configure.ac:10: -1- AM_RUN_LOG([cat conftest.dir/file])
3278
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
3279
+ m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
3280
+ m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2636
3281
  [_AM_DEPENDENCIES([CC])],
2637
3282
  [m4_define([AC_PROG_CC],
2638
3283
  m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
@@ -2649,18 +3294,8 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
2649
3294
  [m4_define([AC_PROG_OBJCXX],
2650
3295
  m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
2651
3296
  ])
2652
- m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dependencies])
2653
- m4trace:configure.ac:9: -1- AM_SILENT_RULES
2654
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_V$])
2655
- m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_V])
2656
- m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_V])
2657
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2658
- m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2659
- m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2660
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2661
- m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$])
2662
- m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2663
- m4trace:configure.ac:10: -1- AM_SILENT_RULES([yes])
3297
+ m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
3298
+ m4trace:configure.ac:10: -1- AM_SILENT_RULES
2664
3299
  m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$])
2665
3300
  m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V])
2666
3301
  m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V])
@@ -2670,288 +3305,821 @@ m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2670
3305
  m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2671
3306
  m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$])
2672
3307
  m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2673
- m4trace:configure.ac:11: -1- AM_MAINTAINER_MODE
2674
- m4trace:configure.ac:11: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2675
- m4trace:configure.ac:11: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
2676
- m4trace:configure.ac:11: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
2677
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
2678
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
2679
- m4trace:configure.ac:11: -1- m4_pattern_allow([^MAINT$])
2680
- m4trace:configure.ac:12: -1- AM_DEP_TRACK
2681
- m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2682
- m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_TRUE$])
2683
- m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEP_FALSE$])
2684
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
2685
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
2686
- m4trace:configure.ac:12: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
2687
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
2688
- m4trace:configure.ac:12: -1- m4_pattern_allow([^am__nodep$])
2689
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__nodep])
2690
- m4trace:configure.ac:14: -1- m4_pattern_allow([^VERSION$])
2691
- m4trace:configure.ac:16: -1- m4_pattern_allow([^ISODATE$])
2692
- m4trace:configure.ac:33: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MAJOR$])
2693
- m4trace:configure.ac:34: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MINOR$])
2694
- m4trace:configure.ac:35: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION$])
2695
- m4trace:configure.ac:36: -1- m4_pattern_allow([^DLL_VERSION$])
2696
- m4trace:configure.ac:87: -1- m4_pattern_allow([^USE_BLOCKING_RANDOM$])
2697
- m4trace:configure.ac:98: -1- m4_pattern_allow([^SAFECODE_HOME$])
2698
- m4trace:configure.ac:118: -1- m4_pattern_allow([^MAINT$])
2699
- m4trace:configure.ac:122: -1- PKG_PROG_PKG_CONFIG([0.23])
2700
- m4trace:configure.ac:122: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
2701
- m4trace:configure.ac:122: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
2702
- m4trace:configure.ac:122: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
2703
- m4trace:configure.ac:122: -1- m4_pattern_allow([^PKG_CONFIG$])
2704
- m4trace:configure.ac:122: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
2705
- m4trace:configure.ac:122: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
2706
- m4trace:configure.ac:122: -1- m4_pattern_allow([^PKG_CONFIG$])
2707
- m4trace:configure.ac:123: -1- AM_CONDITIONAL([HAVE_PKG_CONFIG], [test "x$PKG_CONFIG" != "x"])
2708
- m4trace:configure.ac:123: -1- m4_pattern_allow([^HAVE_PKG_CONFIG_TRUE$])
2709
- m4trace:configure.ac:123: -1- m4_pattern_allow([^HAVE_PKG_CONFIG_FALSE$])
2710
- m4trace:configure.ac:123: -1- _AM_SUBST_NOTMAKE([HAVE_PKG_CONFIG_TRUE])
2711
- m4trace:configure.ac:123: -1- _AM_SUBST_NOTMAKE([HAVE_PKG_CONFIG_FALSE])
2712
- m4trace:configure.ac:124: -1- m4_pattern_allow([^HAVE_PKG_CONFIG$])
2713
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CC$])
2714
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CFLAGS$])
2715
- m4trace:configure.ac:126: -1- m4_pattern_allow([^LDFLAGS$])
2716
- m4trace:configure.ac:126: -1- m4_pattern_allow([^LIBS$])
2717
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CPPFLAGS$])
2718
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CC$])
2719
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CC$])
2720
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CC$])
2721
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CC$])
2722
- m4trace:configure.ac:126: -1- m4_pattern_allow([^ac_ct_CC$])
2723
- m4trace:configure.ac:126: -1- m4_pattern_allow([^EXEEXT$])
2724
- m4trace:configure.ac:126: -1- m4_pattern_allow([^OBJEXT$])
2725
- m4trace:configure.ac:126: -1- _AM_PROG_CC_C_O
2726
- m4trace:configure.ac:126: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
2727
- m4trace:configure.ac:126: -1- _AM_DEPENDENCIES([CC])
2728
- m4trace:configure.ac:126: -1- AM_SET_DEPDIR
2729
- m4trace:configure.ac:126: -1- m4_pattern_allow([^DEPDIR$])
2730
- m4trace:configure.ac:126: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
2731
- m4trace:configure.ac:126: -1- AM_MAKE_INCLUDE
2732
- m4trace:configure.ac:126: -1- m4_pattern_allow([^am__include$])
2733
- m4trace:configure.ac:126: -1- m4_pattern_allow([^am__quote$])
2734
- m4trace:configure.ac:126: -1- m4_pattern_allow([^CCDEPMODE$])
2735
- m4trace:configure.ac:126: -1- AM_CONDITIONAL([am__fastdepCC], [
3308
+ m4trace:configure.ac:11: -1- AM_SILENT_RULES([yes])
3309
+ m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_V$])
3310
+ m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_V])
3311
+ m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_V])
3312
+ m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_V$])
3313
+ m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
3314
+ m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
3315
+ m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
3316
+ m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_BACKSLASH$])
3317
+ m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
3318
+ m4trace:configure.ac:12: -1- AM_MAINTAINER_MODE
3319
+ m4trace:configure.ac:12: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
3320
+ m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
3321
+ m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
3322
+ m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
3323
+ m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
3324
+ m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINT$])
3325
+ m4trace:configure.ac:13: -1- AM_DEP_TRACK
3326
+ m4trace:configure.ac:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
3327
+ m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
3328
+ m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
3329
+ m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
3330
+ m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
3331
+ m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
3332
+ m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
3333
+ m4trace:configure.ac:13: -1- m4_pattern_allow([^am__nodep$])
3334
+ m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__nodep])
3335
+ m4trace:configure.ac:15: -1- m4_pattern_allow([^VERSION$])
3336
+ m4trace:configure.ac:17: -1- m4_pattern_allow([^ISODATE$])
3337
+ m4trace:configure.ac:34: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MAJOR$])
3338
+ m4trace:configure.ac:35: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MINOR$])
3339
+ m4trace:configure.ac:36: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION$])
3340
+ m4trace:configure.ac:37: -1- m4_pattern_allow([^DLL_VERSION$])
3341
+ m4trace:configure.ac:97: -1- m4_pattern_allow([^USE_BLOCKING_RANDOM$])
3342
+ m4trace:configure.ac:113: -1- m4_pattern_allow([^MINIMAL$])
3343
+ m4trace:configure.ac:114: -1- AM_CONDITIONAL([MINIMAL], [test x$enable_minimal = xyes])
3344
+ m4trace:configure.ac:114: -1- m4_pattern_allow([^MINIMAL_TRUE$])
3345
+ m4trace:configure.ac:114: -1- m4_pattern_allow([^MINIMAL_FALSE$])
3346
+ m4trace:configure.ac:114: -1- _AM_SUBST_NOTMAKE([MINIMAL_TRUE])
3347
+ m4trace:configure.ac:114: -1- _AM_SUBST_NOTMAKE([MINIMAL_FALSE])
3348
+ m4trace:configure.ac:115: -1- m4_pattern_allow([^SODIUM_LIBRARY_MINIMAL_DEF$])
3349
+ m4trace:configure.ac:118: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3350
+ You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
3351
+ configure.ac:118: the top level])
3352
+ m4trace:configure.ac:127: -1- AX_PTHREAD([
3353
+ AC_DEFINE([HAVE_PTHREAD], [1], [Define if you have POSIX threads libraries and header files])
3354
+ LIBS="$PTHREAD_LIBS $LIBS"
3355
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
3356
+ CC="$PTHREAD_CC"])
3357
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
3358
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CFLAGS$])
3359
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^LDFLAGS$])
3360
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^LIBS$])
3361
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CPPFLAGS$])
3362
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
3363
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
3364
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
3365
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CC$])
3366
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^ac_ct_CC$])
3367
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^EXEEXT$])
3368
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^OBJEXT$])
3369
+ m4trace:configure.ac:127: -1- _AM_PROG_CC_C_O
3370
+ m4trace:configure.ac:127: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
3371
+ m4trace:configure.ac:127: -1- _AM_DEPENDENCIES([CC])
3372
+ m4trace:configure.ac:127: -1- AM_SET_DEPDIR
3373
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^DEPDIR$])
3374
+ m4trace:configure.ac:127: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
3375
+ m4trace:configure.ac:127: -1- AM_MAKE_INCLUDE
3376
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^am__include$])
3377
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^am__quote$])
3378
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CCDEPMODE$])
3379
+ m4trace:configure.ac:127: -1- AM_CONDITIONAL([am__fastdepCC], [
2736
3380
  test "x$enable_dependency_tracking" != xno \
2737
3381
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
2738
- m4trace:configure.ac:126: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2739
- m4trace:configure.ac:126: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2740
- m4trace:configure.ac:126: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2741
- m4trace:configure.ac:126: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2742
- m4trace:configure.ac:127: -1- AM_PROG_AS
2743
- m4trace:configure.ac:127: -1- m4_pattern_allow([^CCAS$])
2744
- m4trace:configure.ac:127: -1- m4_pattern_allow([^CCASFLAGS$])
2745
- m4trace:configure.ac:127: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
2746
- m4trace:configure.ac:127: -2- _AM_MANGLE_OPTION([no-dependencies])
2747
- m4trace:configure.ac:127: -1- _AM_DEPENDENCIES([CCAS])
2748
- m4trace:configure.ac:127: -1- m4_pattern_allow([^CCASDEPMODE$])
2749
- m4trace:configure.ac:127: -1- AM_CONDITIONAL([am__fastdepCCAS], [
3382
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
3383
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
3384
+ m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
3385
+ m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
3386
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^SED$])
3387
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CPP$])
3388
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CPPFLAGS$])
3389
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^CPP$])
3390
+ m4trace:configure.ac:127: -1- AC_PROG_EGREP
3391
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^GREP$])
3392
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^EGREP$])
3393
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^ax_pthread_config$])
3394
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CREATE_JOINABLE$])
3395
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_PTHREAD_PRIO_INHERIT$])
3396
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CC$])
3397
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_LIBS$])
3398
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CFLAGS$])
3399
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^PTHREAD_CC$])
3400
+ m4trace:configure.ac:127: -1- m4_pattern_allow([^HAVE_PTHREAD$])
3401
+ m4trace:configure.ac:138: -1- m4_pattern_allow([^SAFECODE_HOME$])
3402
+ m4trace:configure.ac:165: -1- AX_CHECK_COMPILE_FLAG([-Ofast], [CFLAGS="$CFLAGS -Ofast"])
3403
+ m4trace:configure.ac:165: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3404
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3405
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3406
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3407
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3408
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3409
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3410
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3411
+ ../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
3412
+ configure.ac:165: the top level])
3413
+ m4trace:configure.ac:165: -1- AX_CHECK_COMPILE_FLAG([-march=native], [CFLAGS="$CFLAGS -march=native"])
3414
+ m4trace:configure.ac:165: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3415
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3416
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3417
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3418
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3419
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3420
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3421
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3422
+ ../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
3423
+ configure.ac:165: the top level])
3424
+ m4trace:configure.ac:167: -1- m4_pattern_allow([^MAINT$])
3425
+ m4trace:configure.ac:169: -1- AX_VALGRIND_CHECK
3426
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND$])
3427
+ m4trace:configure.ac:169: -1- AM_CONDITIONAL([VALGRIND_ENABLED], [test "$enable_valgrind" = "yes"])
3428
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_ENABLED_TRUE$])
3429
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_ENABLED_FALSE$])
3430
+ m4trace:configure.ac:169: -1- _AM_SUBST_NOTMAKE([VALGRIND_ENABLED_TRUE])
3431
+ m4trace:configure.ac:169: -1- _AM_SUBST_NOTMAKE([VALGRIND_ENABLED_FALSE])
3432
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_ENABLED$])
3433
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_memcheck$])
3434
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_helgrind$])
3435
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_drd$])
3436
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^ENABLE_VALGRIND_sgcheck$])
3437
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^valgrind_tools$])
3438
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^valgrind_enabled_tools$])
3439
+ m4trace:configure.ac:169: -1- m4_pattern_allow([^VALGRIND_CHECK_RULES$])
3440
+ m4trace:configure.ac:169: -1- _AM_SUBST_NOTMAKE([VALGRIND_CHECK_RULES])
3441
+ m4trace:configure.ac:174: -1- AM_PROG_AS
3442
+ m4trace:configure.ac:174: -1- m4_pattern_allow([^CCAS$])
3443
+ m4trace:configure.ac:174: -1- m4_pattern_allow([^CCASFLAGS$])
3444
+ m4trace:configure.ac:174: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
3445
+ m4trace:configure.ac:174: -2- _AM_MANGLE_OPTION([no-dependencies])
3446
+ m4trace:configure.ac:174: -1- _AM_DEPENDENCIES([CCAS])
3447
+ m4trace:configure.ac:174: -1- m4_pattern_allow([^CCASDEPMODE$])
3448
+ m4trace:configure.ac:174: -1- AM_CONDITIONAL([am__fastdepCCAS], [
2750
3449
  test "x$enable_dependency_tracking" != xno \
2751
3450
  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
2752
- m4trace:configure.ac:127: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
2753
- m4trace:configure.ac:127: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
2754
- m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
2755
- m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
2756
- m4trace:configure.ac:128: -1- m4_pattern_allow([^CPP$])
2757
- m4trace:configure.ac:128: -1- m4_pattern_allow([^CPPFLAGS$])
2758
- m4trace:configure.ac:128: -1- m4_pattern_allow([^CPP$])
2759
- m4trace:configure.ac:128: -1- AC_PROG_EGREP
2760
- m4trace:configure.ac:128: -1- m4_pattern_allow([^GREP$])
2761
- m4trace:configure.ac:128: -1- m4_pattern_allow([^EGREP$])
2762
- m4trace:configure.ac:128: -1- m4_pattern_allow([^STDC_HEADERS$])
2763
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_POSIX_SOURCE$])
2764
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
2765
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_MINIX$])
2766
- m4trace:configure.ac:128: -1- m4_pattern_allow([^__EXTENSIONS__$])
2767
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_ALL_SOURCE$])
2768
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_GNU_SOURCE$])
2769
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
2770
- m4trace:configure.ac:128: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
2771
- m4trace:configure.ac:132: -1- AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
2772
- m4trace:configure.ac:138: -1- AX_CHECK_COMPILE_FLAG([-fPIC], [
2773
- AX_CHECK_LINK_FLAG([-fPIC],
2774
- [CFLAGS="$CFLAGS -fPIC"]
2775
- )
3451
+ m4trace:configure.ac:174: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
3452
+ m4trace:configure.ac:174: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
3453
+ m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
3454
+ m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
3455
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^STDC_HEADERS$])
3456
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_POSIX_SOURCE$])
3457
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
3458
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_MINIX$])
3459
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^__EXTENSIONS__$])
3460
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_ALL_SOURCE$])
3461
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_GNU_SOURCE$])
3462
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
3463
+ m4trace:configure.ac:175: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
3464
+ m4trace:configure.ac:177: -1- AC_CHECK_DEFINE([__native_client__], [NATIVECLIENT="yes"], [])
3465
+ m4trace:configure.ac:182: -1- AC_CHECK_DEFINE([_FORTIFY_SOURCE], [], [
3466
+ AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2],
3467
+ [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
2776
3468
  ])
2777
- m4trace:configure.ac:138: -1- AX_CHECK_LINK_FLAG([-fPIC], [CFLAGS="$CFLAGS -fPIC"
2778
- ])
2779
- m4trace:configure.ac:148: -1- AX_CHECK_COMPILE_FLAG([-fPIE], [
2780
- AX_CHECK_LINK_FLAG([-fPIE],
2781
- [AX_CHECK_LINK_FLAG([-pie],
2782
- [CFLAGS="$CFLAGS -fPIE"
2783
- LDFLAGS="$LDFLAGS -pie"])
3469
+ m4trace:configure.ac:182: -1- AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2], [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
3470
+ m4trace:configure.ac:182: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3471
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3472
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3473
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3474
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3475
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3476
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3477
+ m4/ax_check_define.m4:62: AC_CHECK_DEFINE is expanded from...
3478
+ configure.ac:182: the top level])
3479
+ m4trace:configure.ac:185: -1- AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
3480
+ m4trace:configure.ac:185: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3481
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3482
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3483
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3484
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3485
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3486
+ configure.ac:185: the top level])
3487
+ m4trace:configure.ac:189: -1- AX_CHECK_COMPILE_FLAG([-fPIC], [CFLAGS="$CFLAGS -fPIC"])
3488
+ m4trace:configure.ac:189: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3489
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3490
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3491
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3492
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3493
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3494
+ ../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
3495
+ configure.ac:189: the top level])
3496
+ m4trace:configure.ac:198: -1- AX_CHECK_COMPILE_FLAG([-fPIE], [
3497
+ AX_CHECK_LINK_FLAG([-pie], [
3498
+ [CFLAGS="$CFLAGS -fPIE"
3499
+ LDFLAGS="$LDFLAGS -pie"]
2784
3500
  ])
2785
3501
  ])
2786
- m4trace:configure.ac:148: -1- AX_CHECK_LINK_FLAG([-fPIE], [AX_CHECK_LINK_FLAG([-pie],
2787
- [CFLAGS="$CFLAGS -fPIE"
2788
- LDFLAGS="$LDFLAGS -pie"])
3502
+ m4trace:configure.ac:198: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3503
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3504
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3505
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3506
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3507
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3508
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3509
+ configure.ac:198: the top level])
3510
+ m4trace:configure.ac:198: -1- AX_CHECK_LINK_FLAG([-pie], [
3511
+ [CFLAGS="$CFLAGS -fPIE"
3512
+ LDFLAGS="$LDFLAGS -pie"]
2789
3513
  ])
2790
- m4trace:configure.ac:148: -1- AX_CHECK_LINK_FLAG([-pie], [CFLAGS="$CFLAGS -fPIE"
2791
- LDFLAGS="$LDFLAGS -pie"])
2792
- m4trace:configure.ac:150: -1- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
2793
- m4trace:configure.ac:151: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-aliasing], [CFLAGS="$CFLAGS -fno-strict-aliasing"])
2794
- m4trace:configure.ac:152: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-overflow], [CFLAGS="$CFLAGS -fno-strict-overflow"])
2795
- m4trace:configure.ac:163: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
3514
+ m4trace:configure.ac:200: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-aliasing], [CFLAGS="$CFLAGS -fno-strict-aliasing"])
3515
+ m4trace:configure.ac:200: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3516
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3517
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3518
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3519
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3520
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3521
+ configure.ac:200: the top level])
3522
+ m4trace:configure.ac:203: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-overflow], [CFLAGS="$CFLAGS -fno-strict-overflow"], [
3523
+ AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
3524
+ ])
3525
+ m4trace:configure.ac:203: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3526
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3527
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3528
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3529
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3530
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3531
+ configure.ac:203: the top level])
3532
+ m4trace:configure.ac:203: -1- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
3533
+ m4trace:configure.ac:203: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3534
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3535
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3536
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3537
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3538
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3539
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3540
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3541
+ configure.ac:203: the top level])
3542
+ m4trace:configure.ac:219: -1- AX_CHECK_COMPILE_FLAG([-flax-vector-conversions], [CFLAGS="$CFLAGS -flax-vector-conversions"])
3543
+ m4trace:configure.ac:219: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3544
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3545
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3546
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3547
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3548
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3549
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3550
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3551
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3552
+ ../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
3553
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3554
+ configure.ac:219: the top level])
3555
+ m4trace:configure.ac:230: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
2796
3556
  You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
2797
3557
  ../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
2798
- configure.ac:163: the top level])
2799
- m4trace:configure.ac:169: -1- AX_CHECK_LINK_FLAG([-Wl,--dynamicbase], [LDFLAGS="$LDFLAGS -Wl,--dynamicbase"])
2800
- m4trace:configure.ac:169: -1- AX_CHECK_LINK_FLAG([-Wl,--nxcompat], [LDFLAGS="$LDFLAGS -Wl,--nxcompat"])
2801
- m4trace:configure.ac:189: -1- AX_CHECK_COMPILE_FLAG([-fstack-protector], [
3558
+ configure.ac:230: the top level])
3559
+ m4trace:configure.ac:237: -1- AX_CHECK_LINK_FLAG([-Wl,--dynamicbase], [LDFLAGS="$LDFLAGS -Wl,--dynamicbase"])
3560
+ m4trace:configure.ac:237: -1- AX_CHECK_LINK_FLAG([-Wl,--high-entropy-va], [LDFLAGS="$LDFLAGS -Wl,--high-entropy-va"])
3561
+ m4trace:configure.ac:237: -1- AX_CHECK_LINK_FLAG([-Wl,--nxcompat], [LDFLAGS="$LDFLAGS -Wl,--nxcompat"])
3562
+ m4trace:configure.ac:250: -1- AX_CHECK_COMPILE_FLAG([-fstack-protector], [
2802
3563
  AX_CHECK_LINK_FLAG([-fstack-protector],
2803
3564
  [CFLAGS="$CFLAGS -fstack-protector"]
2804
3565
  )
2805
3566
  ])
2806
- m4trace:configure.ac:189: -1- AX_CHECK_LINK_FLAG([-fstack-protector], [CFLAGS="$CFLAGS -fstack-protector"
2807
- ])
2808
- m4trace:configure.ac:189: -1- AX_CHECK_COMPILE_FLAG([-fstack-protector-all], [
2809
- AX_CHECK_LINK_FLAG([-fstack-protector-all],
2810
- [CFLAGS="$CFLAGS -fstack-protector-all"]
2811
- )
2812
- ])
2813
- m4trace:configure.ac:189: -1- AX_CHECK_LINK_FLAG([-fstack-protector-all], [CFLAGS="$CFLAGS -fstack-protector-all"
3567
+ m4trace:configure.ac:250: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3568
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3569
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3570
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3571
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3572
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3573
+ ../../lib/m4sugar/m4sh.m4:553: AS_CASE is expanded from...
3574
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3575
+ configure.ac:250: the top level])
3576
+ m4trace:configure.ac:250: -1- AX_CHECK_LINK_FLAG([-fstack-protector], [CFLAGS="$CFLAGS -fstack-protector"
2814
3577
  ])
2815
- m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([-Winit-self], [CFLAGS="$CFLAGS -Winit-self"])
2816
- m4trace:configure.ac:192: -1- AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
2817
- m4trace:configure.ac:193: -1- AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])
2818
- m4trace:configure.ac:194: -1- AX_CHECK_COMPILE_FLAG([-Wsometimes-uninitialized], [CFLAGS="$CFLAGS -Wsometimes-uninitialized"])
2819
- m4trace:configure.ac:196: -1- m4_pattern_allow([^CWFLAGS$])
2820
- m4trace:configure.ac:198: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wall], [CWFLAGS="$CWFLAGS -Wall"])
2821
- m4trace:configure.ac:199: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wextra], [CWFLAGS="$CWFLAGS -Wextra"])
2822
- m4trace:configure.ac:212: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-warning-option], [CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])
2823
- m4trace:configure.ac:214: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wbad-function-cast], [CWFLAGS="$CWFLAGS -Wbad-function-cast"])
2824
- m4trace:configure.ac:215: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-align], [CWFLAGS="$CWFLAGS -Wcast-align"])
2825
- m4trace:configure.ac:216: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-qual], [CWFLAGS="$CWFLAGS -Wcast-qual"])
2826
- m4trace:configure.ac:217: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wchar-subscripts], [CWFLAGS="$CWFLAGS -Wchar-subscripts"])
2827
- m4trace:configure.ac:218: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcomment], [CWFLAGS="$CWFLAGS -Wcomment"])
2828
- m4trace:configure.ac:219: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wfloat-equal], [CWFLAGS="$CWFLAGS -Wfloat-equal"])
2829
- m4trace:configure.ac:220: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wformat=2], [CWFLAGS="$CWFLAGS -Wformat=2"])
2830
- m4trace:configure.ac:221: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wimplicit], [CWFLAGS="$CWFLAGS -Wimplicit"])
2831
- m4trace:configure.ac:222: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-declarations], [CWFLAGS="$CWFLAGS -Wmissing-declarations"])
2832
- m4trace:configure.ac:223: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-prototypes], [CWFLAGS="$CWFLAGS -Wmissing-prototypes"])
2833
- m4trace:configure.ac:224: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnormalized=id], [CWFLAGS="$CWFLAGS -Wnormalized=id"])
2834
- m4trace:configure.ac:225: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Woverride-init], [CWFLAGS="$CWFLAGS -Woverride-init"])
2835
- m4trace:configure.ac:226: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wparentheses], [CWFLAGS="$CWFLAGS -Wparentheses"])
2836
- m4trace:configure.ac:227: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wpointer-arith], [CWFLAGS="$CWFLAGS -Wpointer-arith"])
2837
- m4trace:configure.ac:228: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wredundant-decls], [CWFLAGS="$CWFLAGS -Wredundant-decls"])
2838
- m4trace:configure.ac:229: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wstrict-prototypes], [CWFLAGS="$CWFLAGS -Wstrict-prototypes"])
2839
- m4trace:configure.ac:230: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wswitch-enum], [CWFLAGS="$CWFLAGS -Wswitch-enum"])
2840
- m4trace:configure.ac:231: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wvariable-decl], [CWFLAGS="$CWFLAGS -Wvariable-decl"])
2841
- m4trace:configure.ac:233: -1- AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
2842
- m4trace:configure.ac:234: -1- AX_CHECK_LINK_FLAG([-Wl,-z,now], [LDFLAGS="$LDFLAGS -Wl,-z,now"])
2843
- m4trace:configure.ac:235: -1- AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
2844
- m4trace:configure.ac:237: -1- LT_INIT
2845
- m4trace:configure.ac:237: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2846
- m4trace:configure.ac:237: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2847
- m4trace:configure.ac:237: -1- LTOPTIONS_VERSION
2848
- m4trace:configure.ac:237: -1- LTSUGAR_VERSION
2849
- m4trace:configure.ac:237: -1- LTVERSION_VERSION
2850
- m4trace:configure.ac:237: -1- LTOBSOLETE_VERSION
2851
- m4trace:configure.ac:237: -1- _LT_PROG_LTMAIN
2852
- m4trace:configure.ac:237: -1- m4_pattern_allow([^LIBTOOL$])
2853
- m4trace:configure.ac:237: -1- _LT_PREPARE_SED_QUOTE_VARS
2854
- m4trace:configure.ac:237: -1- _LT_PROG_ECHO_BACKSLASH
2855
- m4trace:configure.ac:237: -1- LT_PATH_LD
2856
- m4trace:configure.ac:237: -1- m4_pattern_allow([^SED$])
2857
- m4trace:configure.ac:237: -1- m4_pattern_allow([^FGREP$])
2858
- m4trace:configure.ac:237: -1- m4_pattern_allow([^GREP$])
2859
- m4trace:configure.ac:237: -1- m4_pattern_allow([^LD$])
2860
- m4trace:configure.ac:237: -1- LT_PATH_NM
2861
- m4trace:configure.ac:237: -1- m4_pattern_allow([^DUMPBIN$])
2862
- m4trace:configure.ac:237: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2863
- m4trace:configure.ac:237: -1- m4_pattern_allow([^DUMPBIN$])
2864
- m4trace:configure.ac:237: -1- m4_pattern_allow([^NM$])
2865
- m4trace:configure.ac:237: -1- m4_pattern_allow([^LN_S$])
2866
- m4trace:configure.ac:237: -1- LT_CMD_MAX_LEN
2867
- m4trace:configure.ac:237: -1- m4_pattern_allow([^OBJDUMP$])
2868
- m4trace:configure.ac:237: -1- m4_pattern_allow([^OBJDUMP$])
2869
- m4trace:configure.ac:237: -1- m4_pattern_allow([^DLLTOOL$])
2870
- m4trace:configure.ac:237: -1- m4_pattern_allow([^DLLTOOL$])
2871
- m4trace:configure.ac:237: -1- m4_pattern_allow([^AR$])
2872
- m4trace:configure.ac:237: -1- m4_pattern_allow([^ac_ct_AR$])
2873
- m4trace:configure.ac:237: -1- m4_pattern_allow([^STRIP$])
2874
- m4trace:configure.ac:237: -1- m4_pattern_allow([^RANLIB$])
2875
- m4trace:configure.ac:237: -1- _LT_WITH_SYSROOT
2876
- m4trace:configure.ac:237: -1- m4_pattern_allow([LT_OBJDIR])
2877
- m4trace:configure.ac:237: -1- m4_pattern_allow([^LT_OBJDIR$])
2878
- m4trace:configure.ac:237: -1- _LT_CC_BASENAME([$compiler])
2879
- m4trace:configure.ac:237: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
2880
- m4trace:configure.ac:237: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
2881
- m4trace:configure.ac:237: -1- LT_SUPPORTED_TAG([CC])
2882
- m4trace:configure.ac:237: -1- _LT_COMPILER_BOILERPLATE
2883
- m4trace:configure.ac:237: -1- _LT_LINKER_BOILERPLATE
2884
- m4trace:configure.ac:237: -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"])
2885
- m4trace:configure.ac:237: -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
3578
+ m4trace:configure.ac:252: -1- AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
3579
+ m4trace:configure.ac:252: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3580
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3581
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3582
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3583
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3584
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3585
+ configure.ac:252: the top level])
3586
+ m4trace:configure.ac:253: -1- AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])
3587
+ m4trace:configure.ac:253: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3588
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3589
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3590
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3591
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3592
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3593
+ configure.ac:253: the top level])
3594
+ m4trace:configure.ac:254: -1- AX_CHECK_COMPILE_FLAG([-Wsometimes-uninitialized], [CFLAGS="$CFLAGS -Wsometimes-uninitialized"])
3595
+ m4trace:configure.ac:254: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3596
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3597
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3598
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3599
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3600
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3601
+ configure.ac:254: the top level])
3602
+ m4trace:configure.ac:256: -1- m4_pattern_allow([^CWFLAGS$])
3603
+ m4trace:configure.ac:258: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wall], [CWFLAGS="$CWFLAGS -Wall"])
3604
+ m4trace:configure.ac:258: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3605
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3606
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3607
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3608
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3609
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3610
+ configure.ac:258: the top level])
3611
+ m4trace:configure.ac:259: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wextra], [CWFLAGS="$CWFLAGS -Wextra"])
3612
+ m4trace:configure.ac:259: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3613
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3614
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3615
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3616
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3617
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3618
+ configure.ac:259: the top level])
3619
+ m4trace:configure.ac:272: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-warning-option], [CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])
3620
+ m4trace:configure.ac:272: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3621
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3622
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3623
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3624
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3625
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3626
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3627
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3628
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3629
+ configure.ac:272: the top level])
3630
+ m4trace:configure.ac:274: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wbad-function-cast], [CWFLAGS="$CWFLAGS -Wbad-function-cast"])
3631
+ m4trace:configure.ac:274: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3632
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3633
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3634
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3635
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3636
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3637
+ configure.ac:274: the top level])
3638
+ m4trace:configure.ac:275: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-align], [CWFLAGS="$CWFLAGS -Wcast-align"])
3639
+ m4trace:configure.ac:275: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3640
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3641
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3642
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3643
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3644
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3645
+ configure.ac:275: the top level])
3646
+ m4trace:configure.ac:276: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-qual], [CWFLAGS="$CWFLAGS -Wcast-qual"])
3647
+ m4trace:configure.ac:276: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3648
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3649
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3650
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3651
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3652
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3653
+ configure.ac:276: the top level])
3654
+ m4trace:configure.ac:277: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wduplicated-cond], [CWFLAGS="$CWFLAGS -Wduplicated-cond"])
3655
+ m4trace:configure.ac:277: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3656
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3657
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3658
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3659
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3660
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3661
+ configure.ac:277: the top level])
3662
+ m4trace:configure.ac:278: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wfloat-equal], [CWFLAGS="$CWFLAGS -Wfloat-equal"])
3663
+ m4trace:configure.ac:278: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3664
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3665
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3666
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3667
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3668
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3669
+ configure.ac:278: the top level])
3670
+ m4trace:configure.ac:279: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wformat=2], [CWFLAGS="$CWFLAGS -Wformat=2"])
3671
+ m4trace:configure.ac:279: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3672
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3673
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3674
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3675
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3676
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3677
+ configure.ac:279: the top level])
3678
+ m4trace:configure.ac:280: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-declarations], [CWFLAGS="$CWFLAGS -Wmissing-declarations"])
3679
+ m4trace:configure.ac:280: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3680
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3681
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3682
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3683
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3684
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3685
+ configure.ac:280: the top level])
3686
+ m4trace:configure.ac:281: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-prototypes], [CWFLAGS="$CWFLAGS -Wmissing-prototypes"])
3687
+ m4trace:configure.ac:281: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3688
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3689
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3690
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3691
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3692
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3693
+ configure.ac:281: the top level])
3694
+ m4trace:configure.ac:282: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnested-externs], [CWFLAGS="$CWFLAGS -Wnested-externs"])
3695
+ m4trace:configure.ac:282: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3696
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3697
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3698
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3699
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3700
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3701
+ configure.ac:282: the top level])
3702
+ m4trace:configure.ac:283: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-pragmas], [CWFLAGS="$CWFLAGS -Wno-unknown-pragmas"])
3703
+ m4trace:configure.ac:283: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3704
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3705
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3706
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3707
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3708
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3709
+ configure.ac:283: the top level])
3710
+ m4trace:configure.ac:284: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnormalized=id], [CWFLAGS="$CWFLAGS -Wnormalized=id"])
3711
+ m4trace:configure.ac:284: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3712
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3713
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3714
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3715
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3716
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3717
+ configure.ac:284: the top level])
3718
+ m4trace:configure.ac:285: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnull-dereference], [CWFLAGS="$CWFLAGS -Wnull-dereference"])
3719
+ m4trace:configure.ac:285: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3720
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3721
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3722
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3723
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3724
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3725
+ configure.ac:285: the top level])
3726
+ m4trace:configure.ac:286: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wpointer-arith], [CWFLAGS="$CWFLAGS -Wpointer-arith"])
3727
+ m4trace:configure.ac:286: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3728
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3729
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3730
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3731
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3732
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3733
+ configure.ac:286: the top level])
3734
+ m4trace:configure.ac:287: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wredundant-decls], [CWFLAGS="$CWFLAGS -Wredundant-decls"])
3735
+ m4trace:configure.ac:287: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3736
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3737
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3738
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3739
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3740
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3741
+ configure.ac:287: the top level])
3742
+ m4trace:configure.ac:288: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wshorten-64-to-32], [CWFLAGS="$CWFLAGS -Wshorten-64-to-32"])
3743
+ m4trace:configure.ac:288: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3744
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3745
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3746
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3747
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3748
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3749
+ configure.ac:288: the top level])
3750
+ m4trace:configure.ac:289: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wstrict-prototypes], [CWFLAGS="$CWFLAGS -Wstrict-prototypes"])
3751
+ m4trace:configure.ac:289: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3752
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3753
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3754
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3755
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3756
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3757
+ configure.ac:289: the top level])
3758
+ m4trace:configure.ac:290: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wswitch-enum], [CWFLAGS="$CWFLAGS -Wswitch-enum"])
3759
+ m4trace:configure.ac:290: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3760
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3761
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3762
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3763
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3764
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3765
+ configure.ac:290: the top level])
3766
+ m4trace:configure.ac:291: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wvariable-decl], [CWFLAGS="$CWFLAGS -Wvariable-decl"])
3767
+ m4trace:configure.ac:291: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3768
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3769
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3770
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3771
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3772
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3773
+ configure.ac:291: the top level])
3774
+ m4trace:configure.ac:292: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-type-limits], [CWFLAGS="$CWFLAGS -Wno-type-limits"])
3775
+ m4trace:configure.ac:292: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3776
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3777
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3778
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3779
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3780
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3781
+ configure.ac:292: the top level])
3782
+ m4trace:configure.ac:294: -1- AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
3783
+ m4trace:configure.ac:295: -1- AX_CHECK_LINK_FLAG([-Wl,-z,now], [LDFLAGS="$LDFLAGS -Wl,-z,now"])
3784
+ m4trace:configure.ac:296: -1- AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
3785
+ m4trace:configure.ac:298: -1- AX_CHECK_CATCHABLE_SEGV
3786
+ m4trace:configure.ac:298: -1- m4_pattern_allow([^HAVE_CATCHABLE_SEGV$])
3787
+ m4trace:configure.ac:300: -1- LT_INIT
3788
+ m4trace:configure.ac:300: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
3789
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
3790
+ m4trace:configure.ac:300: -1- LTOPTIONS_VERSION
3791
+ m4trace:configure.ac:300: -1- LTSUGAR_VERSION
3792
+ m4trace:configure.ac:300: -1- LTVERSION_VERSION
3793
+ m4trace:configure.ac:300: -1- LTOBSOLETE_VERSION
3794
+ m4trace:configure.ac:300: -1- _LT_PROG_LTMAIN
3795
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^LIBTOOL$])
3796
+ m4trace:configure.ac:300: -1- _LT_PREPARE_SED_QUOTE_VARS
3797
+ m4trace:configure.ac:300: -1- _LT_PROG_ECHO_BACKSLASH
3798
+ m4trace:configure.ac:300: -1- LT_PATH_LD
3799
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^SED$])
3800
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^FGREP$])
3801
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^GREP$])
3802
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^LD$])
3803
+ m4trace:configure.ac:300: -1- LT_PATH_NM
3804
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^DUMPBIN$])
3805
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
3806
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^DUMPBIN$])
3807
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^NM$])
3808
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^LN_S$])
3809
+ m4trace:configure.ac:300: -1- LT_CMD_MAX_LEN
3810
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^OBJDUMP$])
3811
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^OBJDUMP$])
3812
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^DLLTOOL$])
3813
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^DLLTOOL$])
3814
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^AR$])
3815
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^ac_ct_AR$])
3816
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^STRIP$])
3817
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^RANLIB$])
3818
+ m4trace:configure.ac:300: -1- _LT_WITH_SYSROOT
3819
+ m4trace:configure.ac:300: -1- m4_pattern_allow([LT_OBJDIR])
3820
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^LT_OBJDIR$])
3821
+ m4trace:configure.ac:300: -1- _LT_CC_BASENAME([$compiler])
3822
+ m4trace:configure.ac:300: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
3823
+ m4trace:configure.ac:300: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
3824
+ m4trace:configure.ac:300: -1- LT_SUPPORTED_TAG([CC])
3825
+ m4trace:configure.ac:300: -1- _LT_COMPILER_BOILERPLATE
3826
+ m4trace:configure.ac:300: -1- _LT_LINKER_BOILERPLATE
3827
+ m4trace:configure.ac:300: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
3828
+ m4trace:configure.ac:300: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
2886
3829
  "" | " "*) ;;
2887
3830
  *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
2888
3831
  esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
2889
3832
  _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
2890
- m4trace:configure.ac:237: -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, )=])
2891
- m4trace:configure.ac:237: -1- m4_pattern_allow([^MANIFEST_TOOL$])
2892
- m4trace:configure.ac:237: -1- _LT_REQUIRED_DARWIN_CHECKS
2893
- m4trace:configure.ac:237: -1- m4_pattern_allow([^DSYMUTIL$])
2894
- m4trace:configure.ac:237: -1- m4_pattern_allow([^NMEDIT$])
2895
- m4trace:configure.ac:237: -1- m4_pattern_allow([^LIPO$])
2896
- m4trace:configure.ac:237: -1- m4_pattern_allow([^OTOOL$])
2897
- m4trace:configure.ac:237: -1- m4_pattern_allow([^OTOOL64$])
2898
- m4trace:configure.ac:237: -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'])
2899
- m4trace:configure.ac:237: -1- LT_SYS_DLOPEN_SELF
2900
- m4trace:configure.ac:237: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
2901
- m4trace:configure.ac:238: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
2902
- m4trace:configure.ac:240: -1- m4_pattern_allow([^AR$])
2903
- m4trace:configure.ac:241: -1- m4_pattern_allow([^AR$])
2904
- m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
2905
- m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
2906
- m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
2907
- m4trace:configure.ac:283: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
2908
- m4trace:configure.ac:285: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
2909
- m4trace:configure.ac:291: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
2910
- m4trace:configure.ac:292: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
2911
- m4trace:configure.ac:326: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
2912
- m4trace:configure.ac:327: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
2913
- m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
2914
- m4trace:configure.ac:327: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
2915
- m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
2916
- m4trace:configure.ac:327: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
2917
- m4trace:configure.ac:328: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
2918
- m4trace:configure.ac:357: -1- m4_pattern_allow([^HAVE_TI_MODE$])
2919
- m4trace:configure.ac:358: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
2920
- m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
2921
- m4trace:configure.ac:358: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
2922
- m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
2923
- m4trace:configure.ac:358: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
2924
- m4trace:configure.ac:359: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
2925
- m4trace:configure.ac:375: -1- m4_pattern_allow([^HAVE_CPUID$])
2926
- m4trace:configure.ac:376: -1- m4_pattern_allow([^HAVE_CPUID_V$])
2927
- m4trace:configure.ac:386: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
2928
- m4trace:configure.ac:394: -1- m4_pattern_allow([^CPU_ALIGNED_ACCESS_REQUIRED$])
2929
- m4trace:configure.ac:398: -1- m4_pattern_allow([^HAVE_LIBRT$])
2930
- m4trace:configure.ac:399: -1- m4_pattern_allow([^HAVE_LIBM$])
2931
- m4trace:configure.ac:407: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
2932
- m4trace:configure.ac:411: -1- LT_INIT([dlopen])
2933
- m4trace:configure.ac:412: -1- AC_LIBTOOL_WIN32_DLL
2934
- m4trace:configure.ac:412: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2935
- You should run autoupdate.], [/usr/local/share/aclocal/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
2936
- configure.ac:412: the top level])
2937
- m4trace:configure.ac:412: -1- m4_pattern_allow([^AS$])
2938
- m4trace:configure.ac:412: -1- m4_pattern_allow([^DLLTOOL$])
2939
- m4trace:configure.ac:412: -1- m4_pattern_allow([^OBJDUMP$])
2940
- m4trace:configure.ac:412: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
2941
- put the `win32-dll' option into LT_INIT's first parameter.], [/usr/local/share/aclocal/ltoptions.m4:152: AC_LIBTOOL_WIN32_DLL is expanded from...
2942
- configure.ac:412: the top level])
2943
- m4trace:configure.ac:413: -1- gl_LD_OUTPUT_DEF
2944
- m4trace:configure.ac:413: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
2945
- m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
2946
- m4trace:configure.ac:413: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
2947
- m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
2948
- m4trace:configure.ac:413: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
2949
- m4trace:configure.ac:435: -1- m4_pattern_allow([^LIB@&t@OBJS$])
2950
- m4trace:configure.ac:435: -1- m4_pattern_allow([^LTLIBOBJS$])
2951
- m4trace:configure.ac:435: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
2952
- m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
2953
- m4trace:configure.ac:435: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
2954
- m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
2955
- m4trace:configure.ac:435: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
2956
- m4trace:configure.ac:435: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
2957
- m4trace:configure.ac:435: -1- _LT_PROG_LTMAIN
3833
+ m4trace:configure.ac:300: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
3834
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^MANIFEST_TOOL$])
3835
+ m4trace:configure.ac:300: -1- _LT_DLL_DEF_P([$export_symbols])
3836
+ m4trace:configure.ac:300: -1- _LT_DLL_DEF_P([$export_symbols])
3837
+ m4trace:configure.ac:300: -1- _LT_REQUIRED_DARWIN_CHECKS
3838
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^DSYMUTIL$])
3839
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^NMEDIT$])
3840
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^LIPO$])
3841
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^OTOOL$])
3842
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^OTOOL64$])
3843
+ m4trace:configure.ac:300: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
3844
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
3845
+ m4trace:configure.ac:300: -1- LT_SYS_DLOPEN_SELF
3846
+ m4trace:configure.ac:300: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
3847
+ m4trace:configure.ac:301: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
3848
+ m4trace:configure.ac:303: -1- m4_pattern_allow([^AR$])
3849
+ m4trace:configure.ac:304: -1- m4_pattern_allow([^AR$])
3850
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS="$CFLAGS -mmmx"])
3851
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3852
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3853
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3854
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3855
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3856
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3857
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3858
+ configure.ac:450: the top level])
3859
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
3860
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS_MMX="-mmmx"])
3861
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3862
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3863
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3864
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3865
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3866
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3867
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3868
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3869
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3870
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3871
+ configure.ac:450: the top level])
3872
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS="$CFLAGS -msse2"])
3873
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3874
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3875
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3876
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3877
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3878
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3879
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3880
+ configure.ac:450: the top level])
3881
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
3882
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS_SSE2="-msse2"])
3883
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3884
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3885
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3886
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3887
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3888
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3889
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3890
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3891
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3892
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3893
+ configure.ac:450: the top level])
3894
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS="$CFLAGS -msse3"])
3895
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3896
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3897
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3898
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3899
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3900
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3901
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3902
+ configure.ac:450: the top level])
3903
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
3904
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS_SSE3="-msse3"])
3905
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3906
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3907
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3908
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3909
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3910
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3911
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3912
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3913
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3914
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3915
+ configure.ac:450: the top level])
3916
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS="$CFLAGS -mssse3"])
3917
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3918
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3919
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3920
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3921
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3922
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3923
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3924
+ configure.ac:450: the top level])
3925
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
3926
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS_SSSE3="-mssse3"])
3927
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3928
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3929
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3930
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3931
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3932
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3933
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3934
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3935
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3936
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3937
+ configure.ac:450: the top level])
3938
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS="$CFLAGS -msse4.1"])
3939
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3940
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3941
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3942
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3943
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3944
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3945
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3946
+ configure.ac:450: the top level])
3947
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_SMMINTRIN_H$])
3948
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS_SSE41="-msse4.1"])
3949
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3950
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3951
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3952
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3953
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3954
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3955
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3956
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3957
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3958
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3959
+ configure.ac:450: the top level])
3960
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS="$CFLAGS -mavx"])
3961
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3962
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3963
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3964
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3965
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3966
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3967
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3968
+ configure.ac:450: the top level])
3969
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_AVXINTRIN_H$])
3970
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS_AVX="-mavx"])
3971
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3972
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3973
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3974
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3975
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3976
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3977
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3978
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
3979
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
3980
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3981
+ configure.ac:450: the top level])
3982
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx2], [CFLAGS="$CFLAGS -mavx2"])
3983
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3984
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3985
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3986
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3987
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3988
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3989
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3990
+ configure.ac:450: the top level])
3991
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_AVX2INTRIN_H$])
3992
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mavx2], [CFLAGS_AVX2="-mavx2"])
3993
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
3994
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
3995
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
3996
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
3997
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
3998
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
3999
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4000
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
4001
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
4002
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4003
+ configure.ac:450: the top level])
4004
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^_mm256_broadcastsi128_si256$])
4005
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS="$CFLAGS -maes"])
4006
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4007
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4008
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4009
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
4010
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
4011
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
4012
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4013
+ configure.ac:450: the top level])
4014
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS="$CFLAGS -mpclmul"])
4015
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4016
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4017
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4018
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
4019
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
4020
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
4021
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4022
+ configure.ac:450: the top level])
4023
+ m4trace:configure.ac:450: -1- m4_pattern_allow([^HAVE_WMMINTRIN_H$])
4024
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS_AESNI="-maes"])
4025
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4026
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4027
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4028
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
4029
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
4030
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
4031
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4032
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
4033
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
4034
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4035
+ configure.ac:450: the top level])
4036
+ m4trace:configure.ac:450: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS_PCLMUL="-mpclmul"])
4037
+ m4trace:configure.ac:450: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
4038
+ You should run autoupdate.], [../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from...
4039
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4040
+ ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
4041
+ ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
4042
+ m4/ax_check_compile_flag.m4:75: AX_CHECK_COMPILE_FLAG is expanded from...
4043
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4044
+ ../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from...
4045
+ ../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from...
4046
+ ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from...
4047
+ configure.ac:450: the top level])
4048
+ m4trace:configure.ac:452: -1- m4_pattern_allow([^CFLAGS_MMX$])
4049
+ m4trace:configure.ac:453: -1- m4_pattern_allow([^CFLAGS_SSE2$])
4050
+ m4trace:configure.ac:454: -1- m4_pattern_allow([^CFLAGS_SSE3$])
4051
+ m4trace:configure.ac:455: -1- m4_pattern_allow([^CFLAGS_SSSE3$])
4052
+ m4trace:configure.ac:456: -1- m4_pattern_allow([^CFLAGS_SSE41$])
4053
+ m4trace:configure.ac:457: -1- m4_pattern_allow([^CFLAGS_AVX$])
4054
+ m4trace:configure.ac:458: -1- m4_pattern_allow([^CFLAGS_AVX2$])
4055
+ m4trace:configure.ac:459: -1- m4_pattern_allow([^CFLAGS_AESNI$])
4056
+ m4trace:configure.ac:460: -1- m4_pattern_allow([^CFLAGS_PCLMUL$])
4057
+ m4trace:configure.ac:469: -1- m4_pattern_allow([^HAVE__XGETBV$])
4058
+ m4trace:configure.ac:479: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
4059
+ m4trace:configure.ac:480: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
4060
+ m4trace:configure.ac:523: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
4061
+ m4trace:configure.ac:524: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
4062
+ m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
4063
+ m4trace:configure.ac:524: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
4064
+ m4trace:configure.ac:524: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
4065
+ m4trace:configure.ac:524: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
4066
+ m4trace:configure.ac:525: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
4067
+ m4trace:configure.ac:546: -1- m4_pattern_allow([^HAVE_AVX_ASM$])
4068
+ m4trace:configure.ac:547: -1- AM_CONDITIONAL([HAVE_AVX_ASM], [test $HAVE_AVX_ASM_V = 1])
4069
+ m4trace:configure.ac:547: -1- m4_pattern_allow([^HAVE_AVX_ASM_TRUE$])
4070
+ m4trace:configure.ac:547: -1- m4_pattern_allow([^HAVE_AVX_ASM_FALSE$])
4071
+ m4trace:configure.ac:547: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_TRUE])
4072
+ m4trace:configure.ac:547: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_FALSE])
4073
+ m4trace:configure.ac:548: -1- m4_pattern_allow([^HAVE_AVX_ASM_V$])
4074
+ m4trace:configure.ac:582: -1- m4_pattern_allow([^HAVE_TI_MODE$])
4075
+ m4trace:configure.ac:583: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
4076
+ m4trace:configure.ac:583: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
4077
+ m4trace:configure.ac:583: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
4078
+ m4trace:configure.ac:583: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
4079
+ m4trace:configure.ac:583: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
4080
+ m4trace:configure.ac:584: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
4081
+ m4trace:configure.ac:600: -1- m4_pattern_allow([^HAVE_CPUID$])
4082
+ m4trace:configure.ac:601: -1- m4_pattern_allow([^HAVE_CPUID_V$])
4083
+ m4trace:configure.ac:642: -1- m4_pattern_allow([^ASM_HIDE_SYMBOL$])
4084
+ m4trace:configure.ac:655: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
4085
+ m4trace:configure.ac:672: -1- m4_pattern_allow([^CPU_UNALIGNED_ACCESS$])
4086
+ m4trace:configure.ac:683: -1- m4_pattern_allow([^HAVE_ATOMIC_OPS$])
4087
+ m4trace:configure.ac:693: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
4088
+ m4trace:configure.ac:700: -1- m4_pattern_allow([^TEST_LDFLAGS$])
4089
+ m4trace:configure.ac:701: -1- AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])
4090
+ m4trace:configure.ac:701: -1- m4_pattern_allow([^EMSCRIPTEN_TRUE$])
4091
+ m4trace:configure.ac:701: -1- m4_pattern_allow([^EMSCRIPTEN_FALSE$])
4092
+ m4trace:configure.ac:701: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_TRUE])
4093
+ m4trace:configure.ac:701: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_FALSE])
4094
+ m4trace:configure.ac:703: -1- AM_CONDITIONAL([NATIVECLIENT], [test "x$NATIVECLIENT" != "x"])
4095
+ m4trace:configure.ac:703: -1- m4_pattern_allow([^NATIVECLIENT_TRUE$])
4096
+ m4trace:configure.ac:703: -1- m4_pattern_allow([^NATIVECLIENT_FALSE$])
4097
+ m4trace:configure.ac:703: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_TRUE])
4098
+ m4trace:configure.ac:703: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_FALSE])
4099
+ m4trace:configure.ac:705: -1- m4_pattern_allow([^CONFIGURED$])
4100
+ m4trace:configure.ac:709: -1- LT_INIT([dlopen])
4101
+ m4trace:configure.ac:710: -1- AC_LIBTOOL_WIN32_DLL
4102
+ m4trace:configure.ac:710: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
4103
+ You should run autoupdate.], [/usr/local/share/aclocal/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
4104
+ configure.ac:710: the top level])
4105
+ m4trace:configure.ac:710: -1- m4_pattern_allow([^AS$])
4106
+ m4trace:configure.ac:710: -1- m4_pattern_allow([^DLLTOOL$])
4107
+ m4trace:configure.ac:710: -1- m4_pattern_allow([^OBJDUMP$])
4108
+ m4trace:configure.ac:710: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
4109
+ put the 'win32-dll' option into LT_INIT's first parameter.], [/usr/local/share/aclocal/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
4110
+ configure.ac:710: the top level])
4111
+ m4trace:configure.ac:711: -1- gl_LD_OUTPUT_DEF
4112
+ m4trace:configure.ac:711: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
4113
+ m4trace:configure.ac:711: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
4114
+ m4trace:configure.ac:711: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
4115
+ m4trace:configure.ac:711: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
4116
+ m4trace:configure.ac:711: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
4117
+ m4trace:configure.ac:733: -1- m4_pattern_allow([^LIB@&t@OBJS$])
4118
+ m4trace:configure.ac:733: -1- m4_pattern_allow([^LTLIBOBJS$])
4119
+ m4trace:configure.ac:733: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
4120
+ m4trace:configure.ac:733: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
4121
+ m4trace:configure.ac:733: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
4122
+ m4trace:configure.ac:733: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
4123
+ m4trace:configure.ac:733: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
4124
+ m4trace:configure.ac:733: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
4125
+ m4trace:configure.ac:733: -1- _LT_PROG_LTMAIN