gdb/
[deliverable/binutils-gdb.git] / gdb / gnulib / import / m4 / gnulib-comp.m4
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
3 #
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This file is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this file. If not, see <http://www.gnu.org/licenses/>.
16 #
17 # As a special exception to the GNU General Public License,
18 # this file may be distributed as part of a program that
19 # contains a configuration script generated by Autoconf, under
20 # the same distribution terms as the rest of that program.
21 #
22 # Generated by gnulib-tool.
23 #
24 # This file represents the compiled summary of the specification in
25 # gnulib-cache.m4. It lists the computed macro invocations that need
26 # to be invoked from configure.ac.
27 # In projects that use version control, this file can be treated like
28 # other built files.
29
30
31 # This macro should be invoked from ./configure.ac, in the section
32 # "Checks for programs", right after AC_PROG_CC, and certainly before
33 # any checks for libraries, header files, types and library functions.
34 AC_DEFUN([gl_EARLY],
35 [
36 m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
37 m4_pattern_allow([^gl_ES$])dnl a valid locale name
38 m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
39 m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
40 AC_REQUIRE([gl_PROG_AR_RANLIB])
41 # Code from module alloca:
42 # Code from module alloca-opt:
43 # Code from module configmake:
44 # Code from module extensions:
45 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
46 # Code from module fnmatch:
47 # Code from module fnmatch-gnu:
48 # Code from module include_next:
49 # Code from module inttypes:
50 # Code from module inttypes-incomplete:
51 # Code from module localcharset:
52 # Code from module mbrtowc:
53 # Code from module mbsinit:
54 # Code from module mbsrtowcs:
55 # Code from module memchr:
56 # Code from module memmem:
57 # Code from module memmem-simple:
58 # Code from module multiarch:
59 # Code from module snippet/arg-nonnull:
60 # Code from module snippet/c++defs:
61 # Code from module snippet/warn-on-use:
62 # Code from module stdbool:
63 # Code from module stddef:
64 # Code from module stdint:
65 # Code from module streq:
66 # Code from module string:
67 # Code from module strnlen1:
68 # Code from module update-copyright:
69 # Code from module verify:
70 # Code from module wchar:
71 # Code from module wctype-h:
72 ])
73
74 # This macro should be invoked from ./configure.ac, in the section
75 # "Check for header files, types and library functions".
76 AC_DEFUN([gl_INIT],
77 [
78 AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
79 gl_cond_libtool=false
80 gl_libdeps=
81 gl_ltlibdeps=
82 gl_m4_base='import/m4'
83 m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
84 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
85 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
86 m4_pushdef([gl_LIBSOURCES_LIST], [])
87 m4_pushdef([gl_LIBSOURCES_DIR], [])
88 gl_COMMON
89 gl_source_base='import'
90 gl_FUNC_ALLOCA
91 gl_CONFIGMAKE_PREP
92 gl_FUNC_FNMATCH_POSIX
93 if test -n "$FNMATCH_H"; then
94 AC_LIBOBJ([fnmatch])
95 gl_PREREQ_FNMATCH
96 fi
97 gl_FUNC_FNMATCH_GNU
98 if test -n "$FNMATCH_H"; then
99 AC_LIBOBJ([fnmatch])
100 gl_PREREQ_FNMATCH
101 fi
102 gl_INTTYPES_H
103 gl_INTTYPES_INCOMPLETE
104 gl_LOCALCHARSET
105 LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\""
106 AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
107 gl_FUNC_MBRTOWC
108 if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
109 AC_LIBOBJ([mbrtowc])
110 gl_PREREQ_MBRTOWC
111 fi
112 gl_WCHAR_MODULE_INDICATOR([mbrtowc])
113 gl_FUNC_MBSINIT
114 if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
115 AC_LIBOBJ([mbsinit])
116 gl_PREREQ_MBSINIT
117 fi
118 gl_WCHAR_MODULE_INDICATOR([mbsinit])
119 gl_FUNC_MBSRTOWCS
120 if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
121 AC_LIBOBJ([mbsrtowcs])
122 AC_LIBOBJ([mbsrtowcs-state])
123 gl_PREREQ_MBSRTOWCS
124 fi
125 gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
126 gl_FUNC_MEMCHR
127 if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
128 AC_LIBOBJ([memchr])
129 gl_PREREQ_MEMCHR
130 fi
131 gl_STRING_MODULE_INDICATOR([memchr])
132 gl_FUNC_MEMMEM
133 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
134 AC_LIBOBJ([memmem])
135 fi
136 gl_FUNC_MEMMEM_SIMPLE
137 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
138 AC_LIBOBJ([memmem])
139 fi
140 gl_STRING_MODULE_INDICATOR([memmem])
141 gl_MULTIARCH
142 AM_STDBOOL_H
143 gl_STDDEF_H
144 gl_STDINT_H
145 gl_HEADER_STRING_H
146 gl_WCHAR_H
147 gl_WCTYPE_H
148 # End of code from modules
149 m4_ifval(gl_LIBSOURCES_LIST, [
150 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
151 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
152 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
153 echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
154 exit 1
155 fi
156 done])dnl
157 m4_if(m4_sysval, [0], [],
158 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
159 ])
160 m4_popdef([gl_LIBSOURCES_DIR])
161 m4_popdef([gl_LIBSOURCES_LIST])
162 m4_popdef([AC_LIBSOURCES])
163 m4_popdef([AC_REPLACE_FUNCS])
164 m4_popdef([AC_LIBOBJ])
165 AC_CONFIG_COMMANDS_PRE([
166 gl_libobjs=
167 gl_ltlibobjs=
168 if test -n "$gl_LIBOBJS"; then
169 # Remove the extension.
170 sed_drop_objext='s/\.o$//;s/\.obj$//'
171 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
172 gl_libobjs="$gl_libobjs $i.$ac_objext"
173 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
174 done
175 fi
176 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
177 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
178 ])
179 gltests_libdeps=
180 gltests_ltlibdeps=
181 m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
182 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
183 m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
184 m4_pushdef([gltests_LIBSOURCES_LIST], [])
185 m4_pushdef([gltests_LIBSOURCES_DIR], [])
186 gl_COMMON
187 gl_source_base='tests'
188 changequote(,)dnl
189 gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
190 changequote([, ])dnl
191 AC_SUBST([gltests_WITNESS])
192 gl_module_indicator_condition=$gltests_WITNESS
193 m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
194 m4_popdef([gl_MODULE_INDICATOR_CONDITION])
195 m4_ifval(gltests_LIBSOURCES_LIST, [
196 m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
197 for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
198 if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
199 echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
200 exit 1
201 fi
202 done])dnl
203 m4_if(m4_sysval, [0], [],
204 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
205 ])
206 m4_popdef([gltests_LIBSOURCES_DIR])
207 m4_popdef([gltests_LIBSOURCES_LIST])
208 m4_popdef([AC_LIBSOURCES])
209 m4_popdef([AC_REPLACE_FUNCS])
210 m4_popdef([AC_LIBOBJ])
211 AC_CONFIG_COMMANDS_PRE([
212 gltests_libobjs=
213 gltests_ltlibobjs=
214 if test -n "$gltests_LIBOBJS"; then
215 # Remove the extension.
216 sed_drop_objext='s/\.o$//;s/\.obj$//'
217 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
218 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
219 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
220 done
221 fi
222 AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
223 AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
224 ])
225 LIBGNU_LIBDEPS="$gl_libdeps"
226 AC_SUBST([LIBGNU_LIBDEPS])
227 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
228 AC_SUBST([LIBGNU_LTLIBDEPS])
229 ])
230
231 # Like AC_LIBOBJ, except that the module name goes
232 # into gl_LIBOBJS instead of into LIBOBJS.
233 AC_DEFUN([gl_LIBOBJ], [
234 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
235 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
236 ])
237
238 # Like AC_REPLACE_FUNCS, except that the module name goes
239 # into gl_LIBOBJS instead of into LIBOBJS.
240 AC_DEFUN([gl_REPLACE_FUNCS], [
241 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
242 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
243 ])
244
245 # Like AC_LIBSOURCES, except the directory where the source file is
246 # expected is derived from the gnulib-tool parameterization,
247 # and alloca is special cased (for the alloca-opt module).
248 # We could also entirely rely on EXTRA_lib..._SOURCES.
249 AC_DEFUN([gl_LIBSOURCES], [
250 m4_foreach([_gl_NAME], [$1], [
251 m4_if(_gl_NAME, [alloca.c], [], [
252 m4_define([gl_LIBSOURCES_DIR], [import])
253 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
254 ])
255 ])
256 ])
257
258 # Like AC_LIBOBJ, except that the module name goes
259 # into gltests_LIBOBJS instead of into LIBOBJS.
260 AC_DEFUN([gltests_LIBOBJ], [
261 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
262 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
263 ])
264
265 # Like AC_REPLACE_FUNCS, except that the module name goes
266 # into gltests_LIBOBJS instead of into LIBOBJS.
267 AC_DEFUN([gltests_REPLACE_FUNCS], [
268 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
269 AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
270 ])
271
272 # Like AC_LIBSOURCES, except the directory where the source file is
273 # expected is derived from the gnulib-tool parameterization,
274 # and alloca is special cased (for the alloca-opt module).
275 # We could also entirely rely on EXTRA_lib..._SOURCES.
276 AC_DEFUN([gltests_LIBSOURCES], [
277 m4_foreach([_gl_NAME], [$1], [
278 m4_if(_gl_NAME, [alloca.c], [], [
279 m4_define([gltests_LIBSOURCES_DIR], [tests])
280 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
281 ])
282 ])
283 ])
284
285 # This macro records the list of files which have been installed by
286 # gnulib-tool and may be removed by future gnulib-tool invocations.
287 AC_DEFUN([gl_FILE_LIST], [
288 build-aux/snippet/arg-nonnull.h
289 build-aux/snippet/c++defs.h
290 build-aux/snippet/warn-on-use.h
291 build-aux/update-copyright
292 lib/alloca.c
293 lib/alloca.in.h
294 lib/config.charset
295 lib/fnmatch.c
296 lib/fnmatch.in.h
297 lib/fnmatch_loop.c
298 lib/inttypes.in.h
299 lib/localcharset.c
300 lib/localcharset.h
301 lib/mbrtowc.c
302 lib/mbsinit.c
303 lib/mbsrtowcs-impl.h
304 lib/mbsrtowcs-state.c
305 lib/mbsrtowcs.c
306 lib/memchr.c
307 lib/memchr.valgrind
308 lib/memmem.c
309 lib/ref-add.sin
310 lib/ref-del.sin
311 lib/stdbool.in.h
312 lib/stddef.in.h
313 lib/stdint.in.h
314 lib/str-two-way.h
315 lib/streq.h
316 lib/string.in.h
317 lib/strnlen1.c
318 lib/strnlen1.h
319 lib/verify.h
320 lib/wchar.in.h
321 lib/wctype.in.h
322 m4/00gnulib.m4
323 m4/alloca.m4
324 m4/codeset.m4
325 m4/configmake.m4
326 m4/extensions.m4
327 m4/fcntl-o.m4
328 m4/fnmatch.m4
329 m4/glibc21.m4
330 m4/gnulib-common.m4
331 m4/include_next.m4
332 m4/inttypes-pri.m4
333 m4/inttypes.m4
334 m4/localcharset.m4
335 m4/locale-fr.m4
336 m4/locale-ja.m4
337 m4/locale-zh.m4
338 m4/longlong.m4
339 m4/mbrtowc.m4
340 m4/mbsinit.m4
341 m4/mbsrtowcs.m4
342 m4/mbstate_t.m4
343 m4/memchr.m4
344 m4/memmem.m4
345 m4/mmap-anon.m4
346 m4/multiarch.m4
347 m4/stdbool.m4
348 m4/stddef_h.m4
349 m4/stdint.m4
350 m4/string_h.m4
351 m4/warn-on-use.m4
352 m4/wchar_h.m4
353 m4/wchar_t.m4
354 m4/wctype_h.m4
355 m4/wint_t.m4
356 ])
This page took 0.037892 seconds and 4 git commands to generate.