Update to GPLv3.
[autoconf.git] / lib / autom4te.in
blob5f55f7c1a9546e5e6cc56b22acb3aefd97bdb82f
1 # Definition of Autom4te option sets.                     -*- Makefile -*-
3 # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4 # Foundation, Inc.
6 # This file is part of GNU Autoconf.
8 # GNU Autoconf is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3, or (at your option)
11 # any later version.
13 # GNU Autoconf is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with autoconf; see the file COPYING.  If not, write to
20 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 # Boston, MA 02110-1301, USA.
23 ## -------------------------- ##
24 ## Autoheader preselections.  ##
25 ## -------------------------- ##
27 begin-language: "Autoheader-preselections"
28 args: --preselect AC_CONFIG_HEADERS
29 args: --preselect AH_OUTPUT
30 args: --preselect AC_DEFINE_TRACE_LITERAL
31 end-language: "Autoheader-preselections"
34 ## ------------------------ ##
35 ## Automake-preselections.  ##
36 ## ------------------------ ##
38 begin-language: "Automake-preselections"
39 args: --preselect AC_CANONICAL_BUILD
40 args: --preselect AC_CANONICAL_HOST
41 # AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9.
42 # Later versions trace AC_CANONICAL_TARGET instead.
43 args: --preselect AC_CANONICAL_SYSTEM
44 args: --preselect AC_CANONICAL_TARGET
45 args: --preselect AC_CONFIG_AUX_DIR
46 args: --preselect AC_CONFIG_FILES
47 args: --preselect AC_CONFIG_HEADERS
48 args: --preselect AC_CONFIG_LIBOBJ_DIR
49 args: --preselect AC_CONFIG_LINKS
50 args: --preselect AC_FC_FREEFORM
51 args: --preselect AC_FC_SRCEXT
52 args: --preselect AC_INIT
53 args: --preselect AC_LIBSOURCE
54 args: --preselect AC_REQUIRE_AUX_FILE
55 # Automake < 1.10 traces AC_SUBST.  Automake >= 1.10 traces AC_SUBST_TRACE.
56 args: --preselect AC_SUBST
57 args: --preselect AC_SUBST_TRACE
58 args: --preselect AM_AUTOMAKE_VERSION
59 args: --preselect AM_CONDITIONAL
60 args: --preselect AM_ENABLE_MULTILIB
61 args: --preselect AM_GNU_GETTEXT
62 args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
63 args: --preselect AM_INIT_AUTOMAKE
64 args: --preselect AM_MAINTAINER_MODE
65 args: --preselect AM_PROG_CC_C_O
66 args: --preselect AM_PROG_CXX_C_O
67 args: --preselect AM_PROG_F77_C_O
68 args: --preselect AM_PROG_FC_C_O
69 args: --preselect _AM_SUBST_NOTMAKE
70 args: --preselect LT_SUPPORTED_TAG
71 args: --preselect _LT_AC_TAGCONFIG
72 args: --preselect m4_include
73 args: --preselect m4_sinclude
74 end-language: "Automake-preselections"
77 ## -------------------------- ##
78 ## Autoreconf-preselections.  ##
79 ## -------------------------- ##
81 begin-language: "Autoreconf-preselections"
82 args: --preselect AC_CONFIG_AUX_DIR
83 args: --preselect AC_CONFIG_HEADERS
84 args: --preselect AC_CONFIG_SUBDIRS
85 args: --preselect AC_INIT
86 args: --preselect AC_PROG_LIBTOOL
87 args: --preselect LT_INIT
88 args: --preselect LT_CONFIG_LTDL_DIR
89 args: --preselect AM_GNU_GETTEXT
90 end-language: "Autoreconf-preselections"
93 ## ----------------------------- ##
94 ## Autoconf without aclocal.m4.  ##
95 ## ----------------------------- ##
97 # This intermediate language is used by aclocal to build aclocal.m4.
99 begin-language: "Autoconf-without-aclocal-m4"
100 args: --prepend-include @datadir@
101 args: --cache=autom4te.cache
102 args: autoconf/autoconf.m4f
103 args: acsite.m4?
104 args: --mode 777
105 args: --language M4sh
106 end-language: "Autoconf-without-aclocal-m4"
109 ## ---------- ##
110 ## Autoconf.  ##
111 ## ---------- ##
113 begin-language: "Autoconf"
114 args: --language Autoheader-preselections
115 args: --language Automake-preselections
116 args: --language Autoreconf-preselections
117 args: --language Autoconf-without-aclocal-m4
118 args: aclocal.m4?
119 end-language: "Autoconf"
122 ## -------- ##
123 ## Autotest ##
124 ## -------- ##
126 begin-language: "Autotest"
127 args: --prepend-include @datadir@
128 args: autotest/autotest.m4f
129 args: package.m4?
130 args: local.at?
131 args: --mode 777
132 args: --language M4sh
133 end-language: "Autotest"
136 ## ---- ##
137 ## M4sh ##
138 ## ---- ##
140 begin-language: "M4sh"
141 args: --prepend-include @datadir@
142 args: m4sugar/m4sh.m4f
143 args: --mode 777
144 args: --language M4sugar
145 end-language: "M4sh"
148 ## ------- ##
149 ## M4sugar ##
150 ## ------- ##
152 begin-language: "M4sugar"
153 args: --prepend-include @datadir@
154 args: m4sugar/m4sugar.m4f
155 args: --warnings syntax
156 end-language: "M4sugar"