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