1 # Definition of Autom4te option sets. -*- Makefile -*-
3 # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
4 # Software 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 2, or (at your option)
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 _AM_COND_IF
71 args: --preselect _AM_COND_ELSE
72 args: --preselect _AM_COND_ENDIF
73 args: --preselect LT_SUPPORTED_TAG
74 args: --preselect _LT_AC_TAGCONFIG
75 args: --preselect m4_include
76 args: --preselect m4_sinclude
77 end-language: "Automake-preselections"
80 ## -------------------------- ##
81 ## Autoreconf-preselections. ##
82 ## -------------------------- ##
84 begin-language: "Autoreconf-preselections"
85 args: --preselect AC_CONFIG_AUX_DIR
86 args: --preselect AC_CONFIG_HEADERS
87 args: --preselect AC_CONFIG_SUBDIRS
88 args: --preselect AC_INIT
89 args: --preselect AC_PROG_LIBTOOL
90 args: --preselect LT_INIT
91 args: --preselect LT_CONFIG_LTDL_DIR
92 args: --preselect AM_GNU_GETTEXT
93 end-language: "Autoreconf-preselections"
96 ## ----------------------------- ##
97 ## Autoconf without aclocal.m4. ##
98 ## ----------------------------- ##
100 # This intermediate language is used by aclocal to build aclocal.m4.
102 begin-language: "Autoconf-without-aclocal-m4"
103 args: --prepend-include '@datadir@'
104 args: --cache=autom4te.cache
105 args: autoconf/autoconf.m4f
108 args: --language M4sh
109 end-language: "Autoconf-without-aclocal-m4"
116 begin-language: "Autoconf"
117 args: --language Autoheader-preselections
118 args: --language Automake-preselections
119 args: --language Autoreconf-preselections
120 args: --language Autoconf-without-aclocal-m4
122 end-language: "Autoconf"
129 begin-language: "Autotest"
130 args: --prepend-include '@datadir@'
131 args: autotest/autotest.m4f
135 args: --language M4sh
136 end-language: "Autotest"
143 begin-language: "M4sh"
144 args: --prepend-include '@datadir@'
145 args: m4sugar/m4sh.m4f
147 args: --language M4sugar
155 begin-language: "M4sugar"
156 args: --prepend-include '@datadir@'
157 args: m4sugar/m4sugar.m4f
158 args: --warnings syntax
159 end-language: "M4sugar"