nutcracker 0.4.1.22 → 0.4.1.23
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 +9 -6
- data/ext/nutcracker/aclocal.m4 +86 -103
- data/ext/nutcracker/autom4te.cache/output.0 +96 -95
- data/ext/nutcracker/autom4te.cache/output.1 +96 -95
- data/ext/nutcracker/autom4te.cache/requests +221 -221
- data/ext/nutcracker/autom4te.cache/traces.0 +92 -106
- data/ext/nutcracker/autom4te.cache/traces.1 +9 -9
- data/ext/nutcracker/config/compile +4 -4
- data/ext/nutcracker/config/config.guess +281 -278
- data/ext/nutcracker/config/config.sub +107 -142
- data/ext/nutcracker/config/depcomp +4 -4
- data/ext/nutcracker/config/install-sh +31 -14
- data/ext/nutcracker/config/missing +7 -7
- data/ext/nutcracker/configure +96 -95
- data/ext/nutcracker/contrib/Makefile.in +9 -6
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +9 -6
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +86 -103
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.0 +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +390 -390
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +92 -106
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +9 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +92 -106
- data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +281 -278
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +107 -142
- data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +31 -14
- data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +7 -7
- data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +4 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/configure +96 -95
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +53 -26
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +58 -22
- data/ext/nutcracker/src/Makefile.in +93 -41
- data/ext/nutcracker/src/event/Makefile.in +36 -21
- data/ext/nutcracker/src/hashkit/Makefile.in +64 -29
- data/ext/nutcracker/src/proto/Makefile.in +33 -20
- data/lib/nutcracker.rb +6 -4
- data/lib/nutcracker/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27e75989bbbe128fa70a19408a19b0436437d9d6
|
4
|
+
data.tar.gz: c262aac9825ec6d4368e94696c021ccbd62968d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8b5209e7d173ba24850adb62629dc37f174add3d4df394392cd84ecc079f1b68de87ee53ea3d2efa93a3931462105d974e2f78e62af2203bee78aeafe34eb6f
|
7
|
+
data.tar.gz: 80838ec6d548a768170cee1fcde9e9aea71770b9fb1c1490314e47f601ad84c2b2005d011267fdc90151f42d57e8285c622ff429f052b7e7009cfec1dbc4e73b
|
data/ext/nutcracker/Makefile.in
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
# Makefile.in generated by automake 1.
|
1
|
+
# Makefile.in generated by automake 1.16.1 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
|
-
# Copyright (C) 1994-
|
4
|
+
# Copyright (C) 1994-2018 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,
|
@@ -168,7 +168,7 @@ am__recursive_targets = \
|
|
168
168
|
$(RECURSIVE_CLEAN_TARGETS) \
|
169
169
|
$(am__extra_recursive_targets)
|
170
170
|
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
171
|
-
cscope distdir dist dist-all distcheck
|
171
|
+
cscope distdir distdir-am dist dist-all distcheck
|
172
172
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
173
173
|
$(LISP)config.h.in
|
174
174
|
# Read a list of newline-separated strings from the standard input,
|
@@ -392,8 +392,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
392
392
|
echo ' $(SHELL) ./config.status'; \
|
393
393
|
$(SHELL) ./config.status;; \
|
394
394
|
*) \
|
395
|
-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(
|
396
|
-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(
|
395
|
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
|
396
|
+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
|
397
397
|
esac;
|
398
398
|
|
399
399
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
@@ -578,7 +578,10 @@ distclean-tags:
|
|
578
578
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
579
579
|
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
580
580
|
|
581
|
-
distdir: $(
|
581
|
+
distdir: $(BUILT_SOURCES)
|
582
|
+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
583
|
+
|
584
|
+
distdir-am: $(DISTFILES)
|
582
585
|
$(am__remove_distdir)
|
583
586
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
584
587
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
data/ext/nutcracker/aclocal.m4
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# generated automatically by aclocal 1.
|
1
|
+
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
|
2
2
|
|
3
|
-
# Copyright (C) 1996-
|
3
|
+
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
4
4
|
|
5
5
|
# This file is free software; the Free Software Foundation
|
6
6
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
|
|
20
20
|
If you have problems, you may need to regenerate the build system entirely.
|
21
21
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
|
22
22
|
|
23
|
-
# Copyright (C) 2002-
|
23
|
+
# Copyright (C) 2002-2018 Free Software Foundation, Inc.
|
24
24
|
#
|
25
25
|
# This file is free software; the Free Software Foundation
|
26
26
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
|
|
32
32
|
# generated from the m4 files accompanying Automake X.Y.
|
33
33
|
# (This private macro should not be called outside this file.)
|
34
34
|
AC_DEFUN([AM_AUTOMAKE_VERSION],
|
35
|
-
[am__api_version='1.
|
35
|
+
[am__api_version='1.16'
|
36
36
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
37
37
|
dnl require some minimum version. Point them to the right macro.
|
38
|
-
m4_if([$1], [1.
|
38
|
+
m4_if([$1], [1.16.1], [],
|
39
39
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
40
40
|
])
|
41
41
|
|
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
|
|
51
51
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
52
52
|
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
53
53
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
54
|
-
[AM_AUTOMAKE_VERSION([1.
|
54
|
+
[AM_AUTOMAKE_VERSION([1.16.1])dnl
|
55
55
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
56
56
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
57
57
|
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
58
58
|
|
59
59
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
60
60
|
|
61
|
-
# Copyright (C) 2001-
|
61
|
+
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
62
62
|
#
|
63
63
|
# This file is free software; the Free Software Foundation
|
64
64
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
|
|
110
110
|
|
111
111
|
# AM_CONDITIONAL -*- Autoconf -*-
|
112
112
|
|
113
|
-
# Copyright (C) 1997-
|
113
|
+
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
|
114
114
|
#
|
115
115
|
# This file is free software; the Free Software Foundation
|
116
116
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|
141
141
|
Usually this means the macro was only invoked conditionally.]])
|
142
142
|
fi])])
|
143
143
|
|
144
|
-
# Copyright (C) 1999-
|
144
|
+
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
145
145
|
#
|
146
146
|
# This file is free software; the Free Software Foundation
|
147
147
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -332,13 +332,12 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
|
|
332
332
|
|
333
333
|
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
334
334
|
|
335
|
-
# Copyright (C) 1999-
|
335
|
+
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
336
336
|
#
|
337
337
|
# This file is free software; the Free Software Foundation
|
338
338
|
# gives unlimited permission to copy and/or distribute it,
|
339
339
|
# with or without modifications, as long as this notice is preserved.
|
340
340
|
|
341
|
-
|
342
341
|
# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
343
342
|
# ------------------------------
|
344
343
|
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
@@ -346,49 +345,41 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
346
345
|
# Older Autoconf quotes --file arguments for eval, but not when files
|
347
346
|
# are listed without --file. Let's play safe and only enable the eval
|
348
347
|
# if we detect the quoting.
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
348
|
+
# TODO: see whether this extra hack can be removed once we start
|
349
|
+
# requiring Autoconf 2.70 or later.
|
350
|
+
AS_CASE([$CONFIG_FILES],
|
351
|
+
[*\'*], [eval set x "$CONFIG_FILES"],
|
352
|
+
[*], [set x $CONFIG_FILES])
|
353
353
|
shift
|
354
|
-
|
354
|
+
# Used to flag and report bootstrapping failures.
|
355
|
+
am_rc=0
|
356
|
+
for am_mf
|
355
357
|
do
|
356
358
|
# Strip MF so we end up with the name of the file.
|
357
|
-
|
358
|
-
# Check whether this is an Automake generated Makefile
|
359
|
-
#
|
360
|
-
#
|
361
|
-
# Grep'ing the first line is not enough: some people post-process
|
362
|
-
# each Makefile.in and add a new line on top of each file to say so.
|
363
|
-
# Grep'ing the whole file is not good either: AIX grep has a line
|
359
|
+
am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
|
360
|
+
# Check whether this is an Automake generated Makefile which includes
|
361
|
+
# dependency-tracking related rules and includes.
|
362
|
+
# Grep'ing the whole file directly is not great: AIX grep has a line
|
364
363
|
# limit of 2048, but all sed's we know have understand at least 4000.
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
373
|
-
test -z "$DEPDIR" && continue
|
374
|
-
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
375
|
-
test -z "$am__include" && continue
|
376
|
-
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
377
|
-
# Find all dependency output files, they are included files with
|
378
|
-
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
379
|
-
# simplest approach to changing $(DEPDIR) to its actual value in the
|
380
|
-
# expansion.
|
381
|
-
for file in `sed -n "
|
382
|
-
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
383
|
-
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
|
384
|
-
# Make sure the directory exists.
|
385
|
-
test -f "$dirpart/$file" && continue
|
386
|
-
fdir=`AS_DIRNAME(["$file"])`
|
387
|
-
AS_MKDIR_P([$dirpart/$fdir])
|
388
|
-
# echo "creating $dirpart/$file"
|
389
|
-
echo '# dummy' > "$dirpart/$file"
|
390
|
-
done
|
364
|
+
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
|
365
|
+
|| continue
|
366
|
+
am_dirpart=`AS_DIRNAME(["$am_mf"])`
|
367
|
+
am_filepart=`AS_BASENAME(["$am_mf"])`
|
368
|
+
AM_RUN_LOG([cd "$am_dirpart" \
|
369
|
+
&& sed -e '/# am--include-marker/d' "$am_filepart" \
|
370
|
+
| $MAKE -f - am--depfiles]) || am_rc=$?
|
391
371
|
done
|
372
|
+
if test $am_rc -ne 0; then
|
373
|
+
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
|
374
|
+
for automatic dependency tracking. Try re-running configure with the
|
375
|
+
'--disable-dependency-tracking' option to at least be able to build
|
376
|
+
the package (albeit without support for automatic dependency tracking).])
|
377
|
+
fi
|
378
|
+
AS_UNSET([am_dirpart])
|
379
|
+
AS_UNSET([am_filepart])
|
380
|
+
AS_UNSET([am_mf])
|
381
|
+
AS_UNSET([am_rc])
|
382
|
+
rm -f conftest-deps.mk
|
392
383
|
}
|
393
384
|
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
394
385
|
|
@@ -397,18 +388,17 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
397
388
|
# -----------------------------
|
398
389
|
# This macro should only be invoked once -- use via AC_REQUIRE.
|
399
390
|
#
|
400
|
-
# This code is only required when automatic dependency tracking
|
401
|
-
#
|
402
|
-
#
|
391
|
+
# This code is only required when automatic dependency tracking is enabled.
|
392
|
+
# This creates each '.Po' and '.Plo' makefile fragment that we'll need in
|
393
|
+
# order to bootstrap the dependency handling code.
|
403
394
|
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
404
395
|
[AC_CONFIG_COMMANDS([depfiles],
|
405
396
|
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
406
|
-
[AMDEP_TRUE="$AMDEP_TRUE"
|
407
|
-
])
|
397
|
+
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
|
408
398
|
|
409
399
|
# Do all the work for Automake. -*- Autoconf -*-
|
410
400
|
|
411
|
-
# Copyright (C) 1996-
|
401
|
+
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
412
402
|
#
|
413
403
|
# This file is free software; the Free Software Foundation
|
414
404
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -495,8 +485,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
|
|
495
485
|
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
496
486
|
# For better backward compatibility. To be removed once Automake 1.9.x
|
497
487
|
# dies out for good. For more background, see:
|
498
|
-
# <
|
499
|
-
# <
|
488
|
+
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
489
|
+
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
500
490
|
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
|
501
491
|
# We need awk for the "check" target (and possibly the TAP driver). The
|
502
492
|
# system "awk" is bad on some platforms.
|
@@ -563,7 +553,7 @@ END
|
|
563
553
|
Aborting the configuration process, to ensure you take notice of the issue.
|
564
554
|
|
565
555
|
You can download and install GNU coreutils to get an 'rm' implementation
|
566
|
-
that behaves properly: <
|
556
|
+
that behaves properly: <https://www.gnu.org/software/coreutils/>.
|
567
557
|
|
568
558
|
If you want to complete the configuration process using your problematic
|
569
559
|
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
|
@@ -605,7 +595,7 @@ for _am_header in $config_headers :; do
|
|
605
595
|
done
|
606
596
|
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
607
597
|
|
608
|
-
# Copyright (C) 2001-
|
598
|
+
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
609
599
|
#
|
610
600
|
# This file is free software; the Free Software Foundation
|
611
601
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -626,7 +616,7 @@ if test x"${install_sh+set}" != xset; then
|
|
626
616
|
fi
|
627
617
|
AC_SUBST([install_sh])])
|
628
618
|
|
629
|
-
# Copyright (C) 2003-
|
619
|
+
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
|
630
620
|
#
|
631
621
|
# This file is free software; the Free Software Foundation
|
632
622
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -647,7 +637,7 @@ AC_SUBST([am__leading_dot])])
|
|
647
637
|
|
648
638
|
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
649
639
|
|
650
|
-
# Copyright (C) 2001-
|
640
|
+
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
651
641
|
#
|
652
642
|
# This file is free software; the Free Software Foundation
|
653
643
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -655,49 +645,42 @@ AC_SUBST([am__leading_dot])])
|
|
655
645
|
|
656
646
|
# AM_MAKE_INCLUDE()
|
657
647
|
# -----------------
|
658
|
-
# Check
|
648
|
+
# Check whether make has an 'include' directive that can support all
|
649
|
+
# the idioms we need for our automatic dependency tracking code.
|
659
650
|
AC_DEFUN([AM_MAKE_INCLUDE],
|
660
|
-
[
|
661
|
-
cat > confinc << 'END'
|
651
|
+
[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
|
652
|
+
cat > confinc.mk << 'END'
|
662
653
|
am__doit:
|
663
|
-
@echo this is the am__doit target
|
654
|
+
@echo this is the am__doit target >confinc.out
|
664
655
|
.PHONY: am__doit
|
665
656
|
END
|
666
|
-
# If we don't find an include directive, just comment out the code.
|
667
|
-
AC_MSG_CHECKING([for style of include used by $am_make])
|
668
657
|
am__include="#"
|
669
658
|
am__quote=
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
if test "$am__include"
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
fi
|
692
|
-
AC_SUBST([am__include])
|
693
|
-
AC_SUBST([am__quote])
|
694
|
-
AC_MSG_RESULT([$_am_result])
|
695
|
-
rm -f confinc confmf
|
696
|
-
])
|
659
|
+
# BSD make does it like this.
|
660
|
+
echo '.include "confinc.mk" # ignored' > confmf.BSD
|
661
|
+
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
|
662
|
+
echo 'include confinc.mk # ignored' > confmf.GNU
|
663
|
+
_am_result=no
|
664
|
+
for s in GNU BSD; do
|
665
|
+
AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
|
666
|
+
AS_CASE([$?:`cat confinc.out 2>/dev/null`],
|
667
|
+
['0:this is the am__doit target'],
|
668
|
+
[AS_CASE([$s],
|
669
|
+
[BSD], [am__include='.include' am__quote='"'],
|
670
|
+
[am__include='include' am__quote=''])])
|
671
|
+
if test "$am__include" != "#"; then
|
672
|
+
_am_result="yes ($s style)"
|
673
|
+
break
|
674
|
+
fi
|
675
|
+
done
|
676
|
+
rm -f confinc.* confmf.*
|
677
|
+
AC_MSG_RESULT([${_am_result}])
|
678
|
+
AC_SUBST([am__include])])
|
679
|
+
AC_SUBST([am__quote])])
|
697
680
|
|
698
681
|
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
699
682
|
|
700
|
-
# Copyright (C) 1997-
|
683
|
+
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
|
701
684
|
#
|
702
685
|
# This file is free software; the Free Software Foundation
|
703
686
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -736,7 +719,7 @@ fi
|
|
736
719
|
|
737
720
|
# Helper functions for option handling. -*- Autoconf -*-
|
738
721
|
|
739
|
-
# Copyright (C) 2001-
|
722
|
+
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
740
723
|
#
|
741
724
|
# This file is free software; the Free Software Foundation
|
742
725
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -765,7 +748,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
|
|
765
748
|
AC_DEFUN([_AM_IF_OPTION],
|
766
749
|
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
767
750
|
|
768
|
-
# Copyright (C) 1999-
|
751
|
+
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
769
752
|
#
|
770
753
|
# This file is free software; the Free Software Foundation
|
771
754
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -812,7 +795,7 @@ AC_LANG_POP([C])])
|
|
812
795
|
# For backward compatibility.
|
813
796
|
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
|
814
797
|
|
815
|
-
# Copyright (C) 2001-
|
798
|
+
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
816
799
|
#
|
817
800
|
# This file is free software; the Free Software Foundation
|
818
801
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -831,7 +814,7 @@ AC_DEFUN([AM_RUN_LOG],
|
|
831
814
|
|
832
815
|
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
833
816
|
|
834
|
-
# Copyright (C) 1996-
|
817
|
+
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
|
835
818
|
#
|
836
819
|
# This file is free software; the Free Software Foundation
|
837
820
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -912,7 +895,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|
912
895
|
rm -f conftest.file
|
913
896
|
])
|
914
897
|
|
915
|
-
# Copyright (C) 2009-
|
898
|
+
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
|
916
899
|
#
|
917
900
|
# This file is free software; the Free Software Foundation
|
918
901
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -972,7 +955,7 @@ AC_SUBST([AM_BACKSLASH])dnl
|
|
972
955
|
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
973
956
|
])
|
974
957
|
|
975
|
-
# Copyright (C) 2001-
|
958
|
+
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
976
959
|
#
|
977
960
|
# This file is free software; the Free Software Foundation
|
978
961
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -1000,7 +983,7 @@ fi
|
|
1000
983
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
1001
984
|
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
1002
985
|
|
1003
|
-
# Copyright (C) 2006-
|
986
|
+
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
|
1004
987
|
#
|
1005
988
|
# This file is free software; the Free Software Foundation
|
1006
989
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -1019,7 +1002,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
|
1019
1002
|
|
1020
1003
|
# Check how to create a tarball. -*- Autoconf -*-
|
1021
1004
|
|
1022
|
-
# Copyright (C) 2004-
|
1005
|
+
# Copyright (C) 2004-2018 Free Software Foundation, Inc.
|
1023
1006
|
#
|
1024
1007
|
# This file is free software; the Free Software Foundation
|
1025
1008
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -690,7 +690,6 @@ am__nodep
|
|
690
690
|
AMDEPBACKSLASH
|
691
691
|
AMDEP_FALSE
|
692
692
|
AMDEP_TRUE
|
693
|
-
am__quote
|
694
693
|
am__include
|
695
694
|
DEPDIR
|
696
695
|
OBJEXT
|
@@ -764,7 +763,8 @@ PACKAGE_VERSION
|
|
764
763
|
PACKAGE_TARNAME
|
765
764
|
PACKAGE_NAME
|
766
765
|
PATH_SEPARATOR
|
767
|
-
SHELL
|
766
|
+
SHELL
|
767
|
+
am__quote'
|
768
768
|
ac_subst_files=''
|
769
769
|
ac_user_opts='
|
770
770
|
enable_option_checking
|
@@ -2580,7 +2580,7 @@ ac_config_headers="$ac_config_headers config.h:config.h.in"
|
|
2580
2580
|
|
2581
2581
|
|
2582
2582
|
# Initialize automake
|
2583
|
-
am__api_version='1.
|
2583
|
+
am__api_version='1.16'
|
2584
2584
|
|
2585
2585
|
# Find a good install program. We prefer a C program (faster),
|
2586
2586
|
# so one script is as good as another. But avoid the broken or
|
@@ -3096,8 +3096,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
|
3096
3096
|
|
3097
3097
|
# For better backward compatibility. To be removed once Automake 1.9.x
|
3098
3098
|
# dies out for good. For more background, see:
|
3099
|
-
# <
|
3100
|
-
# <
|
3099
|
+
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
3100
|
+
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
3101
3101
|
mkdir_p='$(MKDIR_P)'
|
3102
3102
|
|
3103
3103
|
# We need awk for the "check" target (and possibly the TAP driver). The
|
@@ -3148,7 +3148,7 @@ END
|
|
3148
3148
|
Aborting the configuration process, to ensure you take notice of the issue.
|
3149
3149
|
|
3150
3150
|
You can download and install GNU coreutils to get an 'rm' implementation
|
3151
|
-
that behaves properly: <
|
3151
|
+
that behaves properly: <https://www.gnu.org/software/coreutils/>.
|
3152
3152
|
|
3153
3153
|
If you want to complete the configuration process using your problematic
|
3154
3154
|
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
|
@@ -4076,45 +4076,45 @@ DEPDIR="${am__leading_dot}deps"
|
|
4076
4076
|
|
4077
4077
|
ac_config_commands="$ac_config_commands depfiles"
|
4078
4078
|
|
4079
|
-
|
4080
|
-
|
4081
|
-
cat > confinc << 'END'
|
4079
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
|
4080
|
+
$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
|
4081
|
+
cat > confinc.mk << 'END'
|
4082
4082
|
am__doit:
|
4083
|
-
@echo this is the am__doit target
|
4083
|
+
@echo this is the am__doit target >confinc.out
|
4084
4084
|
.PHONY: am__doit
|
4085
4085
|
END
|
4086
|
-
# If we don't find an include directive, just comment out the code.
|
4087
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
|
4088
|
-
$as_echo_n "checking for style of include used by $am_make... " >&6; }
|
4089
4086
|
am__include="#"
|
4090
4087
|
am__quote=
|
4091
|
-
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4095
|
-
|
4096
|
-
|
4097
|
-
|
4098
|
-
|
4099
|
-
|
4100
|
-
|
4101
|
-
|
4102
|
-
|
4103
|
-
|
4104
|
-
|
4105
|
-
|
4106
|
-
|
4107
|
-
|
4108
|
-
|
4109
|
-
|
4088
|
+
# BSD make does it like this.
|
4089
|
+
echo '.include "confinc.mk" # ignored' > confmf.BSD
|
4090
|
+
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
|
4091
|
+
echo 'include confinc.mk # ignored' > confmf.GNU
|
4092
|
+
_am_result=no
|
4093
|
+
for s in GNU BSD; do
|
4094
|
+
{ echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
|
4095
|
+
(${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
|
4096
|
+
ac_status=$?
|
4097
|
+
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
4098
|
+
(exit $ac_status); }
|
4099
|
+
case $?:`cat confinc.out 2>/dev/null` in @%:@(
|
4100
|
+
'0:this is the am__doit target') :
|
4101
|
+
case $s in @%:@(
|
4102
|
+
BSD) :
|
4103
|
+
am__include='.include' am__quote='"' ;; @%:@(
|
4104
|
+
*) :
|
4105
|
+
am__include='include' am__quote='' ;;
|
4106
|
+
esac ;; @%:@(
|
4107
|
+
*) :
|
4110
4108
|
;;
|
4111
|
-
|
4112
|
-
|
4113
|
-
|
4114
|
-
|
4115
|
-
|
4116
|
-
|
4117
|
-
rm -f confinc confmf
|
4109
|
+
esac
|
4110
|
+
if test "$am__include" != "#"; then
|
4111
|
+
_am_result="yes ($s style)"
|
4112
|
+
break
|
4113
|
+
fi
|
4114
|
+
done
|
4115
|
+
rm -f confinc.* confmf.*
|
4116
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
|
4117
|
+
$as_echo "${_am_result}" >&6; }
|
4118
4118
|
|
4119
4119
|
@%:@ Check whether --enable-dependency-tracking was given.
|
4120
4120
|
if test "${enable_dependency_tracking+set}" = set; then :
|
@@ -18469,7 +18469,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
18469
18469
|
#
|
18470
18470
|
# INIT-COMMANDS
|
18471
18471
|
#
|
18472
|
-
AMDEP_TRUE="$AMDEP_TRUE"
|
18472
|
+
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
|
18473
18473
|
|
18474
18474
|
|
18475
18475
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
@@ -19468,29 +19468,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
|
|
19468
19468
|
# Older Autoconf quotes --file arguments for eval, but not when files
|
19469
19469
|
# are listed without --file. Let's play safe and only enable the eval
|
19470
19470
|
# if we detect the quoting.
|
19471
|
-
|
19472
|
-
|
19473
|
-
|
19474
|
-
|
19471
|
+
# TODO: see whether this extra hack can be removed once we start
|
19472
|
+
# requiring Autoconf 2.70 or later.
|
19473
|
+
case $CONFIG_FILES in @%:@(
|
19474
|
+
*\'*) :
|
19475
|
+
eval set x "$CONFIG_FILES" ;; @%:@(
|
19476
|
+
*) :
|
19477
|
+
set x $CONFIG_FILES ;; @%:@(
|
19478
|
+
*) :
|
19479
|
+
;;
|
19480
|
+
esac
|
19475
19481
|
shift
|
19476
|
-
|
19482
|
+
# Used to flag and report bootstrapping failures.
|
19483
|
+
am_rc=0
|
19484
|
+
for am_mf
|
19477
19485
|
do
|
19478
19486
|
# Strip MF so we end up with the name of the file.
|
19479
|
-
|
19480
|
-
# Check whether this is an Automake generated Makefile
|
19481
|
-
#
|
19482
|
-
#
|
19483
|
-
# Grep'ing the first line is not enough: some people post-process
|
19484
|
-
# each Makefile.in and add a new line on top of each file to say so.
|
19485
|
-
# Grep'ing the whole file is not good either: AIX grep has a line
|
19487
|
+
am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
|
19488
|
+
# Check whether this is an Automake generated Makefile which includes
|
19489
|
+
# dependency-tracking related rules and includes.
|
19490
|
+
# Grep'ing the whole file directly is not great: AIX grep has a line
|
19486
19491
|
# limit of 2048, but all sed's we know have understand at least 4000.
|
19487
|
-
|
19488
|
-
|
19489
|
-
|
19490
|
-
|
19491
|
-
X"$
|
19492
|
-
X"$
|
19493
|
-
|
19492
|
+
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
|
19493
|
+
|| continue
|
19494
|
+
am_dirpart=`$as_dirname -- "$am_mf" ||
|
19495
|
+
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
19496
|
+
X"$am_mf" : 'X\(//\)[^/]' \| \
|
19497
|
+
X"$am_mf" : 'X\(//\)$' \| \
|
19498
|
+
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
|
19499
|
+
$as_echo X"$am_mf" |
|
19494
19500
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
19495
19501
|
s//\1/
|
19496
19502
|
q
|
@@ -19508,53 +19514,48 @@ $as_echo X"$mf" |
|
|
19508
19514
|
q
|
19509
19515
|
}
|
19510
19516
|
s/.*/./; q'`
|
19511
|
-
|
19512
|
-
|
19513
|
-
|
19514
|
-
|
19515
|
-
|
19516
|
-
|
19517
|
-
test -z "$DEPDIR" && continue
|
19518
|
-
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
19519
|
-
test -z "$am__include" && continue
|
19520
|
-
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
19521
|
-
# Find all dependency output files, they are included files with
|
19522
|
-
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
19523
|
-
# simplest approach to changing $(DEPDIR) to its actual value in the
|
19524
|
-
# expansion.
|
19525
|
-
for file in `sed -n "
|
19526
|
-
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
19527
|
-
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
|
19528
|
-
# Make sure the directory exists.
|
19529
|
-
test -f "$dirpart/$file" && continue
|
19530
|
-
fdir=`$as_dirname -- "$file" ||
|
19531
|
-
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
19532
|
-
X"$file" : 'X\(//\)[^/]' \| \
|
19533
|
-
X"$file" : 'X\(//\)$' \| \
|
19534
|
-
X"$file" : 'X\(/\)' \| . 2>/dev/null ||
|
19535
|
-
$as_echo X"$file" |
|
19536
|
-
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
19537
|
-
s//\1/
|
19538
|
-
q
|
19539
|
-
}
|
19540
|
-
/^X\(\/\/\)[^/].*/{
|
19517
|
+
am_filepart=`$as_basename -- "$am_mf" ||
|
19518
|
+
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
|
19519
|
+
X"$am_mf" : 'X\(//\)$' \| \
|
19520
|
+
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
|
19521
|
+
$as_echo X/"$am_mf" |
|
19522
|
+
sed '/^.*\/\([^/][^/]*\)\/*$/{
|
19541
19523
|
s//\1/
|
19542
19524
|
q
|
19543
19525
|
}
|
19544
|
-
/^X
|
19526
|
+
/^X\/\(\/\/\)$/{
|
19545
19527
|
s//\1/
|
19546
19528
|
q
|
19547
19529
|
}
|
19548
|
-
/^X
|
19530
|
+
/^X\/\(\/\).*/{
|
19549
19531
|
s//\1/
|
19550
19532
|
q
|
19551
19533
|
}
|
19552
19534
|
s/.*/./; q'`
|
19553
|
-
|
19554
|
-
|
19555
|
-
|
19556
|
-
|
19535
|
+
{ echo "$as_me:$LINENO: cd "$am_dirpart" \
|
19536
|
+
&& sed -e '/# am--include-marker/d' "$am_filepart" \
|
19537
|
+
| $MAKE -f - am--depfiles" >&5
|
19538
|
+
(cd "$am_dirpart" \
|
19539
|
+
&& sed -e '/# am--include-marker/d' "$am_filepart" \
|
19540
|
+
| $MAKE -f - am--depfiles) >&5 2>&5
|
19541
|
+
ac_status=$?
|
19542
|
+
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
19543
|
+
(exit $ac_status); } || am_rc=$?
|
19557
19544
|
done
|
19545
|
+
if test $am_rc -ne 0; then
|
19546
|
+
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
19547
|
+
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
19548
|
+
as_fn_error $? "Something went wrong bootstrapping makefile fragments
|
19549
|
+
for automatic dependency tracking. Try re-running configure with the
|
19550
|
+
'--disable-dependency-tracking' option to at least be able to build
|
19551
|
+
the package (albeit without support for automatic dependency tracking).
|
19552
|
+
See \`config.log' for more details" "$LINENO" 5; }
|
19553
|
+
fi
|
19554
|
+
{ am_dirpart=; unset am_dirpart;}
|
19555
|
+
{ am_filepart=; unset am_filepart;}
|
19556
|
+
{ am_mf=; unset am_mf;}
|
19557
|
+
{ am_rc=; unset am_rc;}
|
19558
|
+
rm -f conftest-deps.mk
|
19558
19559
|
}
|
19559
19560
|
;;
|
19560
19561
|
"libtool":C)
|