comparison m4/gnulib-comp.m4 @ 272:d5392bb5da3c 2.5

Added generated files
author lost
date Sun, 16 Aug 2009 17:16:49 +0000
parents
children
comparison
equal deleted inserted replaced
271:3b793ba7a6c6 272:d5392bb5da3c
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2008 Free Software Foundation, Inc.
3 #
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License. As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Autoconf, under
8 # the same distribution terms as the rest of that program.
9 #
10 # Generated by gnulib-tool.
11 #
12 # This file represents the compiled summary of the specification in
13 # gnulib-cache.m4. It lists the computed macro invocations that need
14 # to be invoked from configure.ac.
15 # In projects using CVS, this file can be treated like other built files.
16
17
18 # This macro should be invoked from ./configure.ac, in the section
19 # "Checks for programs", right after AC_PROG_CC, and certainly before
20 # any checks for libraries, header files, types and library functions.
21 AC_DEFUN([gl_EARLY],
22 [
23 m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
24 m4_pattern_allow([^gl_ES$])dnl a valid locale name
25 m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
26 m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
27 AC_REQUIRE([AC_PROG_RANLIB])
28 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
29 ])
30
31 # This macro should be invoked from ./configure.ac, in the section
32 # "Check for header files, types and library functions".
33 AC_DEFUN([gl_INIT],
34 [
35 AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
36 gl_cond_libtool=false
37 gl_libdeps=
38 gl_ltlibdeps=
39 m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
40 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
41 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
42 m4_pushdef([gl_LIBSOURCES_LIST], [])
43 m4_pushdef([gl_LIBSOURCES_DIR], [])
44 gl_COMMON
45 gl_source_base='lib'
46 gl_FUNC_ALLOCA
47 gl_ARGP
48 m4_ifdef([AM_XGETTEXT_OPTION],
49 [AM_XGETTEXT_OPTION([--flag=argp_error:2:c-format])
50 AM_XGETTEXT_OPTION([--flag=argp_failure:4:c-format])])
51 gl_DIRNAME
52 gl_DOUBLE_SLASH_ROOT
53 gl_HEADER_ERRNO_H
54 gl_ERROR
55 m4_ifdef([AM_XGETTEXT_OPTION],
56 [AM_XGETTEXT_OPTION([--flag=error:3:c-format])
57 AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
58 gl_EXITFAIL
59 gl_FLOAT_H
60 gl_GETOPT
61 AC_SUBST([LIBINTL])
62 AC_SUBST([LTLIBINTL])
63 gl_INLINE
64 AC_FUNC_MALLOC
65 AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
66 gl_FUNC_MALLOC_POSIX
67 gl_STDLIB_MODULE_INDICATOR([malloc-posix])
68 gl_FUNC_MEMPCPY
69 gl_STRING_MODULE_INDICATOR([mempcpy])
70 gl_MULTIARCH
71 gl_FUNC_RAWMEMCHR
72 gl_STRING_MODULE_INDICATOR([rawmemchr])
73 gl_SIZE_MAX
74 gl_FUNC_SLEEP
75 gl_UNISTD_MODULE_INDICATOR([sleep])
76 AM_STDBOOL_H
77 gl_STDINT_H
78 gl_STDIO_H
79 gl_STDLIB_H
80 gl_STRCASE
81 gl_FUNC_STRCHRNUL
82 gl_STRING_MODULE_INDICATOR([strchrnul])
83 gl_FUNC_STRERROR
84 gl_STRING_MODULE_INDICATOR([strerror])
85 gl_HEADER_STRING_H
86 gl_HEADER_STRINGS_H
87 gl_FUNC_STRNDUP
88 gl_STRING_MODULE_INDICATOR([strndup])
89 gl_FUNC_STRNLEN
90 gl_STRING_MODULE_INDICATOR([strnlen])
91 gl_SYSEXITS
92 gl_UNISTD_H
93 gl_FUNC_VASNPRINTF
94 gl_FUNC_VSNPRINTF
95 gl_STDIO_MODULE_INDICATOR([vsnprintf])
96 gl_WCHAR_H
97 gl_XALLOC
98 gl_XSIZE
99 gl_XSTRNDUP
100 m4_ifval(gl_LIBSOURCES_LIST, [
101 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
102 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
103 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
104 echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
105 exit 1
106 fi
107 done])dnl
108 m4_if(m4_sysval, [0], [],
109 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
110 ])
111 m4_popdef([gl_LIBSOURCES_DIR])
112 m4_popdef([gl_LIBSOURCES_LIST])
113 m4_popdef([AC_LIBSOURCES])
114 m4_popdef([AC_REPLACE_FUNCS])
115 m4_popdef([AC_LIBOBJ])
116 AC_CONFIG_COMMANDS_PRE([
117 gl_libobjs=
118 gl_ltlibobjs=
119 if test -n "$gl_LIBOBJS"; then
120 # Remove the extension.
121 sed_drop_objext='s/\.o$//;s/\.obj$//'
122 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
123 gl_libobjs="$gl_libobjs $i.$ac_objext"
124 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
125 done
126 fi
127 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
128 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
129 ])
130 gltests_libdeps=
131 gltests_ltlibdeps=
132 m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
133 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
134 m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
135 m4_pushdef([gltests_LIBSOURCES_LIST], [])
136 m4_pushdef([gltests_LIBSOURCES_DIR], [])
137 gl_COMMON
138 gl_source_base='tests'
139 m4_ifval(gltests_LIBSOURCES_LIST, [
140 m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
141 for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
142 if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
143 echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
144 exit 1
145 fi
146 done])dnl
147 m4_if(m4_sysval, [0], [],
148 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
149 ])
150 m4_popdef([gltests_LIBSOURCES_DIR])
151 m4_popdef([gltests_LIBSOURCES_LIST])
152 m4_popdef([AC_LIBSOURCES])
153 m4_popdef([AC_REPLACE_FUNCS])
154 m4_popdef([AC_LIBOBJ])
155 AC_CONFIG_COMMANDS_PRE([
156 gltests_libobjs=
157 gltests_ltlibobjs=
158 if test -n "$gltests_LIBOBJS"; then
159 # Remove the extension.
160 sed_drop_objext='s/\.o$//;s/\.obj$//'
161 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
162 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
163 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
164 done
165 fi
166 AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
167 AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
168 ])
169 LIBGNU_LIBDEPS="$gl_libdeps"
170 AC_SUBST([LIBGNU_LIBDEPS])
171 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
172 AC_SUBST([LIBGNU_LTLIBDEPS])
173 ])
174
175 # Like AC_LIBOBJ, except that the module name goes
176 # into gl_LIBOBJS instead of into LIBOBJS.
177 AC_DEFUN([gl_LIBOBJ], [
178 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
179 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
180 ])
181
182 # Like AC_REPLACE_FUNCS, except that the module name goes
183 # into gl_LIBOBJS instead of into LIBOBJS.
184 AC_DEFUN([gl_REPLACE_FUNCS], [
185 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
186 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
187 ])
188
189 # Like AC_LIBSOURCES, except the directory where the source file is
190 # expected is derived from the gnulib-tool parameterization,
191 # and alloca is special cased (for the alloca-opt module).
192 # We could also entirely rely on EXTRA_lib..._SOURCES.
193 AC_DEFUN([gl_LIBSOURCES], [
194 m4_foreach([_gl_NAME], [$1], [
195 m4_if(_gl_NAME, [alloca.c], [], [
196 m4_define([gl_LIBSOURCES_DIR], [lib])
197 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
198 ])
199 ])
200 ])
201
202 # Like AC_LIBOBJ, except that the module name goes
203 # into gltests_LIBOBJS instead of into LIBOBJS.
204 AC_DEFUN([gltests_LIBOBJ], [
205 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
206 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
207 ])
208
209 # Like AC_REPLACE_FUNCS, except that the module name goes
210 # into gltests_LIBOBJS instead of into LIBOBJS.
211 AC_DEFUN([gltests_REPLACE_FUNCS], [
212 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
213 AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
214 ])
215
216 # Like AC_LIBSOURCES, except the directory where the source file is
217 # expected is derived from the gnulib-tool parameterization,
218 # and alloca is special cased (for the alloca-opt module).
219 # We could also entirely rely on EXTRA_lib..._SOURCES.
220 AC_DEFUN([gltests_LIBSOURCES], [
221 m4_foreach([_gl_NAME], [$1], [
222 m4_if(_gl_NAME, [alloca.c], [], [
223 m4_define([gltests_LIBSOURCES_DIR], [tests])
224 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
225 ])
226 ])
227 ])
228
229 # This macro records the list of files which have been installed by
230 # gnulib-tool and may be removed by future gnulib-tool invocations.
231 AC_DEFUN([gl_FILE_LIST], [
232 build-aux/link-warning.h
233 lib/alloca.c
234 lib/alloca.in.h
235 lib/argp-ba.c
236 lib/argp-eexst.c
237 lib/argp-fmtstream.c
238 lib/argp-fmtstream.h
239 lib/argp-fs-xinl.c
240 lib/argp-help.c
241 lib/argp-namefrob.h
242 lib/argp-parse.c
243 lib/argp-pin.c
244 lib/argp-pv.c
245 lib/argp-pvh.c
246 lib/argp-xinl.c
247 lib/argp.h
248 lib/asnprintf.c
249 lib/basename.c
250 lib/dirname.c
251 lib/dirname.h
252 lib/errno.in.h
253 lib/error.c
254 lib/error.h
255 lib/exitfail.c
256 lib/exitfail.h
257 lib/float+.h
258 lib/float.in.h
259 lib/getopt.c
260 lib/getopt.in.h
261 lib/getopt1.c
262 lib/getopt_int.h
263 lib/gettext.h
264 lib/intprops.h
265 lib/malloc.c
266 lib/mempcpy.c
267 lib/printf-args.c
268 lib/printf-args.h
269 lib/printf-parse.c
270 lib/printf-parse.h
271 lib/rawmemchr.c
272 lib/rawmemchr.valgrind
273 lib/size_max.h
274 lib/sleep.c
275 lib/stdbool.in.h
276 lib/stdint.in.h
277 lib/stdio-write.c
278 lib/stdio.in.h
279 lib/stdlib.in.h
280 lib/strcasecmp.c
281 lib/strchrnul.c
282 lib/strchrnul.valgrind
283 lib/strerror.c
284 lib/string.in.h
285 lib/strings.in.h
286 lib/stripslash.c
287 lib/strncasecmp.c
288 lib/strndup.c
289 lib/strnlen.c
290 lib/sysexits.in.h
291 lib/unistd.in.h
292 lib/vasnprintf.c
293 lib/vasnprintf.h
294 lib/vsnprintf.c
295 lib/wchar.in.h
296 lib/xalloc-die.c
297 lib/xalloc.h
298 lib/xmalloc.c
299 lib/xsize.h
300 lib/xstrndup.c
301 lib/xstrndup.h
302 m4/alloca.m4
303 m4/argp.m4
304 m4/dirname.m4
305 m4/dos.m4
306 m4/double-slash-root.m4
307 m4/errno_h.m4
308 m4/error.m4
309 m4/exitfail.m4
310 m4/extensions.m4
311 m4/float_h.m4
312 m4/getopt.m4
313 m4/gnulib-common.m4
314 m4/include_next.m4
315 m4/inline.m4
316 m4/intmax_t.m4
317 m4/inttypes_h.m4
318 m4/longlong.m4
319 m4/malloc.m4
320 m4/mempcpy.m4
321 m4/multiarch.m4
322 m4/onceonly.m4
323 m4/printf.m4
324 m4/rawmemchr.m4
325 m4/size_max.m4
326 m4/sleep.m4
327 m4/stdbool.m4
328 m4/stdint.m4
329 m4/stdint_h.m4
330 m4/stdio_h.m4
331 m4/stdlib_h.m4
332 m4/strcase.m4
333 m4/strchrnul.m4
334 m4/strerror.m4
335 m4/string_h.m4
336 m4/strings_h.m4
337 m4/strndup.m4
338 m4/strnlen.m4
339 m4/sysexits.m4
340 m4/unistd_h.m4
341 m4/vasnprintf.m4
342 m4/vsnprintf.m4
343 m4/wchar.m4
344 m4/wchar_t.m4
345 m4/wint_t.m4
346 m4/xalloc.m4
347 m4/xsize.m4
348 m4/xstrndup.m4
349 ])