libmspack 0.0.5 → 0.10.1.2

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 +5 -5
  2. data/.github/workflows/rake.yml +37 -0
  3. data/.gitignore +2 -0
  4. data/.yardopts +1 -1
  5. data/README.md +1 -1
  6. data/Rakefile +11 -5
  7. data/ext/Rakefile +1 -1
  8. data/ext/libmspack/AUTHORS +1 -0
  9. data/ext/libmspack/ChangeLog +321 -4
  10. data/ext/libmspack/INSTALL +368 -0
  11. data/ext/libmspack/Makefile.am +86 -95
  12. data/ext/libmspack/Makefile.in +1729 -0
  13. data/ext/libmspack/README +30 -30
  14. data/ext/libmspack/acinclude.m4 +99 -0
  15. data/ext/libmspack/aclocal.m4 +1218 -0
  16. data/ext/libmspack/ar-lib +270 -0
  17. data/ext/libmspack/compile +347 -0
  18. data/ext/libmspack/config.guess +1480 -0
  19. data/ext/libmspack/config.h.in +129 -0
  20. data/ext/libmspack/config.sub +1801 -0
  21. data/ext/libmspack/configure +15487 -0
  22. data/ext/libmspack/configure.ac +11 -13
  23. data/ext/libmspack/depcomp +791 -0
  24. data/ext/libmspack/install-sh +508 -0
  25. data/ext/libmspack/libmscabd.la +41 -0
  26. data/ext/libmspack/libmschmd.la +41 -0
  27. data/ext/libmspack/libmspack.la +41 -0
  28. data/ext/libmspack/ltmain.sh +11156 -0
  29. data/ext/libmspack/m4/libtool.m4 +8387 -0
  30. data/ext/libmspack/m4/ltoptions.m4 +437 -0
  31. data/ext/libmspack/m4/ltsugar.m4 +124 -0
  32. data/ext/libmspack/m4/ltversion.m4 +23 -0
  33. data/ext/libmspack/m4/lt~obsolete.m4 +99 -0
  34. data/ext/libmspack/missing +215 -0
  35. data/ext/libmspack/mspack/cab.h +20 -7
  36. data/ext/libmspack/mspack/cabd.c +301 -236
  37. data/ext/libmspack/mspack/chmd.c +304 -319
  38. data/ext/libmspack/mspack/crc32.c +52 -52
  39. data/ext/libmspack/mspack/crc32.h +1 -1
  40. data/ext/libmspack/mspack/kwajd.c +178 -172
  41. data/ext/libmspack/mspack/lzss.h +4 -4
  42. data/ext/libmspack/mspack/lzssd.c +42 -42
  43. data/ext/libmspack/mspack/lzx.h +11 -11
  44. data/ext/libmspack/mspack/lzxd.c +370 -361
  45. data/ext/libmspack/mspack/mspack.h +109 -77
  46. data/ext/libmspack/mspack/mszip.h +6 -6
  47. data/ext/libmspack/mspack/mszipd.c +140 -139
  48. data/ext/libmspack/mspack/oab.h +1 -0
  49. data/ext/libmspack/mspack/oabd.c +71 -73
  50. data/ext/libmspack/mspack/qtm.h +4 -4
  51. data/ext/libmspack/mspack/qtmd.c +118 -117
  52. data/ext/libmspack/mspack/readbits.h +52 -52
  53. data/ext/libmspack/mspack/readhuff.h +61 -61
  54. data/ext/libmspack/mspack/system.c +15 -9
  55. data/ext/libmspack/mspack/system.h +38 -50
  56. data/ext/libmspack/mspack/szddd.c +35 -35
  57. data/ext/libmspack/test-driver +148 -0
  58. data/ext/x86_64-linux/libmspack.so +0 -0
  59. data/ext/x86_64-windows/mspack.dll +0 -0
  60. data/lib/libmspack/version.rb +2 -1
  61. data/lib/libmspack.rb +1 -1
  62. data/libmspack.gemspec +4 -4
  63. data/spec/libmspack_spec.rb +5 -4
  64. metadata +38 -105
  65. data/.travis.yml +0 -5
  66. data/ext/i386-windows/libmspack.dll +0 -0
  67. data/ext/libmspack/cleanup.sh +0 -9
  68. data/ext/libmspack/debian/changelog +0 -6
  69. data/ext/libmspack/debian/control +0 -14
  70. data/ext/libmspack/debian/rules +0 -101
  71. data/ext/libmspack/doc/Doxyfile.in +0 -22
  72. data/ext/libmspack/doc/Makefile.in +0 -14
  73. data/ext/libmspack/doc/szdd_kwaj_format.html +0 -331
  74. data/ext/libmspack/mspack/mspack.def +0 -28
  75. data/ext/libmspack/mspack/qtmc.c +0 -18
  76. data/ext/libmspack/rebuild.sh +0 -8
  77. data/ext/libmspack/test/cabd_c10 +0 -19
  78. data/ext/libmspack/test/cabd_compare +0 -34
  79. data/ext/libmspack/test/cabd_md5.c +0 -161
  80. data/ext/libmspack/test/cabd_memory.c +0 -179
  81. data/ext/libmspack/test/cabd_test.c +0 -386
  82. data/ext/libmspack/test/cabrip.c +0 -81
  83. data/ext/libmspack/test/chmd_compare +0 -38
  84. data/ext/libmspack/test/chmd_find.c +0 -95
  85. data/ext/libmspack/test/chmd_md5.c +0 -67
  86. data/ext/libmspack/test/chmd_order.c +0 -144
  87. data/ext/libmspack/test/chminfo.c +0 -284
  88. data/ext/libmspack/test/chmx.c +0 -216
  89. data/ext/libmspack/test/error.h +0 -22
  90. data/ext/libmspack/test/expand.c +0 -79
  91. data/ext/libmspack/test/md5.c +0 -457
  92. data/ext/libmspack/test/md5.h +0 -165
  93. data/ext/libmspack/test/md5_fh.h +0 -123
  94. data/ext/libmspack/test/msdecompile_md5 +0 -24
  95. data/ext/libmspack/test/msexpand_md5 +0 -39
  96. data/ext/libmspack/test/multifh.c +0 -435
  97. data/ext/libmspack/test/oabx.c +0 -41
  98. data/ext/libmspack/test/test_files/cabd/1.pl +0 -84
  99. data/ext/libmspack/test/test_files/cabd/2.pl +0 -75
  100. data/ext/libmspack/test/test_files/cabd/bad_folderindex.cab +0 -0
  101. data/ext/libmspack/test/test_files/cabd/bad_nofiles.cab +0 -0
  102. data/ext/libmspack/test/test_files/cabd/bad_nofolders.cab +0 -0
  103. data/ext/libmspack/test/test_files/cabd/bad_signature.cab +0 -0
  104. data/ext/libmspack/test/test_files/cabd/multi_basic_pt1.cab +0 -0
  105. data/ext/libmspack/test/test_files/cabd/multi_basic_pt2.cab +0 -0
  106. data/ext/libmspack/test/test_files/cabd/multi_basic_pt3.cab +0 -0
  107. data/ext/libmspack/test/test_files/cabd/multi_basic_pt4.cab +0 -0
  108. data/ext/libmspack/test/test_files/cabd/multi_basic_pt5.cab +0 -0
  109. data/ext/libmspack/test/test_files/cabd/normal_255c_filename.cab +0 -0
  110. data/ext/libmspack/test/test_files/cabd/normal_2files_1folder.cab +0 -0
  111. data/ext/libmspack/test/test_files/cabd/partial_nodata.cab +0 -0
  112. data/ext/libmspack/test/test_files/cabd/partial_nofiles.cab +0 -0
  113. data/ext/libmspack/test/test_files/cabd/partial_nofolder.cab +0 -0
  114. data/ext/libmspack/test/test_files/cabd/partial_shortextheader.cab +0 -0
  115. data/ext/libmspack/test/test_files/cabd/partial_shortfile1.cab +0 -0
  116. data/ext/libmspack/test/test_files/cabd/partial_shortfile2.cab +0 -0
  117. data/ext/libmspack/test/test_files/cabd/partial_shortfolder.cab +0 -0
  118. data/ext/libmspack/test/test_files/cabd/partial_shortheader.cab +0 -0
  119. data/ext/libmspack/test/test_files/cabd/partial_str_nofname.cab +0 -0
  120. data/ext/libmspack/test/test_files/cabd/partial_str_noninfo.cab +0 -0
  121. data/ext/libmspack/test/test_files/cabd/partial_str_nonname.cab +0 -0
  122. data/ext/libmspack/test/test_files/cabd/partial_str_nopinfo.cab +0 -0
  123. data/ext/libmspack/test/test_files/cabd/partial_str_nopname.cab +0 -0
  124. data/ext/libmspack/test/test_files/cabd/partial_str_shortfname.cab +0 -0
  125. data/ext/libmspack/test/test_files/cabd/partial_str_shortninfo.cab +0 -0
  126. data/ext/libmspack/test/test_files/cabd/partial_str_shortnname.cab +0 -0
  127. data/ext/libmspack/test/test_files/cabd/partial_str_shortpinfo.cab +0 -0
  128. data/ext/libmspack/test/test_files/cabd/partial_str_shortpname.cab +0 -0
  129. data/ext/libmspack/test/test_files/cabd/reserve_---.cab +0 -0
  130. data/ext/libmspack/test/test_files/cabd/reserve_--D.cab +0 -0
  131. data/ext/libmspack/test/test_files/cabd/reserve_-F-.cab +0 -0
  132. data/ext/libmspack/test/test_files/cabd/reserve_-FD.cab +0 -0
  133. data/ext/libmspack/test/test_files/cabd/reserve_H--.cab +0 -0
  134. data/ext/libmspack/test/test_files/cabd/reserve_H-D.cab +0 -0
  135. data/ext/libmspack/test/test_files/cabd/reserve_HF-.cab +0 -0
  136. data/ext/libmspack/test/test_files/cabd/reserve_HFD.cab +0 -0
  137. data/ext/libmspack/test/test_files/cabd/search_basic.cab +0 -0
  138. data/ext/libmspack/test/test_files/cabd/search_tricky1.cab +0 -0
  139. data/ext/libmspack/winbuild.sh +0 -26
  140. data/ext/libmspack.h +0 -259
  141. data/ext/x86_64-windows/libmspack.dll +0 -0
