rice 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1e936aa5acd436894b69f08585e6a10d9c71bdb5
4
- data.tar.gz: 29a7085b7d0c354ff552fbba9acb47fcd8cedbe0
2
+ SHA256:
3
+ metadata.gz: 9ec6fa915a48070fcd2fcc2bfb2a5711bba327832fa9701e1a5cd0ea5f4470d9
4
+ data.tar.gz: 8ddb3bdf9ab7008efa5ed2dea6449a50cd9851af28801269e1e6cea3fb0748da
5
5
  SHA512:
6
- metadata.gz: 17de95b0229f2719c2f349c42ca72f8974345d6b0dd7935957a8e777fab57880408bbf7cf03ca4599525d5238f484e77b7e6894ace3d6dda63d254235b4e30cd
7
- data.tar.gz: 3338b3a528e72a8cb5a429c289c72f567716383b6462a9476b01463097207d69b37c7e699b0c77966ada9e79c5af1f66b3f6ca64bdec9f0cecfb234cb53351ac
6
+ metadata.gz: 7b39fdd96ae02efd1599ed1336ad4058584780939f545146302486ef5e853aae8c35a4f4768eaacced5257b5857ae9f6381fca8de8b315324fc86962c6a7bf66
7
+ data.tar.gz: e8f2ec83dbce8beb5df264aaeeac9a53cdaaea3d055f132460914c58ec25ab8b8b3f6a73bf4bb78561a0c684521952c4fce53da4a19a5d87f2c0908d0b774b1c
@@ -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,
@@ -166,7 +166,7 @@ am__recursive_targets = \
166
166
  $(RECURSIVE_CLEAN_TARGETS) \
167
167
  $(am__extra_recursive_targets)
168
168
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
169
- cscope distdir dist dist-all distcheck
169
+ cscope distdir distdir-am dist dist-all distcheck
170
170
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171
171
  # Read a list of newline-separated strings from the standard input,
172
172
  # and print each of them once, without duplicates. Input order is
@@ -429,8 +429,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429
429
  echo ' $(SHELL) ./config.status'; \
430
430
  $(SHELL) ./config.status;; \
431
431
  *) \
432
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
433
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
432
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
433
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
434
434
  esac;
435
435
  $(srcdir)/doxygen.am $(am__empty):
436
436
 
@@ -551,7 +551,10 @@ distclean-tags:
551
551
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552
552
  -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
553
553
 
554
- distdir: $(DISTFILES)
554
+ distdir: $(BUILT_SOURCES)
555
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
556
+
557
+ distdir-am: $(DISTFILES)
555
558
  $(am__remove_distdir)
556
559
  test -d "$(distdir)" || mkdir "$(distdir)"
557
560
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
data/aclocal.m4 CHANGED
@@ -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,9 +748,26 @@ AC_DEFUN([_AM_SET_OPTIONS],
765
748
  AC_DEFUN([_AM_IF_OPTION],
766
749
  [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
767
750
 
751
+ # Copyright (C) 2001-2018 Free Software Foundation, Inc.
752
+ #
753
+ # This file is free software; the Free Software Foundation
754
+ # gives unlimited permission to copy and/or distribute it,
755
+ # with or without modifications, as long as this notice is preserved.
756
+
757
+ # AM_RUN_LOG(COMMAND)
758
+ # -------------------
759
+ # Run COMMAND, save the exit status in ac_status, and log it.
760
+ # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
761
+ AC_DEFUN([AM_RUN_LOG],
762
+ [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
763
+ ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
764
+ ac_status=$?
765
+ echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
766
+ (exit $ac_status); }])
767
+
768
768
  # Check to make sure that the build environment is sane. -*- Autoconf -*-
769
769
 
770
- # Copyright (C) 1996-2017 Free Software Foundation, Inc.
770
+ # Copyright (C) 1996-2018 Free Software Foundation, Inc.
771
771
  #
772
772
  # This file is free software; the Free Software Foundation
773
773
  # gives unlimited permission to copy and/or distribute it,
@@ -848,7 +848,7 @@ AC_CONFIG_COMMANDS_PRE(
848
848
  rm -f conftest.file
849
849
  ])
850
850
 
851
- # Copyright (C) 2009-2017 Free Software Foundation, Inc.
851
+ # Copyright (C) 2009-2018 Free Software Foundation, Inc.
852
852
  #
853
853
  # This file is free software; the Free Software Foundation
854
854
  # gives unlimited permission to copy and/or distribute it,
@@ -908,7 +908,7 @@ AC_SUBST([AM_BACKSLASH])dnl
908
908
  _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
909
909
  ])
