Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: sim/msp430/aclocal.m4

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/msp430/Makefile.in ('k') | sim/msp430/config.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*- 1 # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
2 2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5 # Inc.
5 # This file is free software; the Free Software Foundation 6 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
8 9
9 # This program is distributed in the hope that it will be useful, 10 # 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 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
13 14
14 # AM_CONDITIONAL -*- Autoconf -*- 15 # AM_CONDITIONAL -*- Autoconf -*-
(...skipping 25 matching lines...) Expand all
40 else 41 else
41 $1_TRUE='#' 42 $1_TRUE='#'
42 $1_FALSE= 43 $1_FALSE=
43 fi 44 fi
44 AC_CONFIG_COMMANDS_PRE( 45 AC_CONFIG_COMMANDS_PRE(
45 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 46 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
46 AC_MSG_ERROR([[conditional "$1" was never defined. 47 AC_MSG_ERROR([[conditional "$1" was never defined.
47 Usually this means the macro was only invoked conditionally.]]) 48 Usually this means the macro was only invoked conditionally.]])
48 fi])]) 49 fi])])
49 50
51 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
52 #
53 # This file is free software; the Free Software Foundation
54 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
56
57 # serial 2
58
59 # Check whether the underlying file-system supports filenames
60 # with a leading dot. For instance MS-DOS doesn't.
61 AC_DEFUN([AM_SET_LEADING_DOT],
62 [rm -rf .tst 2>/dev/null
63 mkdir .tst 2>/dev/null
64 if test -d .tst; then
65 am__leading_dot=.
66 else
67 am__leading_dot=_
68 fi
69 rmdir .tst 2>/dev/null
70 AC_SUBST([am__leading_dot])])
71
50 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 72 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
51 # From Jim Meyering 73 # From Jim Meyering
52 74
53 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 75 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
54 # Free Software Foundation, Inc. 76 # 2011 Free Software Foundation, Inc.
55 # 77 #
56 # This file is free software; the Free Software Foundation 78 # This file is free software; the Free Software Foundation
57 # gives unlimited permission to copy and/or distribute it, 79 # gives unlimited permission to copy and/or distribute it,
58 # with or without modifications, as long as this notice is preserved. 80 # with or without modifications, as long as this notice is preserved.
59 81
60 # serial 5 82 # serial 5
61 83
62 # AM_MAINTAINER_MODE([DEFAULT-MODE]) 84 # AM_MAINTAINER_MODE([DEFAULT-MODE])
63 # ---------------------------------- 85 # ----------------------------------
64 # Control maintainer-specific portions of Makefiles. 86 # Control maintainer-specific portions of Makefiles.
65 # Default is to disable them, unless `enable' is passed literally. 87 # Default is to disable them, unless `enable' is passed literally.
66 # For symmetry, `disable' may be passed as well. Anyway, the user 88 # For symmetry, `disable' may be passed as well. Anyway, the user
67 # can override the default with the --enable/--disable switch. 89 # can override the default with the --enable/--disable switch.
68 AC_DEFUN([AM_MAINTAINER_MODE], 90 AC_DEFUN([AM_MAINTAINER_MODE],
69 [m4_case(m4_default([$1], [disable]), 91 [m4_case(m4_default([$1], [disable]),
70 [enable], [m4_define([am_maintainer_other], [disable])], 92 [enable], [m4_define([am_maintainer_other], [disable])],
71 [disable], [m4_define([am_maintainer_other], [enable])], 93 [disable], [m4_define([am_maintainer_other], [enable])],
72 [m4_define([am_maintainer_other], [enable]) 94 [m4_define([am_maintainer_other], [enable])
73 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) 95 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
74 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) 96 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
75 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 97 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
76 AC_ARG_ENABLE([maintainer-mode], 98 AC_ARG_ENABLE([maintainer-mode],
77 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful 99 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
78 (and sometimes confusing) to the casual installer], 100 (and sometimes confusing) to the casual installer],
79 [USE_MAINTAINER_MODE=$enableval], 101 [USE_MAINTAINER_MODE=$enableval],
80 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) 102 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
81 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) 103 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
82 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) 104 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
83 MAINT=$MAINTAINER_MODE_TRUE 105 MAINT=$MAINTAINER_MODE_TRUE
84 AC_SUBST([MAINT])dnl 106 AC_SUBST([MAINT])dnl
85 ] 107 ]
86 ) 108 )
87 109
88 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) 110 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
89 111
90 # Copyright (C) 2006, 2008 Free Software Foundation, Inc. 112 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
91 # 113 #
92 # This file is free software; the Free Software Foundation 114 # This file is free software; the Free Software Foundation
93 # gives unlimited permission to copy and/or distribute it, 115 # gives unlimited permission to copy and/or distribute it,
94 # with or without modifications, as long as this notice is preserved. 116 # with or without modifications, as long as this notice is preserved.
95 117
96 # serial 2 118 # serial 3
97 119
98 # _AM_SUBST_NOTMAKE(VARIABLE) 120 # _AM_SUBST_NOTMAKE(VARIABLE)
99 # --------------------------- 121 # ---------------------------
100 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. 122 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
101 # This macro is traced by Automake. 123 # This macro is traced by Automake.
102 AC_DEFUN([_AM_SUBST_NOTMAKE]) 124 AC_DEFUN([_AM_SUBST_NOTMAKE])
103 125
104 # AM_SUBST_NOTMAKE(VARIABLE) 126 # AM_SUBST_NOTMAKE(VARIABLE)
105 # --------------------------- 127 # --------------------------
106 # Public sister of _AM_SUBST_NOTMAKE. 128 # Public sister of _AM_SUBST_NOTMAKE.
107 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 129 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
108 130
109 m4_include([../config/largefile.m4])
110 m4_include([../config/lead-dot.m4])
111 m4_include([../config/plugins.m4])
112 m4_include([acinclude.m4])
OLDNEW
« no previous file with comments | « sim/msp430/Makefile.in ('k') | sim/msp430/config.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698