|
|
@ -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'.])]) |
|
|
|
|
|
|
|
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
|
|
|
# serial 12 (pkg-config-0.29.2) |
|
|
|
|
|
|
|
dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
|
|
|
dnl serial 11 (pkg-config-0.29.1) |
|
|
|
dnl |
|
|
|
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. |
|
|
|
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> |
|
|
|
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.2]) |
|
|
|
[m4_define([PKG_MACROS_VERSION], [0.29.1]) |
|
|
|
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 $2]) |
|
|
|
AC_MSG_CHECKING([for $1]) |
|
|
|
|
|
|
|
_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 |
|
|
@ -298,7 +298,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl |
|
|
|
|
|
|
|
dnl xorg-macros.m4. Generated from xorg-macros.m4.in xorgversion.m4 by configure. |
|
|
|
dnl |
|
|
|
dnl Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. |
|
|
|
dnl Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. |
|
|
|
dnl |
|
|
|
dnl Permission is hereby granted, free of charge, to any person obtaining a |
|
|
|
dnl copy of this software and associated documentation files (the "Software"), |
|
|
@ -335,7 +335,7 @@ dnl DEALINGS IN THE SOFTWARE. |
|
|
|
# See the "minimum version" comment for each macro you use to see what |
|
|
|
# version you require. |
|
|
|
m4_defun([XORG_MACROS_VERSION],[ |
|
|
|
m4_define([vers_have], [1.19.0]) |
|
|
|
m4_define([vers_have], [1.19.2]) |
|
|
|
m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.]))) |
|
|
|
m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.]))) |
|
|
|
m4_if(m4_cmp(maj_have, maj_needed), 0,, |
|
|
@ -345,6 +345,7 @@ m4_if(m4_version_compare(vers_have, [$1]), -1, |
|
|
|
m4_undefine([vers_have]) |
|
|
|
m4_undefine([maj_have]) |
|
|
|
m4_undefine([maj_needed]) |
|
|
|
AM_MAINTAINER_MODE |
|
|
|
]) # XORG_MACROS_VERSION |
|
|
|
|
|
|
|
# XORG_PROG_RAWCPP() |
|
|
@ -412,6 +413,17 @@ AC_DEFUN([XORG_MANPAGE_SECTIONS],[ |
|
|
|
AC_REQUIRE([AC_CANONICAL_HOST]) |
|
|
|
AC_REQUIRE([AC_PROG_SED]) |
|
|
|
|
|
|
|
case $host_os in |
|
|
|
solaris*) |
|
|
|
# Solaris 2.0 - 11.3 use SysV man page section numbers, so we |
|
|
|
# check for a man page file found in later versions that use |
|
|
|
# traditional section numbers instead |
|
|
|
AC_CHECK_FILE([/usr/share/man/man7/attributes.7], |
|
|
|
[SYSV_MAN_SECTIONS=false], [SYSV_MAN_SECTIONS=true]) |
|
|
|
;; |
|
|
|
*) SYSV_MAN_SECTIONS=false ;; |
|
|
|
esac |
|
|
|
|
|
|
|
if test x$APP_MAN_SUFFIX = x ; then |
|
|
|
APP_MAN_SUFFIX=1 |
|
|
|
fi |
|
|
@ -427,9 +439,9 @@ if test x$LIB_MAN_DIR = x ; then |
|
|
|
fi |
|
|
|
|
|
|
|
if test x$FILE_MAN_SUFFIX = x ; then |
|
|
|
case $host_os in |
|
|
|
solaris*) FILE_MAN_SUFFIX=4 ;; |
|
|
|
*) FILE_MAN_SUFFIX=5 ;; |
|
|
|
case $SYSV_MAN_SECTIONS in |
|
|
|
true) FILE_MAN_SUFFIX=4 ;; |
|
|
|
*) FILE_MAN_SUFFIX=5 ;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
if test x$FILE_MAN_DIR = x ; then |
|
|
@ -437,9 +449,9 @@ if test x$FILE_MAN_DIR = x ; then |
|
|
|
fi |
|
|
|
|
|
|
|
if test x$MISC_MAN_SUFFIX = x ; then |
|
|
|
case $host_os in |
|
|
|
solaris*) MISC_MAN_SUFFIX=5 ;; |
|
|
|
*) MISC_MAN_SUFFIX=7 ;; |
|
|
|
case $SYSV_MAN_SECTIONS in |
|
|
|
true) MISC_MAN_SUFFIX=5 ;; |
|
|
|
*) MISC_MAN_SUFFIX=7 ;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
if test x$MISC_MAN_DIR = x ; then |
|
|
@ -447,9 +459,9 @@ if test x$MISC_MAN_DIR = x ; then |
|
|
|
fi |
|
|
|
|
|
|
|
if test x$DRIVER_MAN_SUFFIX = x ; then |
|
|
|
case $host_os in |
|
|
|
solaris*) DRIVER_MAN_SUFFIX=7 ;; |
|
|
|
*) DRIVER_MAN_SUFFIX=4 ;; |
|
|
|
case $SYSV_MAN_SECTIONS in |
|
|
|
true) DRIVER_MAN_SUFFIX=7 ;; |
|
|
|
*) DRIVER_MAN_SUFFIX=4 ;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
if test x$DRIVER_MAN_DIR = x ; then |
|
|
@ -457,9 +469,9 @@ if test x$DRIVER_MAN_DIR = x ; then |
|
|
|
fi |
|
|
|
|
|
|
|
if test x$ADMIN_MAN_SUFFIX = x ; then |
|
|
|
case $host_os in |
|
|
|
solaris*) ADMIN_MAN_SUFFIX=1m ;; |
|
|
|
*) ADMIN_MAN_SUFFIX=8 ;; |
|
|
|
case $SYSV_MAN_SECTIONS in |
|
|
|
true) ADMIN_MAN_SUFFIX=1m ;; |
|
|
|
*) ADMIN_MAN_SUFFIX=8 ;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
if test x$ADMIN_MAN_DIR = x ; then |
|
|
@ -720,13 +732,24 @@ m4_ifval([$1], |
|
|
|
fi]) |
|
|
|
|
|
|
|
# Test for the ability of xmlto to generate a text target |
|
|
|
# |
|
|
|
# NOTE: xmlto 0.0.27 or higher return a non-zero return code in the |
|
|
|
# following test for empty XML docbook files. |
|
|
|
# For compatibility reasons use the following empty XML docbook file and if |
|
|
|
# it fails try it again with a non-empty XML file. |
|
|
|
have_xmlto_text=no |
|
|
|
cat > conftest.xml << "EOF" |
|
|
|
EOF |
|
|
|
AS_IF([test "$have_xmlto" = yes], |
|
|
|
[AS_IF([$XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1], |
|
|
|
[have_xmlto_text=yes], |
|
|
|
[AC_MSG_WARN([xmlto cannot generate text format, this format skipped])])]) |
|
|
|
[# Try it again with a non-empty XML file. |
|
|
|
cat > conftest.xml << "EOF" |
|
|
|
<x></x> |
|
|
|
EOF |
|
|
|
AS_IF([$XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1], |
|
|
|
[have_xmlto_text=yes], |
|
|
|
[AC_MSG_WARN([xmlto cannot generate text format, this format skipped])])])]) |
|
|
|
rm -f conftest.xml |
|
|
|
AM_CONDITIONAL([HAVE_XMLTO_TEXT], [test $have_xmlto_text = yes]) |
|
|
|
AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes]) |
|
|
@ -1972,7 +1995,7 @@ XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wuninitialized]) |
|
|
|
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow]) |
|
|
|
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn]) |
|
|
|
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute]) |
|
|
|
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls]) |
|
|
|
# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls]) |
|
|
|
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) |
|
|
|
|
|
|
|
# These are currently disabled because they are noisy. They will be enabled |
|
|
@ -2122,8 +2145,9 @@ AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
|
|
|
macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` |
|
|
|
INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ |
|
|
|
mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ |
|
|
|
|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \ |
|
|
|
echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)" |
|
|
|
|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \ |
|
|
|
touch \$(top_srcdir)/INSTALL; \ |
|
|
|
echo 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))" |
|
|
|
AC_SUBST([INSTALL_CMD]) |
|
|
|
]) # XORG_INSTALL |
|
|
|
dnl Copyright 2005 Red Hat, Inc |
|
|
@ -2184,14 +2208,15 @@ AC_DEFUN([XORG_RELEASE_VERSION],[ |
|
|
|
# |
|
|
|
# |
|
|
|
AC_DEFUN([XORG_CHANGELOG], [ |
|
|
|
CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \ |
|
|
|
CHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \ |
|
|
|
mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ |
|
|
|
|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \ |
|
|
|
echo 'git directory not found: installing possibly empty changelog.' >&2)" |
|
|
|
|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \ |
|
|
|
touch \$(top_srcdir)/ChangeLog; \ |
|
|
|
echo 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))" |
|
|
|
AC_SUBST([CHANGELOG_CMD]) |
|
|
|
]) # XORG_CHANGELOG |
|
|
|
|
|
|
|
# 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, |
|
|
@ -2206,7 +2231,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 |
|
|
|
]) |
|
|
|
|
|
|
@ -2222,14 +2247,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, |
|
|
@ -2281,7 +2306,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, |
|
|
@ -2312,7 +2337,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, |
|
|
@ -2503,7 +2528,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, |
|
|
@ -2579,7 +2604,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
|
|
|
|
|
|
|
# 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, |
|
|
@ -2776,7 +2801,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, |
|
|
@ -2797,7 +2822,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, |
|
|
@ -2816,9 +2841,45 @@ fi |
|
|
|
rmdir .tst 2>/dev/null |
|
|
|
AC_SUBST([am__leading_dot])]) |
|
|
|
|
|
|
|
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
|
|
|
# From Jim Meyering |
|
|
|
|
|
|
|
# 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, |
|
|
|
# with or without modifications, as long as this notice is preserved. |
|
|
|
|
|
|
|
# AM_MAINTAINER_MODE([DEFAULT-MODE]) |
|
|
|
# ---------------------------------- |
|
|
|
# Control maintainer-specific portions of Makefiles. |
|
|
|
# Default is to disable them, unless 'enable' is passed literally. |
|
|
|
# For symmetry, 'disable' may be passed as well. Anyway, the user |
|
|
|
# can override the default with the --enable/--disable switch. |
|
|
|
AC_DEFUN([AM_MAINTAINER_MODE], |
|
|
|
[m4_case(m4_default([$1], [disable]), |
|
|
|
[enable], [m4_define([am_maintainer_other], [disable])], |
|
|
|
[disable], [m4_define([am_maintainer_other], [enable])], |
|
|
|
[m4_define([am_maintainer_other], [enable]) |
|
|
|
m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) |
|
|
|
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) |
|
|
|
dnl maintainer-mode's default is 'disable' unless 'enable' is passed |
|
|
|
AC_ARG_ENABLE([maintainer-mode], |
|
|
|
[AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], |
|
|
|
am_maintainer_other[ make rules and dependencies not useful |
|
|
|
(and sometimes confusing) to the casual installer])], |
|
|
|
[USE_MAINTAINER_MODE=$enableval], |
|
|
|
[USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) |
|
|
|
AC_MSG_RESULT([$USE_MAINTAINER_MODE]) |
|
|
|
AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) |
|
|
|
MAINT=$MAINTAINER_MODE_TRUE |
|
|
|
AC_SUBST([MAINT])dnl |
|
|
|
] |
|
|
|
) |
|
|
|
|
|
|
|
# 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, |
|
|
@ -2868,7 +2929,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, |
|
|
@ -2907,7 +2968,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, |
|
|
@ -2936,7 +2997,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, |
|
|
@ -2983,7 +3044,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, |
|
|
@ -3002,7 +3063,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, |
|
|
@ -3083,7 +3144,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, |
|
|
@ -3143,7 +3204,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, |
|
|
@ -3171,7 +3232,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, |
|
|
@ -3190,7 +3251,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, |
|
|
|