nutcracker 0.4.1.22 → 0.4.1.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/ext/nutcracker/Makefile.in +9 -6
  3. data/ext/nutcracker/aclocal.m4 +86 -103
  4. data/ext/nutcracker/autom4te.cache/output.0 +96 -95
  5. data/ext/nutcracker/autom4te.cache/output.1 +96 -95
  6. data/ext/nutcracker/autom4te.cache/requests +221 -221
  7. data/ext/nutcracker/autom4te.cache/traces.0 +92 -106
  8. data/ext/nutcracker/autom4te.cache/traces.1 +9 -9
  9. data/ext/nutcracker/config/compile +4 -4
  10. data/ext/nutcracker/config/config.guess +281 -278
  11. data/ext/nutcracker/config/config.sub +107 -142
  12. data/ext/nutcracker/config/depcomp +4 -4
  13. data/ext/nutcracker/config/install-sh +31 -14
  14. data/ext/nutcracker/config/missing +7 -7
  15. data/ext/nutcracker/configure +96 -95
  16. data/ext/nutcracker/contrib/Makefile.in +9 -6
  17. data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +9 -6
  18. data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +86 -103
  19. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.0 +96 -95
  20. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +96 -95
  21. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +96 -95
  22. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +390 -390
  23. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +92 -106
  24. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +9 -9
  25. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +92 -106
  26. data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +4 -4
  27. data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +281 -278
  28. data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +107 -142
  29. data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +4 -4
  30. data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +31 -14
  31. data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +7 -7
  32. data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +4 -4
  33. data/ext/nutcracker/contrib/yaml-0.1.4/configure +96 -95
  34. data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +53 -26
  35. data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +58 -22
  36. data/ext/nutcracker/src/Makefile.in +93 -41
  37. data/ext/nutcracker/src/event/Makefile.in +36 -21
  38. data/ext/nutcracker/src/hashkit/Makefile.in +64 -29
  39. data/ext/nutcracker/src/proto/Makefile.in +33 -20
  40. data/lib/nutcracker.rb +6 -4
  41. data/lib/nutcracker/version.rb +1 -1
  42. metadata +5 -4
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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,
@@ -134,7 +134,7 @@ am__recursive_targets = \
134
134
  $(RECURSIVE_CLEAN_TARGETS) \
135
135
  $(am__extra_recursive_targets)
136
136
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137
- distdir
137
+ distdir distdir-am
138
138
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139
139
  # Read a list of newline-separated strings from the standard input,
140
140
  # and print each of them once, without duplicates. Input order is
@@ -325,8 +325,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325
325
  *config.status*) \
326
326
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327
327
  *) \
328
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
329
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
330
330
  esac;
331
331
 
332
332
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -443,7 +443,10 @@ cscopelist-am: $(am__tagged_files)
443
443
  distclean-tags:
444
444
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
445
 
446
- distdir: $(DISTFILES)
446
+ distdir: $(BUILT_SOURCES)
447
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
448
+
449
+ distdir-am: $(DISTFILES)
447
450
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448
451
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449
452
  list='$(DISTFILES)'; \
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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,
@@ -137,7 +137,7 @@ am__recursive_targets = \
137
137
  $(RECURSIVE_CLEAN_TARGETS) \
138
138
  $(am__extra_recursive_targets)
139
139
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140
- cscope distdir dist dist-all distcheck
140
+ cscope distdir distdir-am dist dist-all distcheck
141
141
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
142
142
  $(LISP)config.h.in
143
143
  # Read a list of newline-separated strings from the standard input,
@@ -357,8 +357,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357
357
  echo ' $(SHELL) ./config.status'; \
358
358
  $(SHELL) ./config.status;; \
359
359
  *) \
360
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
361
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
360
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
361
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
362
362
  esac;
363
363
 
364
364
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -500,7 +500,10 @@ distclean-tags:
500
500
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501
501
  -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
502
502
 
503
- distdir: $(DISTFILES)
503
+ distdir: $(BUILT_SOURCES)
504
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
505
+
506
+ distdir-am: $(DISTFILES)
504
507
  $(am__remove_distdir)
505
508
  test -d "$(distdir)" || mkdir "$(distdir)"
506
509
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -1,6 +1,6 @@
1
- # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
1
+ # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
2
2
 
3
- # Copyright (C) 1996-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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.15'
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.15.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.15.1])dnl
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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
- case $CONFIG_FILES in
350
- *\'*) eval set x "$CONFIG_FILES" ;;
351
- *) set x $CONFIG_FILES ;;
352
- esac
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
- for mf
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
- mf=`echo "$mf" | sed -e 's/:.*$//'`
358
- # Check whether this is an Automake generated Makefile or not.
359
- # We used to match only the files named 'Makefile.in', but
360
- # some people rename them; so instead we look at the file content.
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
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
366
- dirpart=`AS_DIRNAME("$mf")`
367
- else
368
- continue
369
- fi
370
- # Extract the definition of DEPDIR, am__include, and am__quote
371
- # from the Makefile without running 'make'.
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
- # is enabled. FIXME. This creates each '.P' file that we will
402
- # need in order to bootstrap the dependency handling code.
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" ac_aux_dir="$ac_aux_dir"])
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-2017 Free Software Foundation, Inc.
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
- # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
499
- # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
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: <http://www.gnu.org/software/coreutils/>.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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 to see how make treats includes.
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
- [am_make=${MAKE-make}
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
- _am_result=none
671
- # First try GNU make style include.
672
- echo "include confinc" > confmf
673
- # Ignore all kinds of additional output from 'make'.
674
- case `$am_make -s -f confmf 2> /dev/null` in #(
675
- *the\ am__doit\ target*)
676
- am__include=include
677
- am__quote=
678
- _am_result=GNU
679
- ;;
680
- esac
681
- # Now try BSD make style include.
682
- if test "$am__include" = "#"; then
683
- echo '.include "confinc"' > confmf
684
- case `$am_make -s -f confmf 2> /dev/null` in #(
685
- *the\ am__doit\ target*)
686
- am__include=.include
687
- am__quote="\""
688
- _am_result=BSD
689
- ;;
690
- esac
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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-2017 Free Software Foundation, Inc.
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,