|
Lines 1-6
Link Here
|
| 1 |
# generated automatically by aclocal 1.15.1 -*- Autoconf -*- |
1 |
# generated automatically by aclocal 1.16.1 -*- Autoconf -*- |
| 2 |
|
2 |
|
| 3 |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
3 |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 4 |
|
4 |
|
| 5 |
# This file is free software; the Free Software Foundation |
5 |
# This file is free software; the Free Software Foundation |
| 6 |
# gives unlimited permission to copy and/or distribute it, |
6 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 296-302
Link Here
|
| 296 |
AS_VAR_IF([$1], [""], [$5], [$4])dnl |
296 |
AS_VAR_IF([$1], [""], [$5], [$4])dnl |
| 297 |
])dnl PKG_CHECK_VAR |
297 |
])dnl PKG_CHECK_VAR |
| 298 |
|
298 |
|
| 299 |
# Copyright (C) 2002-2017 Free Software Foundation, Inc. |
299 |
# Copyright (C) 2002-2018 Free Software Foundation, Inc. |
| 300 |
# |
300 |
# |
| 301 |
# This file is free software; the Free Software Foundation |
301 |
# This file is free software; the Free Software Foundation |
| 302 |
# gives unlimited permission to copy and/or distribute it, |
302 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 308-317
Link Here
|
| 308 |
# generated from the m4 files accompanying Automake X.Y. |
308 |
# generated from the m4 files accompanying Automake X.Y. |
| 309 |
# (This private macro should not be called outside this file.) |
309 |
# (This private macro should not be called outside this file.) |
| 310 |
AC_DEFUN([AM_AUTOMAKE_VERSION], |
310 |
AC_DEFUN([AM_AUTOMAKE_VERSION], |
| 311 |
[am__api_version='1.15' |
311 |
[am__api_version='1.16' |
| 312 |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
312 |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 313 |
dnl require some minimum version. Point them to the right macro. |
313 |
dnl require some minimum version. Point them to the right macro. |
| 314 |
m4_if([$1], [1.15.1], [], |
314 |
m4_if([$1], [1.16.1], [], |
| 315 |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
315 |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 316 |
]) |
316 |
]) |
| 317 |
|
317 |
|
|
Lines 327-340
Link Here
|
| 327 |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
327 |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
| 328 |
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
328 |
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
| 329 |
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
329 |
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
| 330 |
[AM_AUTOMAKE_VERSION([1.15.1])dnl |
330 |
[AM_AUTOMAKE_VERSION([1.16.1])dnl |
| 331 |
m4_ifndef([AC_AUTOCONF_VERSION], |
331 |
m4_ifndef([AC_AUTOCONF_VERSION], |
| 332 |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
332 |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 333 |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
333 |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 334 |
|
334 |
|
| 335 |
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
335 |
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
| 336 |
|
336 |
|
| 337 |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
337 |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 338 |
# |
338 |
# |
| 339 |
# This file is free software; the Free Software Foundation |
339 |
# This file is free software; the Free Software Foundation |
| 340 |
# gives unlimited permission to copy and/or distribute it, |
340 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 386-392
Link Here
|
| 386 |
|
386 |
|
| 387 |
# AM_CONDITIONAL -*- Autoconf -*- |
387 |
# AM_CONDITIONAL -*- Autoconf -*- |
| 388 |
|
388 |
|
| 389 |
# Copyright (C) 1997-2017 Free Software Foundation, Inc. |
389 |
# Copyright (C) 1997-2018 Free Software Foundation, Inc. |
| 390 |
# |
390 |
# |
| 391 |
# This file is free software; the Free Software Foundation |
391 |
# This file is free software; the Free Software Foundation |
| 392 |
# gives unlimited permission to copy and/or distribute it, |
392 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 417-423
Link Here
|
| 417 |
Usually this means the macro was only invoked conditionally.]]) |
417 |
Usually this means the macro was only invoked conditionally.]]) |
| 418 |
fi])]) |
418 |
fi])]) |
| 419 |
|
419 |
|
| 420 |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
420 |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 421 |
# |
421 |
# |
| 422 |
# This file is free software; the Free Software Foundation |
422 |
# This file is free software; the Free Software Foundation |
| 423 |
# gives unlimited permission to copy and/or distribute it, |
423 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 608-620
Link Here
|
| 608 |
|
608 |
|
| 609 |
# Generate code to set up dependency tracking. -*- Autoconf -*- |
609 |
# Generate code to set up dependency tracking. -*- Autoconf -*- |
| 610 |
|
610 |
|
| 611 |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
611 |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 612 |
# |
612 |
# |
| 613 |
# This file is free software; the Free Software Foundation |
613 |
# This file is free software; the Free Software Foundation |
| 614 |
# gives unlimited permission to copy and/or distribute it, |
614 |
# gives unlimited permission to copy and/or distribute it, |
| 615 |
# with or without modifications, as long as this notice is preserved. |
615 |
# with or without modifications, as long as this notice is preserved. |
| 616 |
|
616 |
|
| 617 |
|
|
|
| 618 |
# _AM_OUTPUT_DEPENDENCY_COMMANDS |
617 |
# _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 619 |
# ------------------------------ |
618 |
# ------------------------------ |
| 620 |
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
619 |
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
|
Lines 622-670
Link Here
|
| 622 |
# Older Autoconf quotes --file arguments for eval, but not when files |
621 |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 623 |
# are listed without --file. Let's play safe and only enable the eval |
622 |
# are listed without --file. Let's play safe and only enable the eval |
| 624 |
# if we detect the quoting. |
623 |
# if we detect the quoting. |
| 625 |
case $CONFIG_FILES in |
624 |
# TODO: see whether this extra hack can be removed once we start |
| 626 |
*\'*) eval set x "$CONFIG_FILES" ;; |
625 |
# requiring Autoconf 2.70 or later. |
| 627 |
*) set x $CONFIG_FILES ;; |
626 |
AS_CASE([$CONFIG_FILES], |
| 628 |
esac |
627 |
[*\'*], [eval set x "$CONFIG_FILES"], |
|
|
628 |
[*], [set x $CONFIG_FILES]) |
| 629 |
shift |
629 |
shift |
| 630 |
for mf |
630 |
# Used to flag and report bootstrapping failures. |
|
|
631 |
am_rc=0 |
| 632 |
for am_mf |
| 631 |
do |
633 |
do |
| 632 |
# Strip MF so we end up with the name of the file. |
634 |
# Strip MF so we end up with the name of the file. |
| 633 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
635 |
am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` |
| 634 |
# Check whether this is an Automake generated Makefile or not. |
636 |
# Check whether this is an Automake generated Makefile which includes |
| 635 |
# We used to match only the files named 'Makefile.in', but |
637 |
# dependency-tracking related rules and includes. |
| 636 |
# some people rename them; so instead we look at the file content. |
638 |
# Grep'ing the whole file directly is not great: AIX grep has a line |
| 637 |
# Grep'ing the first line is not enough: some people post-process |
|
|
| 638 |
# each Makefile.in and add a new line on top of each file to say so. |
| 639 |
# Grep'ing the whole file is not good either: AIX grep has a line |
| 640 |
# limit of 2048, but all sed's we know have understand at least 4000. |
639 |
# limit of 2048, but all sed's we know have understand at least 4000. |
| 641 |
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
640 |
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ |
| 642 |
dirpart=`AS_DIRNAME("$mf")` |
641 |
|| continue |
| 643 |
else |
642 |
am_dirpart=`AS_DIRNAME(["$am_mf"])` |
| 644 |
continue |
643 |
am_filepart=`AS_BASENAME(["$am_mf"])` |
| 645 |
fi |
644 |
AM_RUN_LOG([cd "$am_dirpart" \ |
| 646 |
# Extract the definition of DEPDIR, am__include, and am__quote |
645 |
&& sed -e '/# am--include-marker/d' "$am_filepart" \ |
| 647 |
# from the Makefile without running 'make'. |
646 |
| $MAKE -f - am--depfiles]) || am_rc=$? |
| 648 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
|
|
| 649 |
test -z "$DEPDIR" && continue |
| 650 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 651 |
test -z "$am__include" && continue |
| 652 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 653 |
# Find all dependency output files, they are included files with |
| 654 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 655 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 656 |
# expansion. |
| 657 |
for file in `sed -n " |
| 658 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 659 |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 660 |
# Make sure the directory exists. |
| 661 |
test -f "$dirpart/$file" && continue |
| 662 |
fdir=`AS_DIRNAME(["$file"])` |
| 663 |
AS_MKDIR_P([$dirpart/$fdir]) |
| 664 |
# echo "creating $dirpart/$file" |
| 665 |
echo '# dummy' > "$dirpart/$file" |
| 666 |
done |
| 667 |
done |
647 |
done |
|
|
648 |
if test $am_rc -ne 0; then |
| 649 |
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments |
| 650 |
for automatic dependency tracking. Try re-running configure with the |
| 651 |
'--disable-dependency-tracking' option to at least be able to build |
| 652 |
the package (albeit without support for automatic dependency tracking).]) |
| 653 |
fi |
| 654 |
AS_UNSET([am_dirpart]) |
| 655 |
AS_UNSET([am_filepart]) |
| 656 |
AS_UNSET([am_mf]) |
| 657 |
AS_UNSET([am_rc]) |
| 658 |
rm -f conftest-deps.mk |
| 668 |
} |
659 |
} |
| 669 |
])# _AM_OUTPUT_DEPENDENCY_COMMANDS |
660 |
])# _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 670 |
|
661 |
|
|
Lines 673-690
Link Here
|
| 673 |
# ----------------------------- |
664 |
# ----------------------------- |
| 674 |
# This macro should only be invoked once -- use via AC_REQUIRE. |
665 |
# This macro should only be invoked once -- use via AC_REQUIRE. |
| 675 |
# |
666 |
# |
| 676 |
# This code is only required when automatic dependency tracking |
667 |
# This code is only required when automatic dependency tracking is enabled. |
| 677 |
# is enabled. FIXME. This creates each '.P' file that we will |
668 |
# This creates each '.Po' and '.Plo' makefile fragment that we'll need in |
| 678 |
# need in order to bootstrap the dependency handling code. |
669 |
# order to bootstrap the dependency handling code. |
| 679 |
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
670 |
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 680 |
[AC_CONFIG_COMMANDS([depfiles], |
671 |
[AC_CONFIG_COMMANDS([depfiles], |
| 681 |
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
672 |
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 682 |
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) |
673 |
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) |
| 683 |
]) |
|
|
| 684 |
|
674 |
|
| 685 |
# Do all the work for Automake. -*- Autoconf -*- |
675 |
# Do all the work for Automake. -*- Autoconf -*- |
| 686 |
|
676 |
|
| 687 |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
677 |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 688 |
# |
678 |
# |
| 689 |
# This file is free software; the Free Software Foundation |
679 |
# This file is free software; the Free Software Foundation |
| 690 |
# gives unlimited permission to copy and/or distribute it, |
680 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 771-778
Link Here
|
| 771 |
AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
761 |
AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
| 772 |
# For better backward compatibility. To be removed once Automake 1.9.x |
762 |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 773 |
# dies out for good. For more background, see: |
763 |
# dies out for good. For more background, see: |
| 774 |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
764 |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 775 |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
765 |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 776 |
AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
766 |
AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
| 777 |
# We need awk for the "check" target (and possibly the TAP driver). The |
767 |
# We need awk for the "check" target (and possibly the TAP driver). The |
| 778 |
# system "awk" is bad on some platforms. |
768 |
# system "awk" is bad on some platforms. |
|
Lines 839-845
Link Here
|
| 839 |
Aborting the configuration process, to ensure you take notice of the issue. |
829 |
Aborting the configuration process, to ensure you take notice of the issue. |
| 840 |
|
830 |
|
| 841 |
You can download and install GNU coreutils to get an 'rm' implementation |
831 |
You can download and install GNU coreutils to get an 'rm' implementation |
| 842 |
that behaves properly: <http://www.gnu.org/software/coreutils/>. |
832 |
that behaves properly: <https://www.gnu.org/software/coreutils/>. |
| 843 |
|
833 |
|
| 844 |
If you want to complete the configuration process using your problematic |
834 |
If you want to complete the configuration process using your problematic |
| 845 |
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
835 |
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
Lines 881-887
Link Here
|
| 881 |
done |
871 |
done |
| 882 |
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
872 |
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
| 883 |
|
873 |
|
| 884 |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
874 |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 885 |
# |
875 |
# |
| 886 |
# This file is free software; the Free Software Foundation |
876 |
# This file is free software; the Free Software Foundation |
| 887 |
# gives unlimited permission to copy and/or distribute it, |
877 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 902-908
Link Here
|
| 902 |
fi |
892 |
fi |
| 903 |
AC_SUBST([install_sh])]) |
893 |
AC_SUBST([install_sh])]) |
| 904 |
|
894 |
|
| 905 |
# Copyright (C) 2003-2017 Free Software Foundation, Inc. |
895 |
# Copyright (C) 2003-2018 Free Software Foundation, Inc. |
| 906 |
# |
896 |
# |
| 907 |
# This file is free software; the Free Software Foundation |
897 |
# This file is free software; the Free Software Foundation |
| 908 |
# gives unlimited permission to copy and/or distribute it, |
898 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 923-929
Link Here
|
| 923 |
|
913 |
|
| 924 |
# Check to see how 'make' treats includes. -*- Autoconf -*- |
914 |
# Check to see how 'make' treats includes. -*- Autoconf -*- |
| 925 |
|
915 |
|
| 926 |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
916 |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 927 |
# |
917 |
# |
| 928 |
# This file is free software; the Free Software Foundation |
918 |
# This file is free software; the Free Software Foundation |
| 929 |
# gives unlimited permission to copy and/or distribute it, |
919 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 931-979
Link Here
|
| 931 |
|
921 |
|
| 932 |
# AM_MAKE_INCLUDE() |
922 |
# AM_MAKE_INCLUDE() |
| 933 |
# ----------------- |
923 |
# ----------------- |
| 934 |
# Check to see how make treats includes. |
924 |
# Check whether make has an 'include' directive that can support all |
|
|
925 |
# the idioms we need for our automatic dependency tracking code. |
| 935 |
AC_DEFUN([AM_MAKE_INCLUDE], |
926 |
AC_DEFUN([AM_MAKE_INCLUDE], |
| 936 |
[am_make=${MAKE-make} |
927 |
[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) |
| 937 |
cat > confinc << 'END' |
928 |
cat > confinc.mk << 'END' |
| 938 |
am__doit: |
929 |
am__doit: |
| 939 |
@echo this is the am__doit target |
930 |
@echo this is the am__doit target >confinc.out |
| 940 |
.PHONY: am__doit |
931 |
.PHONY: am__doit |
| 941 |
END |
932 |
END |
| 942 |
# If we don't find an include directive, just comment out the code. |
|
|
| 943 |
AC_MSG_CHECKING([for style of include used by $am_make]) |
| 944 |
am__include="#" |
933 |
am__include="#" |
| 945 |
am__quote= |
934 |
am__quote= |
| 946 |
_am_result=none |
935 |
# BSD make does it like this. |
| 947 |
# First try GNU make style include. |
936 |
echo '.include "confinc.mk" # ignored' > confmf.BSD |
| 948 |
echo "include confinc" > confmf |
937 |
# Other make implementations (GNU, Solaris 10, AIX) do it like this. |
| 949 |
# Ignore all kinds of additional output from 'make'. |
938 |
echo 'include confinc.mk # ignored' > confmf.GNU |
| 950 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
939 |
_am_result=no |
| 951 |
*the\ am__doit\ target*) |
940 |
for s in GNU BSD; do |
| 952 |
am__include=include |
941 |
AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) |
| 953 |
am__quote= |
942 |
AS_CASE([$?:`cat confinc.out 2>/dev/null`], |
| 954 |
_am_result=GNU |
943 |
['0:this is the am__doit target'], |
| 955 |
;; |
944 |
[AS_CASE([$s], |
| 956 |
esac |
945 |
[BSD], [am__include='.include' am__quote='"'], |
| 957 |
# Now try BSD make style include. |
946 |
[am__include='include' am__quote=''])]) |
| 958 |
if test "$am__include" = "#"; then |
947 |
if test "$am__include" != "#"; then |
| 959 |
echo '.include "confinc"' > confmf |
948 |
_am_result="yes ($s style)" |
| 960 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
949 |
break |
| 961 |
*the\ am__doit\ target*) |
950 |
fi |
| 962 |
am__include=.include |
951 |
done |
| 963 |
am__quote="\"" |
952 |
rm -f confinc.* confmf.* |
| 964 |
_am_result=BSD |
953 |
AC_MSG_RESULT([${_am_result}]) |
| 965 |
;; |
954 |
AC_SUBST([am__include])]) |
| 966 |
esac |
955 |
AC_SUBST([am__quote])]) |
| 967 |
fi |
|
|
| 968 |
AC_SUBST([am__include]) |
| 969 |
AC_SUBST([am__quote]) |
| 970 |
AC_MSG_RESULT([$_am_result]) |
| 971 |
rm -f confinc confmf |
| 972 |
]) |
| 973 |
|
956 |
|
| 974 |
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
957 |
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
| 975 |
|
958 |
|
| 976 |
# Copyright (C) 1997-2017 Free Software Foundation, Inc. |
959 |
# Copyright (C) 1997-2018 Free Software Foundation, Inc. |
| 977 |
# |
960 |
# |
| 978 |
# This file is free software; the Free Software Foundation |
961 |
# This file is free software; the Free Software Foundation |
| 979 |
# gives unlimited permission to copy and/or distribute it, |
962 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1012-1018
Link Here
|
| 1012 |
|
995 |
|
| 1013 |
# Helper functions for option handling. -*- Autoconf -*- |
996 |
# Helper functions for option handling. -*- Autoconf -*- |
| 1014 |
|
997 |
|
| 1015 |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
998 |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 1016 |
# |
999 |
# |
| 1017 |
# This file is free software; the Free Software Foundation |
1000 |
# This file is free software; the Free Software Foundation |
| 1018 |
# gives unlimited permission to copy and/or distribute it, |
1001 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1041-1047
Link Here
|
| 1041 |
AC_DEFUN([_AM_IF_OPTION], |
1024 |
AC_DEFUN([_AM_IF_OPTION], |
| 1042 |
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
1025 |
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
| 1043 |
|
1026 |
|
| 1044 |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
1027 |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 1045 |
# |
1028 |
# |
| 1046 |
# This file is free software; the Free Software Foundation |
1029 |
# This file is free software; the Free Software Foundation |
| 1047 |
# gives unlimited permission to copy and/or distribute it, |
1030 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1088-1094
Link Here
|
| 1088 |
# For backward compatibility. |
1071 |
# For backward compatibility. |
| 1089 |
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
1072 |
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
| 1090 |
|
1073 |
|
| 1091 |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
1074 |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 1092 |
# |
1075 |
# |
| 1093 |
# This file is free software; the Free Software Foundation |
1076 |
# This file is free software; the Free Software Foundation |
| 1094 |
# gives unlimited permission to copy and/or distribute it, |
1077 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1107-1113
Link Here
|
| 1107 |
|
1090 |
|
| 1108 |
# Check to make sure that the build environment is sane. -*- Autoconf -*- |
1091 |
# Check to make sure that the build environment is sane. -*- Autoconf -*- |
| 1109 |
|
1092 |
|
| 1110 |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
1093 |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 1111 |
# |
1094 |
# |
| 1112 |
# This file is free software; the Free Software Foundation |
1095 |
# This file is free software; the Free Software Foundation |
| 1113 |
# gives unlimited permission to copy and/or distribute it, |
1096 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1188-1194
Link Here
|
| 1188 |
rm -f conftest.file |
1171 |
rm -f conftest.file |
| 1189 |
]) |
1172 |
]) |
| 1190 |
|
1173 |
|
| 1191 |
# Copyright (C) 2009-2017 Free Software Foundation, Inc. |
1174 |
# Copyright (C) 2009-2018 Free Software Foundation, Inc. |
| 1192 |
# |
1175 |
# |
| 1193 |
# This file is free software; the Free Software Foundation |
1176 |
# This file is free software; the Free Software Foundation |
| 1194 |
# gives unlimited permission to copy and/or distribute it, |
1177 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1248-1254
Link Here
|
| 1248 |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
1231 |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
| 1249 |
]) |
1232 |
]) |
| 1250 |
|
1233 |
|
| 1251 |
# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
1234 |
# Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 1252 |
# |
1235 |
# |
| 1253 |
# This file is free software; the Free Software Foundation |
1236 |
# This file is free software; the Free Software Foundation |
| 1254 |
# gives unlimited permission to copy and/or distribute it, |
1237 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1276-1282
Link Here
|
| 1276 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
1259 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 1277 |
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
1260 |
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 1278 |
|
1261 |
|
| 1279 |
# Copyright (C) 2006-2017 Free Software Foundation, Inc. |
1262 |
# Copyright (C) 2006-2018 Free Software Foundation, Inc. |
| 1280 |
# |
1263 |
# |
| 1281 |
# This file is free software; the Free Software Foundation |
1264 |
# This file is free software; the Free Software Foundation |
| 1282 |
# gives unlimited permission to copy and/or distribute it, |
1265 |
# gives unlimited permission to copy and/or distribute it, |
|
Lines 1295-1301
Link Here
|
| 1295 |
|
1278 |
|
| 1296 |
# Check how to create a tarball. -*- Autoconf -*- |
1279 |
# Check how to create a tarball. -*- Autoconf -*- |
| 1297 |
|
1280 |
|
| 1298 |
# Copyright (C) 2004-2017 Free Software Foundation, Inc. |
1281 |
# Copyright (C) 2004-2018 Free Software Foundation, Inc. |
| 1299 |
# |
1282 |
# |
| 1300 |
# This file is free software; the Free Software Foundation |
1283 |
# This file is free software; the Free Software Foundation |
| 1301 |
# gives unlimited permission to copy and/or distribute it, |
1284 |
# gives unlimited permission to copy and/or distribute it, |