Merge branch 'master' of /home/eggert/src/gnu/autoconf-savannah/
[autoconf/tsuna.git] / lib / autom4te.in
blob87b352f75e9a5902965920764c270083e1f3c3c4
1 # Definition of Autom4te option sets.                     -*- Makefile -*-
3 # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4 # Foundation, Inc.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 ## -------------------------- ##
20 ## Autoheader preselections.  ##
21 ## -------------------------- ##
23 begin-language: "Autoheader-preselections"
24 args: --preselect AC_CONFIG_HEADERS
25 args: --preselect AH_OUTPUT
26 args: --preselect AC_DEFINE_TRACE_LITERAL
27 end-language: "Autoheader-preselections"
30 ## ------------------------ ##
31 ## Automake-preselections.  ##
32 ## ------------------------ ##
34 begin-language: "Automake-preselections"
35 args: --preselect AC_CANONICAL_BUILD
36 args: --preselect AC_CANONICAL_HOST
37 # AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9.
38 # Later versions trace AC_CANONICAL_TARGET instead.
39 args: --preselect AC_CANONICAL_SYSTEM
40 args: --preselect AC_CANONICAL_TARGET
41 args: --preselect AC_CONFIG_AUX_DIR
42 args: --preselect AC_CONFIG_FILES
43 args: --preselect AC_CONFIG_HEADERS
44 args: --preselect AC_CONFIG_LIBOBJ_DIR
45 args: --preselect AC_CONFIG_LINKS
46 args: --preselect AC_FC_FREEFORM
47 args: --preselect AC_FC_SRCEXT
48 args: --preselect AC_INIT
49 args: --preselect AC_LIBSOURCE
50 args: --preselect AC_REQUIRE_AUX_FILE
51 # Automake < 1.10 traces AC_SUBST.  Automake >= 1.10 traces AC_SUBST_TRACE.
52 args: --preselect AC_SUBST
53 args: --preselect AC_SUBST_TRACE
54 args: --preselect AM_AUTOMAKE_VERSION
55 args: --preselect AM_CONDITIONAL
56 args: --preselect AM_ENABLE_MULTILIB
57 args: --preselect AM_GNU_GETTEXT
58 args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
59 args: --preselect AM_INIT_AUTOMAKE
60 args: --preselect AM_MAINTAINER_MODE
61 args: --preselect AM_PROG_CC_C_O
62 args: --preselect AM_PROG_CXX_C_O
63 args: --preselect AM_PROG_F77_C_O
64 args: --preselect AM_PROG_FC_C_O
65 args: --preselect _AM_SUBST_NOTMAKE
66 args: --preselect LT_SUPPORTED_TAG
67 args: --preselect _LT_AC_TAGCONFIG
68 args: --preselect m4_include
69 args: --preselect m4_sinclude
70 end-language: "Automake-preselections"
73 ## -------------------------- ##
74 ## Autoreconf-preselections.  ##
75 ## -------------------------- ##
77 begin-language: "Autoreconf-preselections"
78 args: --preselect AC_CONFIG_AUX_DIR
79 args: --preselect AC_CONFIG_HEADERS
80 args: --preselect AC_CONFIG_SUBDIRS
81 args: --preselect AC_INIT
82 args: --preselect AC_PROG_LIBTOOL
83 args: --preselect LT_INIT
84 args: --preselect LT_CONFIG_LTDL_DIR
85 args: --preselect AM_GNU_GETTEXT
86 end-language: "Autoreconf-preselections"
89 ## ----------------------------- ##
90 ## Autoconf without aclocal.m4.  ##
91 ## ----------------------------- ##
93 # This intermediate language is used by aclocal to build aclocal.m4.
95 begin-language: "Autoconf-without-aclocal-m4"
96 args: --prepend-include @datadir@
97 args: --cache=autom4te.cache
98 args: autoconf/autoconf.m4f
99 args: acsite.m4?
100 args: --mode 777
101 args: --language M4sh
102 end-language: "Autoconf-without-aclocal-m4"
105 ## ---------- ##
106 ## Autoconf.  ##
107 ## ---------- ##
109 begin-language: "Autoconf"
110 args: --language Autoheader-preselections
111 args: --language Automake-preselections
112 args: --language Autoreconf-preselections
113 args: --language Autoconf-without-aclocal-m4
114 args: aclocal.m4?
115 end-language: "Autoconf"
118 ## -------- ##
119 ## Autotest ##
120 ## -------- ##
122 begin-language: "Autotest"
123 args: --prepend-include @datadir@
124 args: autotest/autotest.m4f
125 args: package.m4?
126 args: local.at?
127 args: --mode 777
128 args: --language M4sh
129 end-language: "Autotest"
132 ## ---- ##
133 ## M4sh ##
134 ## ---- ##
136 begin-language: "M4sh"
137 args: --prepend-include @datadir@
138 args: m4sugar/m4sh.m4f
139 args: --mode 777
140 args: --language M4sugar
141 end-language: "M4sh"
144 ## ------- ##
145 ## M4sugar ##
146 ## ------- ##
148 begin-language: "M4sugar"
149 args: --prepend-include @datadir@
150 args: m4sugar/m4sugar.m4f
151 args: --warnings syntax
152 end-language: "M4sugar"