nutcracker 0.4.1.20 → 0.4.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/nutcracker/Makefile.in +8 -8
- data/ext/nutcracker/aclocal.m4 +22 -22
- data/ext/nutcracker/autom4te.cache/requests +220 -220
- data/ext/nutcracker/autom4te.cache/traces.0 +31 -31
- data/ext/nutcracker/autom4te.cache/traces.1 +1 -1
- data/ext/nutcracker/config/compile +5 -4
- data/ext/nutcracker/config/config.guess +120 -68
- data/ext/nutcracker/config/config.sub +51 -22
- data/ext/nutcracker/config/depcomp +3 -3
- data/ext/nutcracker/config/install-sh +2 -2
- data/ext/nutcracker/config/missing +3 -3
- data/ext/nutcracker/contrib/Makefile.in +2 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +12 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +22 -122
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +2669 -1400
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +14611 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +440 -221
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +31 -31
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +23 -41
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +2721 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in +1 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +5 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +120 -68
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +51 -22
- data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +2 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/config/ltmain.sh +5440 -2699
- data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/configure +2668 -1399
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/libtool.m4 +2598 -1586
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltoptions.m4 +108 -39
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltsugar.m4 +4 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltversion.m4 +7 -7
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/lt~obsolete.m4 +12 -5
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +6 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +6 -3
- data/ext/nutcracker/src/Makefile.in +2 -2
- data/ext/nutcracker/src/event/Makefile.in +2 -2
- data/ext/nutcracker/src/hashkit/Makefile.in +2 -2
- data/ext/nutcracker/src/proto/Makefile.in +2 -2
- data/lib/nutcracker/version.rb +1 -1
- metadata +9 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/ltmain.sh +0 -11147
- data/ext/nutcracker/ltmain.sh +0 -11147
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Helper functions for option handling. -*- Autoconf -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2004
|
|
3
|
+
# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
|
|
4
|
+
# Foundation, Inc.
|
|
4
5
|
# Written by Gary V. Vaughan, 2004
|
|
5
6
|
#
|
|
6
7
|
# This file is free software; the Free Software Foundation gives
|
|
7
8
|
# unlimited permission to copy and/or distribute it, with or without
|
|
8
9
|
# modifications, as long as this notice is preserved.
|
|
9
10
|
|
|
10
|
-
# serial
|
|
11
|
+
# serial 8 ltoptions.m4
|
|
11
12
|
|
|
12
13
|
# This is to help aclocal find these macros, as it can't see m4_define.
|
|
13
14
|
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
|
@@ -28,7 +29,7 @@ m4_define([_LT_SET_OPTION],
|
|
|
28
29
|
[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
|
|
29
30
|
m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
|
|
30
31
|
_LT_MANGLE_DEFUN([$1], [$2]),
|
|
31
|
-
[m4_warning([Unknown $1 option
|
|
32
|
+
[m4_warning([Unknown $1 option '$2'])])[]dnl
|
|
32
33
|
])
|
|
33
34
|
|
|
34
35
|
|
|
@@ -74,13 +75,15 @@ m4_if([$1],[LT_INIT],[
|
|
|
74
75
|
dnl
|
|
75
76
|
dnl If no reference was made to various pairs of opposing options, then
|
|
76
77
|
dnl we run the default mode handler for the pair. For example, if neither
|
|
77
|
-
dnl
|
|
78
|
+
dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
|
|
78
79
|
dnl archives by default:
|
|
79
80
|
_LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
|
|
80
81
|
_LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
|
|
81
82
|
_LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
|
|
82
83
|
_LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
|
|
83
|
-
|
|
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])])
|
|
84
87
|
])
|
|
85
88
|
])# _LT_SET_OPTIONS
|
|
86
89
|
|
|
@@ -111,7 +114,7 @@ AU_DEFUN([AC_LIBTOOL_DLOPEN],
|
|
|
111
114
|
[_LT_SET_OPTION([LT_INIT], [dlopen])
|
|
112
115
|
AC_DIAGNOSE([obsolete],
|
|
113
116
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
114
|
-
put the
|
|
117
|
+
put the 'dlopen' option into LT_INIT's first parameter.])
|
|
115
118
|
])
|
|
116
119
|
|
|
117
120
|
dnl aclocal-1.4 backwards compatibility:
|
|
@@ -125,7 +128,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
|
|
|
125
128
|
[enable_win32_dll=yes
|
|
126
129
|
|
|
127
130
|
case $host in
|
|
128
|
-
*-*-cygwin* | *-*-mingw* | *-*-pw32* |
|
|
131
|
+
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
|
|
129
132
|
AC_CHECK_TOOL(AS, as, false)
|
|
130
133
|
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
|
131
134
|
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
|
@@ -133,13 +136,13 @@ case $host in
|
|
|
133
136
|
esac
|
|
134
137
|
|
|
135
138
|
test -z "$AS" && AS=as
|
|
136
|
-
_LT_DECL([], [AS], [
|
|
139
|
+
_LT_DECL([], [AS], [1], [Assembler program])dnl
|
|
137
140
|
|
|
138
141
|
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
|
139
|
-
_LT_DECL([], [DLLTOOL], [
|
|
142
|
+
_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
|
|
140
143
|
|
|
141
144
|
test -z "$OBJDUMP" && OBJDUMP=objdump
|
|
142
|
-
_LT_DECL([], [OBJDUMP], [
|
|
145
|
+
_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
|
|
143
146
|
])# win32-dll
|
|
144
147
|
|
|
145
148
|
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
|
@@ -147,7 +150,7 @@ AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
|
|
147
150
|
_LT_SET_OPTION([LT_INIT], [win32-dll])
|
|
148
151
|
AC_DIAGNOSE([obsolete],
|
|
149
152
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
150
|
-
put the
|
|
153
|
+
put the 'win32-dll' option into LT_INIT's first parameter.])
|
|
151
154
|
])
|
|
152
155
|
|
|
153
156
|
dnl aclocal-1.4 backwards compatibility:
|
|
@@ -156,9 +159,9 @@ dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
|
|
|
156
159
|
|
|
157
160
|
# _LT_ENABLE_SHARED([DEFAULT])
|
|
158
161
|
# ----------------------------
|
|
159
|
-
# implement the --enable-shared flag, and supports the
|
|
160
|
-
#
|
|
161
|
-
# DEFAULT is either
|
|
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'.
|
|
162
165
|
m4_define([_LT_ENABLE_SHARED],
|
|
163
166
|
[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
|
164
167
|
AC_ARG_ENABLE([shared],
|
|
@@ -171,14 +174,14 @@ AC_ARG_ENABLE([shared],
|
|
|
171
174
|
*)
|
|
172
175
|
enable_shared=no
|
|
173
176
|
# Look at the argument we got. We use all the common list separators.
|
|
174
|
-
lt_save_ifs
|
|
177
|
+
lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
|
|
175
178
|
for pkg in $enableval; do
|
|
176
|
-
IFS
|
|
179
|
+
IFS=$lt_save_ifs
|
|
177
180
|
if test "X$pkg" = "X$p"; then
|
|
178
181
|
enable_shared=yes
|
|
179
182
|
fi
|
|
180
183
|
done
|
|
181
|
-
IFS
|
|
184
|
+
IFS=$lt_save_ifs
|
|
182
185
|
;;
|
|
183
186
|
esac],
|
|
184
187
|
[enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
|
|
@@ -210,9 +213,9 @@ dnl AC_DEFUN([AM_DISABLE_SHARED], [])
|
|
|
210
213
|
|
|
211
214
|
# _LT_ENABLE_STATIC([DEFAULT])
|
|
212
215
|
# ----------------------------
|
|
213
|
-
# implement the --enable-static flag, and support the
|
|
214
|
-
#
|
|
215
|
-
# DEFAULT is either
|
|
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'.
|
|
216
219
|
m4_define([_LT_ENABLE_STATIC],
|
|
217
220
|
[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
|
218
221
|
AC_ARG_ENABLE([static],
|
|
@@ -225,14 +228,14 @@ AC_ARG_ENABLE([static],
|
|
|
225
228
|
*)
|
|
226
229
|
enable_static=no
|
|
227
230
|
# Look at the argument we got. We use all the common list separators.
|
|
228
|
-
lt_save_ifs
|
|
231
|
+
lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
|
|
229
232
|
for pkg in $enableval; do
|
|
230
|
-
IFS
|
|
233
|
+
IFS=$lt_save_ifs
|
|
231
234
|
if test "X$pkg" = "X$p"; then
|
|
232
235
|
enable_static=yes
|
|
233
236
|
fi
|
|
234
237
|
done
|
|
235
|
-
IFS
|
|
238
|
+
IFS=$lt_save_ifs
|
|
236
239
|
;;
|
|
237
240
|
esac],
|
|
238
241
|
[enable_static=]_LT_ENABLE_STATIC_DEFAULT)
|
|
@@ -264,9 +267,9 @@ dnl AC_DEFUN([AM_DISABLE_STATIC], [])
|
|
|
264
267
|
|
|
265
268
|
# _LT_ENABLE_FAST_INSTALL([DEFAULT])
|
|
266
269
|
# ----------------------------------
|
|
267
|
-
# implement the --enable-fast-install flag, and support the
|
|
268
|
-
# and
|
|
269
|
-
# DEFAULT is either
|
|
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'.
|
|
270
273
|
m4_define([_LT_ENABLE_FAST_INSTALL],
|
|
271
274
|
[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
|
272
275
|
AC_ARG_ENABLE([fast-install],
|
|
@@ -279,14 +282,14 @@ AC_ARG_ENABLE([fast-install],
|
|
|
279
282
|
*)
|
|
280
283
|
enable_fast_install=no
|
|
281
284
|
# Look at the argument we got. We use all the common list separators.
|
|
282
|
-
lt_save_ifs
|
|
285
|
+
lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
|
|
283
286
|
for pkg in $enableval; do
|
|
284
|
-
IFS
|
|
287
|
+
IFS=$lt_save_ifs
|
|
285
288
|
if test "X$pkg" = "X$p"; then
|
|
286
289
|
enable_fast_install=yes
|
|
287
290
|
fi
|
|
288
291
|
done
|
|
289
|
-
IFS
|
|
292
|
+
IFS=$lt_save_ifs
|
|
290
293
|
;;
|
|
291
294
|
esac],
|
|
292
295
|
[enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
|
|
@@ -303,14 +306,14 @@ AU_DEFUN([AC_ENABLE_FAST_INSTALL],
|
|
|
303
306
|
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
|
304
307
|
AC_DIAGNOSE([obsolete],
|
|
305
308
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
|
306
|
-
the
|
|
309
|
+
the 'fast-install' option into LT_INIT's first parameter.])
|
|
307
310
|
])
|
|
308
311
|
|
|
309
312
|
AU_DEFUN([AC_DISABLE_FAST_INSTALL],
|
|
310
313
|
[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
|
311
314
|
AC_DIAGNOSE([obsolete],
|
|
312
315
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
|
313
|
-
the
|
|
316
|
+
the 'disable-fast-install' option into LT_INIT's first parameter.])
|
|
314
317
|
])
|
|
315
318
|
|
|
316
319
|
dnl aclocal-1.4 backwards compatibility:
|
|
@@ -318,19 +321,85 @@ dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
|
|
|
318
321
|
dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
|
|
319
322
|
|
|
320
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
|
+
|
|
321
377
|
# _LT_WITH_PIC([MODE])
|
|
322
378
|
# --------------------
|
|
323
|
-
# implement the --with-pic flag, and support the
|
|
379
|
+
# implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
|
|
324
380
|
# LT_INIT options.
|
|
325
|
-
# MODE is either
|
|
381
|
+
# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
|
|
326
382
|
m4_define([_LT_WITH_PIC],
|
|
327
383
|
[AC_ARG_WITH([pic],
|
|
328
|
-
[AS_HELP_STRING([--with-pic],
|
|
384
|
+
[AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
|
|
329
385
|
[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
|
330
|
-
[
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
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])])
|
|
334
403
|
|
|
335
404
|
_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|
|
336
405
|
])# _LT_WITH_PIC
|
|
@@ -343,7 +412,7 @@ AU_DEFUN([AC_LIBTOOL_PICMODE],
|
|
|
343
412
|
[_LT_SET_OPTION([LT_INIT], [pic-only])
|
|
344
413
|
AC_DIAGNOSE([obsolete],
|
|
345
414
|
[$0: Remove this warning and the call to _LT_SET_OPTION when you
|
|
346
|
-
put the
|
|
415
|
+
put the 'pic-only' option into LT_INIT's first parameter.])
|
|
347
416
|
])
|
|
348
417
|
|
|
349
418
|
dnl aclocal-1.4 backwards compatibility:
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2004
|
|
3
|
+
# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
|
|
4
|
+
# Foundation, Inc.
|
|
4
5
|
# Written by Gary V. Vaughan, 2004
|
|
5
6
|
#
|
|
6
7
|
# This file is free software; the Free Software Foundation gives
|
|
@@ -33,7 +34,7 @@ m4_define([_lt_join],
|
|
|
33
34
|
# ------------
|
|
34
35
|
# Manipulate m4 lists.
|
|
35
36
|
# These macros are necessary as long as will still need to support
|
|
36
|
-
# Autoconf-2.59 which quotes differently.
|
|
37
|
+
# Autoconf-2.59, which quotes differently.
|
|
37
38
|
m4_define([lt_car], [[$1]])
|
|
38
39
|
m4_define([lt_cdr],
|
|
39
40
|
[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|
|
@@ -44,7 +45,7 @@ m4_define([lt_unquote], $1)
|
|
|
44
45
|
|
|
45
46
|
# lt_append(MACRO-NAME, STRING, [SEPARATOR])
|
|
46
47
|
# ------------------------------------------
|
|
47
|
-
# Redefine MACRO-NAME to hold its former content plus
|
|
48
|
+
# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
|
|
48
49
|
# Note that neither SEPARATOR nor STRING are expanded; they are appended
|
|
49
50
|
# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
|
|
50
51
|
# No SEPARATOR is output if MACRO-NAME was previously undefined (different
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2004 Free Software Foundation, Inc.
|
|
3
|
+
# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
|
|
4
4
|
# Written by Scott James Remnant, 2004
|
|
5
5
|
#
|
|
6
6
|
# This file is free software; the Free Software Foundation gives
|
|
7
7
|
# unlimited permission to copy and/or distribute it, with or without
|
|
8
8
|
# modifications, as long as this notice is preserved.
|
|
9
9
|
|
|
10
|
-
#
|
|
10
|
+
# @configure_input@
|
|
11
11
|
|
|
12
|
-
# serial
|
|
12
|
+
# serial 4179 ltversion.m4
|
|
13
13
|
# This file is part of GNU Libtool
|
|
14
14
|
|
|
15
|
-
m4_define([LT_PACKAGE_VERSION], [2.
|
|
16
|
-
m4_define([LT_PACKAGE_REVISION], [
|
|
15
|
+
m4_define([LT_PACKAGE_VERSION], [2.4.6])
|
|
16
|
+
m4_define([LT_PACKAGE_REVISION], [2.4.6])
|
|
17
17
|
|
|
18
18
|
AC_DEFUN([LTVERSION_VERSION],
|
|
19
|
-
[macro_version='2.
|
|
20
|
-
macro_revision='
|
|
19
|
+
[macro_version='2.4.6'
|
|
20
|
+
macro_revision='2.4.6'
|
|
21
21
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
|
22
22
|
_LT_DECL(, macro_revision, 0)
|
|
23
23
|
])
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
|
2
2
|
#
|
|
3
|
-
# Copyright (C) 2004
|
|
3
|
+
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
|
|
4
|
+
# Foundation, Inc.
|
|
4
5
|
# Written by Scott James Remnant, 2004.
|
|
5
6
|
#
|
|
6
7
|
# This file is free software; the Free Software Foundation gives
|
|
7
8
|
# unlimited permission to copy and/or distribute it, with or without
|
|
8
9
|
# modifications, as long as this notice is preserved.
|
|
9
10
|
|
|
10
|
-
# serial
|
|
11
|
+
# serial 5 lt~obsolete.m4
|
|
11
12
|
|
|
12
13
|
# These exist entirely to fool aclocal when bootstrapping libtool.
|
|
13
14
|
#
|
|
14
|
-
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
|
15
|
+
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
|
15
16
|
# which have later been changed to m4_define as they aren't part of the
|
|
16
17
|
# exported API, or moved to Autoconf or Automake where they belong.
|
|
17
18
|
#
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
# included after everything else. This provides aclocal with the
|
|
26
27
|
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
|
|
27
28
|
# because those macros already exist, or will be overwritten later.
|
|
28
|
-
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
|
29
|
+
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
|
29
30
|
#
|
|
30
31
|
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
|
31
32
|
# Yes, that means every name once taken will need to remain here until
|
|
@@ -77,7 +78,6 @@ m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
|
|
|
77
78
|
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
|
78
79
|
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
|
79
80
|
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
|
|
80
|
-
m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
|
|
81
81
|
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
|
|
82
82
|
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
|
|
83
83
|
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
|
|
@@ -90,3 +90,10 @@ m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
|
|
|
90
90
|
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
|
91
91
|
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
|
|
92
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])])
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
1
|
+
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
|
2
2
|
# @configure_input@
|
|
3
3
|
|
|
4
|
-
# Copyright (C) 1994-
|
|
4
|
+
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
|
|
5
5
|
|
|
6
6
|
# This Makefile.in is free software; the Free Software Foundation
|
|
7
7
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -191,6 +191,7 @@ CPPFLAGS = @CPPFLAGS@
|
|
|
191
191
|
CYGPATH_W = @CYGPATH_W@
|
|
192
192
|
DEFS = @DEFS@
|
|
193
193
|
DEPDIR = @DEPDIR@
|
|
194
|
+
DLLTOOL = @DLLTOOL@
|
|
194
195
|
DOXYGEN = @DOXYGEN@
|
|
195
196
|
DSYMUTIL = @DSYMUTIL@
|
|
196
197
|
DUMPBIN = @DUMPBIN@
|
|
@@ -214,7 +215,9 @@ LIBTOOL = @LIBTOOL@
|
|
|
214
215
|
LIPO = @LIPO@
|
|
215
216
|
LN_S = @LN_S@
|
|
216
217
|
LTLIBOBJS = @LTLIBOBJS@
|
|
218
|
+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
|
217
219
|
MAKEINFO = @MAKEINFO@
|
|
220
|
+
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
218
221
|
MKDIR_P = @MKDIR_P@
|
|
219
222
|
NM = @NM@
|
|
220
223
|
NMEDIT = @NMEDIT@
|
|
@@ -244,6 +247,7 @@ abs_builddir = @abs_builddir@
|
|
|
244
247
|
abs_srcdir = @abs_srcdir@
|
|
245
248
|
abs_top_builddir = @abs_top_builddir@
|
|
246
249
|
abs_top_srcdir = @abs_top_srcdir@
|
|
250
|
+
ac_ct_AR = @ac_ct_AR@
|
|
247
251
|
ac_ct_CC = @ac_ct_CC@
|
|
248
252
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
249
253
|
am__include = @am__include@
|
|
@@ -276,7 +280,6 @@ libdir = @libdir@
|
|
|
276
280
|
libexecdir = @libexecdir@
|
|
277
281
|
localedir = @localedir@
|
|
278
282
|
localstatedir = @localstatedir@
|
|
279
|
-
lt_ECHO = @lt_ECHO@
|
|
280
283
|
mandir = @mandir@
|
|
281
284
|
mkdir_p = @mkdir_p@
|
|
282
285
|
oldincludedir = @oldincludedir@
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
1
|
+
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
|
2
2
|
# @configure_input@
|
|
3
3
|
|
|
4
|
-
# Copyright (C) 1994-
|
|
4
|
+
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
|
|
5
5
|
|
|
6
6
|
# This Makefile.in is free software; the Free Software Foundation
|
|
7
7
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -448,6 +448,7 @@ CPPFLAGS = @CPPFLAGS@
|
|
|
448
448
|
CYGPATH_W = @CYGPATH_W@
|
|
449
449
|
DEFS = @DEFS@
|
|
450
450
|
DEPDIR = @DEPDIR@
|
|
451
|
+
DLLTOOL = @DLLTOOL@
|
|
451
452
|
DOXYGEN = @DOXYGEN@
|
|
452
453
|
DSYMUTIL = @DSYMUTIL@
|
|
453
454
|
DUMPBIN = @DUMPBIN@
|
|
@@ -471,7 +472,9 @@ LIBTOOL = @LIBTOOL@
|
|
|
471
472
|
LIPO = @LIPO@
|
|
472
473
|
LN_S = @LN_S@
|
|
473
474
|
LTLIBOBJS = @LTLIBOBJS@
|
|
475
|
+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
|
474
476
|
MAKEINFO = @MAKEINFO@
|
|
477
|
+
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
475
478
|
MKDIR_P = @MKDIR_P@
|
|
476
479
|
NM = @NM@
|
|
477
480
|
NMEDIT = @NMEDIT@
|
|
@@ -501,6 +504,7 @@ abs_builddir = @abs_builddir@
|
|
|
501
504
|
abs_srcdir = @abs_srcdir@
|
|
502
505
|
abs_top_builddir = @abs_top_builddir@
|
|
503
506
|
abs_top_srcdir = @abs_top_srcdir@
|
|
507
|
+
ac_ct_AR = @ac_ct_AR@
|
|
504
508
|
ac_ct_CC = @ac_ct_CC@
|
|
505
509
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
506
510
|
am__include = @am__include@
|
|
@@ -533,7 +537,6 @@ libdir = @libdir@
|
|
|
533
537
|
libexecdir = @libexecdir@
|
|
534
538
|
localedir = @localedir@
|
|
535
539
|
localstatedir = @localstatedir@
|
|
536
|
-
lt_ECHO = @lt_ECHO@
|
|
537
540
|
mandir = @mandir@
|
|
538
541
|
mkdir_p = @mkdir_p@
|
|
539
542
|
oldincludedir = @oldincludedir@
|