* bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
[autoconf.git] / lib / autom4te.in
blob6cf3173d9bf3f54f37ea5a82e0a4fe2989a237dd
1 # Definition of Autom4te option sets.                     -*- Makefile -*-
3 # Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5 # This file is part of GNU Autoconf.
7 # GNU Autoconf is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
12 # GNU Autoconf is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with autoconf; see the file COPYING.  If not, write to
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 # Boston, MA 02111-1307, USA.
22 ## -------------------------- ##
23 ## Autoheader preselections.  ##
24 ## -------------------------- ##
26 begin-language: "Autoheader-preselections"
27 args: --preselect AC_CONFIG_HEADERS
28 args: --preselect AH_OUTPUT
29 args: --preselect AC_DEFINE_TRACE_LITERAL
30 end-language: "Autoheader-preselections"
33 ## ------------------------ ##
34 ## Automake-preselections.  ##
35 ## ------------------------ ##
37 begin-language: "Automake-preselections"
38 args: --preselect AC_CANONICAL_HOST
39 args: --preselect AC_CANONICAL_SYSTEM
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_INIT
46 args: --preselect AC_LIBSOURCE
47 args: --preselect AC_LIBTOOL_TAGS
48 args: --preselect AC_SUBST
49 args: --preselect AM_AUTOMAKE_VERSION
50 args: --preselect AM_CONDITIONAL
51 args: --preselect AM_GNU_GETTEXT
52 args: --preselect AM_INIT_AUTOMAKE
53 args: --preselect AM_MAINTAINER_MODE
54 args: --preselect AM_PROG_CC_C_O
55 args: --preselect m4_include
56 args: --preselect m4_sinclude
57 args: --preselect _LT_AC_TAGCONFIG
58 end-language: "Automake-preselections"
61 ## -------------------------- ##
62 ## Autoreconf-preselections.  ##
63 ## -------------------------- ##
65 begin-language: "Autoreconf-preselections"
66 args: --preselect AC_CONFIG_AUX_DIR
67 args: --preselect AC_CONFIG_HEADERS
68 args: --preselect AC_CONFIG_SUBDIRS
69 args: --preselect AC_INIT
70 args: --preselect AC_PROG_LIBTOOL
71 args: --preselect LT_INIT
72 args: --preselect AM_GNU_GETTEXT
73 end-language: "Autoreconf-preselections"
76 ## ------------------------ ##
77 ## Autoscan-preselections.  ##
78 ## ------------------------ ##
80 # To update the following list:
82 #$ tests/autom4te -l autoconf -M -t AN_OUTPUT:\$3 |
83 # sed 's/(.*//' |
84 # sort -u |
85 # grep -v '^warn' |
86 # sed 's/^/args: --preselect /'
88 # and add AC_CHECK_LIB by hand.
90 # I'm a bit frightened to put this into the Makefile, which was
91 # my goal: running autom4te to get this list requires autom4te.cfg,
92 # which is what we are building :(  In fact we need three files, not
93 # two (autom4te.pre -> autom4te.in -> autom4te.cfg).
94 begin-language: "Autoscan-preselections"
95 args: --preselect AC_CHECK_FUNCS
96 args: --preselect AC_CHECK_HEADERS
97 args: --preselect AC_CHECK_LIB
98 args: --preselect AC_CHECK_MEMBERS
99 args: --preselect AC_CHECK_TYPES
100 args: --preselect AC_C_CONST
101 args: --preselect AC_C_INLINE
102 args: --preselect AC_C_VOLATILE
103 args: --preselect AC_DECL_SYS_SIGLIST
104 args: --preselect AC_FUNC_ALLOCA
105 args: --preselect AC_FUNC_CHOWN
106 args: --preselect AC_FUNC_CLOSEDIR_VOID
107 args: --preselect AC_FUNC_ERROR_AT_LINE
108 args: --preselect AC_FUNC_FORK
109 args: --preselect AC_FUNC_FSEEKO
110 args: --preselect AC_FUNC_GETGROUPS
111 args: --preselect AC_FUNC_GETLOADAVG
112 args: --preselect AC_FUNC_GETMNTENT
113 args: --preselect AC_FUNC_GETPGRP
114 args: --preselect AC_FUNC_LSTAT
115 args: --preselect AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
116 args: --preselect AC_FUNC_MALLOC
117 args: --preselect AC_FUNC_MBRTOWC
118 args: --preselect AC_FUNC_MEMCMP
119 args: --preselect AC_FUNC_MKTIME
120 args: --preselect AC_FUNC_MMAP
121 args: --preselect AC_FUNC_OBSTACK
122 args: --preselect AC_FUNC_REALLOC
123 args: --preselect AC_FUNC_SELECT_ARGTYPES
124 args: --preselect AC_FUNC_SETPGRP
125 args: --preselect AC_FUNC_SETVBUF_REVERSED
126 args: --preselect AC_FUNC_STAT
127 args: --preselect AC_FUNC_STRCOLL
128 args: --preselect AC_FUNC_STRERROR_R
129 args: --preselect AC_FUNC_STRFTIME
130 args: --preselect AC_FUNC_STRNLEN
131 args: --preselect AC_FUNC_STRTOD
132 args: --preselect AC_FUNC_UTIME_NULL
133 args: --preselect AC_FUNC_VPRINTF
134 args: --preselect AC_FUNC_WAIT3
135 args: --preselect AC_HEADER_DIRENT
136 args: --preselect AC_HEADER_MAJOR
137 args: --preselect AC_HEADER_STAT
138 args: --preselect AC_HEADER_STDC
139 args: --preselect AC_HEADER_SYS_WAIT
140 args: --preselect AC_HEADER_TIME
141 args: --preselect AC_PATH_X
142 args: --preselect AC_PROG_AWK
143 args: --preselect AC_PROG_CC
144 args: --preselect AC_PROG_CPP
145 args: --preselect AC_PROG_CXX
146 args: --preselect AC_PROG_GCC_TRADITIONAL
147 args: --preselect AC_PROG_INSTALL
148 args: --preselect AC_PROG_LEX
149 args: --preselect AC_PROG_LN_S
150 args: --preselect AC_PROG_MAKE_SET
151 args: --preselect AC_PROG_RANLIB
152 args: --preselect AC_PROG_YACC
153 args: --preselect AC_REPLACE_FNMATCH
154 args: --preselect AC_STRUCT_ST_BLOCKS
155 args: --preselect AC_STRUCT_TIMEZONE
156 args: --preselect AC_STRUCT_TM
157 args: --preselect AC_TYPE_MODE_T
158 args: --preselect AC_TYPE_OFF_T
159 args: --preselect AC_TYPE_PID_T
160 args: --preselect AC_TYPE_SIGNAL
161 args: --preselect AC_TYPE_SIZE_T
162 args: --preselect AC_TYPE_UID_T
163 args: --preselect AM_GNU_GETTEXT
164 end-language: "Autoscan-preselections"
167 ## ----------------------------- ##
168 ## Autoconf without aclocal.m4.  ##
169 ## ----------------------------- ##
171 # This intermediate language is used by aclocal to build aclocal.m4.
173 begin-language: "Autoconf-without-aclocal-m4"
174 args: --prepend-include @datadir@
175 args: --cache=autom4te.cache
176 args: autoconf/autoconf.m4f
177 args: acsite.m4?
178 args: --mode 777
179 args: --language Autoheader-preselections
180 args: --language Automake-preselections
181 args: --language Autoreconf-preselections
182 args: --language Autoscan-preselections
183 args: --language M4sh
184 end-language: "Autoconf-without-aclocal-m4"
187 ## ---------- ##
188 ## Autoconf.  ##
189 ## ---------- ##
191 begin-language: "Autoconf"
192 args: --language Autoconf-without-aclocal-m4
193 args: aclocal.m4?
194 end-language: "Autoconf"
197 ## -------- ##
198 ## Autotest ##
199 ## -------- ##
201 begin-language: "Autotest"
202 args: --prepend-include @datadir@
203 args: autotest/autotest.m4f
204 args: package.m4?
205 args: local.at?
206 args: --mode 777
207 args: --language M4sh
208 end-language: "Autotest"
211 ## ---- ##
212 ## M4sh ##
213 ## ---- ##
215 begin-language: "M4sh"
216 args: --prepend-include @datadir@
217 args: m4sugar/m4sh.m4f
218 args: --mode 777
219 args: --language M4sugar
220 end-language: "M4sh"
223 ## ------- ##
224 ## M4sugar ##
225 ## ------- ##
227 begin-language: "M4sugar"
228 args: --prepend-include @datadir@
229 args: m4sugar/m4sugar.m4f
230 args: --warnings syntax
231 end-language: "M4sugar"