cleanup
[distributedratelimiting.git] / aclocal.m4
1 # generated automatically by aclocal 1.10.1 -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 # AM_CONDITIONAL                                            -*- Autoconf -*-
15
16 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
17 # Free Software Foundation, Inc.
18 #
19 # This file is free software; the Free Software Foundation
20 # gives unlimited permission to copy and/or distribute it,
21 # with or without modifications, as long as this notice is preserved.
22
23 # serial 8
24
25 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
26 # -------------------------------------
27 # Define a conditional.
28 AC_DEFUN([AM_CONDITIONAL],
29 [AC_PREREQ(2.52)dnl
30  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
31         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
32 AC_SUBST([$1_TRUE])dnl
33 AC_SUBST([$1_FALSE])dnl
34 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
35 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
36 if $2; then
37   $1_TRUE=
38   $1_FALSE='#'
39 else
40   $1_TRUE='#'
41   $1_FALSE=
42 fi
43 AC_CONFIG_COMMANDS_PRE(
44 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
45   AC_MSG_ERROR([[conditional "$1" was never defined.
46 Usually this means the macro was only invoked conditionally.]])
47 fi])])
48
49 # Copyright (C) 2006  Free Software Foundation, Inc.
50 #
51 # This file is free software; the Free Software Foundation
52 # gives unlimited permission to copy and/or distribute it,
53 # with or without modifications, as long as this notice is preserved.
54
55 # _AM_SUBST_NOTMAKE(VARIABLE)
56 # ---------------------------
57 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
58 # This macro is traced by Automake.
59 AC_DEFUN([_AM_SUBST_NOTMAKE])
60