1- # generated automatically by aclocal 1.16.2 -*- Autoconf -*-
1+ # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
22
3- # Copyright (C) 1996-2020 Free Software Foundation, Inc.
3+ # Copyright (C) 1996-2021 Free Software Foundation, Inc.
44
55# This file is free software; the Free Software Foundation
66# gives unlimited permission to copy and/or distribute it,
1414m4_ifndef ( [ AC_CONFIG_MACRO_DIRS] , [ m4_defun([ _AM_CONFIG_MACRO_DIRS] , [ ] )m4_defun([ AC_CONFIG_MACRO_DIRS] , [ _AM_CONFIG_MACRO_DIRS($@ )] )] )
1515m4_ifndef ( [ AC_AUTOCONF_VERSION ] ,
1616 [ m4_copy ( [ m4_PACKAGE_VERSION] , [ AC_AUTOCONF_VERSION ] ) ] ) dnl
17- m4_if ( m4_defn ( [ AC_AUTOCONF_VERSION ] ) , [ 2.69 ] ,,
18- [ m4_warning([ this file was generated for autoconf 2.69 .
17+ m4_if ( m4_defn ( [ AC_AUTOCONF_VERSION ] ) , [ 2.71 ] ,,
18+ [ m4_warning([ this file was generated for autoconf 2.71 .
1919You have another version of autoconf. It may work, but is not guaranteed to.
2020If you have problems, you may need to regenerate the build system entirely.
2121To do so, use the procedure documented by the package, typically 'autoreconf'.] )] )
2222
23- # Copyright (C) 2002-2020 Free Software Foundation, Inc.
23+ # Copyright (C) 2002-2021 Free Software Foundation, Inc.
2424#
2525# This file is free software; the Free Software Foundation
2626# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
3535[ am__api_version='1.16'
3636dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3737dnl require some minimum version. Point them to the right macro.
38- m4_if ( [ $1 ] , [ 1.16.2 ] , [ ] ,
38+ m4_if ( [ $1 ] , [ 1.16.5 ] , [ ] ,
3939 [ AC_FATAL ( [ Do not call $0 , use AM_INIT_AUTOMAKE ( [ $1 ] ) .] ) ] ) dnl
4040] )
4141
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
5151# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5252# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5353AC_DEFUN ( [ AM_SET_CURRENT_AUTOMAKE_VERSION] ,
54- [ AM_AUTOMAKE_VERSION([ 1.16.2 ] )dnl
54+ [ AM_AUTOMAKE_VERSION([ 1.16.5 ] )dnl
5555m4_ifndef ( [ AC_AUTOCONF_VERSION ] ,
5656 [ m4_copy ( [ m4_PACKAGE_VERSION] , [ AC_AUTOCONF_VERSION ] ) ] ) dnl
5757_AM_AUTOCONF_VERSION(m4_defn ( [ AC_AUTOCONF_VERSION ] ) )] )
5858
5959# AM_AUX_DIR_EXPAND -*- Autoconf -*-
6060
61- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
61+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
6262#
6363# This file is free software; the Free Software Foundation
6464# gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
110110
111111# AM_CONDITIONAL -*- Autoconf -*-
112112
113- # Copyright (C) 1997-2020 Free Software Foundation, Inc.
113+ # Copyright (C) 1997-2021 Free Software Foundation, Inc.
114114#
115115# This file is free software; the Free Software Foundation
116116# gives unlimited permission to copy and/or distribute it,
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
141141Usually this means the macro was only invoked conditionally.] ] )
142142fi] ) ] )
143143
144- # Copyright (C) 1999-2020 Free Software Foundation, Inc.
144+ # Copyright (C) 1999-2021 Free Software Foundation, Inc.
145145#
146146# This file is free software; the Free Software Foundation
147147# gives unlimited permission to copy and/or distribute it,
@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
332332
333333# Generate code to set up dependency tracking. -*- Autoconf -*-
334334
335- # Copyright (C) 1999-2020 Free Software Foundation, Inc.
335+ # Copyright (C) 1999-2021 Free Software Foundation, Inc.
336336#
337337# This file is free software; the Free Software Foundation
338338# gives unlimited permission to copy and/or distribute it,
@@ -400,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
400400
401401# Do all the work for Automake. -*- Autoconf -*-
402402
403- # Copyright (C) 1996-2020 Free Software Foundation, Inc.
403+ # Copyright (C) 1996-2021 Free Software Foundation, Inc.
404404#
405405# This file is free software; the Free Software Foundation
406406# gives unlimited permission to copy and/or distribute it,
@@ -428,6 +428,10 @@ m4_defn([AC_PROG_CC])
428428# release and drop the old call support.
429429AC_DEFUN ( [ AM_INIT_AUTOMAKE] ,
430430[ AC_PREREQ ( [ 2.65] ) dnl
431+ m4_ifdef ( [ _$0 _ALREADY_INIT] ,
432+ [ m4_fatal ( [ $0 expanded multiple times
433+ ] m4_defn ( [ _$0 _ALREADY_INIT] ) ) ] ,
434+ [ m4_define ( [ _$0 _ALREADY_INIT] , m4_expansion_stack ) ] ) dnl
431435dnl Autoconf wants to disallow AM_ names. We explicitly allow
432436dnl the ones we care about.
433437m4_pattern_allow ( [ ^AM_[ A-Z] +FLAGS$] ) dnl
@@ -464,7 +468,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
464468[ _AM_SET_OPTIONS([ $1 ] )dnl
465469dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
466470m4_if (
467- m4_ifdef ( [ AC_PACKAGE_NAME] , [ ok] ) :m4_ifdef ( [ AC_PACKAGE_VERSION] , [ ok] ) ,
471+ m4_ifset ( [ AC_PACKAGE_NAME] , [ ok] ) :m4_ifset ( [ AC_PACKAGE_VERSION] , [ ok] ) ,
468472 [ ok:ok] ,,
469473 [ m4_fatal ( [ AC_INIT should be called with package and version arguments] ) ] ) dnl
470474 AC_SUBST ( [ PACKAGE] , [ 'AC_PACKAGE_TARNAME'] ) dnl
@@ -516,6 +520,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
516520 [ m4_define ( [ AC_PROG_OBJCXX ] ,
517521 m4_defn ( [ AC_PROG_OBJCXX ] ) [ _AM_DEPENDENCIES ( [ OBJCXX] ) ] ) ] )dnl
518522] )
523+ # Variables for tags utilities; see am/tags.am
524+ if test -z "$CTAGS"; then
525+ CTAGS=ctags
526+ fi
527+ AC_SUBST ( [ CTAGS] )
528+ if test -z "$ETAGS"; then
529+ ETAGS=etags
530+ fi
531+ AC_SUBST ( [ ETAGS] )
532+ if test -z "$CSCOPE"; then
533+ CSCOPE=cscope
534+ fi
535+ AC_SUBST ( [ CSCOPE] )
536+
519537AC_REQUIRE ( [ AM_SILENT_RULES ] ) dnl
520538dnl The testsuite driver may need to know about EXEEXT, so add the
521539dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
@@ -597,7 +615,7 @@ for _am_header in $config_headers :; do
597615done
598616echo "timestamp for $_am_arg" >`AS_DIRNAME ( [ "$_am_arg"] ) `/stamp-h[ ] $_am_stamp_count] )
599617
600- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
618+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
601619#
602620# This file is free software; the Free Software Foundation
603621# gives unlimited permission to copy and/or distribute it,
@@ -618,7 +636,7 @@ if test x"${install_sh+set}" != xset; then
618636fi
619637AC_SUBST ( [ install_sh] ) ] )
620638
621- # Copyright (C) 2003-2020 Free Software Foundation, Inc.
639+ # Copyright (C) 2003-2021 Free Software Foundation, Inc.
622640#
623641# This file is free software; the Free Software Foundation
624642# gives unlimited permission to copy and/or distribute it,
@@ -639,7 +657,7 @@ AC_SUBST([am__leading_dot])])
639657
640658# Check to see how 'make' treats includes. -*- Autoconf -*-
641659
642- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
660+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
643661#
644662# This file is free software; the Free Software Foundation
645663# gives unlimited permission to copy and/or distribute it,
@@ -682,7 +700,7 @@ AC_SUBST([am__quote])])
682700
683701# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
684702
685- # Copyright (C) 1997-2020 Free Software Foundation, Inc.
703+ # Copyright (C) 1997-2021 Free Software Foundation, Inc.
686704#
687705# This file is free software; the Free Software Foundation
688706# gives unlimited permission to copy and/or distribute it,
@@ -703,12 +721,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN],
703721[ AC_REQUIRE ( [ AM_AUX_DIR_EXPAND] ) dnl
704722AC_REQUIRE_AUX_FILE ( [ missing] ) dnl
705723if test x"${MISSING+set}" != xset; then
706- case $am_aux_dir in
707- *\ * | *\ *)
708- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
709- *)
710- MISSING="\${SHELL} $am_aux_dir/missing" ;;
711- esac
724+ MISSING="\${SHELL} '$am_aux_dir/missing'"
712725fi
713726# Use eval to expand $SHELL
714727if eval "$MISSING --is-lightweight"; then
721734
722735# Helper functions for option handling. -*- Autoconf -*-
723736
724- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
737+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
725738#
726739# This file is free software; the Free Software Foundation
727740# gives unlimited permission to copy and/or distribute it,
@@ -750,7 +763,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
750763AC_DEFUN ( [ _AM_IF_OPTION] ,
751764[ m4_ifset ( _AM_MANGLE_OPTION ( [ $1 ] ) , [ $2 ] , [ $3 ] ) ] )
752765
753- # Copyright (C) 1999-2020 Free Software Foundation, Inc.
766+ # Copyright (C) 1999-2021 Free Software Foundation, Inc.
754767#
755768# This file is free software; the Free Software Foundation
756769# gives unlimited permission to copy and/or distribute it,
@@ -797,7 +810,7 @@ AC_LANG_POP([C])])
797810# For backward compatibility.
798811AC_DEFUN_ONCE ( [ AM_PROG_CC_C_O ] , [ AC_REQUIRE ( [ AC_PROG_CC ] ) ] )
799812
800- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
813+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
801814#
802815# This file is free software; the Free Software Foundation
803816# gives unlimited permission to copy and/or distribute it,
@@ -816,7 +829,7 @@ AC_DEFUN([AM_RUN_LOG],
816829
817830# Check to make sure that the build environment is sane. -*- Autoconf -*-
818831
819- # Copyright (C) 1996-2020 Free Software Foundation, Inc.
832+ # Copyright (C) 1996-2021 Free Software Foundation, Inc.
820833#
821834# This file is free software; the Free Software Foundation
822835# gives unlimited permission to copy and/or distribute it,
@@ -897,7 +910,7 @@ AC_CONFIG_COMMANDS_PRE(
897910rm -f conftest.file
898911] )
899912
900- # Copyright (C) 2009-2020 Free Software Foundation, Inc.
913+ # Copyright (C) 2009-2021 Free Software Foundation, Inc.
901914#
902915# This file is free software; the Free Software Foundation
903916# gives unlimited permission to copy and/or distribute it,
@@ -957,7 +970,7 @@ AC_SUBST([AM_BACKSLASH])dnl
957970_AM_SUBST_NOTMAKE([ AM_BACKSLASH] )dnl
958971] )
959972
960- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
973+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
961974#
962975# This file is free software; the Free Software Foundation
963976# gives unlimited permission to copy and/or distribute it,
985998INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
986999AC_SUBST ( [ INSTALL_STRIP_PROGRAM] ) ] )
9871000
988- # Copyright (C) 2006-2020 Free Software Foundation, Inc.
1001+ # Copyright (C) 2006-2021 Free Software Foundation, Inc.
9891002#
9901003# This file is free software; the Free Software Foundation
9911004# gives unlimited permission to copy and/or distribute it,
@@ -1004,7 +1017,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
10041017
10051018# Check how to create a tarball. -*- Autoconf -*-
10061019
1007- # Copyright (C) 2004-2020 Free Software Foundation, Inc.
1020+ # Copyright (C) 2004-2021 Free Software Foundation, Inc.
10081021#
10091022# This file is free software; the Free Software Foundation
10101023# gives unlimited permission to copy and/or distribute it,
0 commit comments