1
- # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
+ # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
2
2
3
- # Copyright (C) 1996-2014 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-2014 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 ] , [ ] ,
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 ] )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-2014 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
# Do all the work for Automake. -*- Autoconf -*-
112
112
113
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
113
+ # Copyright (C) 1996-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,
@@ -197,8 +197,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
197
197
AC_REQUIRE ( [ AC_PROG_MKDIR_P ] ) dnl
198
198
# For better backward compatibility. To be removed once Automake 1.9.x
199
199
# dies out for good. For more background, see:
200
- # <http ://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
201
- # <http ://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
200
+ # <https ://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
201
+ # <https ://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
202
202
AC_SUBST ( [ mkdir_p] , [ '$(MKDIR_P)'] )
203
203
# We need awk for the "check" target (and possibly the TAP driver). The
204
204
# system "awk" is bad on some platforms.
265
265
Aborting the configuration process, to ensure you take notice of the issue.
266
266
267
267
You can download and install GNU coreutils to get an 'rm' implementation
268
- that behaves properly: <http ://www.gnu.org/software/coreutils/>.
268
+ that behaves properly: <https ://www.gnu.org/software/coreutils/>.
269
269
270
270
If you want to complete the configuration process using your problematic
271
271
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@@ -307,7 +307,7 @@ for _am_header in $config_headers :; do
307
307
done
308
308
echo "timestamp for $_am_arg" >`AS_DIRNAME ( [ "$_am_arg"] ) `/stamp-h[ ] $_am_stamp_count] )
309
309
310
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
310
+ # Copyright (C) 2001-2018 Free Software Foundation, Inc.
311
311
#
312
312
# This file is free software; the Free Software Foundation
313
313
# gives unlimited permission to copy and/or distribute it,
@@ -328,7 +328,7 @@ if test x"${install_sh+set}" != xset; then
328
328
fi
329
329
AC_SUBST ( [ install_sh] ) ] )
330
330
331
- # Copyright (C) 2003-2014 Free Software Foundation, Inc.
331
+ # Copyright (C) 2003-2018 Free Software Foundation, Inc.
332
332
#
333
333
# This file is free software; the Free Software Foundation
334
334
# gives unlimited permission to copy and/or distribute it,
@@ -349,7 +349,7 @@ AC_SUBST([am__leading_dot])])
349
349
350
350
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
351
351
352
- # Copyright (C) 1997-2014 Free Software Foundation, Inc.
352
+ # Copyright (C) 1997-2018 Free Software Foundation, Inc.
353
353
#
354
354
# This file is free software; the Free Software Foundation
355
355
# gives unlimited permission to copy and/or distribute it,
388
388
389
389
# Helper functions for option handling. -*- Autoconf -*-
390
390
391
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
391
+ # Copyright (C) 2001-2018 Free Software Foundation, Inc.
392
392
#
393
393
# This file is free software; the Free Software Foundation
394
394
# gives unlimited permission to copy and/or distribute it,
@@ -417,7 +417,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
417
417
AC_DEFUN ( [ _AM_IF_OPTION] ,
418
418
[ m4_ifset ( _AM_MANGLE_OPTION ( [ $1 ] ) , [ $2 ] , [ $3 ] ) ] )
419
419
420
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
420
+ # Copyright (C) 2001-2018 Free Software Foundation, Inc.
421
421
#
422
422
# This file is free software; the Free Software Foundation
423
423
# gives unlimited permission to copy and/or distribute it,
@@ -436,7 +436,7 @@ AC_DEFUN([AM_RUN_LOG],
436
436
437
437
# Check to make sure that the build environment is sane. -*- Autoconf -*-
438
438
439
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
439
+ # Copyright (C) 1996-2018 Free Software Foundation, Inc.
440
440
#
441
441
# This file is free software; the Free Software Foundation
442
442
# gives unlimited permission to copy and/or distribute it,
@@ -517,7 +517,7 @@ AC_CONFIG_COMMANDS_PRE(
517
517
rm -f conftest.file
518
518
] )
519
519
520
- # Copyright (C) 2009-2014 Free Software Foundation, Inc.
520
+ # Copyright (C) 2009-2018 Free Software Foundation, Inc.
521
521
#
522
522
# This file is free software; the Free Software Foundation
523
523
# gives unlimited permission to copy and/or distribute it,
@@ -577,7 +577,7 @@ AC_SUBST([AM_BACKSLASH])dnl
577
577
_AM_SUBST_NOTMAKE([ AM_BACKSLASH] )dnl
578
578
] )
579
579
580
- # Copyright (C) 2001-2014 Free Software Foundation, Inc.
580
+ # Copyright (C) 2001-2018 Free Software Foundation, Inc.
581
581
#
582
582
# This file is free software; the Free Software Foundation
583
583
# gives unlimited permission to copy and/or distribute it,
605
605
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
606
606
AC_SUBST ( [ INSTALL_STRIP_PROGRAM] ) ] )
607
607
608
- # Copyright (C) 2006-2014 Free Software Foundation, Inc.
608
+ # Copyright (C) 2006-2018 Free Software Foundation, Inc.
609
609
#
610
610
# This file is free software; the Free Software Foundation
611
611
# gives unlimited permission to copy and/or distribute it,
@@ -624,7 +624,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
624
624
625
625
# Check how to create a tarball. -*- Autoconf -*-
626
626
627
- # Copyright (C) 2004-2014 Free Software Foundation, Inc.
627
+ # Copyright (C) 2004-2018 Free Software Foundation, Inc.
628
628
#
629
629
# This file is free software; the Free Software Foundation
630
630
# gives unlimited permission to copy and/or distribute it,
0 commit comments