@@ -0,0 +1,437 @@
1
+ # Helper functions for option handling. -*- Autoconf -*-
2
+ #
3
+ # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
4
+ # Foundation, Inc.
5
+ # Written by Gary V. Vaughan, 2004
6
+ #
7
+ # This file is free software; the Free Software Foundation gives
8
+ # unlimited permission to copy and/or distribute it, with or without
9
+ # modifications, as long as this notice is preserved.
10
+
11
+ # serial 8 ltoptions.m4
12
+
13
+ # This is to help aclocal find these macros, as it can't see m4_define.
14
+ AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
15
+
16
+
17
+ # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
18
+ # ------------------------------------------
19
+ m4_define([_LT_MANGLE_OPTION],
20
+ [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
21
+
22
+
23
+ # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24
+ # ---------------------------------------
25
+ # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26
+ # matching handler defined, dispatch to it. Other OPTION-NAMEs are
27
+ # saved as a flag.
28
+ m4_define([_LT_SET_OPTION],
29
+ [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
30
+ m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
31
+ _LT_MANGLE_DEFUN([$1], [$2]),
32
+ [m4_warning([Unknown $1 option '$2'])])[]dnl
33
+ ])
34
+
35
+
36
+ # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
37
+ # ------------------------------------------------------------
38
+ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
39
+ m4_define([_LT_IF_OPTION],
40
+ [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
41
+
42
+
43
+ # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
44
+ # -------------------------------------------------------
45
+ # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
46
+ # are set.
47
+ m4_define([_LT_UNLESS_OPTIONS],
48
+ [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
49
+ [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
50
+ [m4_define([$0_found])])])[]dnl
51
+ m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
52
+ ])[]dnl
53
+ ])
54
+
55
+
56
+ # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
57
+ # ----------------------------------------
58
+ # OPTION-LIST is a space-separated list of Libtool options associated
59
+ # with MACRO-NAME. If any OPTION has a matching handler declared with
60
+ # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
61
+ # the unknown option and exit.
62
+ m4_defun([_LT_SET_OPTIONS],
63
+ [# Set options
64
+ m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
65
+ [_LT_SET_OPTION([$1], _LT_Option)])
66
+
67
+ m4_if([$1],[LT_INIT],[
68
+ dnl
69
+ dnl Simply set some default values (i.e off) if boolean options were not
70
+ dnl specified:
71
+ _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
72
+ ])
73
+ _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
74
+ ])
75
+ dnl
76
+ dnl If no reference was made to various pairs of opposing options, then
77
+ dnl we run the default mode handler for the pair. For example, if neither
78
+ dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
79
+ dnl archives by default:
80
+ _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
81
+ _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
82
+ _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
83
+ _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
84
+ [_LT_ENABLE_FAST_INSTALL])
85
+ _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
86
+ [_LT_WITH_AIX_SONAME([aix])])
87
+ ])
88
+ ])# _LT_SET_OPTIONS
89
+
90
+
91
+ ## --------------------------------- ##
92
+ ## Macros to handle LT_INIT options. ##
93
+ ## --------------------------------- ##
94
+
95
+ # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
96
+ # -----------------------------------------
97
+ m4_define([_LT_MANGLE_DEFUN],
98
+ [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
99
+
100
+
101
+ # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
102
+ # -----------------------------------------------
103
+ m4_define([LT_OPTION_DEFINE],
104
+ [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
105
+ ])# LT_OPTION_DEFINE
106
+
107
+
108
+ # dlopen
109
+ # ------
110
+ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
111
+ ])
112
+
113
+ AU_DEFUN([AC_LIBTOOL_DLOPEN],
114
+ [_LT_SET_OPTION([LT_INIT], [dlopen])
115
+ AC_DIAGNOSE([obsolete],
116
+ [$0: Remove this warning and the call to _LT_SET_OPTION when you
117
+ put the 'dlopen' option into LT_INIT's first parameter.])
118
+ ])
119
+
120
+ dnl aclocal-1.4 backwards compatibility:
121
+ dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
122
+
123
+
124
+ # win32-dll
125
+ # ---------
126
+ # Declare package support for building win32 dll's.
127
+ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
128
+ [enable_win32_dll=yes
129
+
130
+ case $host in
131
+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
132
+ AC_CHECK_TOOL(AS, as, false)
133
+ AC_CHECK_TOOL(DLLTOOL, dlltool, false)
134
+ AC_CHECK_TOOL(OBJDUMP, objdump, false)
135
+ ;;
136
+ esac
137
+
138
+ test -z "$AS" && AS=as
139
+ _LT_DECL([], [AS], [1], [Assembler program])dnl
140
+
141
+ test -z "$DLLTOOL" && DLLTOOL=dlltool
142
+ _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
143
+
144
+ test -z "$OBJDUMP" && OBJDUMP=objdump
145
+ _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
146
+ ])# win32-dll
147
+
148
+ AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
149
+ [AC_REQUIRE([AC_CANONICAL_HOST])dnl
150
+ _LT_SET_OPTION([LT_INIT], [win32-dll])
151
+ AC_DIAGNOSE([obsolete],
152
+ [$0: Remove this warning and the call to _LT_SET_OPTION when you
153
+ put the 'win32-dll' option into LT_INIT's first parameter.])
154
+ ])
155
+
156
+ dnl aclocal-1.4 backwards compatibility:
157
+ dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
158
+
159
+
160
+ # _LT_ENABLE_SHARED([DEFAULT])
161
+ # ----------------------------
162
+ # implement the --enable-shared flag, and supports the 'shared' and
163
+ # 'disable-shared' LT_INIT options.
164
+ # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
165
+ m4_define([_LT_ENABLE_SHARED],
166
+ [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
167
+ AC_ARG_ENABLE([shared],
168
+ [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
169
+ [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
170
+ [p=${PACKAGE-default}
171
+ case $enableval in
172
+ yes) enable_shared=yes ;;
173
+ no) enable_shared=no ;;
174
+ *)
175
+ enable_shared=no
176
+ # Look at the argument we got. We use all the common list separators.
177
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
178
+ for pkg in $enableval; do
179
+ IFS=$lt_save_ifs
180
+ if test "X$pkg" = "X$p"; then
181
+ enable_shared=yes
182
+ fi
183
+ done
184
+ IFS=$lt_save_ifs
185
+ ;;
186
+ esac],
187
+ [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
188
+
189
+ _LT_DECL([build_libtool_libs], [enable_shared], [0],
190
+ [Whether or not to build shared libraries])
191
+ ])# _LT_ENABLE_SHARED
192
+
193
+ LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
194
+ LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
195
+
196
+ # Old names:
197
+ AC_DEFUN([AC_ENABLE_SHARED],
198
+ [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
199
+ ])
200
+
201
+ AC_DEFUN([AC_DISABLE_SHARED],
202
+ [_LT_SET_OPTION([LT_INIT], [disable-shared])
203
+ ])
204
+
205
+ AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
206
+ AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
207
+
208
+ dnl aclocal-1.4 backwards compatibility:
209
+ dnl AC_DEFUN([AM_ENABLE_SHARED], [])
210
+ dnl AC_DEFUN([AM_DISABLE_SHARED], [])
211
+
212
+
213
+
214
+ # _LT_ENABLE_STATIC([DEFAULT])
215
+ # ----------------------------
216
+ # implement the --enable-static flag, and support the 'static' and
217
+ # 'disable-static' LT_INIT options.
218
+ # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
219
+ m4_define([_LT_ENABLE_STATIC],
220
+ [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
221
+ AC_ARG_ENABLE([static],
222
+ [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
223
+ [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
224
+ [p=${PACKAGE-default}
225
+ case $enableval in
226
+ yes) enable_static=yes ;;
227
+ no) enable_static=no ;;
228
+ *)
229
+ enable_static=no
230
+ # Look at the argument we got. We use all the common list separators.
231
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
232
+ for pkg in $enableval; do
233
+ IFS=$lt_save_ifs
234
+ if test "X$pkg" = "X$p"; then
235
+ enable_static=yes
236
+ fi
237
+ done
238
+ IFS=$lt_save_ifs
239
+ ;;
240
+ esac],
241
+ [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
242
+
243
+ _LT_DECL([build_old_libs], [enable_static], [0],
244
+ [Whether or not to build static libraries])
245
+ ])# _LT_ENABLE_STATIC
246
+
247
+ LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
248
+ LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
249
+
250
+ # Old names:
251
+ AC_DEFUN([AC_ENABLE_STATIC],
252
+ [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
253
+ ])
254
+
255
+ AC_DEFUN([AC_DISABLE_STATIC],
256
+ [_LT_SET_OPTION([LT_INIT], [disable-static])
257
+ ])
258
+
259
+ AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
260
+ AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
261
+
262
+ dnl aclocal-1.4 backwards compatibility:
263
+ dnl AC_DEFUN([AM_ENABLE_STATIC], [])
264
+ dnl AC_DEFUN([AM_DISABLE_STATIC], [])
265
+
266
+
267
+
268
+ # _LT_ENABLE_FAST_INSTALL([DEFAULT])
269
+ # ----------------------------------
270
+ # implement the --enable-fast-install flag, and support the 'fast-install'
271
+ # and 'disable-fast-install' LT_INIT options.
272
+ # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
273
+ m4_define([_LT_ENABLE_FAST_INSTALL],
274
+ [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
275
+ AC_ARG_ENABLE([fast-install],
276
+ [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
277
+ [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
278
+ [p=${PACKAGE-default}
279
+ case $enableval in
280
+ yes) enable_fast_install=yes ;;
281
+ no) enable_fast_install=no ;;
282
+ *)
283
+ enable_fast_install=no
284
+ # Look at the argument we got. We use all the common list separators.
285
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
286
+ for pkg in $enableval; do
287
+ IFS=$lt_save_ifs
288
+ if test "X$pkg" = "X$p"; then
289
+ enable_fast_install=yes
290
+ fi
291
+ done
292
+ IFS=$lt_save_ifs
293
+ ;;
294
+ esac],
295
+ [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
296
+
297
+ _LT_DECL([fast_install], [enable_fast_install], [0],
298
+ [Whether or not to optimize for fast installation])dnl
299
+ ])# _LT_ENABLE_FAST_INSTALL
300
+
301
+ LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
302
+ LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
303
+
304
+ # Old names:
305
+ AU_DEFUN([AC_ENABLE_FAST_INSTALL],
306
+ [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
307
+ AC_DIAGNOSE([obsolete],
308
+ [$0: Remove this warning and the call to _LT_SET_OPTION when you put
309
+ the 'fast-install' option into LT_INIT's first parameter.])
310
+ ])
311
+
312
+ AU_DEFUN([AC_DISABLE_FAST_INSTALL],
313
+ [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
314
+ AC_DIAGNOSE([obsolete],
315
+ [$0: Remove this warning and the call to _LT_SET_OPTION when you put
316
+ the 'disable-fast-install' option into LT_INIT's first parameter.])
317
+ ])
318
+
319
+ dnl aclocal-1.4 backwards compatibility:
320
+ dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
321
+ dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
322
+
323
+
324
+ # _LT_WITH_AIX_SONAME([DEFAULT])
325
+ # ----------------------------------
326
+ # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327
+ # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
328
+ # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
329
+ m4_define([_LT_WITH_AIX_SONAME],
330
+ [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
331
+ shared_archive_member_spec=
332
+ case $host,$enable_shared in
333
+ power*-*-aix[[5-9]]*,yes)
334
+ AC_MSG_CHECKING([which variant of shared library versioning to provide])
335
+ AC_ARG_WITH([aix-soname],
336
+ [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
337
+ [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
338
+ [case $withval in
339
+ aix|svr4|both)
340
+ ;;
341
+ *)
342
+ AC_MSG_ERROR([Unknown argument to --with-aix-soname])
343
+ ;;
344
+ esac
345
+ lt_cv_with_aix_soname=$with_aix_soname],
346
+ [AC_CACHE_VAL([lt_cv_with_aix_soname],
347
+ [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
348
+ with_aix_soname=$lt_cv_with_aix_soname])
349
+ AC_MSG_RESULT([$with_aix_soname])
350
+ if test aix != "$with_aix_soname"; then
351
+ # For the AIX way of multilib, we name the shared archive member
352
+ # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
353
+ # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
354
+ # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
355
+ # the AIX toolchain works better with OBJECT_MODE set (default 32).
356
+ if test 64 = "${OBJECT_MODE-32}"; then
357
+ shared_archive_member_spec=shr_64
358
+ else
359
+ shared_archive_member_spec=shr
360
+ fi
361
+ fi
362
+ ;;
363
+ *)
364
+ with_aix_soname=aix
365
+ ;;
366
+ esac
367
+
368
+ _LT_DECL([], [shared_archive_member_spec], [0],
369
+ [Shared archive member basename, for filename based shared library versioning on AIX])dnl
370
+ ])# _LT_WITH_AIX_SONAME
371
+
372
+ LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
373
+ LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
374
+ LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
375
+
376
+
377
+ # _LT_WITH_PIC([MODE])
378
+ # --------------------
379
+ # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
380
+ # LT_INIT options.
381
+ # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
382
+ m4_define([_LT_WITH_PIC],
383
+ [AC_ARG_WITH([pic],
384
+ [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
385
+ [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
386
+ [lt_p=${PACKAGE-default}
387
+ case $withval in
388
+ yes|no) pic_mode=$withval ;;
389
+ *)
390
+ pic_mode=default
391
+ # Look at the argument we got. We use all the common list separators.
392
+ lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
393
+ for lt_pkg in $withval; do
394
+ IFS=$lt_save_ifs
395
+ if test "X$lt_pkg" = "X$lt_p"; then
396
+ pic_mode=yes
397
+ fi
398
+ done
399
+ IFS=$lt_save_ifs
400
+ ;;
401
+ esac],
402
+ [pic_mode=m4_default([$1], [default])])
403
+
404
+ _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
405
+ ])# _LT_WITH_PIC
406
+
407
+ LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
408
+ LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
409
+
410
+ # Old name:
411
+ AU_DEFUN([AC_LIBTOOL_PICMODE],
412
+ [_LT_SET_OPTION([LT_INIT], [pic-only])
413
+ AC_DIAGNOSE([obsolete],
414
+ [$0: Remove this warning and the call to _LT_SET_OPTION when you
415
+ put the 'pic-only' option into LT_INIT's first parameter.])
416
+ ])
417
+
418
+ dnl aclocal-1.4 backwards compatibility:
419
+ dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
420
+
421
+ ## ----------------- ##
422
+ ## LTDL_INIT Options ##
423
+ ## ----------------- ##
424
+
425
+ m4_define([_LTDL_MODE], [])
426
+ LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
427
+ [m4_define([_LTDL_MODE], [nonrecursive])])
428
+ LT_OPTION_DEFINE([LTDL_INIT], [recursive],
429
+ [m4_define([_LTDL_MODE], [recursive])])
430
+ LT_OPTION_DEFINE([LTDL_INIT], [subproject],
431
+ [m4_define([_LTDL_MODE], [subproject])])
432
+
433
+ m4_define([_LTDL_TYPE], [])
434
+ LT_OPTION_DEFINE([LTDL_INIT], [installable],
435
+ [m4_define([_LTDL_TYPE], [installable])])
436
+ LT_OPTION_DEFINE([LTDL_INIT], [convenience],
437
+ [m4_define([_LTDL_TYPE], [convenience])])
@@ -0,0 +1,124 @@
1
+ # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
2
+ #
3
+ # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
4
+ # Foundation, Inc.
5
+ # Written by Gary V. Vaughan, 2004
6
+ #
7
+ # This file is free software; the Free Software Foundation gives
8
+ # unlimited permission to copy and/or distribute it, with or without
9
+ # modifications, as long as this notice is preserved.
10
+
11
+ # serial 6 ltsugar.m4
12
+
13
+ # This is to help aclocal find these macros, as it can't see m4_define.
14
+ AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
15
+
16
+
17
+ # lt_join(SEP, ARG1, [ARG2...])
18
+ # -----------------------------
19
+ # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
20
+ # associated separator.
21
+ # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
22
+ # versions in m4sugar had bugs.
23
+ m4_define([lt_join],
24
+ [m4_if([$#], [1], [],
25
+ [$#], [2], [[$2]],
26
+ [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
27
+ m4_define([_lt_join],
28
+ [m4_if([$#$2], [2], [],
29
+ [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
30
+
31
+
32
+ # lt_car(LIST)
33
+ # lt_cdr(LIST)
34
+ # ------------
35
+ # Manipulate m4 lists.
36
+ # These macros are necessary as long as will still need to support
37
+ # Autoconf-2.59, which quotes differently.
38
+ m4_define([lt_car], [[$1]])
39
+ m4_define([lt_cdr],
40
+ [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
41
+ [$#], 1, [],
42
+ [m4_dquote(m4_shift($@))])])
43
+ m4_define([lt_unquote], $1)
44
+
45
+
46
+ # lt_append(MACRO-NAME, STRING, [SEPARATOR])
47
+ # ------------------------------------------
48
+ # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49
+ # Note that neither SEPARATOR nor STRING are expanded; they are appended
50
+ # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
51
+ # No SEPARATOR is output if MACRO-NAME was previously undefined (different
52
+ # than defined and empty).
53
+ #
54
+ # This macro is needed until we can rely on Autoconf 2.62, since earlier
55
+ # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
56
+ m4_define([lt_append],
57
+ [m4_define([$1],
58
+ m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
59
+
60
+
61
+
62
+ # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
63
+ # ----------------------------------------------------------
64
+ # Produce a SEP delimited list of all paired combinations of elements of
65
+ # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
66
+ # has the form PREFIXmINFIXSUFFIXn.
67
+ # Needed until we can rely on m4_combine added in Autoconf 2.62.
68
+ m4_define([lt_combine],
69
+ [m4_if(m4_eval([$# > 3]), [1],
70
+ [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
71
+ [[m4_foreach([_Lt_prefix], [$2],
72
+ [m4_foreach([_Lt_suffix],
73
+ ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
74
+ [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
75
+
76
+
77
+ # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
78
+ # -----------------------------------------------------------------------
79
+ # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
80
+ # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
81
+ m4_define([lt_if_append_uniq],
82
+ [m4_ifdef([$1],
83
+ [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
84
+ [lt_append([$1], [$2], [$3])$4],
85
+ [$5])],
86
+ [lt_append([$1], [$2], [$3])$4])])
87
+
88
+
89
+ # lt_dict_add(DICT, KEY, VALUE)
90
+ # -----------------------------
91
+ m4_define([lt_dict_add],
92
+ [m4_define([$1($2)], [$3])])
93
+
94
+
95
+ # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
96
+ # --------------------------------------------
97
+ m4_define([lt_dict_add_subkey],
98
+ [m4_define([$1($2:$3)], [$4])])
99
+
100
+
101
+ # lt_dict_fetch(DICT, KEY, [SUBKEY])
102
+ # ----------------------------------
103
+ m4_define([lt_dict_fetch],
104
+ [m4_ifval([$3],
105
+ m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
106
+ m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
107
+
108
+
109
+ # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
110
+ # -----------------------------------------------------------------
111
+ m4_define([lt_if_dict_fetch],
112
+ [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
113
+ [$5],
114
+ [$6])])
115
+
116
+
117
+ # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
118
+ # --------------------------------------------------------------
119
+ m4_define([lt_dict_filter],
120
+ [m4_if([$5], [], [],
121
+ [lt_join(m4_quote(m4_default([$4], [[, ]])),
122
+ lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
123
+ [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
124
+ ])
@@ -0,0 +1,23 @@
1
+ # ltversion.m4 -- version numbers -*- Autoconf -*-
2
+ #
3
+ # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
4
+ # Written by Scott James Remnant, 2004
5
+ #
6
+ # This file is free software; the Free Software Foundation gives
7
+ # unlimited permission to copy and/or distribute it, with or without
8
+ # modifications, as long as this notice is preserved.
9
+
10
+ # @configure_input@
11
+
12
+ # serial 4179 ltversion.m4
13
+ # This file is part of GNU Libtool
14
+
15
+ m4_define([LT_PACKAGE_VERSION], [2.4.6])
16
+ m4_define([LT_PACKAGE_REVISION], [2.4.6])
17
+
18
+ AC_DEFUN([LTVERSION_VERSION],
19
+ [macro_version='2.4.6'
20
+ macro_revision='2.4.6'
21
+ _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22
+ _LT_DECL(, macro_revision, 0)
23
+ ])
@@ -0,0 +1,99 @@
1
+ # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
2
+ #
3
+ # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
4
+ # Foundation, Inc.
5
+ # Written by Scott James Remnant, 2004.
6
+ #
7
+ # This file is free software; the Free Software Foundation gives
8
+ # unlimited permission to copy and/or distribute it, with or without
9
+ # modifications, as long as this notice is preserved.
10
+
11
+ # serial 5 lt~obsolete.m4
12
+
13
+ # These exist entirely to fool aclocal when bootstrapping libtool.
14
+ #
15
+ # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
16
+ # which have later been changed to m4_define as they aren't part of the
17
+ # exported API, or moved to Autoconf or Automake where they belong.
18
+ #
19
+ # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
20
+ # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
21
+ # using a macro with the same name in our local m4/libtool.m4 it'll
22
+ # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
23
+ # and doesn't know about Autoconf macros at all.)
24
+ #
25
+ # So we provide this file, which has a silly filename so it's always
26
+ # included after everything else. This provides aclocal with the
27
+ # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
28
+ # because those macros already exist, or will be overwritten later.
29
+ # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
30
+ #
31
+ # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
32
+ # Yes, that means every name once taken will need to remain here until
33
+ # we give up compatibility with versions before 1.7, at which point
34
+ # we need to keep only those names which we still refer to.
35
+
36
+ # This is to help aclocal find these macros, as it can't see m4_define.
37
+ AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
38
+
39
+ m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
40
+ m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
41
+ m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
42
+ m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
43
+ m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
44
+ m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
45
+ m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
46
+ m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
47
+ m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
48
+ m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
49
+ m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
50
+ m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
51
+ m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
52
+ m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
53
+ m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
54
+ m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
55
+ m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
56
+ m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
57
+ m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
58
+ m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
59
+ m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
60
+ m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
61
+ m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
62
+ m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
63
+ m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
64
+ m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
65
+ m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
66
+ m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
67
+ m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
68
+ m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
69
+ m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
70
+ m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
71
+ m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
72
+ m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
73
+ m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
74
+ m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
75
+ m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
76
+ m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
77
+ m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
78
+ m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
79
+ m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
80
+ m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
81
+ m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
82
+ m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
83
+ m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
84
+ m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
85
+ m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
86
+ m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
87
+ m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
88
+ m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
89
+ m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
90
+ m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
91
+ m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
92
+ m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
93
+ m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
94
+ m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
95
+ m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
96
+ m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
97
+ m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
98
+ m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
99
+ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])