910
910
 
911
- # Copyright (C) 2001-2017 Free Software Foundation, Inc.
911
+ # Copyright (C) 2001-2018 Free Software Foundation, Inc.
912
912
  #
913
913
  # This file is free software; the Free Software Foundation
914
914
  # gives unlimited permission to copy and/or distribute it,
@@ -936,7 +936,7 @@ fi
936
936
  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
937
937
  AC_SUBST([INSTALL_STRIP_PROGRAM])])
938
938
 
939
- # Copyright (C) 2006-2017 Free Software Foundation, Inc.
939
+ # Copyright (C) 2006-2018 Free Software Foundation, Inc.
940
940
  #
941
941
  # This file is free software; the Free Software Foundation
942
942
  # gives unlimited permission to copy and/or distribute it,
@@ -955,7 +955,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
955
955
 
956
956
  # Check how to create a tarball. -*- Autoconf -*-
957
957
 
958
- # Copyright (C) 2004-2017 Free Software Foundation, Inc.
958
+ # Copyright (C) 2004-2018 Free Software Foundation, Inc.
959
959
  #
960
960
  # This file is free software; the Free Software Foundation
961
961
  # gives unlimited permission to copy and/or distribute it,
@@ -83,45 +83,6 @@ AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [dnl
83
83
  ac_success=yes
84
84
  fi
85
85
 
86
- m4_if([$1], [noext], [], [dnl
87
- if test x$ac_success = xno; then
88
- for switch in -std=gnu++11 -std=gnu++0x; do
89
- cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx11_$switch])
90
- AC_CACHE_CHECK(whether $CXX supports C++11 features with $switch,
91
- $cachevar,
92
- [ac_save_CXXFLAGS="$CXXFLAGS"
93
- CXXFLAGS="$CXXFLAGS $switch"
94
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])],
95
- [eval $cachevar=yes],
96
- [eval $cachevar=no])
97
- CXXFLAGS="$ac_save_CXXFLAGS"])
98
- if eval test x\$$cachevar = xyes; then
99
- CXXFLAGS="$CXXFLAGS $switch"
100
- ac_success=yes
101
- break
102
- fi
103
- done
104
- fi])
105
-
106
- m4_if([$1], [ext], [], [dnl
107
- if test x$ac_success = xno; then
108
- for switch in -std=c++11 -std=c++0x; do
109
- cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx11_$switch])
110
- AC_CACHE_CHECK(whether $CXX supports C++11 features with $switch,
111
- $cachevar,
112
- [ac_save_CXXFLAGS="$CXXFLAGS"
113
- CXXFLAGS="$CXXFLAGS $switch"
114
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])],
115
- [eval $cachevar=yes],
116
- [eval $cachevar=no])
117
- CXXFLAGS="$ac_save_CXXFLAGS"])
118
- if eval test x\$$cachevar = xyes; then
119
- CXXFLAGS="$CXXFLAGS $switch"
120
- ac_success=yes
121
- break
122
- fi
123
- done
124
- fi])
125
86
  AC_LANG_POP([C++])
126
87
  if test x$ax_cxx_compile_cxx11_required = xtrue; then
127
88
  if test x$ac_success = xno; then