1 # Definition of Autom4te option sets. -*- Makefile -*-
3 # Copyright (C) 2001-2017, 2020-2023 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 <https://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_CONFIG_MACRO_DIR_TRACE
46 args: --preselect AC_FC_FREEFORM
47 args: --preselect AC_FC_SRCEXT
48 args: --preselect AC_FC_PP_DEFINE
49 args: --preselect AC_FC_PP_SRCEXT
50 args: --preselect AC_INIT
51 args: --preselect AC_LIBSOURCE
52 args: --preselect AC_REQUIRE_AUX_FILE
53 # Automake < 1.10 traces AC_SUBST. Automake >= 1.10 traces AC_SUBST_TRACE.
54 args: --preselect AC_SUBST
55 args: --preselect AC_SUBST_TRACE
56 args: --preselect AM_AUTOMAKE_VERSION
57 args: --preselect AM_CONDITIONAL
58 args: --preselect AM_ENABLE_MULTILIB
59 args: --preselect AM_EXTRA_RECURSIVE_TARGETS
60 args: --preselect AM_GNU_GETTEXT
61 args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
62 args: --preselect AM_INIT_AUTOMAKE
63 args: --preselect AM_MAKEFILE_INCLUDE
64 args: --preselect AM_MAINTAINER_MODE
65 args: --preselect AM_NLS
66 args: --preselect AM_POT_TOOLS
67 args: --preselect AM_PATH_GUILE
68 args: --preselect AM_PROG_AR
69 args: --preselect AM_PROG_CC_C_O
70 args: --preselect AM_PROG_CXX_C_O
71 args: --preselect AM_PROG_F77_C_O
72 args: --preselect AM_PROG_FC_C_O
73 args: --preselect AM_PROG_MOC
74 # AM_PROG_MKDIR_P will be removed in Automake 1.14.
75 args: --preselect AM_PROG_MKDIR_P
76 args: --preselect AM_SILENT_RULES
77 args: --preselect AM_XGETTEXT_OPTION
78 args: --preselect _AM_MAKEFILE_INCLUDE
79 args: --preselect _AM_SUBST_NOTMAKE
80 args: --preselect _AM_COND_IF
81 args: --preselect _AM_COND_ELSE
82 args: --preselect _AM_COND_ENDIF
83 args: --preselect LT_SUPPORTED_TAG
84 args: --preselect _LT_AC_TAGCONFIG
85 args: --preselect m4_include
86 args: --preselect m4_sinclude
87 end-language: "Automake-preselections"
90 ## -------------------------- ##
91 ## Autoreconf-preselections. ##
92 ## -------------------------- ##
94 begin-language: "Autoreconf-preselections"
95 args: --preselect AC_CONFIG_AUX_DIR
96 args: --preselect AC_CONFIG_HEADERS
97 args: --preselect AC_CONFIG_MACRO_DIR_TRACE
98 args: --preselect AC_CONFIG_SUBDIRS
99 args: --preselect AC_INIT
100 args: --preselect AC_REQUIRE_AUX_FILE
101 args: --preselect AC_PROG_LIBTOOL
102 args: --preselect AM_PROG_LIBTOOL
103 args: --preselect LT_INIT
104 args: --preselect LT_CONFIG_LTDL_DIR
105 args: --preselect AM_GNU_GETTEXT
106 args: --preselect GTK_DOC_CHECK
107 args: --preselect IT_PROG_INTLTOOL
108 end-language: "Autoreconf-preselections"
111 ## ----------------------------- ##
112 ## Autoconf without aclocal.m4. ##
113 ## ----------------------------- ##
115 # This intermediate language is used by aclocal to build aclocal.m4.
117 begin-language: "Autoconf-without-aclocal-m4"
118 args: --prepend-include '@pkgdatadir@'
119 args: --cache=autom4te.cache
120 args: autoconf/autoconf.m4f
123 args: --language M4sh
124 end-language: "Autoconf-without-aclocal-m4"
131 begin-language: "Autoconf"
132 args: --language Autoheader-preselections
133 args: --language Automake-preselections
134 args: --language Autoreconf-preselections
135 args: --language Autoconf-without-aclocal-m4
137 end-language: "Autoconf"
144 begin-language: "Autotest"
145 args: --prepend-include '@pkgdatadir@'
146 args: autotest/autotest.m4f
150 args: --language M4sh
151 end-language: "Autotest"
158 begin-language: "M4sh"
159 args: --prepend-include '@pkgdatadir@'
160 args: m4sugar/m4sh.m4f
162 args: --language M4sugar
170 begin-language: "M4sugar"
171 args: --prepend-include '@pkgdatadir@'
172 args: m4sugar/m4sugar.m4f
173 end-language: "M4sugar"