| 1 |
< |
# generated automatically by aclocal 1.15.1 -*- Autoconf -*- |
| 1 |
> |
# generated automatically by aclocal 1.16.1 -*- Autoconf -*- |
| 2 |
|
|
| 3 |
< |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 3 |
> |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 4 |
|
|
| 5 |
|
# This file is free software; the Free Software Foundation |
| 6 |
|
# gives unlimited permission to copy and/or distribute it, |
| 20 |
|
If you have problems, you may need to regenerate the build system entirely. |
| 21 |
|
To do so, use the procedure documented by the package, typically 'autoreconf'.])]) |
| 22 |
|
|
| 23 |
< |
# Copyright (C) 2002-2017 Free Software Foundation, Inc. |
| 23 |
> |
# Copyright (C) 2002-2018 Free Software Foundation, Inc. |
| 24 |
|
# |
| 25 |
|
# This file is free software; the Free Software Foundation |
| 26 |
|
# gives unlimited permission to copy and/or distribute it, |
| 32 |
|
# generated from the m4 files accompanying Automake X.Y. |
| 33 |
|
# (This private macro should not be called outside this file.) |
| 34 |
|
AC_DEFUN([AM_AUTOMAKE_VERSION], |
| 35 |
< |
[am__api_version='1.15' |
| 35 |
> |
[am__api_version='1.16' |
| 36 |
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 37 |
|
dnl require some minimum version. Point them to the right macro. |
| 38 |
< |
m4_if([$1], [1.15.1], [], |
| 38 |
> |
m4_if([$1], [1.16.1], [], |
| 39 |
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 40 |
|
]) |
| 41 |
|
|
| 51 |
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
| 52 |
|
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
| 53 |
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
| 54 |
< |
[AM_AUTOMAKE_VERSION([1.15.1])dnl |
| 54 |
> |
[AM_AUTOMAKE_VERSION([1.16.1])dnl |
| 55 |
|
m4_ifndef([AC_AUTOCONF_VERSION], |
| 56 |
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 57 |
|
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 58 |
|
|
| 59 |
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
| 60 |
|
|
| 61 |
< |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 61 |
> |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 62 |
|
# |
| 63 |
|
# This file is free software; the Free Software Foundation |
| 64 |
|
# gives unlimited permission to copy and/or distribute it, |
| 110 |
|
|
| 111 |
|
# AM_CONDITIONAL -*- Autoconf -*- |
| 112 |
|
|
| 113 |
< |
# Copyright (C) 1997-2017 Free Software Foundation, Inc. |
| 113 |
> |
# Copyright (C) 1997-2018 Free Software Foundation, Inc. |
| 114 |
|
# |
| 115 |
|
# This file is free software; the Free Software Foundation |
| 116 |
|
# gives unlimited permission to copy and/or distribute it, |
| 141 |
|
Usually this means the macro was only invoked conditionally.]]) |
| 142 |
|
fi])]) |
| 143 |
|
|
| 144 |
< |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 144 |
> |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 145 |
|
# |
| 146 |
|
# This file is free software; the Free Software Foundation |
| 147 |
|
# gives unlimited permission to copy and/or distribute it, |
| 332 |
|
|
| 333 |
|
# Generate code to set up dependency tracking. -*- Autoconf -*- |
| 334 |
|
|
| 335 |
< |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 335 |
> |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 336 |
|
# |
| 337 |
|
# This file is free software; the Free Software Foundation |
| 338 |
|
# gives unlimited permission to copy and/or distribute it, |
| 339 |
|
# with or without modifications, as long as this notice is preserved. |
| 340 |
|
|
| 341 |
– |
|
| 341 |
|
# _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 342 |
|
# ------------------------------ |
| 343 |
|
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 345 |
|
# Older Autoconf quotes --file arguments for eval, but not when files |
| 346 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 347 |
|
# if we detect the quoting. |
| 348 |
< |
case $CONFIG_FILES in |
| 349 |
< |
*\'*) eval set x "$CONFIG_FILES" ;; |
| 350 |
< |
*) set x $CONFIG_FILES ;; |
| 351 |
< |
esac |
| 348 |
> |
# TODO: see whether this extra hack can be removed once we start |
| 349 |
> |
# requiring Autoconf 2.70 or later. |
| 350 |
> |
AS_CASE([$CONFIG_FILES], |
| 351 |
> |
[*\'*], [eval set x "$CONFIG_FILES"], |
| 352 |
> |
[*], [set x $CONFIG_FILES]) |
| 353 |
|
shift |
| 354 |
< |
for mf |
| 354 |
> |
# Used to flag and report bootstrapping failures. |
| 355 |
> |
am_rc=0 |
| 356 |
> |
for am_mf |
| 357 |
|
do |
| 358 |
|
# Strip MF so we end up with the name of the file. |
| 359 |
< |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 360 |
< |
# Check whether this is an Automake generated Makefile or not. |
| 361 |
< |
# We used to match only the files named 'Makefile.in', but |
| 362 |
< |
# some people rename them; so instead we look at the file content. |
| 361 |
< |
# Grep'ing the first line is not enough: some people post-process |
| 362 |
< |
# each Makefile.in and add a new line on top of each file to say so. |
| 363 |
< |
# Grep'ing the whole file is not good either: AIX grep has a line |
| 359 |
> |
am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` |
| 360 |
> |
# Check whether this is an Automake generated Makefile which includes |
| 361 |
> |
# dependency-tracking related rules and includes. |
| 362 |
> |
# Grep'ing the whole file directly is not great: AIX grep has a line |
| 363 |
|
# limit of 2048, but all sed's we know have understand at least 4000. |
| 364 |
< |
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
| 365 |
< |
dirpart=`AS_DIRNAME("$mf")` |
| 366 |
< |
else |
| 367 |
< |
continue |
| 368 |
< |
fi |
| 369 |
< |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 370 |
< |
# from the Makefile without running 'make'. |
| 372 |
< |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 373 |
< |
test -z "$DEPDIR" && continue |
| 374 |
< |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 375 |
< |
test -z "$am__include" && continue |
| 376 |
< |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 377 |
< |
# Find all dependency output files, they are included files with |
| 378 |
< |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 379 |
< |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 380 |
< |
# expansion. |
| 381 |
< |
for file in `sed -n " |
| 382 |
< |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 383 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 384 |
< |
# Make sure the directory exists. |
| 385 |
< |
test -f "$dirpart/$file" && continue |
| 386 |
< |
fdir=`AS_DIRNAME(["$file"])` |
| 387 |
< |
AS_MKDIR_P([$dirpart/$fdir]) |
| 388 |
< |
# echo "creating $dirpart/$file" |
| 389 |
< |
echo '# dummy' > "$dirpart/$file" |
| 390 |
< |
done |
| 364 |
> |
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ |
| 365 |
> |
|| continue |
| 366 |
> |
am_dirpart=`AS_DIRNAME(["$am_mf"])` |
| 367 |
> |
am_filepart=`AS_BASENAME(["$am_mf"])` |
| 368 |
> |
AM_RUN_LOG([cd "$am_dirpart" \ |
| 369 |
> |
&& sed -e '/# am--include-marker/d' "$am_filepart" \ |
| 370 |
> |
| $MAKE -f - am--depfiles]) || am_rc=$? |
| 371 |
|
done |
| 372 |
+ |
if test $am_rc -ne 0; then |
| 373 |
+ |
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments |
| 374 |
+ |
for automatic dependency tracking. Try re-running configure with the |
| 375 |
+ |
'--disable-dependency-tracking' option to at least be able to build |
| 376 |
+ |
the package (albeit without support for automatic dependency tracking).]) |
| 377 |
+ |
fi |
| 378 |
+ |
AS_UNSET([am_dirpart]) |
| 379 |
+ |
AS_UNSET([am_filepart]) |
| 380 |
+ |
AS_UNSET([am_mf]) |
| 381 |
+ |
AS_UNSET([am_rc]) |
| 382 |
+ |
rm -f conftest-deps.mk |
| 383 |
|
} |
| 384 |
|
])# _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 385 |
|
|
| 388 |
|
# ----------------------------- |
| 389 |
|
# This macro should only be invoked once -- use via AC_REQUIRE. |
| 390 |
|
# |
| 391 |
< |
# This code is only required when automatic dependency tracking |
| 392 |
< |
# is enabled. FIXME. This creates each '.P' file that we will |
| 393 |
< |
# need in order to bootstrap the dependency handling code. |
| 391 |
> |
# This code is only required when automatic dependency tracking is enabled. |
| 392 |
> |
# This creates each '.Po' and '.Plo' makefile fragment that we'll need in |
| 393 |
> |
# order to bootstrap the dependency handling code. |
| 394 |
|
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 395 |
|
[AC_CONFIG_COMMANDS([depfiles], |
| 396 |
|
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 397 |
< |
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) |
| 407 |
< |
]) |
| 397 |
> |
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) |
| 398 |
|
|
| 399 |
|
# Do all the work for Automake. -*- Autoconf -*- |
| 400 |
|
|
| 401 |
< |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 401 |
> |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 402 |
|
# |
| 403 |
|
# This file is free software; the Free Software Foundation |
| 404 |
|
# gives unlimited permission to copy and/or distribute it, |
| 485 |
|
AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
| 486 |
|
# For better backward compatibility. To be removed once Automake 1.9.x |
| 487 |
|
# dies out for good. For more background, see: |
| 488 |
< |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 489 |
< |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 488 |
> |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 489 |
> |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 490 |
|
AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
| 491 |
|
# We need awk for the "check" target (and possibly the TAP driver). The |
| 492 |
|
# system "awk" is bad on some platforms. |
| 553 |
|
Aborting the configuration process, to ensure you take notice of the issue. |
| 554 |
|
|
| 555 |
|
You can download and install GNU coreutils to get an 'rm' implementation |
| 556 |
< |
that behaves properly: <http://www.gnu.org/software/coreutils/>. |
| 556 |
> |
that behaves properly: <https://www.gnu.org/software/coreutils/>. |
| 557 |
|
|
| 558 |
|
If you want to complete the configuration process using your problematic |
| 559 |
|
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| 595 |
|
done |
| 596 |
|
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
| 597 |
|
|
| 598 |
< |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 598 |
> |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 599 |
|
# |
| 600 |
|
# This file is free software; the Free Software Foundation |
| 601 |
|
# gives unlimited permission to copy and/or distribute it, |
| 616 |
|
fi |
| 617 |
|
AC_SUBST([install_sh])]) |
| 618 |
|
|
| 619 |
< |
# Copyright (C) 2003-2017 Free Software Foundation, Inc. |
| 619 |
> |
# Copyright (C) 2003-2018 Free Software Foundation, Inc. |
| 620 |
|
# |
| 621 |
|
# This file is free software; the Free Software Foundation |
| 622 |
|
# gives unlimited permission to copy and/or distribute it, |
| 635 |
|
rmdir .tst 2>/dev/null |
| 636 |
|
AC_SUBST([am__leading_dot])]) |
| 637 |
|
|
| 638 |
< |
# Copyright (C) 1998-2017 Free Software Foundation, Inc. |
| 638 |
> |
# Copyright (C) 1998-2018 Free Software Foundation, Inc. |
| 639 |
|
# |
| 640 |
|
# This file is free software; the Free Software Foundation |
| 641 |
|
# gives unlimited permission to copy and/or distribute it, |
| 656 |
|
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
| 657 |
|
# From Jim Meyering |
| 658 |
|
|
| 659 |
< |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 659 |
> |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 660 |
|
# |
| 661 |
|
# This file is free software; the Free Software Foundation |
| 662 |
|
# gives unlimited permission to copy and/or distribute it, |
| 691 |
|
|
| 692 |
|
# Check to see how 'make' treats includes. -*- Autoconf -*- |
| 693 |
|
|
| 694 |
< |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 694 |
> |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 695 |
|
# |
| 696 |
|
# This file is free software; the Free Software Foundation |
| 697 |
|
# gives unlimited permission to copy and/or distribute it, |
| 699 |
|
|
| 700 |
|
# AM_MAKE_INCLUDE() |
| 701 |
|
# ----------------- |
| 702 |
< |
# Check to see how make treats includes. |
| 702 |
> |
# Check whether make has an 'include' directive that can support all |
| 703 |
> |
# the idioms we need for our automatic dependency tracking code. |
| 704 |
|
AC_DEFUN([AM_MAKE_INCLUDE], |
| 705 |
< |
[am_make=${MAKE-make} |
| 706 |
< |
cat > confinc << 'END' |
| 705 |
> |
[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) |
| 706 |
> |
cat > confinc.mk << 'END' |
| 707 |
|
am__doit: |
| 708 |
< |
@echo this is the am__doit target |
| 708 |
> |
@echo this is the am__doit target >confinc.out |
| 709 |
|
.PHONY: am__doit |
| 710 |
|
END |
| 720 |
– |
# If we don't find an include directive, just comment out the code. |
| 721 |
– |
AC_MSG_CHECKING([for style of include used by $am_make]) |
| 711 |
|
am__include="#" |
| 712 |
|
am__quote= |
| 713 |
< |
_am_result=none |
| 714 |
< |
# First try GNU make style include. |
| 715 |
< |
echo "include confinc" > confmf |
| 716 |
< |
# Ignore all kinds of additional output from 'make'. |
| 717 |
< |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 718 |
< |
*the\ am__doit\ target*) |
| 719 |
< |
am__include=include |
| 720 |
< |
am__quote= |
| 721 |
< |
_am_result=GNU |
| 722 |
< |
;; |
| 723 |
< |
esac |
| 724 |
< |
# Now try BSD make style include. |
| 725 |
< |
if test "$am__include" = "#"; then |
| 726 |
< |
echo '.include "confinc"' > confmf |
| 727 |
< |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 728 |
< |
*the\ am__doit\ target*) |
| 729 |
< |
am__include=.include |
| 730 |
< |
am__quote="\"" |
| 731 |
< |
_am_result=BSD |
| 732 |
< |
;; |
| 733 |
< |
esac |
| 745 |
< |
fi |
| 746 |
< |
AC_SUBST([am__include]) |
| 747 |
< |
AC_SUBST([am__quote]) |
| 748 |
< |
AC_MSG_RESULT([$_am_result]) |
| 749 |
< |
rm -f confinc confmf |
| 750 |
< |
]) |
| 713 |
> |
# BSD make does it like this. |
| 714 |
> |
echo '.include "confinc.mk" # ignored' > confmf.BSD |
| 715 |
> |
# Other make implementations (GNU, Solaris 10, AIX) do it like this. |
| 716 |
> |
echo 'include confinc.mk # ignored' > confmf.GNU |
| 717 |
> |
_am_result=no |
| 718 |
> |
for s in GNU BSD; do |
| 719 |
> |
AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) |
| 720 |
> |
AS_CASE([$?:`cat confinc.out 2>/dev/null`], |
| 721 |
> |
['0:this is the am__doit target'], |
| 722 |
> |
[AS_CASE([$s], |
| 723 |
> |
[BSD], [am__include='.include' am__quote='"'], |
| 724 |
> |
[am__include='include' am__quote=''])]) |
| 725 |
> |
if test "$am__include" != "#"; then |
| 726 |
> |
_am_result="yes ($s style)" |
| 727 |
> |
break |
| 728 |
> |
fi |
| 729 |
> |
done |
| 730 |
> |
rm -f confinc.* confmf.* |
| 731 |
> |
AC_MSG_RESULT([${_am_result}]) |
| 732 |
> |
AC_SUBST([am__include])]) |
| 733 |
> |
AC_SUBST([am__quote])]) |
| 734 |
|
|
| 735 |
|
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
| 736 |
|
|
| 737 |
< |
# Copyright (C) 1997-2017 Free Software Foundation, Inc. |
| 737 |
> |
# Copyright (C) 1997-2018 Free Software Foundation, Inc. |
| 738 |
|
# |
| 739 |
|
# This file is free software; the Free Software Foundation |
| 740 |
|
# gives unlimited permission to copy and/or distribute it, |
| 773 |
|
|
| 774 |
|
# Helper functions for option handling. -*- Autoconf -*- |
| 775 |
|
|
| 776 |
< |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 776 |
> |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 777 |
|
# |
| 778 |
|
# This file is free software; the Free Software Foundation |
| 779 |
|
# gives unlimited permission to copy and/or distribute it, |
| 802 |
|
AC_DEFUN([_AM_IF_OPTION], |
| 803 |
|
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
| 804 |
|
|
| 805 |
< |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 805 |
> |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 806 |
|
# |
| 807 |
|
# This file is free software; the Free Software Foundation |
| 808 |
|
# gives unlimited permission to copy and/or distribute it, |
| 849 |
|
# For backward compatibility. |
| 850 |
|
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
| 851 |
|
|
| 852 |
< |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 852 |
> |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 853 |
|
# |
| 854 |
|
# This file is free software; the Free Software Foundation |
| 855 |
|
# gives unlimited permission to copy and/or distribute it, |
| 868 |
|
|
| 869 |
|
# Check to make sure that the build environment is sane. -*- Autoconf -*- |
| 870 |
|
|
| 871 |
< |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 871 |
> |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 872 |
|
# |
| 873 |
|
# This file is free software; the Free Software Foundation |
| 874 |
|
# gives unlimited permission to copy and/or distribute it, |
| 949 |
|
rm -f conftest.file |
| 950 |
|
]) |
| 951 |
|
|
| 952 |
< |
# Copyright (C) 2009-2017 Free Software Foundation, Inc. |
| 952 |
> |
# Copyright (C) 2009-2018 Free Software Foundation, Inc. |
| 953 |
|
# |
| 954 |
|
# This file is free software; the Free Software Foundation |
| 955 |
|
# gives unlimited permission to copy and/or distribute it, |
| 1009 |
|
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
| 1010 |
|
]) |
| 1011 |
|
|
| 1012 |
< |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 1012 |
> |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 1013 |
|
# |
| 1014 |
|
# This file is free software; the Free Software Foundation |
| 1015 |
|
# gives unlimited permission to copy and/or distribute it, |
| 1037 |
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 1038 |
|
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 1039 |
|
|
| 1040 |
< |
# Copyright (C) 2006-2017 Free Software Foundation, Inc. |
| 1040 |
> |
# Copyright (C) 2006-2018 Free Software Foundation, Inc. |
| 1041 |
|
# |
| 1042 |
|
# This file is free software; the Free Software Foundation |
| 1043 |
|
# gives unlimited permission to copy and/or distribute it, |
| 1056 |
|
|
| 1057 |
|
# Check how to create a tarball. -*- Autoconf -*- |
| 1058 |
|
|
| 1059 |
< |
# Copyright (C) 2004-2017 Free Software Foundation, Inc. |
| 1059 |
> |
# Copyright (C) 2004-2018 Free Software Foundation, Inc. |
| 1060 |
|
# |
| 1061 |
|
# This file is free software; the Free Software Foundation |
| 1062 |
|
# gives unlimited permission to copy and/or distribute it, |