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