PR 1150
[deliverable/binutils-gdb.git] / gdb / aclocal.m4
1 # generated automatically by aclocal 1.9.2 -*- Autoconf -*-
2
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.
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 Free Software Foundation, Inc.
17
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.
22
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.
27
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., 51 Franklin Street, Fifth Floor,
31 # Boston, MA 02110-1301, USA.
32
33 # serial 3
34
35 AC_DEFUN([AM_MAINTAINER_MODE],
36 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
37 dnl maintainer-mode is disabled by default
38 AC_ARG_ENABLE(maintainer-mode,
39 [ --enable-maintainer-mode enable make rules and dependencies not useful
40 (and sometimes confusing) to the casual installer],
41 USE_MAINTAINER_MODE=$enableval,
42 USE_MAINTAINER_MODE=no)
43 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
44 AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
45 MAINT=$MAINTAINER_MODE_TRUE
46 AC_SUBST(MAINT)dnl
47 ]
48 )
49
50 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
51
52 m4_include([acinclude.m4])
This page took 0.032133 seconds and 4 git commands to generate.