rbnacl-libsodium 1.0.11 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,3042 +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/ld-output-def.m4:29: -1- AC_DEFUN([gl_LD_OUTPUT_DEF], [
1556
- AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
1557
- [gl_cv_ld_output_def],
1558
- [if test "$enable_shared" = no; then
1559
- gl_cv_ld_output_def="not needed, shared libraries are disabled"
1560
- else
1561
- gl_ldflags_save=$LDFLAGS
1562
- LDFLAGS="-Wl,--output-def,conftest.def"
1563
- AC_LINK_IFELSE([AC_LANG_PROGRAM([])],
1564
- [gl_cv_ld_output_def=yes],
1565
- [gl_cv_ld_output_def=no])
1566
- rm -f conftest.def
1567
- LDFLAGS="$gl_ldflags_save"
1568
- fi])
1569
- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], test "x$gl_cv_ld_output_def" = "xyes")
1570
- ])
1571
- m4trace:m4/libtool.m4:96: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
1572
- AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
1573
- AC_BEFORE([$0], [LT_LANG])dnl
1574
- AC_BEFORE([$0], [LT_OUTPUT])dnl
1575
- AC_BEFORE([$0], [LTDL_INIT])dnl
1576
- m4_require([_LT_CHECK_BUILDDIR])dnl
1577
-
1578
- dnl Autoconf doesn't catch unexpanded LT_ macros by default:
1579
- m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
1580
- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
1581
- dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
1582
- dnl unless we require an AC_DEFUNed macro:
1583
- AC_REQUIRE([LTOPTIONS_VERSION])dnl
1584
- AC_REQUIRE([LTSUGAR_VERSION])dnl
1585
- AC_REQUIRE([LTVERSION_VERSION])dnl
1586
- AC_REQUIRE([LTOBSOLETE_VERSION])dnl
1587
- m4_require([_LT_PROG_LTMAIN])dnl
1588
-
1589
- _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
1590
-
1591
- dnl Parse OPTIONS
1592
- _LT_SET_OPTIONS([$0], [$1])
1593
-
1594
- # This can be used to rebuild libtool when needed
1595
- LIBTOOL_DEPS=$ltmain
1596
-
1597
- # Always use our own libtool.
1598
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1599
- AC_SUBST(LIBTOOL)dnl
1600
-
1601
- _LT_SETUP
1602
-
1603
- # Only expand once:
1604
- m4_define([LT_INIT])
1605
- ])
1606
- m4trace:m4/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1607
- m4trace:m4/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
1608
- You should run autoupdate.])dnl
1609
- m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1610
- m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1611
- m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
1612
- You should run autoupdate.])dnl
1613
- m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
1614
- m4trace:m4/libtool.m4:704: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
1615
- AC_MSG_NOTICE([creating $CONFIG_LT])
1616
- _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
1617
- [# Run this file to recreate a libtool stub with the current configuration.])
1618
-
1619
- cat >>"$CONFIG_LT" <<\_LTEOF
1620
- lt_cl_silent=false
1621
- exec AS_MESSAGE_LOG_FD>>config.log
1622
- {
1623
- echo
1624
- AS_BOX([Running $as_me.])
1625
- } >&AS_MESSAGE_LOG_FD
1626
-
1627
- lt_cl_help="\
1628
- '$as_me' creates a local libtool stub from the current configuration,
1629
- for use in further configure time tests before the real libtool is
1630
- generated.
1631
-
1632
- Usage: $[0] [[OPTIONS]]
1633
-
1634
- -h, --help print this help, then exit
1635
- -V, --version print version number, then exit
1636
- -q, --quiet do not print progress messages
1637
- -d, --debug don't remove temporary files
1638
-
1639
- Report bugs to <bug-libtool@gnu.org>."
1640
-
1641
- lt_cl_version="\
1642
- m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
1643
- m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
1644
- configured by $[0], generated by m4_PACKAGE_STRING.
1645
-
1646
- Copyright (C) 2011 Free Software Foundation, Inc.
1647
- This config.lt script is free software; the Free Software Foundation
1648
- gives unlimited permision to copy, distribute and modify it."
1649
-
1650
- while test 0 != $[#]
1651
- do
1652
- case $[1] in
1653
- --version | --v* | -V )
1654
- echo "$lt_cl_version"; exit 0 ;;
1655
- --help | --h* | -h )
1656
- echo "$lt_cl_help"; exit 0 ;;
1657
- --debug | --d* | -d )
1658
- debug=: ;;
1659
- --quiet | --q* | --silent | --s* | -q )
1660
- lt_cl_silent=: ;;
1661
-
1662
- -*) AC_MSG_ERROR([unrecognized option: $[1]
1663
- Try '$[0] --help' for more information.]) ;;
1664
-
1665
- *) AC_MSG_ERROR([unrecognized argument: $[1]
1666
- Try '$[0] --help' for more information.]) ;;
1667
- esac
1668
- shift
1669
- done
1670
-
1671
- if $lt_cl_silent; then
1672
- exec AS_MESSAGE_FD>/dev/null
1673
- fi
1674
- _LTEOF
1675
-
1676
- cat >>"$CONFIG_LT" <<_LTEOF
1677
- _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
1678
- _LTEOF
1679
-
1680
- cat >>"$CONFIG_LT" <<\_LTEOF
1681
- AC_MSG_NOTICE([creating $ofile])
1682
- _LT_OUTPUT_LIBTOOL_COMMANDS
1683
- AS_EXIT(0)
1684
- _LTEOF
1685
- chmod +x "$CONFIG_LT"
1686
-
1687
- # configure is writing to config.log, but config.lt does its own redirection,
1688
- # appending to config.log, which fails on DOS, as config.log is still kept
1689
- # open by configure. Here we exec the FD to /dev/null, effectively closing
1690
- # config.log, so it can be properly (re)opened and appended to by config.lt.
1691
- lt_cl_success=:
1692
- test yes = "$silent" &&
1693
- lt_config_lt_args="$lt_config_lt_args --quiet"
1694
- exec AS_MESSAGE_LOG_FD>/dev/null
1695
- $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
1696
- exec AS_MESSAGE_LOG_FD>>config.log
1697
- $lt_cl_success || AS_EXIT(1)
1698
- ])
1699
- m4trace:m4/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
1700
- m4trace:m4/libtool.m4:836: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
1701
- m4_case([$1],
1702
- [C], [_LT_LANG(C)],
1703
- [C++], [_LT_LANG(CXX)],
1704
- [Go], [_LT_LANG(GO)],
1705
- [Java], [_LT_LANG(GCJ)],
1706
- [Fortran 77], [_LT_LANG(F77)],
1707
- [Fortran], [_LT_LANG(FC)],
1708
- [Windows Resource], [_LT_LANG(RC)],
1709
- [m4_ifdef([_LT_LANG_]$1[_CONFIG],
1710
- [_LT_LANG($1)],
1711
- [m4_fatal([$0: unsupported language: "$1"])])])dnl
1712
- ])
1713
- m4trace:m4/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
1714
- m4trace:m4/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
1715
- You should run autoupdate.])dnl
1716
- LT_LANG(C++)])
1717
- m4trace:m4/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
1718
- m4trace:m4/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
1719
- You should run autoupdate.])dnl
1720
- LT_LANG(Fortran 77)])
1721
- m4trace:m4/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
1722
- m4trace:m4/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
1723
- You should run autoupdate.])dnl
1724
- LT_LANG(Fortran)])
1725
- m4trace:m4/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
1726
- m4trace:m4/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
1727
- You should run autoupdate.])dnl
1728
- LT_LANG(Java)])
1729
- m4trace:m4/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
1730
- m4trace:m4/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
1731
- You should run autoupdate.])dnl
1732
- LT_LANG(Windows Resource)])
1733
- m4trace:m4/libtool.m4:1277: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
1734
- AC_ARG_WITH([sysroot],
1735
- [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1736
- [Search for dependent libraries within DIR (or the compiler's sysroot
1737
- if not specified).])],
1738
- [], [with_sysroot=no])
1739
-
1740
- dnl lt_sysroot will always be passed unquoted. We quote it here
1741
- dnl in case the user passed a directory name.
1742
- lt_sysroot=
1743
- case $with_sysroot in #(
1744
- yes)
1745
- if test yes = "$GCC"; then
1746
- lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1747
- fi
1748
- ;; #(
1749
- /*)
1750
- lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1751
- ;; #(
1752
- no|'')
1753
- ;; #(
1754
- *)
1755
- AC_MSG_RESULT([$with_sysroot])
1756
- AC_MSG_ERROR([The sysroot must be an absolute path.])
1757
- ;;
1758
- esac
1759
-
1760
- AC_MSG_RESULT([${lt_sysroot:-no}])
1761
- _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1762
- [dependent libraries, and where our libraries should be installed.])])
1763
- m4trace:m4/libtool.m4:1617: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1764
- m4_require([_LT_DECL_SED])dnl
1765
- AC_CACHE_CHECK([$1], [$2],
1766
- [$2=no
1767
- m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1768
- echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1769
- lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
1770
- # Insert the option either (1) after the last *FLAGS variable, or
1771
- # (2) before a word containing "conftest.", or (3) at the end.
1772
- # Note that $ac_compile itself does not contain backslashes and begins
1773
- # with a dollar sign (not a hyphen), so the echo should work correctly.
1774
- # The option is referenced via a variable to avoid confusing sed.
1775
- lt_compile=`echo "$ac_compile" | $SED \
1776
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1777
- -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1778
- -e 's:$: $lt_compiler_flag:'`
1779
- (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1780
- (eval "$lt_compile" 2>conftest.err)
1781
- ac_status=$?
1782
- cat conftest.err >&AS_MESSAGE_LOG_FD
1783
- echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1784
- if (exit $ac_status) && test -s "$ac_outfile"; then
1785
- # The compiler can only warn and ignore the option if not recognized
1786
- # So say no if there are warnings other than the usual output.
1787
- $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1788
- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1789
- if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1790
- $2=yes
1791
- fi
1792
- fi
1793
- $RM conftest*
1794
- ])
1795
-
1796
- if test yes = "[$]$2"; then
1797
- m4_if([$5], , :, [$5])
1798
- else
1799
- m4_if([$6], , :, [$6])
1800
- fi
1801
- ])
1802
- m4trace:m4/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1803
- m4trace:m4/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
1804
- You should run autoupdate.])dnl
1805
- m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
1806
- m4trace:m4/libtool.m4:1661: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1807
- m4_require([_LT_DECL_SED])dnl
1808
- AC_CACHE_CHECK([$1], [$2],
1809
- [$2=no
1810
- save_LDFLAGS=$LDFLAGS
1811
- LDFLAGS="$LDFLAGS $3"
1812
- echo "$lt_simple_link_test_code" > conftest.$ac_ext
1813
- if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1814
- # The linker can only warn and ignore the option if not recognized
1815
- # So say no if there are warnings
1816
- if test -s conftest.err; then
1817
- # Append any errors to the config.log.
1818
- cat conftest.err 1>&AS_MESSAGE_LOG_FD
1819
- $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1820
- $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1821
- if diff conftest.exp conftest.er2 >/dev/null; then
1822
- $2=yes
1823
- fi
1824
- else
1825
- $2=yes
1826
- fi
1827
- fi
1828
- $RM -r conftest*
1829
- LDFLAGS=$save_LDFLAGS
1830
- ])
1831
-
1832
- if test yes = "[$]$2"; then
1833
- m4_if([$4], , :, [$4])
1834
- else
1835
- m4_if([$5], , :, [$5])
1836
- fi
1837
- ])
1838
- m4trace:m4/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1839
- m4trace:m4/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
1840
- You should run autoupdate.])dnl
1841
- m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
1842
- m4trace:m4/libtool.m4:1807: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1843
- # find the maximum length of command line arguments
1844
- AC_MSG_CHECKING([the maximum length of command line arguments])
1845
- AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1846
- i=0
1847
- teststring=ABCD
1848
-
1849
- case $build_os in
1850
- msdosdjgpp*)
1851
- # On DJGPP, this test can blow up pretty badly due to problems in libc
1852
- # (any single argument exceeding 2000 bytes causes a buffer overrun
1853
- # during glob expansion). Even if it were fixed, the result of this
1854
- # check would be larger than it should be.
1855
- lt_cv_sys_max_cmd_len=12288; # 12K is about right
1856
- ;;
1857
-
1858
- gnu*)
1859
- # Under GNU Hurd, this test is not required because there is
1860
- # no limit to the length of command line arguments.
1861
- # Libtool will interpret -1 as no limit whatsoever
1862
- lt_cv_sys_max_cmd_len=-1;
1863
- ;;
1864
-
1865
- cygwin* | mingw* | cegcc*)
1866
- # On Win9x/ME, this test blows up -- it succeeds, but takes
1867
- # about 5 minutes as the teststring grows exponentially.
1868
- # Worse, since 9x/ME are not pre-emptively multitasking,
1869
- # you end up with a "frozen" computer, even though with patience
1870
- # the test eventually succeeds (with a max line length of 256k).
1871
- # Instead, let's just punt: use the minimum linelength reported by
1872
- # all of the supported platforms: 8192 (on NT/2K/XP).
1873
- lt_cv_sys_max_cmd_len=8192;
1874
- ;;
1875
-
1876
- mint*)
1877
- # On MiNT this can take a long time and run out of memory.
1878
- lt_cv_sys_max_cmd_len=8192;
1879
- ;;
1880
-
1881
- amigaos*)
1882
- # On AmigaOS with pdksh, this test takes hours, literally.
1883
- # So we just punt and use a minimum line length of 8192.
1884
- lt_cv_sys_max_cmd_len=8192;
1885
- ;;
1886
-
1887
- bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
1888
- # This has been around since 386BSD, at least. Likely further.
1889
- if test -x /sbin/sysctl; then
1890
- lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1891
- elif test -x /usr/sbin/sysctl; then
1892
- lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1893
- else
1894
- lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
1895
- fi
1896
- # And add a safety zone
1897
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1898
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1899
- ;;
1900
-
1901
- interix*)
1902
- # We know the value 262144 and hardcode it with a safety zone (like BSD)
1903
- lt_cv_sys_max_cmd_len=196608
1904
- ;;
1905
-
1906
- os2*)
1907
- # The test takes a long time on OS/2.
1908
- lt_cv_sys_max_cmd_len=8192
1909
- ;;
1910
-
1911
- osf*)
1912
- # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1913
- # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1914
- # nice to cause kernel panics so lets avoid the loop below.
1915
- # First set a reasonable default.
1916
- lt_cv_sys_max_cmd_len=16384
1917
- #
1918
- if test -x /sbin/sysconfig; then
1919
- case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1920
- *1*) lt_cv_sys_max_cmd_len=-1 ;;
1921
- esac
1922
- fi
1923
- ;;
1924
- sco3.2v5*)
1925
- lt_cv_sys_max_cmd_len=102400
1926
- ;;
1927
- sysv5* | sco5v6* | sysv4.2uw2*)
1928
- kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1929
- if test -n "$kargmax"; then
1930
- lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
1931
- else
1932
- lt_cv_sys_max_cmd_len=32768
1933
- fi
1934
- ;;
1935
- *)
1936
- lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1937
- if test -n "$lt_cv_sys_max_cmd_len" && \
1938
- test undefined != "$lt_cv_sys_max_cmd_len"; then
1939
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1940
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1941
- else
1942
- # Make teststring a little bigger before we do anything with it.
1943
- # a 1K string should be a reasonable start.
1944
- for i in 1 2 3 4 5 6 7 8; do
1945
- teststring=$teststring$teststring
1946
- done
1947
- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1948
- # If test is not a shell built-in, we'll probably end up computing a
1949
- # maximum length that is only half of the actual maximum length, but
1950
- # we can't tell.
1951
- while { test X`env echo "$teststring$teststring" 2>/dev/null` \
1952
- = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1953
- test 17 != "$i" # 1/2 MB should be enough
1954
- do
1955
- i=`expr $i + 1`
1956
- teststring=$teststring$teststring
1957
- done
1958
- # Only check the string length outside the loop.
1959
- lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1960
- teststring=
1961
- # Add a significant safety factor because C++ compilers can tack on
1962
- # massive amounts of additional arguments before passing them to the
1963
- # linker. It appears as though 1/2 is a usable value.
1964
- lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1965
- fi
1966
- ;;
1967
- esac
1968
- ])
1969
- if test -n "$lt_cv_sys_max_cmd_len"; then
1970
- AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1971
- else
1972
- AC_MSG_RESULT(none)
1973
- fi
1974
- max_cmd_len=$lt_cv_sys_max_cmd_len
1975
- _LT_DECL([], [max_cmd_len], [0],
1976
- [What is the maximum length of a command?])
1977
- ])
1978
- 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($@)])])
1979
- 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.
1980
- You should run autoupdate.])dnl
1981
- m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
1982
- m4trace:m4/libtool.m4:2043: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
1983
- if test yes != "$enable_dlopen"; then
1984
- enable_dlopen=unknown
1985
- enable_dlopen_self=unknown
1986
- enable_dlopen_self_static=unknown
1987
- else
1988
- lt_cv_dlopen=no
1989
- lt_cv_dlopen_libs=
1990
-
1991
- case $host_os in
1992
- beos*)
1993
- lt_cv_dlopen=load_add_on
1994
- lt_cv_dlopen_libs=
1995
- lt_cv_dlopen_self=yes
1996
- ;;
1997
-
1998
- mingw* | pw32* | cegcc*)
1999
- lt_cv_dlopen=LoadLibrary
2000
- lt_cv_dlopen_libs=
2001
- ;;
2002
-
2003
- cygwin*)
2004
- lt_cv_dlopen=dlopen
2005
- lt_cv_dlopen_libs=
2006
- ;;
2007
-
2008
- darwin*)
2009
- # if libdl is installed we need to link against it
2010
- AC_CHECK_LIB([dl], [dlopen],
2011
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
2012
- lt_cv_dlopen=dyld
2013
- lt_cv_dlopen_libs=
2014
- lt_cv_dlopen_self=yes
2015
- ])
2016
- ;;
2017
-
2018
- tpf*)
2019
- # Don't try to run any link tests for TPF. We know it's impossible
2020
- # because TPF is a cross-compiler, and we know how we open DSOs.
2021
- lt_cv_dlopen=dlopen
2022
- lt_cv_dlopen_libs=
2023
- lt_cv_dlopen_self=no
2024
- ;;
2025
-
2026
- *)
2027
- AC_CHECK_FUNC([shl_load],
2028
- [lt_cv_dlopen=shl_load],
2029
- [AC_CHECK_LIB([dld], [shl_load],
2030
- [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
2031
- [AC_CHECK_FUNC([dlopen],
2032
- [lt_cv_dlopen=dlopen],
2033
- [AC_CHECK_LIB([dl], [dlopen],
2034
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
2035
- [AC_CHECK_LIB([svld], [dlopen],
2036
- [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
2037
- [AC_CHECK_LIB([dld], [dld_link],
2038
- [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
2039
- ])
2040
- ])
2041
- ])
2042
- ])
2043
- ])
2044
- ;;
2045
- esac
2046
-
2047
- if test no = "$lt_cv_dlopen"; then
2048
- enable_dlopen=no
2049
- else
2050
- enable_dlopen=yes
2051
- fi
2052
-
2053
- case $lt_cv_dlopen in
2054
- dlopen)
2055
- save_CPPFLAGS=$CPPFLAGS
2056
- test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2057
-
2058
- save_LDFLAGS=$LDFLAGS
2059
- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2060
-
2061
- save_LIBS=$LIBS
2062
- LIBS="$lt_cv_dlopen_libs $LIBS"
2063
-
2064
- AC_CACHE_CHECK([whether a program can dlopen itself],
2065
- lt_cv_dlopen_self, [dnl
2066
- _LT_TRY_DLOPEN_SELF(
2067
- lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2068
- lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2069
- ])
2070
-
2071
- if test yes = "$lt_cv_dlopen_self"; then
2072
- wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2073
- AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2074
- lt_cv_dlopen_self_static, [dnl
2075
- _LT_TRY_DLOPEN_SELF(
2076
- lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2077
- lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
2078
- ])
2079
- fi
2080
-
2081
- CPPFLAGS=$save_CPPFLAGS
2082
- LDFLAGS=$save_LDFLAGS
2083
- LIBS=$save_LIBS
2084
- ;;
2085
- esac
2086
-
2087
- case $lt_cv_dlopen_self in
2088
- yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2089
- *) enable_dlopen_self=unknown ;;
2090
- esac
2091
-
2092
- case $lt_cv_dlopen_self_static in
2093
- yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2094
- *) enable_dlopen_self_static=unknown ;;
2095
- esac
2096
- fi
2097
- _LT_DECL([dlopen_support], [enable_dlopen], [0],
2098
- [Whether dlopen is supported])
2099
- _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2100
- [Whether dlopen of programs is supported])
2101
- _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2102
- [Whether dlopen of statically linked programs is supported])
2103
- ])
2104
- m4trace:m4/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2105
- m4trace:m4/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
2106
- You should run autoupdate.])dnl
2107
- m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
2108
- m4trace:m4/libtool.m4:3214: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
2109
- AC_MSG_CHECKING([for $1])
2110
- AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2111
- [case $MAGIC_CMD in
2112
- [[\\/*] | ?:[\\/]*])
2113
- lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
2114
- ;;
2115
- *)
2116
- lt_save_MAGIC_CMD=$MAGIC_CMD
2117
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2118
- dnl $ac_dummy forces splitting on constant user-supplied paths.
2119
- dnl POSIX.2 word splitting is done only on the output of word expansions,
2120
- dnl not every word. This closes a longstanding sh security hole.
2121
- ac_dummy="m4_if([$2], , $PATH, [$2])"
2122
- for ac_dir in $ac_dummy; do
2123
- IFS=$lt_save_ifs
2124
- test -z "$ac_dir" && ac_dir=.
2125
- if test -f "$ac_dir/$1"; then
2126
- lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
2127
- if test -n "$file_magic_test_file"; then
2128
- case $deplibs_check_method in
2129
- "file_magic "*)
2130
- file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2131
- MAGIC_CMD=$lt_cv_path_MAGIC_CMD
2132
- if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2133
- $EGREP "$file_magic_regex" > /dev/null; then
2134
- :
2135
- else
2136
- cat <<_LT_EOF 1>&2
2137
-
2138
- *** Warning: the command libtool uses to detect shared libraries,
2139
- *** $file_magic_cmd, produces output that libtool cannot recognize.
2140
- *** The result is that libtool may fail to recognize shared libraries
2141
- *** as such. This will affect the creation of libtool libraries that
2142
- *** depend on shared libraries, but programs linked with such libtool
2143
- *** libraries will work regardless of this problem. Nevertheless, you
2144
- *** may want to report the problem to your system manager and/or to
2145
- *** bug-libtool@gnu.org
2146
-
2147
- _LT_EOF
2148
- fi ;;
2149
- esac
2150
- fi
2151
- break
2152
- fi
2153
- done
2154
- IFS=$lt_save_ifs
2155
- MAGIC_CMD=$lt_save_MAGIC_CMD
2156
- ;;
2157
- esac])
2158
- MAGIC_CMD=$lt_cv_path_MAGIC_CMD
2159
- if test -n "$MAGIC_CMD"; then
2160
- AC_MSG_RESULT($MAGIC_CMD)
2161
- else
2162
- AC_MSG_RESULT(no)
2163
- fi
2164
- _LT_DECL([], [MAGIC_CMD], [0],
2165
- [Used to examine libraries when file_magic_cmd begins with "file"])dnl
2166
- ])
2167
- m4trace:m4/libtool.m4:3217: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2168
- m4trace:m4/libtool.m4:3217: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
2169
- You should run autoupdate.])dnl
2170
- m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
2171
- m4trace:m4/libtool.m4:3326: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
2172
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
2173
- AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2174
- m4_require([_LT_DECL_SED])dnl
2175
- m4_require([_LT_DECL_EGREP])dnl
2176
- m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
2177
-
2178
- AC_ARG_WITH([gnu-ld],
2179
- [AS_HELP_STRING([--with-gnu-ld],
2180
- [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2181
- [test no = "$withval" || with_gnu_ld=yes],
2182
- [with_gnu_ld=no])dnl
2183
-
2184
- ac_prog=ld
2185
- if test yes = "$GCC"; then
2186
- # Check if gcc -print-prog-name=ld gives a path.
2187
- AC_MSG_CHECKING([for ld used by $CC])
2188
- case $host in
2189
- *-*-mingw*)
2190
- # gcc leaves a trailing carriage return, which upsets mingw
2191
- ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2192
- *)
2193
- ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2194
- esac
2195
- case $ac_prog in
2196
- # Accept absolute paths.
2197
- [[\\/]]* | ?:[[\\/]]*)
2198
- re_direlt='/[[^/]][[^/]]*/\.\./'
2199
- # Canonicalize the pathname of ld
2200
- ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
2201
- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
2202
- ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2203
- done
2204
- test -z "$LD" && LD=$ac_prog
2205
- ;;
2206
- "")
2207
- # If it fails, then pretend we aren't using GCC.
2208
- ac_prog=ld
2209
- ;;
2210
- *)
2211
- # If it is relative, then search for the first ld in PATH.
2212
- with_gnu_ld=unknown
2213
- ;;
2214
- esac
2215
- elif test yes = "$with_gnu_ld"; then
2216
- AC_MSG_CHECKING([for GNU ld])
2217
- else
2218
- AC_MSG_CHECKING([for non-GNU ld])
2219
- fi
2220
- AC_CACHE_VAL(lt_cv_path_LD,
2221
- [if test -z "$LD"; then
2222
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2223
- for ac_dir in $PATH; do
2224
- IFS=$lt_save_ifs
2225
- test -z "$ac_dir" && ac_dir=.
2226
- if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2227
- lt_cv_path_LD=$ac_dir/$ac_prog
2228
- # Check to see if the program is GNU ld. I'd rather use --version,
2229
- # but apparently some variants of GNU ld only accept -v.
2230
- # Break only if it was the GNU/non-GNU ld that we prefer.
2231
- case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2232
- *GNU* | *'with BFD'*)
2233
- test no != "$with_gnu_ld" && break
2234
- ;;
2235
- *)
2236
- test yes != "$with_gnu_ld" && break
2237
- ;;
2238
- esac
2239
- fi
2240
- done
2241
- IFS=$lt_save_ifs
2242
- else
2243
- lt_cv_path_LD=$LD # Let the user override the test with a path.
2244
- fi])
2245
- LD=$lt_cv_path_LD
2246
- if test -n "$LD"; then
2247
- AC_MSG_RESULT($LD)
2248
- else
2249
- AC_MSG_RESULT(no)
2250
- fi
2251
- test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2252
- _LT_PATH_LD_GNU
2253
- AC_SUBST([LD])
2254
-
2255
- _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
2256
- ])
2257
- m4trace:m4/libtool.m4:3329: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2258
- m4trace:m4/libtool.m4:3329: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
2259
- You should run autoupdate.])dnl
2260
- m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2261
- m4trace:m4/libtool.m4:3330: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2262
- m4trace:m4/libtool.m4:3330: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
2263
- You should run autoupdate.])dnl
2264
- m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
2265
- m4trace:m4/libtool.m4:3751: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
2266
- AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2267
- [if test -n "$NM"; then
2268
- # Let the user override the test.
2269
- lt_cv_path_NM=$NM
2270
- else
2271
- lt_nm_to_check=${ac_tool_prefix}nm
2272
- if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2273
- lt_nm_to_check="$lt_nm_to_check nm"
2274
- fi
2275
- for lt_tmp_nm in $lt_nm_to_check; do
2276
- lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
2277
- for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2278
- IFS=$lt_save_ifs
2279
- test -z "$ac_dir" && ac_dir=.
2280
- tmp_nm=$ac_dir/$lt_tmp_nm
2281
- if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
2282
- # Check to see if the nm accepts a BSD-compat flag.
2283
- # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
2284
- # nm: unknown option "B" ignored
2285
- # Tru64's nm complains that /dev/null is an invalid object file
2286
- # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
2287
- case $build_os in
2288
- mingw*) lt_bad_file=conftest.nm/nofile ;;
2289
- *) lt_bad_file=/dev/null ;;
2290
- esac
2291
- case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
2292
- *$lt_bad_file* | *'Invalid file or object type'*)
2293
- lt_cv_path_NM="$tmp_nm -B"
2294
- break 2
2295
- ;;
2296
- *)
2297
- case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2298
- */dev/null*)
2299
- lt_cv_path_NM="$tmp_nm -p"
2300
- break 2
2301
- ;;
2302
- *)
2303
- lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2304
- continue # so that we can try to find one that supports BSD flags
2305
- ;;
2306
- esac
2307
- ;;
2308
- esac
2309
- fi
2310
- done
2311
- IFS=$lt_save_ifs
2312
- done
2313
- : ${lt_cv_path_NM=no}
2314
- fi])
2315
- if test no != "$lt_cv_path_NM"; then
2316
- NM=$lt_cv_path_NM
2317
- else
2318
- # Didn't find any BSD compatible name lister, look for dumpbin.
2319
- if test -n "$DUMPBIN"; then :
2320
- # Let the user override the test.
2321
- else
2322
- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
2323
- case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
2324
- *COFF*)
2325
- DUMPBIN="$DUMPBIN -symbols -headers"
2326
- ;;
2327
- *)
2328
- DUMPBIN=:
2329
- ;;
2330
- esac
2331
- fi
2332
- AC_SUBST([DUMPBIN])
2333
- if test : != "$DUMPBIN"; then
2334
- NM=$DUMPBIN
2335
- fi
2336
- fi
2337
- test -z "$NM" && NM=nm
2338
- AC_SUBST([NM])
2339
- _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
2340
-
2341
- AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
2342
- [lt_cv_nm_interface="BSD nm"
2343
- echo "int some_variable = 0;" > conftest.$ac_ext
2344
- (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
2345
- (eval "$ac_compile" 2>conftest.err)
2346
- cat conftest.err >&AS_MESSAGE_LOG_FD
2347
- (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
2348
- (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
2349
- cat conftest.err >&AS_MESSAGE_LOG_FD
2350
- (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
2351
- cat conftest.out >&AS_MESSAGE_LOG_FD
2352
- if $GREP 'External.*some_variable' conftest.out > /dev/null; then
2353
- lt_cv_nm_interface="MS dumpbin"
2354
- fi
2355
- rm -f conftest*])
2356
- ])
2357
- m4trace:m4/libtool.m4:3754: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2358
- m4trace:m4/libtool.m4:3754: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
2359
- You should run autoupdate.])dnl
2360
- m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2361
- m4trace:m4/libtool.m4:3755: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2362
- m4trace:m4/libtool.m4:3755: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
2363
- You should run autoupdate.])dnl
2364
- m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
2365
- m4trace:m4/libtool.m4:3834: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
2366
- test DEF = "`$SED -n dnl
2367
- -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
2368
- -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
2369
- -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
2370
- -e q dnl Only consider the first "real" line
2371
- $1`" dnl
2372
- ])
2373
- m4trace:m4/libtool.m4:3856: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2374
- LIBM=
2375
- case $host in
2376
- *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
2377
- # These system don't have libm, or don't need it
2378
- ;;
2379
- *-ncr-sysv4.3*)
2380
- AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
2381
- AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2382
- ;;
2383
- *)
2384
- AC_CHECK_LIB(m, cos, LIBM=-lm)
2385
- ;;
2386
- esac
2387
- AC_SUBST([LIBM])
2388
- ])
2389
- m4trace:m4/libtool.m4:3859: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2390
- m4trace:m4/libtool.m4:3859: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
2391
- You should run autoupdate.])dnl
2392
- m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
2393
- m4trace:m4/libtool.m4:8128: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
2394
- [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
2395
- [AC_CHECK_TOOL(GCJ, gcj,)
2396
- test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
2397
- AC_SUBST(GCJFLAGS)])])[]dnl
2398
- ])
2399
- m4trace:m4/libtool.m4:8131: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2400
- m4trace:m4/libtool.m4:8131: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
2401
- You should run autoupdate.])dnl
2402
- m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
2403
- m4trace:m4/libtool.m4:8140: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
2404
- ])
2405
- m4trace:m4/libtool.m4:8147: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
2406
- ])
2407
- m4trace:m4/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2408
- m4trace:m4/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
2409
- You should run autoupdate.])dnl
2410
- m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
2411
- m4trace:m4/libtool.m4:8270: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2412
- m4trace:m4/libtool.m4:8270: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
2413
- You should run autoupdate.])dnl
2414
- m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
2415
- m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2416
- m4trace:m4/ltoptions.m4:118: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
2417
- AC_DIAGNOSE([obsolete],
2418
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2419
- put the 'dlopen' option into LT_INIT's first parameter.])
2420
- ])
2421
- m4trace:m4/ltoptions.m4:118: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
2422
- You should run autoupdate.])dnl
2423
- _LT_SET_OPTION([LT_INIT], [dlopen])
2424
- AC_DIAGNOSE([obsolete],
2425
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2426
- put the 'dlopen' option into LT_INIT's first parameter.])
2427
- ])
2428
- m4trace:m4/ltoptions.m4:154: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2429
- _LT_SET_OPTION([LT_INIT], [win32-dll])
2430
- AC_DIAGNOSE([obsolete],
2431
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2432
- put the 'win32-dll' option into LT_INIT's first parameter.])
2433
- ])
2434
- m4trace:m4/ltoptions.m4:154: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
2435
- You should run autoupdate.])dnl
2436
- AC_REQUIRE([AC_CANONICAL_HOST])dnl
2437
- _LT_SET_OPTION([LT_INIT], [win32-dll])
2438
- AC_DIAGNOSE([obsolete],
2439
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2440
- put the 'win32-dll' option into LT_INIT's first parameter.])
2441
- ])
2442
- m4trace:m4/ltoptions.m4:199: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
2443
- ])
2444
- m4trace:m4/ltoptions.m4:203: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
2445
- ])
2446
- m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
2447
- m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
2448
- You should run autoupdate.])dnl
2449
- AC_ENABLE_SHARED($@)])
2450
- m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
2451
- m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
2452
- You should run autoupdate.])dnl
2453
- AC_DISABLE_SHARED($@)])
2454
- m4trace:m4/ltoptions.m4:253: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
2455
- ])
2456
- m4trace:m4/ltoptions.m4:257: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
2457
- ])
2458
- m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
2459
- m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
2460
- You should run autoupdate.])dnl
2461
- AC_ENABLE_STATIC($@)])
2462
- m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
2463
- m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
2464
- You should run autoupdate.])dnl
2465
- AC_DISABLE_STATIC($@)])
2466
- m4trace:m4/ltoptions.m4:310: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2467
- AC_DIAGNOSE([obsolete],
2468
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2469
- the 'fast-install' option into LT_INIT's first parameter.])
2470
- ])
2471
- m4trace:m4/ltoptions.m4:310: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
2472
- You should run autoupdate.])dnl
2473
- _LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
2474
- AC_DIAGNOSE([obsolete],
2475
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2476
- the 'fast-install' option into LT_INIT's first parameter.])
2477
- ])
2478
- m4trace:m4/ltoptions.m4:317: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
2479
- AC_DIAGNOSE([obsolete],
2480
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2481
- the 'disable-fast-install' option into LT_INIT's first parameter.])
2482
- ])
2483
- m4trace:m4/ltoptions.m4:317: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
2484
- You should run autoupdate.])dnl
2485
- _LT_SET_OPTION([LT_INIT], [disable-fast-install])
2486
- AC_DIAGNOSE([obsolete],
2487
- [$0: Remove this warning and the call to _LT_SET_OPTION when you put
2488
- the 'disable-fast-install' option into LT_INIT's first parameter.])
2489
- ])
2490
- m4trace:m4/ltoptions.m4:416: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
2491
- AC_DIAGNOSE([obsolete],
2492
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2493
- put the 'pic-only' option into LT_INIT's first parameter.])
2494
- ])
2495
- m4trace:m4/ltoptions.m4:416: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
2496
- You should run autoupdate.])dnl
2497
- _LT_SET_OPTION([LT_INIT], [pic-only])
2498
- AC_DIAGNOSE([obsolete],
2499
- [$0: Remove this warning and the call to _LT_SET_OPTION when you
2500
- put the 'pic-only' option into LT_INIT's first parameter.])
2501
- ])
2502
- m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
2503
- m4trace:m4/ltversion.m4:23: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
2504
- macro_revision='2.4.6'
2505
- _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2506
- _LT_DECL(, macro_revision, 0)
2507
- ])
2508
- m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
2509
- m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
2510
- m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
2511
- m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
2512
- m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
2513
- m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
2514
- m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
2515
- m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
2516
- m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
2517
- m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
2518
- m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
2519
- m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
2520
- m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
2521
- m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
2522
- m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
2523
- m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
2524
- m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
2525
- m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
2526
- m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
2527
- m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
2528
- m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
2529
- m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
2530
- m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
2531
- m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
2532
- m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
2533
- m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
2534
- m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
2535
- m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
2536
- m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
2537
- m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
2538
- m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
2539
- m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
2540
- m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
2541
- m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
2542
- m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
2543
- m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
2544
- m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
2545
- m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
2546
- m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
2547
- m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
2548
- m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
2549
- m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
2550
- m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
2551
- m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
2552
- m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
2553
- m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
2554
- m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
2555
- m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
2556
- m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
2557
- m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
2558
- m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
2559
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
2560
- m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
2561
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
2562
- m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
2563
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
2564
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
2565
- m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
2566
- m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
2567
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
2568
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
2569
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2570
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2571
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
2572
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2573
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
2574
- m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
2575
- m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
2576
- m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
2577
- m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
2578
- m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
2579
- m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
2580
- m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
2581
- m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
2582
- m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
2583
- m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
2584
- m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
2585
- m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
2586
- m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
2587
- m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
2588
- m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
2589
- m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
2590
- m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
2591
- m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
2592
- m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
2593
- m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
2594
- m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
2595
- m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
2596
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
2597
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
2598
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
2599
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
2600
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
2601
- m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_URL$])
2602
- m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
2603
- m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
2604
- m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
2605
- m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
2606
- m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
2607
- m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
2608
- m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
2609
- m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
2610
- m4trace:configure.ac:7: -1- AC_CONFIG_MACRO_DIR([m4])
2611
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build$])
2612
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build_cpu$])
2613
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build_vendor$])
2614
- m4trace:configure.ac:9: -1- m4_pattern_allow([^build_os$])
2615
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host$])
2616
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host_cpu$])
2617
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host_vendor$])
2618
- m4trace:configure.ac:9: -1- m4_pattern_allow([^host_os$])
2619
- m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
2620
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
2621
- m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
2622
- m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.15])
2623
- m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.69])
2624
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
2625
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
2626
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
2627
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$])
2628
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc])
2629
- m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
2630
- m4trace:configure.ac:10: -1- _AM_SET_OPTIONS([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
2631
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([1.11])
2632
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([1.11])
2633
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([dist-bzip2])
2634
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([dist-bzip2])
2635
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([tar-ustar])
2636
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
2637
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([foreign])
2638
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([foreign])
2639
- m4trace:configure.ac:10: -1- _AM_SET_OPTION([subdir-objects])
2640
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([subdir-objects])
2641
- m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
2642
- m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
2643
- m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
2644
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
2645
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
2646
- m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
2647
- m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
2648
- m4trace:configure.ac:10: -1- AM_SANITY_CHECK
2649
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
2650
- m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
2651
- m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
2652
- m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
2653
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
2654
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
2655
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
2656
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
2657
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
2658
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
2659
- m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
2660
- m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
2661
- m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
2662
- m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
2663
- m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
2664
- m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
2665
- m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
2666
- m4trace:configure.ac:10: -1- m4_pattern_allow([^MKDIR_P$])
2667
- m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
2668
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
2669
- m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
2670
- m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
2671
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
2672
- m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
2673
- [_AM_PROG_TAR([v7])])])
2674
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
2675
- m4trace:configure.ac:10: -1- _AM_PROG_TAR([ustar])
2676
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
2677
- m4trace:configure.ac:10: -1- AM_RUN_LOG([$_am_tar --version])
2678
- m4trace:configure.ac:10: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2679
- m4trace:configure.ac:10: -1- AM_RUN_LOG([$am__untar <conftest.tar])
2680
- m4trace:configure.ac:10: -1- AM_RUN_LOG([cat conftest.dir/file])
2681
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
2682
- m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
2683
- m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
2684
- [_AM_DEPENDENCIES([CC])],
2685
- [m4_define([AC_PROG_CC],
2686
- m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
2687
- AC_PROVIDE_IFELSE([AC_PROG_CXX],
2688
- [_AM_DEPENDENCIES([CXX])],
2689
- [m4_define([AC_PROG_CXX],
2690
- m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
2691
- AC_PROVIDE_IFELSE([AC_PROG_OBJC],
2692
- [_AM_DEPENDENCIES([OBJC])],
2693
- [m4_define([AC_PROG_OBJC],
2694
- m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
2695
- AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
2696
- [_AM_DEPENDENCIES([OBJCXX])],
2697
- [m4_define([AC_PROG_OBJCXX],
2698
- m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
2699
- ])
2700
- m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
2701
- m4trace:configure.ac:10: -1- AM_SILENT_RULES
2702
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_V$])
2703
- m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_V])
2704
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_V])
2705
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2706
- m4trace:configure.ac:10: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2707
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2708
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2709
- m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_BACKSLASH$])
2710
- m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2711
- m4trace:configure.ac:11: -1- AM_SILENT_RULES([yes])
2712
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_V$])
2713
- m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_V])
2714
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_V])
2715
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_V$])
2716
- m4trace:configure.ac:11: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2717
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
2718
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
2719
- m4trace:configure.ac:11: -1- m4_pattern_allow([^AM_BACKSLASH$])
2720
- m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
2721
- m4trace:configure.ac:12: -1- AM_MAINTAINER_MODE
2722
- m4trace:configure.ac:12: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2723
- m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
2724
- m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
2725
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
2726
- m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
2727
- m4trace:configure.ac:12: -1- m4_pattern_allow([^MAINT$])
2728
- m4trace:configure.ac:13: -1- AM_DEP_TRACK
2729
- m4trace:configure.ac:13: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2730
- m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_TRUE$])
2731
- m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEP_FALSE$])
2732
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
2733
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
2734
- m4trace:configure.ac:13: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
2735
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
2736
- m4trace:configure.ac:13: -1- m4_pattern_allow([^am__nodep$])
2737
- m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__nodep])
2738
- m4trace:configure.ac:15: -1- m4_pattern_allow([^VERSION$])
2739
- m4trace:configure.ac:17: -1- m4_pattern_allow([^ISODATE$])
2740
- m4trace:configure.ac:34: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MAJOR$])
2741
- m4trace:configure.ac:35: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION_MINOR$])
2742
- m4trace:configure.ac:36: -1- m4_pattern_allow([^SODIUM_LIBRARY_VERSION$])
2743
- m4trace:configure.ac:37: -1- m4_pattern_allow([^DLL_VERSION$])
2744
- m4trace:configure.ac:92: -1- m4_pattern_allow([^USE_BLOCKING_RANDOM$])
2745
- m4trace:configure.ac:107: -1- AM_CONDITIONAL([MINIMAL], [test x$enable_minimal = xyes])
2746
- m4trace:configure.ac:107: -1- m4_pattern_allow([^MINIMAL_TRUE$])
2747
- m4trace:configure.ac:107: -1- m4_pattern_allow([^MINIMAL_FALSE$])
2748
- m4trace:configure.ac:107: -1- _AM_SUBST_NOTMAKE([MINIMAL_TRUE])
2749
- m4trace:configure.ac:107: -1- _AM_SUBST_NOTMAKE([MINIMAL_FALSE])
2750
- m4trace:configure.ac:118: -1- m4_pattern_allow([^SAFECODE_HOME$])
2751
- m4trace:configure.ac:146: -1- m4_pattern_allow([^MAINT$])
2752
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CC$])
2753
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CFLAGS$])
2754
- m4trace:configure.ac:150: -1- m4_pattern_allow([^LDFLAGS$])
2755
- m4trace:configure.ac:150: -1- m4_pattern_allow([^LIBS$])
2756
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CPPFLAGS$])
2757
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CC$])
2758
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CC$])
2759
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CC$])
2760
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CC$])
2761
- m4trace:configure.ac:150: -1- m4_pattern_allow([^ac_ct_CC$])
2762
- m4trace:configure.ac:150: -1- m4_pattern_allow([^EXEEXT$])
2763
- m4trace:configure.ac:150: -1- m4_pattern_allow([^OBJEXT$])
2764
- m4trace:configure.ac:150: -1- _AM_PROG_CC_C_O
2765
- m4trace:configure.ac:150: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
2766
- m4trace:configure.ac:150: -1- _AM_DEPENDENCIES([CC])
2767
- m4trace:configure.ac:150: -1- AM_SET_DEPDIR
2768
- m4trace:configure.ac:150: -1- m4_pattern_allow([^DEPDIR$])
2769
- m4trace:configure.ac:150: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
2770
- m4trace:configure.ac:150: -1- AM_MAKE_INCLUDE
2771
- m4trace:configure.ac:150: -1- m4_pattern_allow([^am__include$])
2772
- m4trace:configure.ac:150: -1- m4_pattern_allow([^am__quote$])
2773
- m4trace:configure.ac:150: -1- m4_pattern_allow([^CCDEPMODE$])
2774
- m4trace:configure.ac:150: -1- AM_CONDITIONAL([am__fastdepCC], [
2775
- test "x$enable_dependency_tracking" != xno \
2776
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
2777
- m4trace:configure.ac:150: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
2778
- m4trace:configure.ac:150: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
2779
- m4trace:configure.ac:150: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
2780
- m4trace:configure.ac:150: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
2781
- m4trace:configure.ac:151: -1- AM_PROG_AS
2782
- m4trace:configure.ac:151: -1- m4_pattern_allow([^CCAS$])
2783
- m4trace:configure.ac:151: -1- m4_pattern_allow([^CCASFLAGS$])
2784
- m4trace:configure.ac:151: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
2785
- m4trace:configure.ac:151: -2- _AM_MANGLE_OPTION([no-dependencies])
2786
- m4trace:configure.ac:151: -1- _AM_DEPENDENCIES([CCAS])
2787
- m4trace:configure.ac:151: -1- m4_pattern_allow([^CCASDEPMODE$])
2788
- m4trace:configure.ac:151: -1- AM_CONDITIONAL([am__fastdepCCAS], [
2789
- test "x$enable_dependency_tracking" != xno \
2790
- && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
2791
- m4trace:configure.ac:151: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
2792
- m4trace:configure.ac:151: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
2793
- m4trace:configure.ac:151: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
2794
- m4trace:configure.ac:151: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
2795
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CPP$])
2796
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CPPFLAGS$])
2797
- m4trace:configure.ac:152: -1- m4_pattern_allow([^CPP$])
2798
- m4trace:configure.ac:152: -1- AC_PROG_EGREP
2799
- m4trace:configure.ac:152: -1- m4_pattern_allow([^GREP$])
2800
- m4trace:configure.ac:152: -1- m4_pattern_allow([^EGREP$])
2801
- m4trace:configure.ac:152: -1- m4_pattern_allow([^STDC_HEADERS$])
2802
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_POSIX_SOURCE$])
2803
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
2804
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_MINIX$])
2805
- m4trace:configure.ac:152: -1- m4_pattern_allow([^__EXTENSIONS__$])
2806
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_ALL_SOURCE$])
2807
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_GNU_SOURCE$])
2808
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
2809
- m4trace:configure.ac:152: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
2810
- m4trace:configure.ac:154: -1- AC_CHECK_DEFINE([__native_client__], [NATIVECLIENT="yes"], [])
2811
- m4trace:configure.ac:159: -1- AC_CHECK_DEFINE([_FORTIFY_SOURCE], [], [
2812
- AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2],
2813
- [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
2814
- ])
2815
- m4trace:configure.ac:159: -1- AX_CHECK_COMPILE_FLAG([-D_FORTIFY_SOURCE=2], [CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"])
2816
- m4trace:configure.ac:162: -1- AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
2817
- m4trace:configure.ac:170: -1- AX_CHECK_COMPILE_FLAG([-fPIC], [
2818
- AX_CHECK_LINK_FLAG([-fPIC],
2819
- [CFLAGS="$CFLAGS -fPIC"]
2820
- )
2821
- ])
2822
- m4trace:configure.ac:170: -1- AX_CHECK_LINK_FLAG([-fPIC], [CFLAGS="$CFLAGS -fPIC"
2823
- ])
2824
- m4trace:configure.ac:180: -1- AX_CHECK_COMPILE_FLAG([-fPIE], [
2825
- AX_CHECK_LINK_FLAG([-fPIE],
2826
- [AX_CHECK_LINK_FLAG([-pie],
2827
- [CFLAGS="$CFLAGS -fPIE"
2828
- LDFLAGS="$LDFLAGS -pie"])
2829
- ])
2830
- ])
2831
- m4trace:configure.ac:180: -1- AX_CHECK_LINK_FLAG([-fPIE], [AX_CHECK_LINK_FLAG([-pie],
2832
- [CFLAGS="$CFLAGS -fPIE"
2833
- LDFLAGS="$LDFLAGS -pie"])
2834
- ])
2835
- m4trace:configure.ac:180: -1- AX_CHECK_LINK_FLAG([-pie], [CFLAGS="$CFLAGS -fPIE"
2836
- LDFLAGS="$LDFLAGS -pie"])
2837
- m4trace:configure.ac:182: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-aliasing], [CFLAGS="$CFLAGS -fno-strict-aliasing"])
2838
- m4trace:configure.ac:185: -1- AX_CHECK_COMPILE_FLAG([-fno-strict-overflow], [CFLAGS="$CFLAGS -fno-strict-overflow"], [
2839
- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
2840
- ])
2841
- m4trace:configure.ac:185: -1- AX_CHECK_COMPILE_FLAG([-fwrapv], [CFLAGS="$CFLAGS -fwrapv"])
2842
- m4trace:configure.ac:196: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
2843
- You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
2844
- ../../lib/autoconf/general.m4:1472: AC_ARG_ENABLE is expanded from...
2845
- configure.ac:196: the top level])
2846
- m4trace:configure.ac:202: -1- AX_CHECK_LINK_FLAG([-Wl,--dynamicbase], [LDFLAGS="$LDFLAGS -Wl,--dynamicbase"])
2847
- m4trace:configure.ac:202: -1- AX_CHECK_LINK_FLAG([-Wl,--nxcompat], [LDFLAGS="$LDFLAGS -Wl,--nxcompat"])
2848
- m4trace:configure.ac:215: -1- AX_CHECK_COMPILE_FLAG([-fstack-protector], [
2849
- AX_CHECK_LINK_FLAG([-fstack-protector],
2850
- [CFLAGS="$CFLAGS -fstack-protector"]
2851
- )
2852
- ])
2853
- m4trace:configure.ac:215: -1- AX_CHECK_LINK_FLAG([-fstack-protector], [CFLAGS="$CFLAGS -fstack-protector"
2854
- ])
2855
- m4trace:configure.ac:217: -1- AX_CHECK_COMPILE_FLAG([-Winit-self], [CFLAGS="$CFLAGS -Winit-self"])
2856
- m4trace:configure.ac:218: -1- AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
2857
- m4trace:configure.ac:219: -1- AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])
2858
- m4trace:configure.ac:220: -1- AX_CHECK_COMPILE_FLAG([-Wsometimes-uninitialized], [CFLAGS="$CFLAGS -Wsometimes-uninitialized"])
2859
- m4trace:configure.ac:222: -1- m4_pattern_allow([^CWFLAGS$])
2860
- m4trace:configure.ac:224: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wall], [CWFLAGS="$CWFLAGS -Wall"])
2861
- m4trace:configure.ac:225: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wextra], [CWFLAGS="$CWFLAGS -Wextra"])
2862
- m4trace:configure.ac:238: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-warning-option], [CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])
2863
- m4trace:configure.ac:240: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wbad-function-cast], [CWFLAGS="$CWFLAGS -Wbad-function-cast"])
2864
- m4trace:configure.ac:241: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-align], [CWFLAGS="$CWFLAGS -Wcast-align"])
2865
- m4trace:configure.ac:242: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcast-qual], [CWFLAGS="$CWFLAGS -Wcast-qual"])
2866
- m4trace:configure.ac:243: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wchar-subscripts], [CWFLAGS="$CWFLAGS -Wchar-subscripts"])
2867
- m4trace:configure.ac:244: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wcomment], [CWFLAGS="$CWFLAGS -Wcomment"])
2868
- m4trace:configure.ac:245: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wfloat-equal], [CWFLAGS="$CWFLAGS -Wfloat-equal"])
2869
- m4trace:configure.ac:246: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wformat=2], [CWFLAGS="$CWFLAGS -Wformat=2"])
2870
- m4trace:configure.ac:247: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wimplicit], [CWFLAGS="$CWFLAGS -Wimplicit"])
2871
- m4trace:configure.ac:248: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-declarations], [CWFLAGS="$CWFLAGS -Wmissing-declarations"])
2872
- m4trace:configure.ac:249: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wmissing-prototypes], [CWFLAGS="$CWFLAGS -Wmissing-prototypes"])
2873
- m4trace:configure.ac:250: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wnormalized=id], [CWFLAGS="$CWFLAGS -Wnormalized=id"])
2874
- m4trace:configure.ac:251: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Woverride-init], [CWFLAGS="$CWFLAGS -Woverride-init"])
2875
- m4trace:configure.ac:252: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wparentheses], [CWFLAGS="$CWFLAGS -Wparentheses"])
2876
- m4trace:configure.ac:253: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wpointer-arith], [CWFLAGS="$CWFLAGS -Wpointer-arith"])
2877
- m4trace:configure.ac:254: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wredundant-decls], [CWFLAGS="$CWFLAGS -Wredundant-decls"])
2878
- m4trace:configure.ac:255: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wstrict-prototypes], [CWFLAGS="$CWFLAGS -Wstrict-prototypes"])
2879
- m4trace:configure.ac:256: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wswitch-enum], [CWFLAGS="$CWFLAGS -Wswitch-enum"])
2880
- m4trace:configure.ac:257: -1- AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wvariable-decl], [CWFLAGS="$CWFLAGS -Wvariable-decl"])
2881
- m4trace:configure.ac:259: -1- AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
2882
- m4trace:configure.ac:260: -1- AX_CHECK_LINK_FLAG([-Wl,-z,now], [LDFLAGS="$LDFLAGS -Wl,-z,now"])
2883
- m4trace:configure.ac:261: -1- AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
2884
- m4trace:configure.ac:263: -1- LT_INIT
2885
- m4trace:configure.ac:263: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
2886
- m4trace:configure.ac:263: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
2887
- m4trace:configure.ac:263: -1- LTOPTIONS_VERSION
2888
- m4trace:configure.ac:263: -1- LTSUGAR_VERSION
2889
- m4trace:configure.ac:263: -1- LTVERSION_VERSION
2890
- m4trace:configure.ac:263: -1- LTOBSOLETE_VERSION
2891
- m4trace:configure.ac:263: -1- _LT_PROG_LTMAIN
2892
- m4trace:configure.ac:263: -1- m4_pattern_allow([^LIBTOOL$])
2893
- m4trace:configure.ac:263: -1- _LT_PREPARE_SED_QUOTE_VARS
2894
- m4trace:configure.ac:263: -1- _LT_PROG_ECHO_BACKSLASH
2895
- m4trace:configure.ac:263: -1- LT_PATH_LD
2896
- m4trace:configure.ac:263: -1- m4_pattern_allow([^SED$])
2897
- m4trace:configure.ac:263: -1- m4_pattern_allow([^FGREP$])
2898
- m4trace:configure.ac:263: -1- m4_pattern_allow([^GREP$])
2899
- m4trace:configure.ac:263: -1- m4_pattern_allow([^LD$])
2900
- m4trace:configure.ac:263: -1- LT_PATH_NM
2901
- m4trace:configure.ac:263: -1- m4_pattern_allow([^DUMPBIN$])
2902
- m4trace:configure.ac:263: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
2903
- m4trace:configure.ac:263: -1- m4_pattern_allow([^DUMPBIN$])
2904
- m4trace:configure.ac:263: -1- m4_pattern_allow([^NM$])
2905
- m4trace:configure.ac:263: -1- m4_pattern_allow([^LN_S$])
2906
- m4trace:configure.ac:263: -1- LT_CMD_MAX_LEN
2907
- m4trace:configure.ac:263: -1- m4_pattern_allow([^OBJDUMP$])
2908
- m4trace:configure.ac:263: -1- m4_pattern_allow([^OBJDUMP$])
2909
- m4trace:configure.ac:263: -1- m4_pattern_allow([^DLLTOOL$])
2910
- m4trace:configure.ac:263: -1- m4_pattern_allow([^DLLTOOL$])
2911
- m4trace:configure.ac:263: -1- m4_pattern_allow([^AR$])
2912
- m4trace:configure.ac:263: -1- m4_pattern_allow([^ac_ct_AR$])
2913
- m4trace:configure.ac:263: -1- m4_pattern_allow([^STRIP$])
2914
- m4trace:configure.ac:263: -1- m4_pattern_allow([^RANLIB$])
2915
- m4trace:configure.ac:263: -1- _LT_WITH_SYSROOT
2916
- m4trace:configure.ac:263: -1- m4_pattern_allow([LT_OBJDIR])
2917
- m4trace:configure.ac:263: -1- m4_pattern_allow([^LT_OBJDIR$])
2918
- m4trace:configure.ac:263: -1- _LT_CC_BASENAME([$compiler])
2919
- m4trace:configure.ac:263: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
2920
- m4trace:configure.ac:263: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
2921
- m4trace:configure.ac:263: -1- LT_SUPPORTED_TAG([CC])
2922
- m4trace:configure.ac:263: -1- _LT_COMPILER_BOILERPLATE
2923
- m4trace:configure.ac:263: -1- _LT_LINKER_BOILERPLATE
2924
- m4trace:configure.ac:263: -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"])
2925
- m4trace:configure.ac:263: -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
2926
- "" | " "*) ;;
2927
- *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
2928
- esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
2929
- _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
2930
- m4trace:configure.ac:263: -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, )=])
2931
- m4trace:configure.ac:263: -1- m4_pattern_allow([^MANIFEST_TOOL$])
2932
- m4trace:configure.ac:263: -1- _LT_DLL_DEF_P([$export_symbols])
2933
- m4trace:configure.ac:263: -1- _LT_DLL_DEF_P([$export_symbols])
2934
- m4trace:configure.ac:263: -1- _LT_REQUIRED_DARWIN_CHECKS
2935
- m4trace:configure.ac:263: -1- m4_pattern_allow([^DSYMUTIL$])
2936
- m4trace:configure.ac:263: -1- m4_pattern_allow([^NMEDIT$])
2937
- m4trace:configure.ac:263: -1- m4_pattern_allow([^LIPO$])
2938
- m4trace:configure.ac:263: -1- m4_pattern_allow([^OTOOL$])
2939
- m4trace:configure.ac:263: -1- m4_pattern_allow([^OTOOL64$])
2940
- m4trace:configure.ac:263: -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'])
2941
- m4trace:configure.ac:263: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
2942
- m4trace:configure.ac:263: -1- LT_SYS_DLOPEN_SELF
2943
- m4trace:configure.ac:263: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
2944
- m4trace:configure.ac:264: -1- m4_pattern_allow([^LIBTOOL_DEPS$])
2945
- m4trace:configure.ac:266: -1- m4_pattern_allow([^AR$])
2946
- m4trace:configure.ac:267: -1- m4_pattern_allow([^AR$])
2947
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS="$CFLAGS -mmmx"])
2948
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_MMINTRIN_H$])
2949
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mmmx], [CFLAGS_MMX="-mmmx"])
2950
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS="$CFLAGS -msse2"])
2951
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_EMMINTRIN_H$])
2952
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-msse2], [CFLAGS_SSE2="-msse2"])
2953
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS="$CFLAGS -msse3"])
2954
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_PMMINTRIN_H$])
2955
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-msse3], [CFLAGS_SSE3="-msse3"])
2956
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS="$CFLAGS -mssse3"])
2957
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_TMMINTRIN_H$])
2958
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mssse3], [CFLAGS_SSSE3="-mssse3"])
2959
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS="$CFLAGS -msse4.1"])
2960
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_SMMINTRIN_H$])
2961
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-msse4.1], [CFLAGS_SSE41="-msse4.1"])
2962
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS="$CFLAGS -mavx"])
2963
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_AVXINTRIN_H$])
2964
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mavx], [CFLAGS_AVX="-mavx"])
2965
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS="$CFLAGS -maes"])
2966
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS="$CFLAGS -mpclmul"])
2967
- m4trace:configure.ac:373: -1- m4_pattern_allow([^HAVE_WMMINTRIN_H$])
2968
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-maes], [CFLAGS_AESNI="-maes"])
2969
- m4trace:configure.ac:373: -1- AX_CHECK_COMPILE_FLAG([-mpclmul], [CFLAGS_PCLMUL="-mpclmul"])
2970
- m4trace:configure.ac:375: -1- m4_pattern_allow([^CFLAGS_MMX$])
2971
- m4trace:configure.ac:376: -1- m4_pattern_allow([^CFLAGS_SSE2$])
2972
- m4trace:configure.ac:377: -1- m4_pattern_allow([^CFLAGS_SSE3$])
2973
- m4trace:configure.ac:378: -1- m4_pattern_allow([^CFLAGS_SSSE3$])
2974
- m4trace:configure.ac:379: -1- m4_pattern_allow([^CFLAGS_SSE41$])
2975
- m4trace:configure.ac:380: -1- m4_pattern_allow([^CFLAGS_AESNI$])
2976
- m4trace:configure.ac:381: -1- m4_pattern_allow([^CFLAGS_PCLMUL$])
2977
- m4trace:configure.ac:383: -1- m4_pattern_allow([^HAVE_SYS_MMAN_H$])
2978
- m4trace:configure.ac:389: -2- m4_pattern_allow([^NATIVE_BIG_ENDIAN$])
2979
- m4trace:configure.ac:390: -2- m4_pattern_allow([^NATIVE_LITTLE_ENDIAN$])
2980
- m4trace:configure.ac:433: -1- m4_pattern_allow([^HAVE_AMD64_ASM$])
2981
- m4trace:configure.ac:434: -1- AM_CONDITIONAL([HAVE_AMD64_ASM], [test $HAVE_AMD64_ASM_V = 1])
2982
- m4trace:configure.ac:434: -1- m4_pattern_allow([^HAVE_AMD64_ASM_TRUE$])
2983
- m4trace:configure.ac:434: -1- m4_pattern_allow([^HAVE_AMD64_ASM_FALSE$])
2984
- m4trace:configure.ac:434: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_TRUE])
2985
- m4trace:configure.ac:434: -1- _AM_SUBST_NOTMAKE([HAVE_AMD64_ASM_FALSE])
2986
- m4trace:configure.ac:435: -1- m4_pattern_allow([^HAVE_AMD64_ASM_V$])
2987
- m4trace:configure.ac:456: -1- m4_pattern_allow([^HAVE_AVX_ASM$])
2988
- m4trace:configure.ac:457: -1- AM_CONDITIONAL([HAVE_AVX_ASM], [test $HAVE_AVX_ASM_V = 1])
2989
- m4trace:configure.ac:457: -1- m4_pattern_allow([^HAVE_AVX_ASM_TRUE$])
2990
- m4trace:configure.ac:457: -1- m4_pattern_allow([^HAVE_AVX_ASM_FALSE$])
2991
- m4trace:configure.ac:457: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_TRUE])
2992
- m4trace:configure.ac:457: -1- _AM_SUBST_NOTMAKE([HAVE_AVX_ASM_FALSE])
2993
- m4trace:configure.ac:458: -1- m4_pattern_allow([^HAVE_AVX_ASM_V$])
2994
- m4trace:configure.ac:492: -1- m4_pattern_allow([^HAVE_TI_MODE$])
2995
- m4trace:configure.ac:493: -1- AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1])
2996
- m4trace:configure.ac:493: -1- m4_pattern_allow([^HAVE_TI_MODE_TRUE$])
2997
- m4trace:configure.ac:493: -1- m4_pattern_allow([^HAVE_TI_MODE_FALSE$])
2998
- m4trace:configure.ac:493: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_TRUE])
2999
- m4trace:configure.ac:493: -1- _AM_SUBST_NOTMAKE([HAVE_TI_MODE_FALSE])
3000
- m4trace:configure.ac:494: -1- m4_pattern_allow([^HAVE_TI_MODE_V$])
3001
- m4trace:configure.ac:510: -1- m4_pattern_allow([^HAVE_CPUID$])
3002
- m4trace:configure.ac:511: -1- m4_pattern_allow([^HAVE_CPUID_V$])
3003
- m4trace:configure.ac:521: -1- m4_pattern_allow([^HAVE_WEAK_SYMBOLS$])
3004
- m4trace:configure.ac:538: -1- m4_pattern_allow([^CPU_UNALIGNED_ACCESS$])
3005
- m4trace:configure.ac:548: -1- m4_pattern_allow([^LIBTOOL_EXTRA_FLAGS$])
3006
- m4trace:configure.ac:555: -1- m4_pattern_allow([^TEST_LDFLAGS$])
3007
- m4trace:configure.ac:556: -1- AM_CONDITIONAL([EMSCRIPTEN], [test "x$EMSCRIPTEN" != "x"])
3008
- m4trace:configure.ac:556: -1- m4_pattern_allow([^EMSCRIPTEN_TRUE$])
3009
- m4trace:configure.ac:556: -1- m4_pattern_allow([^EMSCRIPTEN_FALSE$])
3010
- m4trace:configure.ac:556: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_TRUE])
3011
- m4trace:configure.ac:556: -1- _AM_SUBST_NOTMAKE([EMSCRIPTEN_FALSE])
3012
- m4trace:configure.ac:558: -1- AM_CONDITIONAL([NATIVECLIENT], [test "x$NATIVECLIENT" != "x"])
3013
- m4trace:configure.ac:558: -1- m4_pattern_allow([^NATIVECLIENT_TRUE$])
3014
- m4trace:configure.ac:558: -1- m4_pattern_allow([^NATIVECLIENT_FALSE$])
3015
- m4trace:configure.ac:558: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_TRUE])
3016
- m4trace:configure.ac:558: -1- _AM_SUBST_NOTMAKE([NATIVECLIENT_FALSE])
3017
- m4trace:configure.ac:562: -1- LT_INIT([dlopen])
3018
- m4trace:configure.ac:563: -1- AC_LIBTOOL_WIN32_DLL
3019
- m4trace:configure.ac:563: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
3020
- You should run autoupdate.], [m4/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
3021
- configure.ac:563: the top level])
3022
- m4trace:configure.ac:563: -1- m4_pattern_allow([^AS$])
3023
- m4trace:configure.ac:563: -1- m4_pattern_allow([^DLLTOOL$])
3024
- m4trace:configure.ac:563: -1- m4_pattern_allow([^OBJDUMP$])
3025
- m4trace:configure.ac:563: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
3026
- put the 'win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:154: AC_LIBTOOL_WIN32_DLL is expanded from...
3027
- configure.ac:563: the top level])
3028
- m4trace:configure.ac:564: -1- gl_LD_OUTPUT_DEF
3029
- m4trace:configure.ac:564: -1- AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], [test "x$gl_cv_ld_output_def" = "xyes"])
3030
- m4trace:configure.ac:564: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_TRUE$])
3031
- m4trace:configure.ac:564: -1- m4_pattern_allow([^HAVE_LD_OUTPUT_DEF_FALSE$])
3032
- m4trace:configure.ac:564: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_TRUE])
3033
- m4trace:configure.ac:564: -1- _AM_SUBST_NOTMAKE([HAVE_LD_OUTPUT_DEF_FALSE])
3034
- m4trace:configure.ac:585: -1- m4_pattern_allow([^LIB@&t@OBJS$])
3035
- m4trace:configure.ac:585: -1- m4_pattern_allow([^LTLIBOBJS$])
3036
- m4trace:configure.ac:585: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
3037
- m4trace:configure.ac:585: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
3038
- m4trace:configure.ac:585: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
3039
- m4trace:configure.ac:585: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
3040
- m4trace:configure.ac:585: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
3041
- m4trace:configure.ac:585: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
3042
- m4trace:configure.ac:585: -1- _LT_PROG_LTMAIN