1# Definition of Autom4te option sets.                     -*- Makefile -*-
2#
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
4# Foundation, Inc.
5#
6# This file is part of GNU Autoconf.
7#
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 2, or (at your option)
11# any later version.
12#
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.
17#
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.
22
23## -------------------------- ##
24## Autoheader preselections.  ##
25## -------------------------- ##
26
27begin-language: "Autoheader-preselections"
28args: --preselect AC_CONFIG_HEADERS
29args: --preselect AH_OUTPUT
30args: --preselect AC_DEFINE_TRACE_LITERAL
31end-language: "Autoheader-preselections"
32
33
34## ------------------------ ##
35## Automake-preselections.  ##
36## ------------------------ ##
37
38begin-language: "Automake-preselections"
39args: --preselect AC_CANONICAL_BUILD
40args: --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.
43args: --preselect AC_CANONICAL_SYSTEM
44args: --preselect AC_CANONICAL_TARGET
45args: --preselect AC_CONFIG_AUX_DIR
46args: --preselect AC_CONFIG_FILES
47args: --preselect AC_CONFIG_HEADERS
48args: --preselect AC_CONFIG_LIBOBJ_DIR
49args: --preselect AC_CONFIG_LINKS
50args: --preselect AC_FC_FREEFORM
51args: --preselect AC_FC_SRCEXT
52args: --preselect AC_INIT
53args: --preselect AC_LIBSOURCE
54args: --preselect AC_REQUIRE_AUX_FILE
55# Automake < 1.10 traces AC_SUBST.  Automake >= 1.10 traces AC_SUBST_TRACE.
56args: --preselect AC_SUBST
57args: --preselect AC_SUBST_TRACE
58args: --preselect AM_AUTOMAKE_VERSION
59args: --preselect AM_CONDITIONAL
60args: --preselect AM_ENABLE_MULTILIB
61args: --preselect AM_GNU_GETTEXT
62args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
63args: --preselect AM_INIT_AUTOMAKE
64args: --preselect AM_MAINTAINER_MODE
65args: --preselect AM_PROG_CC_C_O
66args: --preselect AM_PROG_CXX_C_O
67args: --preselect AM_PROG_F77_C_O
68args: --preselect AM_PROG_FC_C_O
69args: --preselect _AM_SUBST_NOTMAKE
70args: --preselect LT_SUPPORTED_TAG
71args: --preselect _LT_AC_TAGCONFIG
72args: --preselect m4_include
73args: --preselect m4_sinclude
74end-language: "Automake-preselections"
75
76
77## -------------------------- ##
78## Autoreconf-preselections.  ##
79## -------------------------- ##
80
81begin-language: "Autoreconf-preselections"
82args: --preselect AC_CONFIG_AUX_DIR
83args: --preselect AC_CONFIG_HEADERS
84args: --preselect AC_CONFIG_SUBDIRS
85args: --preselect AC_INIT
86args: --preselect AC_PROG_LIBTOOL
87args: --preselect LT_INIT
88args: --preselect LT_CONFIG_LTDL_DIR
89args: --preselect AM_GNU_GETTEXT
90end-language: "Autoreconf-preselections"
91
92
93## ----------------------------- ##
94## Autoconf without aclocal.m4.  ##
95## ----------------------------- ##
96
97# This intermediate language is used by aclocal to build aclocal.m4.
98
99begin-language: "Autoconf-without-aclocal-m4"
100args: --prepend-include @datadir@
101args: --cache=autom4te.cache
102args: autoconf/autoconf.m4f
103args: acsite.m4?
104args: --mode 777
105args: --language M4sh
106end-language: "Autoconf-without-aclocal-m4"
107
108
109## ---------- ##
110## Autoconf.  ##
111## ---------- ##
112
113begin-language: "Autoconf"
114args: --language Autoheader-preselections
115args: --language Automake-preselections
116args: --language Autoreconf-preselections
117args: --language Autoconf-without-aclocal-m4
118args: aclocal.m4?
119end-language: "Autoconf"
120
121
122## -------- ##
123## Autotest ##
124## -------- ##
125
126begin-language: "Autotest"
127args: --prepend-include @datadir@
128args: autotest/autotest.m4f
129args: package.m4?
130args: local.at?
131args: --mode 777
132args: --language M4sh
133end-language: "Autotest"
134
135
136## ---- ##
137## M4sh ##
138## ---- ##
139
140begin-language: "M4sh"
141args: --prepend-include @datadir@
142args: m4sugar/m4sh.m4f
143args: --mode 777
144args: --language M4sugar
145end-language: "M4sh"
146
147
148## ------- ##
149## M4sugar ##
150## ------- ##
151
152begin-language: "M4sugar"
153args: --prepend-include @datadir@
154args: m4sugar/m4sugar.m4f
155args: --warnings syntax
156end-language: "M4sugar"
157