Revise GC asserts.
[bpt/guile.git] / m4 / gnulib-comp.m4
CommitLineData
103dc4d4
LC
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.in, 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.
21AC_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.in, in the section
32# "Check for header files, types and library functions".
33AC_DEFUN([gl_INIT],
34[
35 AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
36 gl_cond_libtool=true
37 m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
38 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
39 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
40 m4_pushdef([gl_LIBSOURCES_LIST], [])
41 m4_pushdef([gl_LIBSOURCES_DIR], [])
42 gl_COMMON
43 gl_source_base='lib'
44changequote(,)dnl
45LTALLOCA=`echo "$ALLOCA" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
46changequote([, ])dnl
47AC_SUBST([LTALLOCA])
48 gl_FUNC_ALLOCA
d7014610
LC
49 gl_COUNT_ONE_BITS
50 gl_INLINE
e65fc94b 51 AM_STDBOOL_H
103dc4d4 52 gl_STRCASE
e65fc94b 53 gl_FUNC_GNU_STRFTIME
103dc4d4 54 gl_HEADER_STRINGS_H
e65fc94b
LC
55 gl_HEADER_TIME_H
56 gl_TIME_R
57 gl_WCHAR_H
103dc4d4
LC
58 m4_ifval(gl_LIBSOURCES_LIST, [
59 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
60 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
61 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
62 echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
63 exit 1
64 fi
65 done])dnl
66 m4_if(m4_sysval, [0], [],
67 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
68 ])
69 m4_popdef([gl_LIBSOURCES_DIR])
70 m4_popdef([gl_LIBSOURCES_LIST])
71 m4_popdef([AC_LIBSOURCES])
72 m4_popdef([AC_REPLACE_FUNCS])
73 m4_popdef([AC_LIBOBJ])
74 AC_CONFIG_COMMANDS_PRE([
75 gl_libobjs=
76 gl_ltlibobjs=
77 if test -n "$gl_LIBOBJS"; then
78 # Remove the extension.
79 sed_drop_objext='s/\.o$//;s/\.obj$//'
80 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
81 gl_libobjs="$gl_libobjs $i.$ac_objext"
82 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
83 done
84 fi
85 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
86 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
87 ])
88 gltests_libdeps=
89 gltests_ltlibdeps=
90 m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
91 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
92 m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
93 m4_pushdef([gltests_LIBSOURCES_LIST], [])
94 m4_pushdef([gltests_LIBSOURCES_DIR], [])
95 gl_COMMON
96 gl_source_base='tests'
97 m4_ifval(gltests_LIBSOURCES_LIST, [
98 m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
99 for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
100 if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
101 echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
102 exit 1
103 fi
104 done])dnl
105 m4_if(m4_sysval, [0], [],
106 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
107 ])
108 m4_popdef([gltests_LIBSOURCES_DIR])
109 m4_popdef([gltests_LIBSOURCES_LIST])
110 m4_popdef([AC_LIBSOURCES])
111 m4_popdef([AC_REPLACE_FUNCS])
112 m4_popdef([AC_LIBOBJ])
113 AC_CONFIG_COMMANDS_PRE([
114 gltests_libobjs=
115 gltests_ltlibobjs=
116 if test -n "$gltests_LIBOBJS"; then
117 # Remove the extension.
118 sed_drop_objext='s/\.o$//;s/\.obj$//'
119 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
120 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
121 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
122 done
123 fi
124 AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
125 AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
126 ])
127])
128
129# Like AC_LIBOBJ, except that the module name goes
130# into gl_LIBOBJS instead of into LIBOBJS.
131AC_DEFUN([gl_LIBOBJ], [
132 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
133 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
134])
135
136# Like AC_REPLACE_FUNCS, except that the module name goes
137# into gl_LIBOBJS instead of into LIBOBJS.
138AC_DEFUN([gl_REPLACE_FUNCS], [
139 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
140 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
141])
142
143# Like AC_LIBSOURCES, except the directory where the source file is
144# expected is derived from the gnulib-tool parameterization,
145# and alloca is special cased (for the alloca-opt module).
146# We could also entirely rely on EXTRA_lib..._SOURCES.
147AC_DEFUN([gl_LIBSOURCES], [
148 m4_foreach([_gl_NAME], [$1], [
149 m4_if(_gl_NAME, [alloca.c], [], [
150 m4_define([gl_LIBSOURCES_DIR], [lib])
151 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
152 ])
153 ])
154])
155
156# Like AC_LIBOBJ, except that the module name goes
157# into gltests_LIBOBJS instead of into LIBOBJS.
158AC_DEFUN([gltests_LIBOBJ], [
159 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
160 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
161])
162
163# Like AC_REPLACE_FUNCS, except that the module name goes
164# into gltests_LIBOBJS instead of into LIBOBJS.
165AC_DEFUN([gltests_REPLACE_FUNCS], [
166 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
167 AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
168])
169
170# Like AC_LIBSOURCES, except the directory where the source file is
171# expected is derived from the gnulib-tool parameterization,
172# and alloca is special cased (for the alloca-opt module).
173# We could also entirely rely on EXTRA_lib..._SOURCES.
174AC_DEFUN([gltests_LIBSOURCES], [
175 m4_foreach([_gl_NAME], [$1], [
176 m4_if(_gl_NAME, [alloca.c], [], [
177 m4_define([gltests_LIBSOURCES_DIR], [tests])
178 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
179 ])
180 ])
181])
182
183# This macro records the list of files which have been installed by
184# gnulib-tool and may be removed by future gnulib-tool invocations.
185AC_DEFUN([gl_FILE_LIST], [
186 build-aux/link-warning.h
187 lib/alloca.c
188 lib/alloca.in.h
d7014610 189 lib/count-one-bits.h
103dc4d4 190 lib/dummy.c
e65fc94b 191 lib/stdbool.in.h
103dc4d4 192 lib/strcasecmp.c
e65fc94b
LC
193 lib/strftime.c
194 lib/strftime.h
103dc4d4
LC
195 lib/strings.in.h
196 lib/strncasecmp.c
e65fc94b
LC
197 lib/time.in.h
198 lib/time_r.c
d7014610 199 lib/verify.h
e65fc94b 200 lib/wchar.in.h
103dc4d4 201 m4/alloca.m4
d7014610 202 m4/count-one-bits.m4
103dc4d4
LC
203 m4/extensions.m4
204 m4/gnulib-common.m4
205 m4/include_next.m4
d7014610 206 m4/inline.m4
e65fc94b
LC
207 m4/mbstate_t.m4
208 m4/stdbool.m4
103dc4d4 209 m4/strcase.m4
e65fc94b 210 m4/strftime.m4
103dc4d4 211 m4/strings_h.m4
e65fc94b
LC
212 m4/time_h.m4
213 m4/time_r.m4
214 m4/tm_gmtoff.m4
215 m4/wchar.m4
103dc4d4 216])