1
- # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1
+ # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
2
2
3
- # Copyright (C) 1996-2020 Free Software Foundation, Inc.
3
+ # Copyright (C) 1996-2021 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,
14
14
m4_ifndef ( [ AC_CONFIG_MACRO_DIRS] , [ m4_defun([ _AM_CONFIG_MACRO_DIRS] , [ ] )m4_defun([ AC_CONFIG_MACRO_DIRS] , [ _AM_CONFIG_MACRO_DIRS($@ )] )] )
15
15
m4_ifndef ( [ AC_AUTOCONF_VERSION ] ,
16
16
[ 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 .
19
19
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-2020 Free Software Foundation, Inc.
23
+ # Copyright (C) 2002-2021 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,
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
35
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.16.3 ] , [ ] ,
38
+ m4_if ( [ $1 ] , [ 1.16.5 ] , [ ] ,
39
39
[ AC_FATAL ( [ Do not call $0 , use AM_INIT_AUTOMAKE ( [ $1 ] ) .] ) ] ) dnl
40
40
] )
41
41
@@ -51,12 +51,12 @@ 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.16.3 ] )dnl
54
+ [ AM_AUTOMAKE_VERSION([ 1.16.5 ] )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
- # Copyright (C) 2011-2020 Free Software Foundation, Inc.
59
+ # Copyright (C) 2011-2021 Free Software Foundation, Inc.
60
60
#
61
61
# This file is free software; the Free Software Foundation
62
62
# gives unlimited permission to copy and/or distribute it,
@@ -118,7 +118,7 @@ AC_SUBST([AR])dnl
118
118
119
119
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
120
120
121
- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
121
+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
122
122
#
123
123
# This file is free software; the Free Software Foundation
124
124
# gives unlimited permission to copy and/or distribute it,
@@ -170,7 +170,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
170
170
171
171
# AM_CONDITIONAL -*- Autoconf -*-
172
172
173
- # Copyright (C) 1997-2020 Free Software Foundation, Inc.
173
+ # Copyright (C) 1997-2021 Free Software Foundation, Inc.
174
174
#
175
175
# This file is free software; the Free Software Foundation
176
176
# gives unlimited permission to copy and/or distribute it,
@@ -201,7 +201,7 @@ AC_CONFIG_COMMANDS_PRE(
201
201
Usually this means the macro was only invoked conditionally.] ] )
202
202
fi] ) ] )
203
203
204
- # Copyright (C) 1999-2020 Free Software Foundation, Inc.
204
+ # Copyright (C) 1999-2021 Free Software Foundation, Inc.
205
205
#
206
206
# This file is free software; the Free Software Foundation
207
207
# gives unlimited permission to copy and/or distribute it,
@@ -392,7 +392,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
392
392
393
393
# Generate code to set up dependency tracking. -*- Autoconf -*-
394
394
395
- # Copyright (C) 1999-2020 Free Software Foundation, Inc.
395
+ # Copyright (C) 1999-2021 Free Software Foundation, Inc.
396
396
#
397
397
# This file is free software; the Free Software Foundation
398
398
# gives unlimited permission to copy and/or distribute it,
@@ -460,7 +460,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
460
460
461
461
# Do all the work for Automake. -*- Autoconf -*-
462
462
463
- # Copyright (C) 1996-2020 Free Software Foundation, Inc.
463
+ # Copyright (C) 1996-2021 Free Software Foundation, Inc.
464
464
#
465
465
# This file is free software; the Free Software Foundation
466
466
# gives unlimited permission to copy and/or distribute it,
@@ -488,6 +488,10 @@ m4_defn([AC_PROG_CC])
488
488
# release and drop the old call support.
489
489
AC_DEFUN ( [ AM_INIT_AUTOMAKE] ,
490
490
[ AC_PREREQ ( [ 2.65] ) dnl
491
+ m4_ifdef ( [ _$0 _ALREADY_INIT] ,
492
+ [ m4_fatal ( [ $0 expanded multiple times
493
+ ] m4_defn ( [ _$0 _ALREADY_INIT] ) ) ] ,
494
+ [ m4_define ( [ _$0 _ALREADY_INIT] , m4_expansion_stack ) ] ) dnl
491
495
dnl Autoconf wants to disallow AM_ names. We explicitly allow
492
496
dnl the ones we care about.
493
497
m4_pattern_allow ( [ ^AM_[ A-Z] +FLAGS$] ) dnl
@@ -524,7 +528,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
524
528
[ _AM_SET_OPTIONS([ $1 ] )dnl
525
529
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
526
530
m4_if (
527
- m4_ifdef ( [ AC_PACKAGE_NAME] , [ ok] ) :m4_ifdef ( [ AC_PACKAGE_VERSION] , [ ok] ) ,
531
+ m4_ifset ( [ AC_PACKAGE_NAME] , [ ok] ) :m4_ifset ( [ AC_PACKAGE_VERSION] , [ ok] ) ,
528
532
[ ok:ok] ,,
529
533
[ m4_fatal ( [ AC_INIT should be called with package and version arguments] ) ] ) dnl
530
534
AC_SUBST ( [ PACKAGE] , [ 'AC_PACKAGE_TARNAME'] ) dnl
@@ -576,6 +580,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
576
580
[ m4_define ( [ AC_PROG_OBJCXX ] ,
577
581
m4_defn ( [ AC_PROG_OBJCXX ] ) [ _AM_DEPENDENCIES ( [ OBJCXX] ) ] ) ] )dnl
578
582
] )
583
+ # Variables for tags utilities; see am/tags.am
584
+ if test -z "$CTAGS"; then
585
+ CTAGS=ctags
586
+ fi
587
+ AC_SUBST ( [ CTAGS] )
588
+ if test -z "$ETAGS"; then
589
+ ETAGS=etags
590
+ fi
591
+ AC_SUBST ( [ ETAGS] )
592
+ if test -z "$CSCOPE"; then
593
+ CSCOPE=cscope
594
+ fi
595
+ AC_SUBST ( [ CSCOPE] )
596
+
579
597
AC_REQUIRE ( [ AM_SILENT_RULES ] ) dnl
580
598
dnl The testsuite driver may need to know about EXEEXT, so add the
581
599
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
@@ -657,7 +675,7 @@ for _am_header in $config_headers :; do
657
675
done
658
676
echo "timestamp for $_am_arg" >`AS_DIRNAME ( [ "$_am_arg"] ) `/stamp-h[ ] $_am_stamp_count] )
659
677
660
- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
678
+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
661
679
#
662
680
# This file is free software; the Free Software Foundation
663
681
# gives unlimited permission to copy and/or distribute it,
@@ -678,7 +696,7 @@ if test x"${install_sh+set}" != xset; then
678
696
fi
679
697
AC_SUBST ( [ install_sh] ) ] )
680
698
681
- # Copyright (C) 2003-2020 Free Software Foundation, Inc.
699
+ # Copyright (C) 2003-2021 Free Software Foundation, Inc.
682
700
#
683
701
# This file is free software; the Free Software Foundation
684
702
# gives unlimited permission to copy and/or distribute it,
697
715
rmdir .tst 2>/dev/null
698
716
AC_SUBST ( [ am__leading_dot] ) ] )
699
717
700
- # Copyright (C) 1998-2020 Free Software Foundation, Inc.
718
+ # Copyright (C) 1998-2021 Free Software Foundation, Inc.
701
719
#
702
720
# This file is free software; the Free Software Foundation
703
721
# gives unlimited permission to copy and/or distribute it,
717
735
718
736
# Check to see how 'make' treats includes. -*- Autoconf -*-
719
737
720
- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
738
+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
721
739
#
722
740
# This file is free software; the Free Software Foundation
723
741
# gives unlimited permission to copy and/or distribute it,
@@ -760,7 +778,7 @@ AC_SUBST([am__quote])])
760
778
761
779
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
762
780
763
- # Copyright (C) 1997-2020 Free Software Foundation, Inc.
781
+ # Copyright (C) 1997-2021 Free Software Foundation, Inc.
764
782
#
765
783
# This file is free software; the Free Software Foundation
766
784
# gives unlimited permission to copy and/or distribute it,
794
812
795
813
# Helper functions for option handling. -*- Autoconf -*-
796
814
797
- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
815
+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
798
816
#
799
817
# This file is free software; the Free Software Foundation
800
818
# gives unlimited permission to copy and/or distribute it,
@@ -823,7 +841,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
823
841
AC_DEFUN ( [ _AM_IF_OPTION] ,
824
842
[ m4_ifset ( _AM_MANGLE_OPTION ( [ $1 ] ) , [ $2 ] , [ $3 ] ) ] )
825
843
826
- # Copyright (C) 1999-2020 Free Software Foundation, Inc.
844
+ # Copyright (C) 1999-2021 Free Software Foundation, Inc.
827
845
#
828
846
# This file is free software; the Free Software Foundation
829
847
# gives unlimited permission to copy and/or distribute it,
@@ -870,7 +888,7 @@ AC_LANG_POP([C])])
870
888
# For backward compatibility.
871
889
AC_DEFUN_ONCE ( [ AM_PROG_CC_C_O ] , [ AC_REQUIRE ( [ AC_PROG_CC ] ) ] )
872
890
873
- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
891
+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
874
892
#
875
893
# This file is free software; the Free Software Foundation
876
894
# gives unlimited permission to copy and/or distribute it,
@@ -889,7 +907,7 @@ AC_DEFUN([AM_RUN_LOG],
889
907
890
908
# Check to make sure that the build environment is sane. -*- Autoconf -*-
891
909
892
- # Copyright (C) 1996-2020 Free Software Foundation, Inc.
910
+ # Copyright (C) 1996-2021 Free Software Foundation, Inc.
893
911
#
894
912
# This file is free software; the Free Software Foundation
895
913
# gives unlimited permission to copy and/or distribute it,
@@ -970,7 +988,7 @@ AC_CONFIG_COMMANDS_PRE(
970
988
rm -f conftest.file
971
989
] )
972
990
973
- # Copyright (C) 2009-2020 Free Software Foundation, Inc.
991
+ # Copyright (C) 2009-2021 Free Software Foundation, Inc.
974
992
#
975
993
# This file is free software; the Free Software Foundation
976
994
# gives unlimited permission to copy and/or distribute it,
@@ -1030,7 +1048,7 @@ AC_SUBST([AM_BACKSLASH])dnl
1030
1048
_AM_SUBST_NOTMAKE([ AM_BACKSLASH] )dnl
1031
1049
] )
1032
1050
1033
- # Copyright (C) 2001-2020 Free Software Foundation, Inc.
1051
+ # Copyright (C) 2001-2021 Free Software Foundation, Inc.
1034
1052
#
1035
1053
# This file is free software; the Free Software Foundation
1036
1054
# gives unlimited permission to copy and/or distribute it,
1058
1076
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1059
1077
AC_SUBST ( [ INSTALL_STRIP_PROGRAM] ) ] )
1060
1078
1061
- # Copyright (C) 2006-2020 Free Software Foundation, Inc.
1079
+ # Copyright (C) 2006-2021 Free Software Foundation, Inc.
1062
1080
#
1063
1081
# This file is free software; the Free Software Foundation
1064
1082
# gives unlimited permission to copy and/or distribute it,
@@ -1077,7 +1095,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1077
1095
1078
1096
# Check how to create a tarball. -*- Autoconf -*-
1079
1097
1080
- # Copyright (C) 2004-2020 Free Software Foundation, Inc.
1098
+ # Copyright (C) 2004-2021 Free Software Foundation, Inc.
1081
1099
#
1082
1100
# This file is free software; the Free Software Foundation
1083
1101
# gives unlimited permission to copy and/or distribute it,
0 commit comments