| 1 |
< |
# generated automatically by aclocal 1.11.1 -*- Autoconf -*- |
| 1 |
> |
# generated automatically by aclocal 1.11.2 -*- Autoconf -*- |
| 2 |
|
|
| 3 |
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 |
< |
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 |
> |
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, |
| 5 |
> |
# Inc. |
| 6 |
|
# This file is free software; the Free Software Foundation |
| 7 |
|
# gives unlimited permission to copy and/or distribute it, |
| 8 |
|
# with or without modifications, as long as this notice is preserved. |
| 9505 |
|
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) |
| 9506 |
|
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) |
| 9507 |
|
|
| 9508 |
< |
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 9508 |
> |
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software |
| 9509 |
> |
# Foundation, Inc. |
| 9510 |
|
# |
| 9511 |
|
# This file is free software; the Free Software Foundation |
| 9512 |
|
# gives unlimited permission to copy and/or distribute it, |
| 9513 |
|
# with or without modifications, as long as this notice is preserved. |
| 9514 |
|
|
| 9515 |
+ |
# serial 1 |
| 9516 |
+ |
|
| 9517 |
|
# AM_AUTOMAKE_VERSION(VERSION) |
| 9518 |
|
# ---------------------------- |
| 9519 |
|
# Automake X.Y traces this macro to ensure aclocal.m4 has been |
| 9523 |
|
[am__api_version='1.11' |
| 9524 |
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 9525 |
|
dnl require some minimum version. Point them to the right macro. |
| 9526 |
< |
m4_if([$1], [1.11.1], [], |
| 9526 |
> |
m4_if([$1], [1.11.2], [], |
| 9527 |
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 9528 |
|
]) |
| 9529 |
|
|
| 9539 |
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
| 9540 |
|
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
| 9541 |
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
| 9542 |
< |
[AM_AUTOMAKE_VERSION([1.11.1])dnl |
| 9542 |
> |
[AM_AUTOMAKE_VERSION([1.11.2])dnl |
| 9543 |
|
m4_ifndef([AC_AUTOCONF_VERSION], |
| 9544 |
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 9545 |
|
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 9546 |
|
|
| 9547 |
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
| 9548 |
|
|
| 9549 |
< |
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. |
| 9549 |
> |
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
| 9550 |
|
# |
| 9551 |
|
# This file is free software; the Free Software Foundation |
| 9552 |
|
# gives unlimited permission to copy and/or distribute it, |
| 9553 |
|
# with or without modifications, as long as this notice is preserved. |
| 9554 |
|
|
| 9555 |
+ |
# serial 1 |
| 9556 |
+ |
|
| 9557 |
|
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets |
| 9558 |
|
# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to |
| 9559 |
|
# `$srcdir', `$srcdir/..', or `$srcdir/../..'. |
| 9635 |
|
Usually this means the macro was only invoked conditionally.]]) |
| 9636 |
|
fi])]) |
| 9637 |
|
|
| 9638 |
< |
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 |
| 9639 |
< |
# Free Software Foundation, Inc. |
| 9638 |
> |
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, |
| 9639 |
> |
# 2010, 2011 Free Software Foundation, Inc. |
| 9640 |
|
# |
| 9641 |
|
# This file is free software; the Free Software Foundation |
| 9642 |
|
# gives unlimited permission to copy and/or distribute it, |
| 9643 |
|
# with or without modifications, as long as this notice is preserved. |
| 9644 |
|
|
| 9645 |
< |
# serial 10 |
| 9645 |
> |
# serial 12 |
| 9646 |
|
|
| 9647 |
|
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be |
| 9648 |
|
# written in clear, in which case automake, when reading aclocal.m4, |
| 9682 |
|
# instance it was reported that on HP-UX the gcc test will end up |
| 9683 |
|
# making a dummy file named `D' -- because `-MD' means `put the output |
| 9684 |
|
# in D'. |
| 9685 |
+ |
rm -rf conftest.dir |
| 9686 |
|
mkdir conftest.dir |
| 9687 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
| 9688 |
|
# using a relative directory. |
| 9747 |
|
break |
| 9748 |
|
fi |
| 9749 |
|
;; |
| 9750 |
< |
msvisualcpp | msvcmsys) |
| 9750 |
> |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 9751 |
|
# This compiler won't grok `-c -o', but also, the minuso test has |
| 9752 |
|
# not run yet. These depmodes are late enough in the game, and |
| 9753 |
|
# so weak that their functioning should not be impacted. |
| 9812 |
|
if test "x$enable_dependency_tracking" != xno; then |
| 9813 |
|
am_depcomp="$ac_aux_dir/depcomp" |
| 9814 |
|
AMDEPBACKSLASH='\' |
| 9815 |
+ |
am__nodep='_no' |
| 9816 |
|
fi |
| 9817 |
|
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
| 9818 |
|
AC_SUBST([AMDEPBACKSLASH])dnl |
| 9819 |
|
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl |
| 9820 |
+ |
AC_SUBST([am__nodep])dnl |
| 9821 |
+ |
_AM_SUBST_NOTMAKE([am__nodep])dnl |
| 9822 |
|
]) |
| 9823 |
|
|
| 9824 |
|
# Generate code to set up dependency tracking. -*- Autoconf -*- |
| 10040 |
|
done |
| 10041 |
|
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
| 10042 |
|
|
| 10043 |
< |
# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. |
| 10043 |
> |
# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, |
| 10044 |
> |
# Inc. |
| 10045 |
|
# |
| 10046 |
|
# This file is free software; the Free Software Foundation |
| 10047 |
|
# gives unlimited permission to copy and/or distribute it, |
| 10048 |
|
# with or without modifications, as long as this notice is preserved. |
| 10049 |
|
|
| 10050 |
+ |
# serial 1 |
| 10051 |
+ |
|
| 10052 |
|
# AM_PROG_INSTALL_SH |
| 10053 |
|
# ------------------ |
| 10054 |
|
# Define $install_sh. |
| 10109 |
|
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
| 10110 |
|
# From Jim Meyering |
| 10111 |
|
|
| 10112 |
< |
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 |
| 10113 |
< |
# Free Software Foundation, Inc. |
| 10112 |
> |
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, |
| 10113 |
> |
# 2011 Free Software Foundation, Inc. |
| 10114 |
|
# |
| 10115 |
|
# This file is free software; the Free Software Foundation |
| 10116 |
|
# gives unlimited permission to copy and/or distribute it, |
| 10130 |
|
[disable], [m4_define([am_maintainer_other], [enable])], |
| 10131 |
|
[m4_define([am_maintainer_other], [enable]) |
| 10132 |
|
m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) |
| 10133 |
< |
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) |
| 10133 |
> |
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) |
| 10134 |
|
dnl maintainer-mode's default is 'disable' unless 'enable' is passed |
| 10135 |
|
AC_ARG_ENABLE([maintainer-mode], |
| 10136 |
|
[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful |
| 10241 |
|
fi |
| 10242 |
|
]) |
| 10243 |
|
|
| 10244 |
< |
# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 10244 |
> |
# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, |
| 10245 |
> |
# Inc. |
| 10246 |
|
# |
| 10247 |
|
# This file is free software; the Free Software Foundation |
| 10248 |
|
# gives unlimited permission to copy and/or distribute it, |
| 10249 |
|
# with or without modifications, as long as this notice is preserved. |
| 10250 |
|
|
| 10251 |
+ |
# serial 1 |
| 10252 |
+ |
|
| 10253 |
|
# AM_PROG_MKDIR_P |
| 10254 |
|
# --------------- |
| 10255 |
|
# Check for `mkdir -p'. |
| 10272 |
|
|
| 10273 |
|
# Helper functions for option handling. -*- Autoconf -*- |
| 10274 |
|
|
| 10275 |
< |
# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. |
| 10275 |
> |
# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software |
| 10276 |
> |
# Foundation, Inc. |
| 10277 |
|
# |
| 10278 |
|
# This file is free software; the Free Software Foundation |
| 10279 |
|
# gives unlimited permission to copy and/or distribute it, |
| 10280 |
|
# with or without modifications, as long as this notice is preserved. |
| 10281 |
|
|
| 10282 |
< |
# serial 4 |
| 10282 |
> |
# serial 5 |
| 10283 |
|
|
| 10284 |
|
# _AM_MANGLE_OPTION(NAME) |
| 10285 |
|
# ----------------------- |
| 10287 |
|
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
| 10288 |
|
|
| 10289 |
|
# _AM_SET_OPTION(NAME) |
| 10290 |
< |
# ------------------------------ |
| 10290 |
> |
# -------------------- |
| 10291 |
|
# Set option NAME. Presently that only means defining a flag for this option. |
| 10292 |
|
AC_DEFUN([_AM_SET_OPTION], |
| 10293 |
|
[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
| 10294 |
|
|
| 10295 |
|
# _AM_SET_OPTIONS(OPTIONS) |
| 10296 |
< |
# ---------------------------------- |
| 10296 |
> |
# ------------------------ |
| 10297 |
|
# OPTIONS is a space-separated list of Automake options. |
| 10298 |
|
AC_DEFUN([_AM_SET_OPTIONS], |
| 10299 |
|
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
| 10369 |
|
fi |
| 10370 |
|
AC_MSG_RESULT(yes)]) |
| 10371 |
|
|
| 10372 |
< |
# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. |
| 10372 |
> |
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
| 10373 |
|
# |
| 10374 |
|
# This file is free software; the Free Software Foundation |
| 10375 |
|
# gives unlimited permission to copy and/or distribute it, |
| 10376 |
|
# with or without modifications, as long as this notice is preserved. |
| 10377 |
|
|
| 10378 |
+ |
# serial 1 |
| 10379 |
+ |
|
| 10380 |
|
# AM_PROG_INSTALL_STRIP |
| 10381 |
|
# --------------------- |
| 10382 |
|
# One issue with vendor `install' (even GNU) is that you can't |
| 10399 |
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 10400 |
|
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 10401 |
|
|
| 10402 |
< |
# Copyright (C) 2006, 2008 Free Software Foundation, Inc. |
| 10402 |
> |
# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. |
| 10403 |
|
# |
| 10404 |
|
# This file is free software; the Free Software Foundation |
| 10405 |
|
# gives unlimited permission to copy and/or distribute it, |
| 10406 |
|
# with or without modifications, as long as this notice is preserved. |
| 10407 |
|
|
| 10408 |
< |
# serial 2 |
| 10408 |
> |
# serial 3 |
| 10409 |
|
|
| 10410 |
|
# _AM_SUBST_NOTMAKE(VARIABLE) |
| 10411 |
|
# --------------------------- |
| 10414 |
|
AC_DEFUN([_AM_SUBST_NOTMAKE]) |
| 10415 |
|
|
| 10416 |
|
# AM_SUBST_NOTMAKE(VARIABLE) |
| 10417 |
< |
# --------------------------- |
| 10417 |
> |
# -------------------------- |
| 10418 |
|
# Public sister of _AM_SUBST_NOTMAKE. |
| 10419 |
|
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 10420 |
|
|