2012-12-21 05:10:27 +08:00
|
|
|
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2006-04-12 03:02:16 +08:00
|
|
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
2012-12-21 05:10:27 +08:00
|
|
|
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
|
|
|
|
# Inc.
|
2006-04-12 03:02:16 +08:00
|
|
|
# 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.
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2006-04-12 03:02:16 +08:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2006-04-12 03:02:16 +08:00
|
|
|
# AM_CONDITIONAL -*- Autoconf -*-
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2009-10-21 06:44:28 +08:00
|
|
|
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
|
2006-04-12 03:02:16 +08:00
|
|
|
# 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.
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2009-10-21 06:44:28 +08:00
|
|
|
# serial 9
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2006-04-12 03:02:16 +08:00
|
|
|
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
|
|
|
# -------------------------------------
|
|
|
|
# Define a conditional.
|
|
|
|
AC_DEFUN([AM_CONDITIONAL],
|
|
|
|
[AC_PREREQ(2.52)dnl
|
|
|
|
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
|
|
|
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
2009-10-21 06:44:28 +08:00
|
|
|
AC_SUBST([$1_TRUE])dnl
|
|
|
|
AC_SUBST([$1_FALSE])dnl
|
|
|
|
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
|
|
|
|
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
|
|
|
|
m4_define([_AM_COND_VALUE_$1], [$2])dnl
|
2006-04-12 03:02:16 +08:00
|
|
|
if $2; then
|
|
|
|
$1_TRUE=
|
|
|
|
$1_FALSE='#'
|
|
|
|
else
|
|
|
|
$1_TRUE='#'
|
|
|
|
$1_FALSE=
|
|
|
|
fi
|
|
|
|
AC_CONFIG_COMMANDS_PRE(
|
|
|
|
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
|
|
|
AC_MSG_ERROR([[conditional "$1" was never defined.
|
|
|
|
Usually this means the macro was only invoked conditionally.]])
|
|
|
|
fi])])
|
2000-02-18 03:39:52 +08:00
|
|
|
|
2012-12-21 05:10:27 +08:00
|
|
|
# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
|
2009-10-21 06:44:28 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2012-12-21 05:10:27 +08:00
|
|
|
# serial 3
|
2009-10-21 06:44:28 +08:00
|
|
|
|
|
|
|
# _AM_SUBST_NOTMAKE(VARIABLE)
|
|
|
|
# ---------------------------
|
|
|
|
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
|
|
|
|
# This macro is traced by Automake.
|
|
|
|
AC_DEFUN([_AM_SUBST_NOTMAKE])
|
|
|
|
|
|
|
|
# AM_SUBST_NOTMAKE(VARIABLE)
|
2012-12-21 05:10:27 +08:00
|
|
|
# --------------------------
|
2009-10-21 06:44:28 +08:00
|
|
|
# Public sister of _AM_SUBST_NOTMAKE.
|
|
|
|
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
|
|
|
|
2007-05-25 01:33:42 +08:00
|
|
|
m4_include([../../libtool.m4])
|
|
|
|
m4_include([../../ltoptions.m4])
|
|
|
|
m4_include([../../ltsugar.m4])
|
|
|
|
m4_include([../../ltversion.m4])
|
2008-09-29 23:40:48 +08:00
|
|
|
m4_include([../../lt~obsolete.m4])
|