]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/aclocal.m4
Eliminate bad C code from configure.in
[bacula/bacula] / bacula / autoconf / aclocal.m4
1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005  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
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 7
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])
33 AC_SUBST([$1_FALSE])
34 if $2; then
35   $1_TRUE=
36   $1_FALSE='#'
37 else
38   $1_TRUE='#'
39   $1_FALSE=
40 fi
41 AC_CONFIG_COMMANDS_PRE(
42 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
43   AC_MSG_ERROR([[conditional "$1" was never defined.
44 Usually this means the macro was only invoked conditionally.]])
45 fi])])
46
47 m4_include([gettext-macros/codeset.m4])
48 m4_include([gettext-macros/gettext.m4])
49 m4_include([gettext-macros/glibc2.m4])
50 m4_include([gettext-macros/glibc21.m4])
51 m4_include([gettext-macros/iconv.m4])
52 m4_include([gettext-macros/intdiv0.m4])
53 m4_include([gettext-macros/intmax.m4])
54 m4_include([gettext-macros/inttypes-pri.m4])
55 m4_include([gettext-macros/inttypes.m4])
56 m4_include([gettext-macros/inttypes_h.m4])
57 m4_include([gettext-macros/isc-posix.m4])
58 m4_include([gettext-macros/lcmessage.m4])
59 m4_include([gettext-macros/lib-ld.m4])
60 m4_include([gettext-macros/lib-link.m4])
61 m4_include([gettext-macros/lib-prefix.m4])
62 m4_include([gettext-macros/longdouble.m4])
63 m4_include([gettext-macros/longlong.m4])
64 m4_include([gettext-macros/nls.m4])
65 m4_include([gettext-macros/po.m4])
66 m4_include([gettext-macros/printf-posix.m4])
67 m4_include([gettext-macros/progtest.m4])
68 m4_include([gettext-macros/signed.m4])
69 m4_include([gettext-macros/size_max.m4])
70 m4_include([gettext-macros/stdint_h.m4])
71 m4_include([gettext-macros/uintmax_t.m4])
72 m4_include([gettext-macros/ulonglong.m4])
73 m4_include([gettext-macros/wchar_t.m4])
74 m4_include([gettext-macros/wint_t.m4])
75 m4_include([gettext-macros/xsize.m4])
76 m4_include([bacula-macros/largefiles.m4])
77 m4_include([bacula-macros/os.m4])