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