-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,265 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# generated automatically by aclocal 1.15 -*- Autoconf -*- | ||
# generated automatically by aclocal 1.15.1 -*- Autoconf -*- | ||
|
||
# Copyright (C) 1996-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
|
||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -20,9 +20,9 @@ You have another version of autoconf. It may work, but is not guaranteed to. | |
If you have problems, you may need to regenerate the build system entirely. | ||
To do so, use the procedure documented by the package, typically 'autoreconf'.])]) | ||
|
||
dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- | ||
dnl serial 11 (pkg-config-0.29.1) | ||
dnl | ||
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- | ||
# serial 12 (pkg-config-0.29.2) | ||
|
||
dnl Copyright © 2004 Scott James Remnant <[email protected]>. | ||
dnl Copyright © 2012-2015 Dan Nicholson <[email protected]> | ||
dnl | ||
|
@@ -63,7 +63,7 @@ dnl | |
dnl See the "Since" comment for each macro you use to see what version | ||
dnl of the macros you require. | ||
m4_defun([PKG_PREREQ], | ||
[m4_define([PKG_MACROS_VERSION], [0.29.1]) | ||
[m4_define([PKG_MACROS_VERSION], [0.29.2]) | ||
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, | ||
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) | ||
])dnl PKG_PREREQ | ||
|
@@ -164,7 +164,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl | |
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl | ||
pkg_failed=no | ||
AC_MSG_CHECKING([for $1]) | ||
AC_MSG_CHECKING([for $2]) | ||
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) | ||
_PKG_CONFIG([$1][_LIBS], [libs], [$2]) | ||
|
@@ -174,11 +174,11 @@ and $1[]_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details.]) | ||
if test $pkg_failed = yes; then | ||
AC_MSG_RESULT([no]) | ||
AC_MSG_RESULT([no]) | ||
_PKG_SHORT_ERRORS_SUPPORTED | ||
if test $_pkg_short_errors_supported = yes; then | ||
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` | ||
else | ||
else | ||
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` | ||
fi | ||
# Put the nasty error message in config.log where it belongs | ||
|
@@ -195,7 +195,7 @@ installed software in a non-standard prefix. | |
_PKG_TEXT])[]dnl | ||
]) | ||
elif test $pkg_failed = untried; then | ||
AC_MSG_RESULT([no]) | ||
AC_MSG_RESULT([no]) | ||
m4_default([$4], [AC_MSG_FAILURE( | ||
[The pkg-config script could not be found or is too old. Make sure it | ||
is in your PATH or set the PKG_CONFIG environment variable to the full | ||
|
@@ -296,7 +296,7 @@ AS_VAR_COPY([$1], [pkg_cv_][$1]) | |
AS_VAR_IF([$1], [""], [$5], [$4])dnl | ||
])dnl PKG_CHECK_VAR | ||
|
||
# Copyright (C) 2002-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2002-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -311,7 +311,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], | |
[am__api_version='1.15' | ||
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to | ||
dnl require some minimum version. Point them to the right macro. | ||
m4_if([$1], [1.15], [], | ||
m4_if([$1], [1.15.1], [], | ||
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl | ||
]) | ||
|
||
|
@@ -327,14 +327,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) | |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. | ||
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. | ||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], | ||
[AM_AUTOMAKE_VERSION([1.15])dnl | ||
[AM_AUTOMAKE_VERSION([1.15.1])dnl | ||
m4_ifndef([AC_AUTOCONF_VERSION], | ||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | ||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | ||
|
||
# AM_AUX_DIR_EXPAND -*- Autoconf -*- | ||
|
||
# Copyright (C) 2001-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -386,7 +386,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` | |
|
||
# AM_CONDITIONAL -*- Autoconf -*- | ||
|
||
# Copyright (C) 1997-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1997-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -417,7 +417,7 @@ AC_CONFIG_COMMANDS_PRE( | |
Usually this means the macro was only invoked conditionally.]]) | ||
fi])]) | ||
|
||
# Copyright (C) 1999-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -608,7 +608,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl | |
|
||
# Generate code to set up dependency tracking. -*- Autoconf -*- | ||
|
||
# Copyright (C) 1999-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -684,7 +684,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], | |
|
||
# AM_EXTRA_RECURSIVE_TARGETS -*- Autoconf -*- | ||
|
||
# Copyright (C) 2012-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2012-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -701,7 +701,7 @@ AC_DEFUN([AM_EXTRA_RECURSIVE_TARGETS], []) | |
|
||
# Do all the work for Automake. -*- Autoconf -*- | ||
|
||
# Copyright (C) 1996-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -898,7 +898,7 @@ for _am_header in $config_headers :; do | |
done | ||
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) | ||
|
||
# Copyright (C) 2001-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -919,7 +919,7 @@ if test x"${install_sh+set}" != xset; then | |
fi | ||
AC_SUBST([install_sh])]) | ||
|
||
# Copyright (C) 2003-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2003-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -940,7 +940,7 @@ AC_SUBST([am__leading_dot])]) | |
|
||
# Check to see how 'make' treats includes. -*- Autoconf -*- | ||
|
||
# Copyright (C) 2001-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -990,7 +990,7 @@ rm -f confinc confmf | |
|
||
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- | ||
|
||
# Copyright (C) 1997-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1997-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1029,7 +1029,7 @@ fi | |
|
||
# Helper functions for option handling. -*- Autoconf -*- | ||
|
||
# Copyright (C) 2001-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1058,7 +1058,7 @@ AC_DEFUN([_AM_SET_OPTIONS], | |
AC_DEFUN([_AM_IF_OPTION], | ||
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) | ||
|
||
# Copyright (C) 1999-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1999-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1105,7 +1105,7 @@ AC_LANG_POP([C])]) | |
# For backward compatibility. | ||
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) | ||
|
||
# Copyright (C) 2001-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1124,7 +1124,7 @@ AC_DEFUN([AM_RUN_LOG], | |
|
||
# Check to make sure that the build environment is sane. -*- Autoconf -*- | ||
|
||
# Copyright (C) 1996-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 1996-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1205,7 +1205,7 @@ AC_CONFIG_COMMANDS_PRE( | |
rm -f conftest.file | ||
]) | ||
|
||
# Copyright (C) 2009-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2009-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1265,7 +1265,7 @@ AC_SUBST([AM_BACKSLASH])dnl | |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | ||
]) | ||
|
||
# Copyright (C) 2001-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2001-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1293,7 +1293,7 @@ fi | |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | ||
AC_SUBST([INSTALL_STRIP_PROGRAM])]) | ||
|
||
# Copyright (C) 2006-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2006-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
@@ -1312,7 +1312,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | |
|
||
# Check how to create a tarball. -*- Autoconf -*- | ||
|
||
# Copyright (C) 2004-2014 Free Software Foundation, Inc. | ||
# Copyright (C) 2004-2017 Free Software Foundation, Inc. | ||
# | ||
# This file is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.