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