1
# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
1
# generated automatically by aclocal 1.15 -*- Autoconf -*-
3
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
3
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
319
319
AS_VAR_IF([$1], [""], [$5], [$4])dnl
320
320
])# PKG_CHECK_VAR
322
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
322
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
324
324
# This file is free software; the Free Software Foundation
325
325
# gives unlimited permission to copy and/or distribute it,
331
331
# generated from the m4 files accompanying Automake X.Y.
332
332
# (This private macro should not be called outside this file.)
333
333
AC_DEFUN([AM_AUTOMAKE_VERSION],
334
[am__api_version='1.13'
334
[am__api_version='1.15'
335
335
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
336
336
dnl require some minimum version. Point them to the right macro.
337
m4_if([$1], [1.13.4], [],
337
m4_if([$1], [1.15], [],
338
338
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
350
350
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
351
351
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
352
352
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
353
[AM_AUTOMAKE_VERSION([1.13.4])dnl
353
[AM_AUTOMAKE_VERSION([1.15])dnl
354
354
m4_ifndef([AC_AUTOCONF_VERSION],
355
355
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
356
356
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
358
358
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
360
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
360
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
362
362
# This file is free software; the Free Software Foundation
363
363
# gives unlimited permission to copy and/or distribute it,
402
402
# configured tree to be moved without reconfiguration.
404
404
AC_DEFUN([AM_AUX_DIR_EXPAND],
405
[dnl Rely on autoconf to set up CDPATH properly.
407
# expand $ac_aux_dir to an absolute path
408
am_aux_dir=`cd $ac_aux_dir && pwd`
405
[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
406
# Expand $ac_aux_dir to an absolute path.
407
am_aux_dir=`cd "$ac_aux_dir" && pwd`
411
410
# AM_CONDITIONAL -*- Autoconf -*-
413
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
412
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
415
414
# This file is free software; the Free Software Foundation
416
415
# gives unlimited permission to copy and/or distribute it,
441
440
Usually this means the macro was only invoked conditionally.]])
444
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
443
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
446
445
# This file is free software; the Free Software Foundation
447
446
# gives unlimited permission to copy and/or distribute it,
633
632
# Generate code to set up dependency tracking. -*- Autoconf -*-
635
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
634
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
637
636
# This file is free software; the Free Software Foundation
638
637
# gives unlimited permission to copy and/or distribute it,
709
708
# Do all the work for Automake. -*- Autoconf -*-
711
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
710
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
713
712
# This file is free software; the Free Software Foundation
714
713
# gives unlimited permission to copy and/or distribute it,
717
716
# This macro actually does too much. Some checks are only needed if
718
717
# your package does certain things. But this isn't really a big deal.
719
dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
720
m4_define([AC_PROG_CC],
721
m4_defn([AC_PROG_CC])
720
725
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
721
726
# AM_INIT_AUTOMAKE([OPTIONS])
722
727
# -----------------------------------------------
792
797
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
793
798
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
794
799
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
795
# We need awk for the "check" target. The system "awk" is bad on
800
# We need awk for the "check" target (and possibly the TAP driver). The
801
# system "awk" is bad on some platforms.
797
802
AC_REQUIRE([AC_PROG_AWK])dnl
798
803
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
799
804
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
825
830
AC_CONFIG_COMMANDS_PRE(dnl
826
831
[m4_provide_if([_AM_COMPILER_EXEEXT],
827
832
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
834
# POSIX will say in a future version that running "rm -f" with no argument
835
# is OK; and we want to be able to make that assumption in our Makefile
836
# recipes. So use an aggressive probe to check that the usage we want is
837
# actually supported "in the wild" to an acceptable degree.
838
# See automake bug#10828.
839
# To make any issue more visible, cause the running configure to be aborted
840
# by default if the 'rm' program in use doesn't match our expectations; the
841
# user can still override this though.
842
if rm -f && rm -fr && rm -rf; then : OK; else
846
Your 'rm' program seems unable to run without file operands specified
847
on the command line, even when the '-f' option is present. This is contrary
848
to the behaviour of most rm programs out there, and not conforming with
849
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
851
Please tell bug-automake@gnu.org about your system, including the value
852
of your $PATH and any error possibly output before this message. This
853
can help us improve future automake versions.
856
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
857
echo 'Configuration will proceed anyway, since you have set the' >&2
858
echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
862
Aborting the configuration process, to ensure you take notice of the issue.
864
You can download and install GNU coreutils to get an 'rm' implementation
865
that behaves properly: <http://www.gnu.org/software/coreutils/>.
867
If you want to complete the configuration process using your problematic
868
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
869
to "yes", and re-run configure.
872
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
875
dnl The trailing newline in this macro's definition is deliberate, for
876
dnl backward compatibility and to allow trailing 'dnl'-style comments
877
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
830
880
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
833
883
m4_define([_AC_COMPILER_EXEEXT],
834
884
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
837
886
# When config.status generates a header, we must update the stamp-h file.
838
887
# This file resides in the same directory as the config header
839
888
# that is generated. The stamp files are numbered to have different names.
856
905
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
858
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
907
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
860
909
# This file is free software; the Free Software Foundation
861
910
# gives unlimited permission to copy and/or distribute it,
866
915
# Define $install_sh.
867
916
AC_DEFUN([AM_PROG_INSTALL_SH],
868
917
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
869
if test x"${install_sh}" != xset; then
918
if test x"${install_sh+set}" != xset; then
870
919
case $am_aux_dir in
872
921
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
877
926
AC_SUBST([install_sh])])
879
# Copyright (C) 2003-2013 Free Software Foundation, Inc.
928
# Copyright (C) 2003-2014 Free Software Foundation, Inc.
881
930
# This file is free software; the Free Software Foundation
882
931
# gives unlimited permission to copy and/or distribute it,
898
947
# Check to see how 'make' treats includes. -*- Autoconf -*-
900
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
949
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
902
951
# This file is free software; the Free Software Foundation
903
952
# gives unlimited permission to copy and/or distribute it,
948
997
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
950
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
999
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
952
1001
# This file is free software; the Free Software Foundation
953
1002
# gives unlimited permission to copy and/or distribute it,
987
# Copyright (C) 2003-2013 Free Software Foundation, Inc.
1036
# Copyright (C) 2003-2014 Free Software Foundation, Inc.
989
1038
# This file is free software; the Free Software Foundation
990
1039
# gives unlimited permission to copy and/or distribute it,
1019
1068
# Helper functions for option handling. -*- Autoconf -*-
1021
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1070
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
1023
1072
# This file is free software; the Free Software Foundation
1024
1073
# gives unlimited permission to copy and/or distribute it,
1047
1096
AC_DEFUN([_AM_IF_OPTION],
1048
1097
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1050
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1099
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
1101
# This file is free software; the Free Software Foundation
1102
# gives unlimited permission to copy and/or distribute it,
1103
# with or without modifications, as long as this notice is preserved.
1107
# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1108
# to automatically call this.
1109
AC_DEFUN([_AM_PROG_CC_C_O],
1110
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1111
AC_REQUIRE_AUX_FILE([compile])dnl
1112
AC_LANG_PUSH([C])dnl
1114
[whether $CC understands -c and -o together],
1115
[am_cv_prog_cc_c_o],
1116
[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1117
# Make sure it works both with $CC and with simple cc.
1118
# Following AC_PROG_CC_C_O, we do the test twice because some
1119
# compilers refuse to overwrite an existing .o file with -o,
1120
# though they will create one.
1121
am_cv_prog_cc_c_o=yes
1123
if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1124
&& test -f conftest2.$ac_objext; then
1127
am_cv_prog_cc_c_o=no
1131
rm -f core conftest*
1133
if test "$am_cv_prog_cc_c_o" != yes; then
1134
# Losing compiler, so override with the script.
1135
# FIXME: It is wrong to rewrite CC.
1136
# But if we don't then we get into trouble of one sort or another.
1137
# A longer-term fix would be to have automake use am__CC in this case,
1138
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1139
CC="$am_aux_dir/compile $CC"
1143
# For backward compatibility.
1144
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1146
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
1052
1148
# This file is free software; the Free Software Foundation
1053
1149
# gives unlimited permission to copy and/or distribute it,
1282
1378
sys.exit(sys.hexversion < minverhex)"
1283
1379
AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
1285
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1381
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
1287
1383
# This file is free software; the Free Software Foundation
1288
1384
# gives unlimited permission to copy and/or distribute it,
1302
1398
# Check to make sure that the build environment is sane. -*- Autoconf -*-
1304
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1400
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
1306
1402
# This file is free software; the Free Software Foundation
1307
1403
# gives unlimited permission to copy and/or distribute it,
1382
1478
rm -f conftest.file
1385
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1481
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
1387
1483
# This file is free software; the Free Software Foundation
1388
1484
# gives unlimited permission to copy and/or distribute it,
1442
1538
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1445
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1541
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
1447
1543
# This file is free software; the Free Software Foundation
1448
1544
# gives unlimited permission to copy and/or distribute it,
1470
1566
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1471
1567
AC_SUBST([INSTALL_STRIP_PROGRAM])])
1473
# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1569
# Copyright (C) 2006-2014 Free Software Foundation, Inc.
1475
1571
# This file is free software; the Free Software Foundation
1476
1572
# gives unlimited permission to copy and/or distribute it,
1490
1586
# Check how to create a tarball. -*- Autoconf -*-
1492
# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1588
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
1494
1590
# This file is free software; the Free Software Foundation
1495
1591
# gives unlimited permission to copy and/or distribute it,