Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."
[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 gl_COUNT_ONE_BITS
51 gl_INLINE
52 gl_SAFE_READ
53 gl_SAFE_WRITE
54 gt_TYPE_SSIZE_T
55 AM_STDBOOL_H
56 gl_STRCASE
57 gl_FUNC_GNU_STRFTIME
58 gl_HEADER_STRINGS_H
59 gl_HEADER_TIME_H
60 gl_TIME_R
61 gl_UNISTD_H
62 gl_WCHAR_H
63 gl_FUNC_WRITE
64 gl_UNISTD_MODULE_INDICATOR([write])
65 m4_ifval(gl_LIBSOURCES_LIST, [
66 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
67 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
68 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
69 echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
70 exit 1
71 fi
72 done])dnl
73 m4_if(m4_sysval, [0], [],
74 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
75 ])
76 m4_popdef([gl_LIBSOURCES_DIR])
77 m4_popdef([gl_LIBSOURCES_LIST])
78 m4_popdef([AC_LIBSOURCES])
79 m4_popdef([AC_REPLACE_FUNCS])
80 m4_popdef([AC_LIBOBJ])
81 AC_CONFIG_COMMANDS_PRE([
82 gl_libobjs=
83 gl_ltlibobjs=
84 if test -n "$gl_LIBOBJS"; then
85 # Remove the extension.
86 sed_drop_objext='s/\.o$//;s/\.obj$//'
87 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
88 gl_libobjs="$gl_libobjs $i.$ac_objext"
89 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
90 done
91 fi
92 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
93 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
94 ])
95 gltests_libdeps=
96 gltests_ltlibdeps=
97 m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
98 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
99 m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
100 m4_pushdef([gltests_LIBSOURCES_LIST], [])
101 m4_pushdef([gltests_LIBSOURCES_DIR], [])
102 gl_COMMON
103 gl_source_base='tests'
104 m4_ifval(gltests_LIBSOURCES_LIST, [
105 m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
106 for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
107 if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
108 echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
109 exit 1
110 fi
111 done])dnl
112 m4_if(m4_sysval, [0], [],
113 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
114 ])
115 m4_popdef([gltests_LIBSOURCES_DIR])
116 m4_popdef([gltests_LIBSOURCES_LIST])
117 m4_popdef([AC_LIBSOURCES])
118 m4_popdef([AC_REPLACE_FUNCS])
119 m4_popdef([AC_LIBOBJ])
120 AC_CONFIG_COMMANDS_PRE([
121 gltests_libobjs=
122 gltests_ltlibobjs=
123 if test -n "$gltests_LIBOBJS"; then
124 # Remove the extension.
125 sed_drop_objext='s/\.o$//;s/\.obj$//'
126 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
127 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
128 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
129 done
130 fi
131 AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
132 AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
133 ])
134 ])
135
136 # Like AC_LIBOBJ, except that the module name goes
137 # into gl_LIBOBJS instead of into LIBOBJS.
138 AC_DEFUN([gl_LIBOBJ], [
139 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
140 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
141 ])
142
143 # Like AC_REPLACE_FUNCS, except that the module name goes
144 # into gl_LIBOBJS instead of into LIBOBJS.
145 AC_DEFUN([gl_REPLACE_FUNCS], [
146 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
147 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
148 ])
149
150 # Like AC_LIBSOURCES, except the directory where the source file is
151 # expected is derived from the gnulib-tool parameterization,
152 # and alloca is special cased (for the alloca-opt module).
153 # We could also entirely rely on EXTRA_lib..._SOURCES.
154 AC_DEFUN([gl_LIBSOURCES], [
155 m4_foreach([_gl_NAME], [$1], [
156 m4_if(_gl_NAME, [alloca.c], [], [
157 m4_define([gl_LIBSOURCES_DIR], [lib])
158 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
159 ])
160 ])
161 ])
162
163 # Like AC_LIBOBJ, except that the module name goes
164 # into gltests_LIBOBJS instead of into LIBOBJS.
165 AC_DEFUN([gltests_LIBOBJ], [
166 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
167 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
168 ])
169
170 # Like AC_REPLACE_FUNCS, except that the module name goes
171 # into gltests_LIBOBJS instead of into LIBOBJS.
172 AC_DEFUN([gltests_REPLACE_FUNCS], [
173 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
174 AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
175 ])
176
177 # Like AC_LIBSOURCES, except the directory where the source file is
178 # expected is derived from the gnulib-tool parameterization,
179 # and alloca is special cased (for the alloca-opt module).
180 # We could also entirely rely on EXTRA_lib..._SOURCES.
181 AC_DEFUN([gltests_LIBSOURCES], [
182 m4_foreach([_gl_NAME], [$1], [
183 m4_if(_gl_NAME, [alloca.c], [], [
184 m4_define([gltests_LIBSOURCES_DIR], [tests])
185 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
186 ])
187 ])
188 ])
189
190 # This macro records the list of files which have been installed by
191 # gnulib-tool and may be removed by future gnulib-tool invocations.
192 AC_DEFUN([gl_FILE_LIST], [
193 build-aux/link-warning.h
194 lib/alloca.c
195 lib/alloca.in.h
196 lib/count-one-bits.h
197 lib/full-read.c
198 lib/full-read.h
199 lib/full-write.c
200 lib/full-write.h
201 lib/safe-read.c
202 lib/safe-read.h
203 lib/safe-write.c
204 lib/safe-write.h
205 lib/stdbool.in.h
206 lib/strcasecmp.c
207 lib/strftime.c
208 lib/strftime.h
209 lib/strings.in.h
210 lib/strncasecmp.c
211 lib/time.in.h
212 lib/time_r.c
213 lib/unistd.in.h
214 lib/verify.h
215 lib/wchar.in.h
216 lib/write.c
217 m4/alloca.m4
218 m4/autobuild.m4
219 m4/count-one-bits.m4
220 m4/extensions.m4
221 m4/gnulib-common.m4
222 m4/include_next.m4
223 m4/inline.m4
224 m4/mbstate_t.m4
225 m4/safe-read.m4
226 m4/safe-write.m4
227 m4/ssize_t.m4
228 m4/stdbool.m4
229 m4/strcase.m4
230 m4/strftime.m4
231 m4/strings_h.m4
232 m4/time_h.m4
233 m4/time_r.m4
234 m4/tm_gmtoff.m4
235 m4/unistd_h.m4
236 m4/wchar.m4
237 m4/wint_t.m4
238 m4/write.m4
239 ])