nutcracker 0.4.1.20 → 0.4.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/nutcracker/Makefile.in +8 -8
- data/ext/nutcracker/aclocal.m4 +22 -22
- data/ext/nutcracker/autom4te.cache/requests +220 -220
- data/ext/nutcracker/autom4te.cache/traces.0 +31 -31
- data/ext/nutcracker/autom4te.cache/traces.1 +1 -1
- data/ext/nutcracker/config/compile +5 -4
- data/ext/nutcracker/config/config.guess +120 -68
- data/ext/nutcracker/config/config.sub +51 -22
- data/ext/nutcracker/config/depcomp +3 -3
- data/ext/nutcracker/config/install-sh +2 -2
- data/ext/nutcracker/config/missing +3 -3
- data/ext/nutcracker/contrib/Makefile.in +2 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +12 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +22 -122
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +2669 -1400
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +14611 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +440 -221
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +31 -31
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +23 -41
- data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +2721 -0
- data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in +1 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/config/compile +5 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +120 -68
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +51 -22
- data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +2 -2
- data/ext/nutcracker/contrib/yaml-0.1.4/config/ltmain.sh +5440 -2699
- data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/config/test-driver +3 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/configure +2668 -1399
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/libtool.m4 +2598 -1586
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltoptions.m4 +108 -39
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltsugar.m4 +4 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltversion.m4 +7 -7
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/lt~obsolete.m4 +12 -5
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +6 -3
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +6 -3
- data/ext/nutcracker/src/Makefile.in +2 -2
- data/ext/nutcracker/src/event/Makefile.in +2 -2
- data/ext/nutcracker/src/hashkit/Makefile.in +2 -2
- data/ext/nutcracker/src/proto/Makefile.in +2 -2
- data/lib/nutcracker/version.rb +1 -1
- metadata +9 -9
- data/ext/nutcracker/contrib/yaml-0.1.4/ltmain.sh +0 -11147
- data/ext/nutcracker/ltmain.sh +0 -11147
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Configuration validation subroutine script.
|
|
3
|
-
# Copyright 1992-
|
|
3
|
+
# Copyright 1992-2017 Free Software Foundation, Inc.
|
|
4
4
|
|
|
5
|
-
timestamp='
|
|
5
|
+
timestamp='2017-04-02'
|
|
6
6
|
|
|
7
7
|
# This file is free software; you can redistribute it and/or modify it
|
|
8
8
|
# under the terms of the GNU General Public License as published by
|
|
@@ -33,7 +33,7 @@ timestamp='2014-12-03'
|
|
|
33
33
|
# Otherwise, we print the canonical config type on stdout and succeed.
|
|
34
34
|
|
|
35
35
|
# You can get the latest version of this script from:
|
|
36
|
-
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
|
36
|
+
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
|
37
37
|
|
|
38
38
|
# This file is supposed to be the same for all GNU packages
|
|
39
39
|
# and recognize all the CPU types, system types and aliases
|
|
@@ -53,8 +53,7 @@ timestamp='2014-12-03'
|
|
|
53
53
|
me=`echo "$0" | sed -e 's,.*/,,'`
|
|
54
54
|
|
|
55
55
|
usage="\
|
|
56
|
-
Usage: $0 [OPTION] CPU-MFR-OPSYS
|
|
57
|
-
$0 [OPTION] ALIAS
|
|
56
|
+
Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
|
|
58
57
|
|
|
59
58
|
Canonicalize a configuration name.
|
|
60
59
|
|
|
@@ -68,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>."
|
|
|
68
67
|
version="\
|
|
69
68
|
GNU config.sub ($timestamp)
|
|
70
69
|
|
|
71
|
-
Copyright 1992-
|
|
70
|
+
Copyright 1992-2017 Free Software Foundation, Inc.
|
|
72
71
|
|
|
73
72
|
This is free software; see the source for copying conditions. There is NO
|
|
74
73
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
@@ -117,8 +116,8 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
|
|
117
116
|
case $maybe_os in
|
|
118
117
|
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
|
|
119
118
|
linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
|
|
120
|
-
knetbsd*-gnu* | netbsd*-gnu* | \
|
|
121
|
-
kopensolaris*-gnu* | \
|
|
119
|
+
knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
|
|
120
|
+
kopensolaris*-gnu* | cloudabi*-eabi* | \
|
|
122
121
|
storm-chaos* | os2-emx* | rtmk-nova*)
|
|
123
122
|
os=-$maybe_os
|
|
124
123
|
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
|
@@ -255,15 +254,16 @@ case $basic_machine in
|
|
|
255
254
|
| arc | arceb \
|
|
256
255
|
| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
|
|
257
256
|
| avr | avr32 \
|
|
257
|
+
| ba \
|
|
258
258
|
| be32 | be64 \
|
|
259
259
|
| bfin \
|
|
260
260
|
| c4x | c8051 | clipper \
|
|
261
261
|
| d10v | d30v | dlx | dsp16xx \
|
|
262
|
-
| epiphany \
|
|
263
|
-
| fido | fr30 | frv \
|
|
262
|
+
| e2k | epiphany \
|
|
263
|
+
| fido | fr30 | frv | ft32 \
|
|
264
264
|
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
|
|
265
265
|
| hexagon \
|
|
266
|
-
| i370 | i860 | i960 | ia64 \
|
|
266
|
+
| i370 | i860 | i960 | ia16 | ia64 \
|
|
267
267
|
| ip2k | iq2000 \
|
|
268
268
|
| k1om \
|
|
269
269
|
| le32 | le64 \
|
|
@@ -301,11 +301,12 @@ case $basic_machine in
|
|
|
301
301
|
| open8 | or1k | or1knd | or32 \
|
|
302
302
|
| pdp10 | pdp11 | pj | pjl \
|
|
303
303
|
| powerpc | powerpc64 | powerpc64le | powerpcle \
|
|
304
|
+
| pru \
|
|
304
305
|
| pyramid \
|
|
305
306
|
| riscv32 | riscv64 \
|
|
306
307
|
| rl78 | rx \
|
|
307
308
|
| score \
|
|
308
|
-
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[
|
|
309
|
+
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
|
309
310
|
| sh64 | sh64le \
|
|
310
311
|
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
|
311
312
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
|
@@ -314,6 +315,7 @@ case $basic_machine in
|
|
|
314
315
|
| ubicom32 \
|
|
315
316
|
| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
|
|
316
317
|
| visium \
|
|
318
|
+
| wasm32 \
|
|
317
319
|
| we32k \
|
|
318
320
|
| x86 | xc16x | xstormy16 | xtensa \
|
|
319
321
|
| z8k | z80)
|
|
@@ -376,17 +378,18 @@ case $basic_machine in
|
|
|
376
378
|
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
|
|
377
379
|
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
|
|
378
380
|
| avr-* | avr32-* \
|
|
381
|
+
| ba-* \
|
|
379
382
|
| be32-* | be64-* \
|
|
380
383
|
| bfin-* | bs2000-* \
|
|
381
384
|
| c[123]* | c30-* | [cjt]90-* | c4x-* \
|
|
382
385
|
| c8051-* | clipper-* | craynv-* | cydra-* \
|
|
383
386
|
| d10v-* | d30v-* | dlx-* \
|
|
384
|
-
| elxsi-* \
|
|
387
|
+
| e2k-* | elxsi-* \
|
|
385
388
|
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
|
|
386
389
|
| h8300-* | h8500-* \
|
|
387
390
|
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
|
|
388
391
|
| hexagon-* \
|
|
389
|
-
| i*86-* | i860-* | i960-* | ia64-* \
|
|
392
|
+
| i*86-* | i860-* | i960-* | ia16-* | ia64-* \
|
|
390
393
|
| ip2k-* | iq2000-* \
|
|
391
394
|
| k1om-* \
|
|
392
395
|
| le32-* | le64-* \
|
|
@@ -427,13 +430,15 @@ case $basic_machine in
|
|
|
427
430
|
| orion-* \
|
|
428
431
|
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
|
429
432
|
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
|
|
433
|
+
| pru-* \
|
|
430
434
|
| pyramid-* \
|
|
435
|
+
| riscv32-* | riscv64-* \
|
|
431
436
|
| rl78-* | romp-* | rs6000-* | rx-* \
|
|
432
437
|
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
|
|
433
438
|
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
|
434
439
|
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
|
435
440
|
| sparclite-* \
|
|
436
|
-
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx
|
|
441
|
+
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
|
|
437
442
|
| tahoe-* \
|
|
438
443
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
|
439
444
|
| tile*-* \
|
|
@@ -442,6 +447,7 @@ case $basic_machine in
|
|
|
442
447
|
| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
|
|
443
448
|
| vax-* \
|
|
444
449
|
| visium-* \
|
|
450
|
+
| wasm32-* \
|
|
445
451
|
| we32k-* \
|
|
446
452
|
| x86-* | x86_64-* | xc16x-* | xps100-* \
|
|
447
453
|
| xstormy16-* | xtensa*-* \
|
|
@@ -518,6 +524,9 @@ case $basic_machine in
|
|
|
518
524
|
basic_machine=i386-pc
|
|
519
525
|
os=-aros
|
|
520
526
|
;;
|
|
527
|
+
asmjs)
|
|
528
|
+
basic_machine=asmjs-unknown
|
|
529
|
+
;;
|
|
521
530
|
aux)
|
|
522
531
|
basic_machine=m68k-apple
|
|
523
532
|
os=-aux
|
|
@@ -638,6 +647,14 @@ case $basic_machine in
|
|
|
638
647
|
basic_machine=m68k-bull
|
|
639
648
|
os=-sysv3
|
|
640
649
|
;;
|
|
650
|
+
e500v[12])
|
|
651
|
+
basic_machine=powerpc-unknown
|
|
652
|
+
os=$os"spe"
|
|
653
|
+
;;
|
|
654
|
+
e500v[12]-*)
|
|
655
|
+
basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
|
|
656
|
+
os=$os"spe"
|
|
657
|
+
;;
|
|
641
658
|
ebmon29k)
|
|
642
659
|
basic_machine=a29k-amd
|
|
643
660
|
os=-ebmon
|
|
@@ -933,6 +950,9 @@ case $basic_machine in
|
|
|
933
950
|
nsr-tandem)
|
|
934
951
|
basic_machine=nsr-tandem
|
|
935
952
|
;;
|
|
953
|
+
nsx-tandem)
|
|
954
|
+
basic_machine=nsx-tandem
|
|
955
|
+
;;
|
|
936
956
|
op50n-* | op60c-*)
|
|
937
957
|
basic_machine=hppa1.1-oki
|
|
938
958
|
os=-proelf
|
|
@@ -1017,7 +1037,7 @@ case $basic_machine in
|
|
|
1017
1037
|
ppc-* | ppcbe-*)
|
|
1018
1038
|
basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
|
|
1019
1039
|
;;
|
|
1020
|
-
ppcle | powerpclittle
|
|
1040
|
+
ppcle | powerpclittle)
|
|
1021
1041
|
basic_machine=powerpcle-unknown
|
|
1022
1042
|
;;
|
|
1023
1043
|
ppcle-* | powerpclittle-*)
|
|
@@ -1027,7 +1047,7 @@ case $basic_machine in
|
|
|
1027
1047
|
;;
|
|
1028
1048
|
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
|
1029
1049
|
;;
|
|
1030
|
-
ppc64le | powerpc64little
|
|
1050
|
+
ppc64le | powerpc64little)
|
|
1031
1051
|
basic_machine=powerpc64le-unknown
|
|
1032
1052
|
;;
|
|
1033
1053
|
ppc64le-* | powerpc64little-*)
|
|
@@ -1228,6 +1248,9 @@ case $basic_machine in
|
|
|
1228
1248
|
basic_machine=a29k-wrs
|
|
1229
1249
|
os=-vxworks
|
|
1230
1250
|
;;
|
|
1251
|
+
wasm32)
|
|
1252
|
+
basic_machine=wasm32-unknown
|
|
1253
|
+
;;
|
|
1231
1254
|
w65*)
|
|
1232
1255
|
basic_machine=w65-wdc
|
|
1233
1256
|
os=-none
|
|
@@ -1373,18 +1396,18 @@ case $os in
|
|
|
1373
1396
|
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
|
1374
1397
|
| -sym* | -kopensolaris* | -plan9* \
|
|
1375
1398
|
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
|
|
1376
|
-
| -aos* | -aros* \
|
|
1399
|
+
| -aos* | -aros* | -cloudabi* | -sortix* \
|
|
1377
1400
|
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
|
1378
1401
|
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
|
1379
1402
|
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
|
1380
|
-
| -bitrig* | -openbsd* | -solidbsd* \
|
|
1403
|
+
| -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
|
|
1381
1404
|
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
|
1382
1405
|
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
|
1383
1406
|
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
|
1384
1407
|
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
|
1385
|
-
| -chorusos* | -chorusrdb* | -cegcc* \
|
|
1408
|
+
| -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
|
|
1386
1409
|
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
|
1387
|
-
| -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
|
|
1410
|
+
| -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
|
|
1388
1411
|
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
|
|
1389
1412
|
| -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
|
|
1390
1413
|
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
|
|
@@ -1393,7 +1416,8 @@ case $os in
|
|
|
1393
1416
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
|
1394
1417
|
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
|
1395
1418
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
|
1396
|
-
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*
|
|
1419
|
+
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
|
|
1420
|
+
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*)
|
|
1397
1421
|
# Remember, each alternative MUST END IN *, to match a version number.
|
|
1398
1422
|
;;
|
|
1399
1423
|
-qnx*)
|
|
@@ -1525,6 +1549,8 @@ case $os in
|
|
|
1525
1549
|
;;
|
|
1526
1550
|
-nacl*)
|
|
1527
1551
|
;;
|
|
1552
|
+
-ios)
|
|
1553
|
+
;;
|
|
1528
1554
|
-none)
|
|
1529
1555
|
;;
|
|
1530
1556
|
*)
|
|
@@ -1620,6 +1646,9 @@ case $basic_machine in
|
|
|
1620
1646
|
sparc-* | *-sun)
|
|
1621
1647
|
os=-sunos4.1.1
|
|
1622
1648
|
;;
|
|
1649
|
+
pru-*)
|
|
1650
|
+
os=-elf
|
|
1651
|
+
;;
|
|
1623
1652
|
*-be)
|
|
1624
1653
|
os=-beos
|
|
1625
1654
|
;;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# depcomp - compile a program generating dependencies as side-effects
|
|
3
3
|
|
|
4
|
-
scriptversion=
|
|
4
|
+
scriptversion=2016-01-11.22; # UTC
|
|
5
5
|
|
|
6
|
-
# Copyright (C) 1999-
|
|
6
|
+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
7
7
|
|
|
8
8
|
# This program is free software; you can redistribute it and/or modify
|
|
9
9
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -786,6 +786,6 @@ exit 0
|
|
|
786
786
|
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
|
787
787
|
# time-stamp-start: "scriptversion="
|
|
788
788
|
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
|
789
|
-
# time-stamp-time-zone: "
|
|
789
|
+
# time-stamp-time-zone: "UTC0"
|
|
790
790
|
# time-stamp-end: "; # UTC"
|
|
791
791
|
# End:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
# install - install a program, script, or datafile
|
|
3
3
|
|
|
4
|
-
scriptversion=
|
|
4
|
+
scriptversion=2016-01-11.22; # UTC
|
|
5
5
|
|
|
6
6
|
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
|
7
7
|
# later released in X11R6 (xc/config/util/install.sh) with the
|
|
@@ -496,6 +496,6 @@ done
|
|
|
496
496
|
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
|
497
497
|
# time-stamp-start: "scriptversion="
|
|
498
498
|
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
|
499
|
-
# time-stamp-time-zone: "
|
|
499
|
+
# time-stamp-time-zone: "UTC0"
|
|
500
500
|
# time-stamp-end: "; # UTC"
|
|
501
501
|
# End:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Common wrapper for a few potentially missing GNU programs.
|
|
3
3
|
|
|
4
|
-
scriptversion=
|
|
4
|
+
scriptversion=2016-01-11.22; # UTC
|
|
5
5
|
|
|
6
|
-
# Copyright (C) 1996-
|
|
6
|
+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
|
|
7
7
|
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
|
|
8
8
|
|
|
9
9
|
# This program is free software; you can redistribute it and/or modify
|
|
@@ -210,6 +210,6 @@ exit $st
|
|
|
210
210
|
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
|
211
211
|
# time-stamp-start: "scriptversion="
|
|
212
212
|
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
|
213
|
-
# time-stamp-time-zone: "
|
|
213
|
+
# time-stamp-time-zone: "UTC0"
|
|
214
214
|
# time-stamp-end: "; # UTC"
|
|
215
215
|
# End:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
1
|
+
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
|
2
2
|
# @configure_input@
|
|
3
3
|
|
|
4
|
-
# Copyright (C) 1994-
|
|
4
|
+
# Copyright (C) 1994-2017 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,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
1
|
+
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
|
2
2
|
# @configure_input@
|
|
3
3
|
|
|
4
|
-
# Copyright (C) 1994-
|
|
4
|
+
# Copyright (C) 1994-2017 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,
|
|
@@ -165,8 +165,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
|
|
165
165
|
$(top_srcdir)/config/config.sub \
|
|
166
166
|
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
|
|
167
167
|
$(top_srcdir)/config/missing README config/compile \
|
|
168
|
-
config/config.guess config/config.sub config/
|
|
169
|
-
config/
|
|
168
|
+
config/config.guess config/config.sub config/install-sh \
|
|
169
|
+
config/ltmain.sh config/missing
|
|
170
170
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
171
171
|
distdir = $(PACKAGE)-$(VERSION)
|
|
172
172
|
top_distdir = $(distdir)
|
|
@@ -225,6 +225,7 @@ CPPFLAGS = @CPPFLAGS@
|
|
|
225
225
|
CYGPATH_W = @CYGPATH_W@
|
|
226
226
|
DEFS = @DEFS@
|
|
227
227
|
DEPDIR = @DEPDIR@
|
|
228
|
+
DLLTOOL = @DLLTOOL@
|
|
228
229
|
DOXYGEN = @DOXYGEN@
|
|
229
230
|
DSYMUTIL = @DSYMUTIL@
|
|
230
231
|
DUMPBIN = @DUMPBIN@
|
|
@@ -248,7 +249,9 @@ LIBTOOL = @LIBTOOL@
|
|
|
248
249
|
LIPO = @LIPO@
|
|
249
250
|
LN_S = @LN_S@
|
|
250
251
|
LTLIBOBJS = @LTLIBOBJS@
|
|
252
|
+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
|
251
253
|
MAKEINFO = @MAKEINFO@
|
|
254
|
+
MANIFEST_TOOL = @MANIFEST_TOOL@
|
|
252
255
|
MKDIR_P = @MKDIR_P@
|
|
253
256
|
NM = @NM@
|
|
254
257
|
NMEDIT = @NMEDIT@
|
|
@@ -278,6 +281,7 @@ abs_builddir = @abs_builddir@
|
|
|
278
281
|
abs_srcdir = @abs_srcdir@
|
|
279
282
|
abs_top_builddir = @abs_top_builddir@
|
|
280
283
|
abs_top_srcdir = @abs_top_srcdir@
|
|
284
|
+
ac_ct_AR = @ac_ct_AR@
|
|
281
285
|
ac_ct_CC = @ac_ct_CC@
|
|
282
286
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
283
287
|
am__include = @am__include@
|
|
@@ -310,7 +314,6 @@ libdir = @libdir@
|
|
|
310
314
|
libexecdir = @libexecdir@
|
|
311
315
|
localedir = @localedir@
|
|
312
316
|
localstatedir = @localstatedir@
|
|
313
|
-
lt_ECHO = @lt_ECHO@
|
|
314
317
|
mandir = @mandir@
|
|
315
318
|
mkdir_p = @mkdir_p@
|
|
316
319
|
oldincludedir = @oldincludedir@
|
|
@@ -562,7 +565,7 @@ distdir: $(DISTFILES)
|
|
|
562
565
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
|
563
566
|
|| chmod -R a+r "$(distdir)"
|
|
564
567
|
dist-gzip: distdir
|
|
565
|
-
tardir=$(distdir) && $(am__tar) | GZIP
|
|
568
|
+
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
|
|
566
569
|
$(am__post_remove_distdir)
|
|
567
570
|
|
|
568
571
|
dist-bzip2: distdir
|
|
@@ -588,7 +591,7 @@ dist-shar: distdir
|
|
|
588
591
|
@echo WARNING: "Support for shar distribution archives is" \
|
|
589
592
|
"deprecated." >&2
|
|
590
593
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
591
|
-
shar $(distdir) | GZIP
|
|
594
|
+
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
|
|
592
595
|
$(am__post_remove_distdir)
|
|
593
596
|
|
|
594
597
|
dist-zip: distdir
|
|
@@ -606,7 +609,7 @@ dist dist-all:
|
|
|
606
609
|
distcheck: dist
|
|
607
610
|
case '$(DIST_ARCHIVES)' in \
|
|
608
611
|
*.tar.gz*) \
|
|
609
|
-
GZIP
|
|
612
|
+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
|
|
610
613
|
*.tar.bz2*) \
|
|
611
614
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
612
615
|
*.tar.lz*) \
|
|
@@ -616,7 +619,7 @@ distcheck: dist
|
|
|
616
619
|
*.tar.Z*) \
|
|
617
620
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
618
621
|
*.shar.gz*) \
|
|
619
|
-
GZIP
|
|
622
|
+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|
|
620
623
|
*.zip*) \
|
|
621
624
|
unzip $(distdir).zip ;;\
|
|
622
625
|
esac
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# generated automatically by aclocal 1.15 -*- Autoconf -*-
|
|
1
|
+
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
|
|
2
2
|
|
|
3
|
-
# Copyright (C) 1996-
|
|
3
|
+
# Copyright (C) 1996-2017 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,107 +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
|
-
#
|
|
24
|
-
#
|
|
25
|
-
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
|
|
26
|
-
# Foundation, Inc.
|
|
27
|
-
# Written by Scott James Remnant, 2004.
|
|
28
|
-
#
|
|
29
|
-
# This file is free software; the Free Software Foundation gives
|
|
30
|
-
# unlimited permission to copy and/or distribute it, with or without
|
|
31
|
-
# modifications, as long as this notice is preserved.
|
|
32
|
-
|
|
33
|
-
# serial 5 lt~obsolete.m4
|
|
34
|
-
|
|
35
|
-
# These exist entirely to fool aclocal when bootstrapping libtool.
|
|
36
|
-
#
|
|
37
|
-
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
|
|
38
|
-
# which have later been changed to m4_define as they aren't part of the
|
|
39
|
-
# exported API, or moved to Autoconf or Automake where they belong.
|
|
40
|
-
#
|
|
41
|
-
# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
|
|
42
|
-
# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
|
|
43
|
-
# using a macro with the same name in our local m4/libtool.m4 it'll
|
|
44
|
-
# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
|
45
|
-
# and doesn't know about Autoconf macros at all.)
|
|
46
|
-
#
|
|
47
|
-
# So we provide this file, which has a silly filename so it's always
|
|
48
|
-
# included after everything else. This provides aclocal with the
|
|
49
|
-
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
|
|
50
|
-
# because those macros already exist, or will be overwritten later.
|
|
51
|
-
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
|
52
|
-
#
|
|
53
|
-
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
|
54
|
-
# Yes, that means every name once taken will need to remain here until
|
|
55
|
-
# we give up compatibility with versions before 1.7, at which point
|
|
56
|
-
# we need to keep only those names which we still refer to.
|
|
57
|
-
|
|
58
|
-
# This is to help aclocal find these macros, as it can't see m4_define.
|
|
59
|
-
AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
|
|
60
|
-
|
|
61
|
-
m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
|
|
62
|
-
m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
|
|
63
|
-
m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
|
|
64
|
-
m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
|
|
65
|
-
m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
|
|
66
|
-
m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
|
|
67
|
-
m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
|
|
68
|
-
m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
|
|
69
|
-
m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
|
|
70
|
-
m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
|
|
71
|
-
m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
|
|
72
|
-
m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
|
|
73
|
-
m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
|
|
74
|
-
m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
|
|
75
|
-
m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
|
|
76
|
-
m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
|
|
77
|
-
m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
|
|
78
|
-
m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
|
|
79
|
-
m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
|
|
80
|
-
m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
|
|
81
|
-
m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
|
|
82
|
-
m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
|
|
83
|
-
m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
|
|
84
|
-
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
|
|
85
|
-
m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
|
|
86
|
-
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
|
|
87
|
-
m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
|
|
88
|
-
m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
|
|
89
|
-
m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
|
|
90
|
-
m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
|
|
91
|
-
m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
|
|
92
|
-
m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
|
|
93
|
-
m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
|
|
94
|
-
m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
|
|
95
|
-
m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
|
|
96
|
-
m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
|
|
97
|
-
m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
|
|
98
|
-
m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
|
|
99
|
-
m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
|
|
100
|
-
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
|
101
|
-
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
|
102
|
-
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
|
|
103
|
-
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
|
|
104
|
-
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
|
|
105
|
-
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
|
|
106
|
-
m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
|
|
107
|
-
m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
|
|
108
|
-
m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
|
|
109
|
-
m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
|
|
110
|
-
m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
|
|
111
|
-
m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
|
|
112
|
-
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
|
113
|
-
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
|
|
114
|
-
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
|
|
115
|
-
m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
|
|
116
|
-
m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
|
|
117
|
-
m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
|
|
118
|
-
m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
|
|
119
|
-
m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
|
|
120
|
-
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
|
|
121
|
-
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
|
|
122
|
-
|
|
123
|
-
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
|
|
23
|
+
# Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
|
124
24
|
#
|
|
125
25
|
# This file is free software; the Free Software Foundation
|
|
126
26
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -135,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
|
|
|
135
35
|
[am__api_version='1.15'
|
|
136
36
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
|
137
37
|
dnl require some minimum version. Point them to the right macro.
|
|
138
|
-
m4_if([$1], [1.15], [],
|
|
38
|
+
m4_if([$1], [1.15.1], [],
|
|
139
39
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
|
140
40
|
])
|
|
141
41
|
|
|
@@ -151,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
|
|
|
151
51
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
|
152
52
|
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
|
153
53
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
|
154
|
-
[AM_AUTOMAKE_VERSION([1.15])dnl
|
|
54
|
+
[AM_AUTOMAKE_VERSION([1.15.1])dnl
|
|
155
55
|
m4_ifndef([AC_AUTOCONF_VERSION],
|
|
156
56
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
|
157
57
|
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
|
158
58
|
|
|
159
59
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
|
160
60
|
|
|
161
|
-
# Copyright (C) 2001-
|
|
61
|
+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
162
62
|
#
|
|
163
63
|
# This file is free software; the Free Software Foundation
|
|
164
64
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -210,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
|
|
|
210
110
|
|
|
211
111
|
# AM_CONDITIONAL -*- Autoconf -*-
|
|
212
112
|
|
|
213
|
-
# Copyright (C) 1997-
|
|
113
|
+
# Copyright (C) 1997-2017 Free Software Foundation, Inc.
|
|
214
114
|
#
|
|
215
115
|
# This file is free software; the Free Software Foundation
|
|
216
116
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -241,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|
|
241
141
|
Usually this means the macro was only invoked conditionally.]])
|
|
242
142
|
fi])])
|
|
243
143
|
|
|
244
|
-
# Copyright (C) 1999-
|
|
144
|
+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
245
145
|
#
|
|
246
146
|
# This file is free software; the Free Software Foundation
|
|
247
147
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -432,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
|
|
|
432
332
|
|
|
433
333
|
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
|
434
334
|
|
|
435
|
-
# Copyright (C) 1999-
|
|
335
|
+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
436
336
|
#
|
|
437
337
|
# This file is free software; the Free Software Foundation
|
|
438
338
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -508,7 +408,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
|
508
408
|
|
|
509
409
|
# Do all the work for Automake. -*- Autoconf -*-
|
|
510
410
|
|
|
511
|
-
# Copyright (C) 1996-
|
|
411
|
+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
|
|
512
412
|
#
|
|
513
413
|
# This file is free software; the Free Software Foundation
|
|
514
414
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -705,7 +605,7 @@ for _am_header in $config_headers :; do
|
|
|
705
605
|
done
|
|
706
606
|
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
|
707
607
|
|
|
708
|
-
# Copyright (C) 2001-
|
|
608
|
+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
709
609
|
#
|
|
710
610
|
# This file is free software; the Free Software Foundation
|
|
711
611
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -726,7 +626,7 @@ if test x"${install_sh+set}" != xset; then
|
|
|
726
626
|
fi
|
|
727
627
|
AC_SUBST([install_sh])])
|
|
728
628
|
|
|
729
|
-
# Copyright (C) 2003-
|
|
629
|
+
# Copyright (C) 2003-2017 Free Software Foundation, Inc.
|
|
730
630
|
#
|
|
731
631
|
# This file is free software; the Free Software Foundation
|
|
732
632
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -747,7 +647,7 @@ AC_SUBST([am__leading_dot])])
|
|
|
747
647
|
|
|
748
648
|
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
|
749
649
|
|
|
750
|
-
# Copyright (C) 2001-
|
|
650
|
+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
751
651
|
#
|
|
752
652
|
# This file is free software; the Free Software Foundation
|
|
753
653
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -797,7 +697,7 @@ rm -f confinc confmf
|
|
|
797
697
|
|
|
798
698
|
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
|
799
699
|
|
|
800
|
-
# Copyright (C) 1997-
|
|
700
|
+
# Copyright (C) 1997-2017 Free Software Foundation, Inc.
|
|
801
701
|
#
|
|
802
702
|
# This file is free software; the Free Software Foundation
|
|
803
703
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -836,7 +736,7 @@ fi
|
|
|
836
736
|
|
|
837
737
|
# Helper functions for option handling. -*- Autoconf -*-
|
|
838
738
|
|
|
839
|
-
# Copyright (C) 2001-
|
|
739
|
+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
840
740
|
#
|
|
841
741
|
# This file is free software; the Free Software Foundation
|
|
842
742
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -865,7 +765,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
|
|
|
865
765
|
AC_DEFUN([_AM_IF_OPTION],
|
|
866
766
|
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
|
867
767
|
|
|
868
|
-
# Copyright (C) 1999-
|
|
768
|
+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
869
769
|
#
|
|
870
770
|
# This file is free software; the Free Software Foundation
|
|
871
771
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -912,7 +812,7 @@ AC_LANG_POP([C])])
|
|
|
912
812
|
# For backward compatibility.
|
|
913
813
|
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
|
|
914
814
|
|
|
915
|
-
# Copyright (C) 2001-
|
|
815
|
+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
916
816
|
#
|
|
917
817
|
# This file is free software; the Free Software Foundation
|
|
918
818
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -931,7 +831,7 @@ AC_DEFUN([AM_RUN_LOG],
|
|
|
931
831
|
|
|
932
832
|
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
|
933
833
|
|
|
934
|
-
# Copyright (C) 1996-
|
|
834
|
+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
|
|
935
835
|
#
|
|
936
836
|
# This file is free software; the Free Software Foundation
|
|
937
837
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -1012,7 +912,7 @@ AC_CONFIG_COMMANDS_PRE(
|
|
|
1012
912
|
rm -f conftest.file
|
|
1013
913
|
])
|
|
1014
914
|
|
|
1015
|
-
# Copyright (C) 2009-
|
|
915
|
+
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
|
|
1016
916
|
#
|
|
1017
917
|
# This file is free software; the Free Software Foundation
|
|
1018
918
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -1072,7 +972,7 @@ AC_SUBST([AM_BACKSLASH])dnl
|
|
|
1072
972
|
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
|
|
1073
973
|
])
|
|
1074
974
|
|
|
1075
|
-
# Copyright (C) 2001-
|
|
975
|
+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
1076
976
|
#
|
|
1077
977
|
# This file is free software; the Free Software Foundation
|
|
1078
978
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -1100,7 +1000,7 @@ fi
|
|
|
1100
1000
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
|
1101
1001
|
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
|
1102
1002
|
|
|
1103
|
-
# Copyright (C) 2006-
|
|
1003
|
+
# Copyright (C) 2006-2017 Free Software Foundation, Inc.
|
|
1104
1004
|
#
|
|
1105
1005
|
# This file is free software; the Free Software Foundation
|
|
1106
1006
|
# gives unlimited permission to copy and/or distribute it,
|
|
@@ -1119,7 +1019,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
|
|
1119
1019
|
|
|
1120
1020
|
# Check how to create a tarball. -*- Autoconf -*-
|
|
1121
1021
|
|
|
1122
|
-
# Copyright (C) 2004-
|
|
1022
|
+
# Copyright (C) 2004-2017 Free Software Foundation, Inc.
|
|
1123
1023
|
#
|
|
1124
1024
|
# This file is free software; the Free Software Foundation
|
|
1125
1025
|
# gives unlimited permission to copy and/or distribute it,
|