1
- # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
+ # generated automatically by aclocal 1.16.2 -*- Autoconf -*-
2
2
3
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3
+ # Copyright (C) 1996-2020 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-2014 Free Software Foundation, Inc.
23
+ # Copyright (C) 2002-2020 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 ] , [ ] ,
38
+ m4_if ( [ $1 ] , [ 1.16.2 ] , [ ] ,
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 ] )dnl
54
+ [ AM_AUTOMAKE_VERSION([ 1.16.2 ] )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-2014 Free Software Foundation, Inc.
61
+ # Copyright (C) 2001-2020 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-2014 Free Software Foundation, Inc.
113
+ # Copyright (C) 1997-2020 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,
@@ -143,7 +143,7 @@ fi])])
143
143
144
144
# Do all the work for Automake. -*- Autoconf -*-
145
145
146
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
146
+ # Copyright (C) 1996-2020 Free Software Foundation, Inc.
147
147
#
148
148
# This file is free software; the Free Software Foundation
149
149
# gives unlimited permission to copy and/or distribute it,
@@ -230,8 +230,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
230
230
AC_REQUIRE ( [ AC_PROG_MKDIR_P ] ) dnl
231
231
# For better backward compatibility. To be removed once Automake 1.9.x
232
232
# dies out for good. For more background, see:
233
- # <http ://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
234
- # <http ://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
233
+ # <https ://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
234
+ # <https ://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
235
235
AC_SUBST ( [ mkdir_p] , [ '$(MKDIR_P)'] )
236
236
# We need awk for the "check" target (and possibly the TAP driver). The
237
237
# system "awk" is bad on some platforms.
298
298
Aborting the configuration process, to ensure you take notice of the issue.
299
299
300
300
You can download and install GNU coreutils to get an 'rm' implementation
301
- that behaves properly: <http ://www.gnu.org/software/coreutils/>.
301
+ that behaves properly: <https ://www.gnu.org/software/coreutils/>.
302
302
303
303
If you want to complete the configuration process using your problematic
304
304
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@@ -340,7 +340,7 @@ for _am_header in $config_headers :; do
340
340
done
341
341
echo "timestamp for $_am_arg" >`AS_DIRNAME ( [ "$_am_arg"] ) `/stamp-h[ ] $_am_stamp_count] )
342
342
343
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
343
+ # Copyright (C) 2001-2020 Free Software Foundation, Inc.
344
344
#
345
345
# This file is free software; the Free Software Foundation
346
346
# gives unlimited permission to copy and/or distribute it,
@@ -361,7 +361,7 @@ if test x"${install_sh+set}" != xset; then
361
361
fi
362
362
AC_SUBST ( [ install_sh] ) ] )
363
363
364
- # Copyright (C) 2003-2014 Free Software Foundation, Inc.
364
+ # Copyright (C) 2003-2020 Free Software Foundation, Inc.
365
365
#
366
366
# This file is free software; the Free Software Foundation
367
367
# gives unlimited permission to copy and/or distribute it,
@@ -383,7 +383,7 @@ AC_SUBST([am__leading_dot])])
383
383
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
384
384
# From Jim Meyering
385
385
386
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
386
+ # Copyright (C) 1996-2020 Free Software Foundation, Inc.
387
387
#
388
388
# This file is free software; the Free Software Foundation
389
389
# gives unlimited permission to copy and/or distribute it,
@@ -418,7 +418,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
418
418
419
419
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
420
420
421
- # Copyright (C) 1997-2014 Free Software Foundation, Inc.
421
+ # Copyright (C) 1997-2020 Free Software Foundation, Inc.
422
422
#
423
423
# This file is free software; the Free Software Foundation
424
424
# gives unlimited permission to copy and/or distribute it,
457
457
458
458
# Helper functions for option handling. -*- Autoconf -*-
459
459
460
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
460
+ # Copyright (C) 2001-2020 Free Software Foundation, Inc.
461
461
#
462
462
# This file is free software; the Free Software Foundation
463
463
# gives unlimited permission to copy and/or distribute it,
@@ -486,7 +486,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
486
486
AC_DEFUN ( [ _AM_IF_OPTION] ,
487
487
[ m4_ifset ( _AM_MANGLE_OPTION ( [ $1 ] ) , [ $2 ] , [ $3 ] ) ] )
488
488
489
- # Copyright (C) 1999-2014 Free Software Foundation, Inc.
489
+ # Copyright (C) 1999-2020 Free Software Foundation, Inc.
490
490
#
491
491
# This file is free software; the Free Software Foundation
492
492
# gives unlimited permission to copy and/or distribute it,
@@ -520,8 +520,11 @@ AC_DEFUN([AM_PATH_PYTHON],
520
520
dnl Find a Python interpreter. Python versions prior to 2.0 are not
521
521
dnl supported. (2.0 was released on October 16, 2000).
522
522
m4_define_default([ _AM_PYTHON_INTERPRETER_LIST] ,
523
- [ python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
524
- python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0] )
523
+ [ python python2 python3 dnl
524
+ python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
525
+ python3.2 python3.1 python3.0 dnl
526
+ python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
527
+ python2.0] )
525
528
526
529
AC_ARG_VAR ( [ PYTHON] , [ the Python interpreter] )
527
530
@@ -721,7 +724,7 @@ for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
721
724
sys.exit(sys.hexversion < minverhex)"
722
725
AS_IF ( [ AM_RUN_LOG([ $1 -c "$prog"] )] , [ $3 ] , [ $4 ] ) ] )
723
726
724
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
727
+ # Copyright (C) 2001-2020 Free Software Foundation, Inc.
725
728
#
726
729
# This file is free software; the Free Software Foundation
727
730
# gives unlimited permission to copy and/or distribute it,
@@ -740,7 +743,7 @@ AC_DEFUN([AM_RUN_LOG],
740
743
741
744
# Check to make sure that the build environment is sane. -*- Autoconf -*-
742
745
743
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
746
+ # Copyright (C) 1996-2020 Free Software Foundation, Inc.
744
747
#
745
748
# This file is free software; the Free Software Foundation
746
749
# gives unlimited permission to copy and/or distribute it,
@@ -821,7 +824,7 @@ AC_CONFIG_COMMANDS_PRE(
821
824
rm -f conftest.file
822
825
] )
823
826
824
- # Copyright (C) 2009-2014 Free Software Foundation, Inc.
827
+ # Copyright (C) 2009-2020 Free Software Foundation, Inc.
825
828
#
826
829
# This file is free software; the Free Software Foundation
827
830
# gives unlimited permission to copy and/or distribute it,
@@ -881,7 +884,7 @@ AC_SUBST([AM_BACKSLASH])dnl
881
884
_AM_SUBST_NOTMAKE([ AM_BACKSLASH] )dnl
882
885
] )
883
886
884
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
887
+ # Copyright (C) 2001-2020 Free Software Foundation, Inc.
885
888
#
886
889
# This file is free software; the Free Software Foundation
887
890
# gives unlimited permission to copy and/or distribute it,
909
912
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
910
913
AC_SUBST ( [ INSTALL_STRIP_PROGRAM] ) ] )
911
914
912
- # Copyright (C) 2006-2014 Free Software Foundation, Inc.
915
+ # Copyright (C) 2006-2020 Free Software Foundation, Inc.
913
916
#
914
917
# This file is free software; the Free Software Foundation
915
918
# gives unlimited permission to copy and/or distribute it,
@@ -928,7 +931,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
928
931
929
932
# Check how to create a tarball. -*- Autoconf -*-
930
933
931
- # Copyright (C) 2004-2014 Free Software Foundation, Inc.
934
+ # Copyright (C) 2004-2020 Free Software Foundation, Inc.
932
935
#
933
936
# This file is free software; the Free Software Foundation
934
937
# gives unlimited permission to copy and/or distribute it,
0 commit comments