rbnacl-libsodium 1.0.2 → 1.0.3

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