maint: update copyright year
[autoconf.git] / lib / autom4te.in
blob05b325ff79830b1d79f918c7c08594111868cd4a
1 # Definition of Autom4te option sets.                     -*- Makefile -*-
3 # Copyright (C) 2001-2011 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 ## -------------------------- ##
19 ## Autoheader preselections.  ##
20 ## -------------------------- ##
22 begin-language: "Autoheader-preselections"
23 args: --preselect AC_CONFIG_HEADERS
24 args: --preselect AH_OUTPUT
25 args: --preselect AC_DEFINE_TRACE_LITERAL
26 end-language: "Autoheader-preselections"
29 ## ------------------------ ##
30 ## Automake-preselections.  ##
31 ## ------------------------ ##
33 begin-language: "Automake-preselections"
34 args: --preselect AC_CANONICAL_BUILD
35 args: --preselect AC_CANONICAL_HOST
36 # AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9.
37 # Later versions trace AC_CANONICAL_TARGET instead.
38 args: --preselect AC_CANONICAL_SYSTEM
39 args: --preselect AC_CANONICAL_TARGET
40 args: --preselect AC_CONFIG_AUX_DIR
41 args: --preselect AC_CONFIG_FILES
42 args: --preselect AC_CONFIG_HEADERS
43 args: --preselect AC_CONFIG_LIBOBJ_DIR
44 args: --preselect AC_CONFIG_LINKS
45 args: --preselect AC_FC_FREEFORM
46 args: --preselect AC_FC_SRCEXT
47 args: --preselect AC_INIT
48 args: --preselect AC_LIBSOURCE
49 args: --preselect AC_REQUIRE_AUX_FILE
50 # Automake < 1.10 traces AC_SUBST.  Automake >= 1.10 traces AC_SUBST_TRACE.
51 args: --preselect AC_SUBST
52 args: --preselect AC_SUBST_TRACE
53 args: --preselect AM_AUTOMAKE_VERSION
54 args: --preselect AM_CONDITIONAL
55 args: --preselect AM_ENABLE_MULTILIB
56 args: --preselect AM_GNU_GETTEXT
57 args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
58 args: --preselect AM_INIT_AUTOMAKE
59 args: --preselect AM_MAKEFILE_INCLUDE
60 args: --preselect AM_MAINTAINER_MODE
61 args: --preselect AM_NLS
62 args: --preselect AM_POT_TOOLS
63 args: --preselect AM_PATH_GUILE
64 args: --preselect AM_PROG_AR
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_PROG_MOC
70 args: --preselect AM_SILENT_RULES
71 args: --preselect AM_XGETTEXT_OPTION
72 args: --preselect _AM_MAKEFILE_INCLUDE
73 args: --preselect _AM_SUBST_NOTMAKE
74 args: --preselect _AM_COND_IF
75 args: --preselect _AM_COND_ELSE
76 args: --preselect _AM_COND_ENDIF
77 args: --preselect LT_SUPPORTED_TAG
78 args: --preselect _LT_AC_TAGCONFIG
79 args: --preselect m4_include
80 args: --preselect m4_sinclude
81 end-language: "Automake-preselections"
84 ## -------------------------- ##
85 ## Autoreconf-preselections.  ##
86 ## -------------------------- ##
88 begin-language: "Autoreconf-preselections"
89 args: --preselect AC_CONFIG_AUX_DIR
90 args: --preselect AC_CONFIG_HEADERS
91 args: --preselect AC_CONFIG_SUBDIRS
92 args: --preselect AC_INIT
93 args: --preselect AC_PROG_LIBTOOL
94 args: --preselect LT_INIT
95 args: --preselect LT_CONFIG_LTDL_DIR
96 args: --preselect AM_GNU_GETTEXT
97 end-language: "Autoreconf-preselections"
100 ## ----------------------------- ##
101 ## Autoconf without aclocal.m4.  ##
102 ## ----------------------------- ##
104 # This intermediate language is used by aclocal to build aclocal.m4.
106 begin-language: "Autoconf-without-aclocal-m4"
107 args: --prepend-include '@pkgdatadir@'
108 args: --cache=autom4te.cache
109 args: autoconf/autoconf.m4f
110 args: acsite.m4?
111 args: --mode 777
112 args: --language M4sh
113 end-language: "Autoconf-without-aclocal-m4"
116 ## ---------- ##
117 ## Autoconf.  ##
118 ## ---------- ##
120 begin-language: "Autoconf"
121 args: --language Autoheader-preselections
122 args: --language Automake-preselections
123 args: --language Autoreconf-preselections
124 args: --language Autoconf-without-aclocal-m4
125 args: aclocal.m4?
126 end-language: "Autoconf"
129 ## -------- ##
130 ## Autotest ##
131 ## -------- ##
133 begin-language: "Autotest"
134 args: --prepend-include '@pkgdatadir@'
135 args: autotest/autotest.m4f
136 args: package.m4?
137 args: local.at?
138 args: --mode 777
139 args: --language M4sh
140 end-language: "Autotest"
143 ## ---- ##
144 ## M4sh ##
145 ## ---- ##
147 begin-language: "M4sh"
148 args: --prepend-include '@pkgdatadir@'
149 args: m4sugar/m4sh.m4f
150 args: --mode 777
151 args: --language M4sugar
152 end-language: "M4sh"
155 ## ------- ##
156 ## M4sugar ##
157 ## ------- ##
159 begin-language: "M4sugar"
160 args: --prepend-include '@pkgdatadir@'
161 args: m4sugar/m4sugar.m4f
162 args: --warnings syntax
163 end-language: "M4sugar"