gdb/
[deliverable/binutils-gdb.git] / gdb / gnulib / import / m4 / gnulib-comp.m4
CommitLineData
f6ea5628 1# DO NOT EDIT! GENERATED AUTOMATICALLY!
770d76d7 2# Copyright (C) 2002-2012 Free Software Foundation, Inc.
f6ea5628 3#
770d76d7
PA
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
f6ea5628
DJ
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.
770d76d7
PA
27# In projects that use version control, this file can be treated like
28# other built files.
f6ea5628
DJ
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.
34AC_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
770d76d7 40 AC_REQUIRE([gl_PROG_AR_RANLIB])
8690e634
JK
41 # Code from module alloca:
42 # Code from module alloca-opt:
43 # Code from module configmake:
f434ba03 44 # Code from module extensions:
f6ea5628 45 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
8690e634
JK
46 # Code from module fnmatch:
47 # Code from module fnmatch-gnu:
f434ba03 48 # Code from module include_next:
55a8c076 49 # Code from module inttypes:
770d76d7 50 # Code from module inttypes-incomplete:
8690e634
JK
51 # Code from module localcharset:
52 # Code from module mbrtowc:
53 # Code from module mbsinit:
54 # Code from module mbsrtowcs:
f434ba03
PA
55 # Code from module memchr:
56 # Code from module memmem:
57 # Code from module memmem-simple:
58 # Code from module multiarch:
770d76d7
PA
59 # Code from module snippet/arg-nonnull:
60 # Code from module snippet/c++defs:
61 # Code from module snippet/warn-on-use:
8690e634 62 # Code from module stdbool:
f434ba03
PA
63 # Code from module stddef:
64 # Code from module stdint:
8690e634 65 # Code from module streq:
f434ba03 66 # Code from module string:
8690e634 67 # Code from module strnlen1:
174e088e 68 # Code from module update-copyright:
8690e634
JK
69 # Code from module verify:
70 # Code from module wchar:
71 # Code from module wctype-h:
f6ea5628
DJ
72])
73
74# This macro should be invoked from ./configure.ac, in the section
75# "Check for header files, types and library functions".
76AC_DEFUN([gl_INIT],
77[
78 AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
79 gl_cond_libtool=false
80 gl_libdeps=
81 gl_ltlibdeps=
c971b7fa 82 gl_m4_base='import/m4'
f6ea5628
DJ
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]))
f434ba03
PA
86 m4_pushdef([gl_LIBSOURCES_LIST], [])
87 m4_pushdef([gl_LIBSOURCES_DIR], [])
88 gl_COMMON
c971b7fa 89 gl_source_base='import'
8690e634
JK
90gl_FUNC_ALLOCA
91gl_CONFIGMAKE_PREP
92gl_FUNC_FNMATCH_POSIX
93if test -n "$FNMATCH_H"; then
94 AC_LIBOBJ([fnmatch])
95 gl_PREREQ_FNMATCH
96fi
97gl_FUNC_FNMATCH_GNU
98if test -n "$FNMATCH_H"; then
99 AC_LIBOBJ([fnmatch])
100 gl_PREREQ_FNMATCH
101fi
770d76d7
PA
102gl_INTTYPES_H
103gl_INTTYPES_INCOMPLETE
8690e634
JK
104gl_LOCALCHARSET
105LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\""
106AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
107gl_FUNC_MBRTOWC
108if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
109 AC_LIBOBJ([mbrtowc])
110 gl_PREREQ_MBRTOWC
111fi
112gl_WCHAR_MODULE_INDICATOR([mbrtowc])
113gl_FUNC_MBSINIT
114if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
115 AC_LIBOBJ([mbsinit])
116 gl_PREREQ_MBSINIT
117fi
118gl_WCHAR_MODULE_INDICATOR([mbsinit])
119gl_FUNC_MBSRTOWCS
120if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
121 AC_LIBOBJ([mbsrtowcs])
122 AC_LIBOBJ([mbsrtowcs-state])
123 gl_PREREQ_MBSRTOWCS
124fi
125gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
770d76d7
PA
126gl_FUNC_MEMCHR
127if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then
128 AC_LIBOBJ([memchr])
129 gl_PREREQ_MEMCHR
130fi
131gl_STRING_MODULE_INDICATOR([memchr])
132gl_FUNC_MEMMEM
133if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
134 AC_LIBOBJ([memmem])
135fi
136gl_FUNC_MEMMEM_SIMPLE
137if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
138 AC_LIBOBJ([memmem])
139fi
140gl_STRING_MODULE_INDICATOR([memmem])
141gl_MULTIARCH
8690e634 142AM_STDBOOL_H
770d76d7
PA
143gl_STDDEF_H
144gl_STDINT_H
145gl_HEADER_STRING_H
8690e634
JK
146gl_WCHAR_H
147gl_WCTYPE_H
f434ba03
PA
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])
f6ea5628
DJ
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$//'
f434ba03 171 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
f6ea5628
DJ
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]))
f434ba03
PA
184 m4_pushdef([gltests_LIBSOURCES_LIST], [])
185 m4_pushdef([gltests_LIBSOURCES_DIR], [])
186 gl_COMMON
f6ea5628 187 gl_source_base='tests'
f434ba03
PA
188changequote(,)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
190changequote([, ])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])
f6ea5628
DJ
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$//'
f434ba03 217 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
f6ea5628
DJ
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.
233AC_DEFUN([gl_LIBOBJ], [
234 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
235 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
236])
237
f6ea5628
DJ
238# Like AC_REPLACE_FUNCS, except that the module name goes
239# into gl_LIBOBJS instead of into LIBOBJS.
240AC_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
f434ba03 246# expected is derived from the gnulib-tool parameterization,
f6ea5628
DJ
247# and alloca is special cased (for the alloca-opt module).
248# We could also entirely rely on EXTRA_lib..._SOURCES.
249AC_DEFUN([gl_LIBSOURCES], [
250 m4_foreach([_gl_NAME], [$1], [
251 m4_if(_gl_NAME, [alloca.c], [], [
c971b7fa 252 m4_define([gl_LIBSOURCES_DIR], [import])
f434ba03 253 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
f6ea5628
DJ
254 ])
255 ])
256])
257
258# Like AC_LIBOBJ, except that the module name goes
259# into gltests_LIBOBJS instead of into LIBOBJS.
260AC_DEFUN([gltests_LIBOBJ], [
261 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
262 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
263])
264
f6ea5628
DJ
265# Like AC_REPLACE_FUNCS, except that the module name goes
266# into gltests_LIBOBJS instead of into LIBOBJS.
267AC_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
f434ba03 273# expected is derived from the gnulib-tool parameterization,
f6ea5628
DJ
274# and alloca is special cased (for the alloca-opt module).
275# We could also entirely rely on EXTRA_lib..._SOURCES.
276AC_DEFUN([gltests_LIBSOURCES], [
277 m4_foreach([_gl_NAME], [$1], [
278 m4_if(_gl_NAME, [alloca.c], [], [
f434ba03
PA
279 m4_define([gltests_LIBSOURCES_DIR], [tests])
280 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
f6ea5628
DJ
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.
287AC_DEFUN([gl_FILE_LIST], [
770d76d7
PA
288 build-aux/snippet/arg-nonnull.h
289 build-aux/snippet/c++defs.h
290 build-aux/snippet/warn-on-use.h
174e088e 291 build-aux/update-copyright
8690e634
JK
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
55a8c076 298 lib/inttypes.in.h
8690e634
JK
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
f6ea5628 306 lib/memchr.c
f434ba03 307 lib/memchr.valgrind
f6ea5628 308 lib/memmem.c
8690e634
JK
309 lib/ref-add.sin
310 lib/ref-del.sin
311 lib/stdbool.in.h
f434ba03 312 lib/stddef.in.h
f6ea5628
DJ
313 lib/stdint.in.h
314 lib/str-two-way.h
8690e634 315 lib/streq.h
f6ea5628 316 lib/string.in.h
8690e634
JK
317 lib/strnlen1.c
318 lib/strnlen1.h
319 lib/verify.h
320 lib/wchar.in.h
321 lib/wctype.in.h
f434ba03 322 m4/00gnulib.m4
8690e634
JK
323 m4/alloca.m4
324 m4/codeset.m4
325 m4/configmake.m4
f6ea5628 326 m4/extensions.m4
8690e634
JK
327 m4/fcntl-o.m4
328 m4/fnmatch.m4
329 m4/glibc21.m4
f6ea5628
DJ
330 m4/gnulib-common.m4
331 m4/include_next.m4
55a8c076
YQ
332 m4/inttypes-pri.m4
333 m4/inttypes.m4
8690e634
JK
334 m4/localcharset.m4
335 m4/locale-fr.m4
336 m4/locale-ja.m4
337 m4/locale-zh.m4
f6ea5628 338 m4/longlong.m4
8690e634
JK
339 m4/mbrtowc.m4
340 m4/mbsinit.m4
341 m4/mbsrtowcs.m4
342 m4/mbstate_t.m4
f6ea5628 343 m4/memchr.m4
f6ea5628 344 m4/memmem.m4
f434ba03
PA
345 m4/mmap-anon.m4
346 m4/multiarch.m4
8690e634 347 m4/stdbool.m4
f434ba03 348 m4/stddef_h.m4
f6ea5628
DJ
349 m4/stdint.m4
350 m4/string_h.m4
f434ba03 351 m4/warn-on-use.m4
8690e634 352 m4/wchar_h.m4
f434ba03 353 m4/wchar_t.m4
8690e634
JK
354 m4/wctype_h.m4
355 m4/wint_t.m4
f6ea5628 356])
This page took 0.460726 seconds and 4 git commands to generate.