version 1.1.1.3, 2012/10/09 09:22:28
|
version 1.1.1.5, 2016/11/02 10:09:09
|
Line 1
|
Line 1
|
# generated automatically by aclocal 1.11.5 -*- Autoconf -*- | # generated automatically by aclocal 1.11.6 -*- Autoconf -*- |
|
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, |
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, |
Line 38 AC_DEFUN([AM_AUTOMAKE_VERSION],
|
Line 38 AC_DEFUN([AM_AUTOMAKE_VERSION],
|
[am__api_version='1.11' |
[am__api_version='1.11' |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
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. |
dnl require some minimum version. Point them to the right macro. |
m4_if([$1], [1.11.5], [], | m4_if([$1], [1.11.6], [], |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
]) |
]) |
|
|
Line 54 m4_define([_AM_AUTOCONF_VERSION], [])
|
Line 54 m4_define([_AM_AUTOCONF_VERSION], [])
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
[AM_AUTOMAKE_VERSION([1.11.5])dnl | [AM_AUTOMAKE_VERSION([1.11.6])dnl |
m4_ifndef([AC_AUTOCONF_VERSION], |
m4_ifndef([AC_AUTOCONF_VERSION], |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
Line 416 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
Line 416 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) |
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) |
]) |
]) |
|
|
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 |
|
# 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. |
|
|
|
# serial 8 |
|
|
|
# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. |
|
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) |
|
|
|
# Do all the work for Automake. -*- Autoconf -*- |
# Do all the work for Automake. -*- Autoconf -*- |
|
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
Line 870 Check your system clock])
|
Line 858 Check your system clock])
|
fi |
fi |
AC_MSG_RESULT(yes)]) |
AC_MSG_RESULT(yes)]) |
|
|
|
# Copyright (C) 2009, 2011 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. |
|
|
|
# serial 2 |
|
|
|
# AM_SILENT_RULES([DEFAULT]) |
|
# -------------------------- |
|
# Enable less verbose build rules; with the default set to DEFAULT |
|
# (`yes' being less verbose, `no' or empty being verbose). |
|
AC_DEFUN([AM_SILENT_RULES], |
|
[AC_ARG_ENABLE([silent-rules], |
|
[ --enable-silent-rules less verbose build output (undo: `make V=1') |
|
--disable-silent-rules verbose build output (undo: `make V=0')]) |
|
case $enable_silent_rules in |
|
yes) AM_DEFAULT_VERBOSITY=0;; |
|
no) AM_DEFAULT_VERBOSITY=1;; |
|
*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
|
esac |
|
dnl |
|
dnl A few `make' implementations (e.g., NonStop OS and NextStep) |
|
dnl do not support nested variable expansions. |
|
dnl See automake bug#9928 and bug#10237. |
|
am_make=${MAKE-make} |
|
AC_CACHE_CHECK([whether $am_make supports nested variables], |
|
[am_cv_make_support_nested_variables], |
|
[if AS_ECHO([['TRUE=$(BAR$(V)) |
|
BAR0=false |
|
BAR1=true |
|
V=1 |
|
am__doit: |
|
@$(TRUE) |
|
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then |
|
am_cv_make_support_nested_variables=yes |
|
else |
|
am_cv_make_support_nested_variables=no |
|
fi]) |
|
if test $am_cv_make_support_nested_variables = yes; then |
|
dnl Using `$V' instead of `$(V)' breaks IRIX make. |
|
AM_V='$(V)' |
|
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|
else |
|
AM_V=$AM_DEFAULT_VERBOSITY |
|
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
|
fi |
|
AC_SUBST([AM_V])dnl |
|
AM_SUBST_NOTMAKE([AM_V])dnl |
|
AC_SUBST([AM_DEFAULT_V])dnl |
|
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl |
|
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl |
|
AM_BACKSLASH='\' |
|
AC_SUBST([AM_BACKSLASH])dnl |
|
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
|
]) |
|
|
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
# |
# |
# This file is free software; the Free Software Foundation |
# This file is free software; the Free Software Foundation |
Line 1016 AC_SUBST([am__tar])
|
Line 1061 AC_SUBST([am__tar])
|
AC_SUBST([am__untar]) |
AC_SUBST([am__untar]) |
]) # _AM_PROG_TAR |
]) # _AM_PROG_TAR |
|
|
|
m4_include([m4/ax_sys_weak_alias.m4]) |
m4_include([m4/libtool.m4]) |
m4_include([m4/libtool.m4]) |
m4_include([m4/ltoptions.m4]) |
m4_include([m4/ltoptions.m4]) |
m4_include([m4/ltsugar.m4]) |
m4_include([m4/ltsugar.m4]) |