(TAGS): Put DEPFILES back and add as a dependency.
[deliverable/binutils-gdb.git] / gdb / aclocal.m4
CommitLineData
85981d60 1# generated automatically by aclocal 1.9.2 -*- Autoconf -*-
c906108c 2
85981d60
AC
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4# 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.
c906108c 8
85981d60
AC
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.
e17bf198 13
85981d60 14# AM_CONDITIONAL -*- Autoconf -*-
413ccac7 15
85981d60 16# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
413ccac7 17
56157b4a
AC
18# This program is free software; you can redistribute it and/or modify
19# it under the terms of the GNU General Public License as published by
20# the Free Software Foundation; either version 2, or (at your option)
21# any later version.
413ccac7 22
56157b4a
AC
23# This program is distributed in the hope that it will be useful,
24# but WITHOUT ANY WARRANTY; without even the implied warranty of
25# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26# GNU General Public License for more details.
46711df8 27
56157b4a
AC
28# You should have received a copy of the GNU General Public License
29# along with this program; if not, write to the Free Software
30# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
31# 02111-1307, USA.
c906108c 32
85981d60 33# serial 6
c906108c 34
85981d60
AC
35# AM_CONDITIONAL(NAME, SHELL-CONDITION)
36# -------------------------------------
37# Define a conditional.
38AC_DEFUN([AM_CONDITIONAL],
39[AC_PREREQ(2.52)dnl
40 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
41 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
42AC_SUBST([$1_TRUE])
43AC_SUBST([$1_FALSE])
44if $2; then
45 $1_TRUE=
46 $1_FALSE='#'
c906108c 47else
85981d60
AC
48 $1_TRUE='#'
49 $1_FALSE=
c906108c 50fi
85981d60
AC
51AC_CONFIG_COMMANDS_PRE(
52[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
53 AC_MSG_ERROR([[conditional "$1" was never defined.
54Usually this means the macro was only invoked conditionally.]])
55fi])])
14abd0fb 56
85981d60
AC
57# Add --enable-maintainer-mode option to configure.
58# From Jim Meyering
5b5d99cf 59
85981d60
AC
60# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
61# Free Software Foundation, Inc.
b9362cc7 62
85981d60
AC
63# This program is free software; you can redistribute it and/or modify
64# it under the terms of the GNU General Public License as published by
65# the Free Software Foundation; either version 2, or (at your option)
66# any later version.
b9362cc7 67
85981d60
AC
68# This program is distributed in the hope that it will be useful,
69# but WITHOUT ANY WARRANTY; without even the implied warranty of
70# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
71# GNU General Public License for more details.
5b5d99cf 72
85981d60
AC
73# You should have received a copy of the GNU General Public License
74# along with this program; if not, write to the Free Software
75# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
76# 02111-1307, USA.
56157b4a 77
85981d60 78# serial 3
56157b4a 79
85981d60 80AC_DEFUN([AM_MAINTAINER_MODE],
56157b4a
AC
81[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
82 dnl maintainer-mode is disabled by default
83 AC_ARG_ENABLE(maintainer-mode,
85981d60
AC
84[ --enable-maintainer-mode enable make rules and dependencies not useful
85 (and sometimes confusing) to the casual installer],
56157b4a
AC
86 USE_MAINTAINER_MODE=$enableval,
87 USE_MAINTAINER_MODE=no)
85981d60
AC
88 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
89 AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
56157b4a
AC
90 MAINT=$MAINTAINER_MODE_TRUE
91 AC_SUBST(MAINT)dnl
92]
93)
94
85981d60 95AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
56157b4a 96
85981d60 97m4_include([acinclude.m4])
This page took 0.344309 seconds and 4 git commands to generate.