]> sjero.net Git - wget/blob - m4/gnulib-comp.m4
Merge current tip with CSS stuff.
[wget] / 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.ac, 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   AC_REQUIRE([AC_FUNC_FSEEKO])
30 ])
31
32 # This macro should be invoked from ./configure.ac, in the section
33 # "Check for header files, types and library functions".
34 AC_DEFUN([gl_INIT],
35 [
36   AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
37   gl_cond_libtool=false
38   gl_libdeps=
39   gl_ltlibdeps=
40   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
41   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
42   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
43   m4_pushdef([gl_LIBSOURCES_LIST], [])
44   m4_pushdef([gl_LIBSOURCES_DIR], [])
45   gl_COMMON
46   gl_source_base='lib'
47   gl_EOVERFLOW
48   gl_FUNC_ALLOCA
49   gl_ERROR
50   m4_ifdef([AM_XGETTEXT_OPTION],
51     [AM_XGETTEXT_OPTION([--flag=error:3:c-format])
52      AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
53   gl_EXITFAIL
54   gl_FUNC_FSEEKO
55   gl_STDIO_MODULE_INDICATOR([fseeko])
56   gl_FUNC_GETDELIM
57   gl_STDIO_MODULE_INDICATOR([getdelim])
58   gl_FUNC_GETLINE
59   gl_STDIO_MODULE_INDICATOR([getline])
60   gl_GETOPT
61   gl_FUNC_GETPASS_GNU
62   AC_SUBST([LIBINTL])
63   AC_SUBST([LTLIBINTL])
64   # Autoconf 2.61a.99 and earlier don't support linking a file only
65   # in VPATH builds.  But since GNUmakefile is for maintainer use
66   # only, it does not matter if we skip the link with older autoconf.
67   # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
68   # builds, so use a shell variable to bypass this.
69   GNUmakefile=GNUmakefile
70   m4_if(m4_version_compare([2.61a.100],
71         m4_defn([m4_PACKAGE_VERSION])), [1], [],
72         [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [],
73         [GNUmakefile=$GNUmakefile])])
74   gl_INLINE
75   gl_FUNC_LSEEK
76   gl_UNISTD_MODULE_INDICATOR([lseek])
77   gl_QUOTE
78   gl_QUOTEARG
79   gl_FUNC_REALLOC_POSIX
80   gl_STDLIB_MODULE_INDICATOR([realloc-posix])
81   AM_STDBOOL_H
82   gl_STDIO_H
83   gl_STDLIB_H
84   gl_FUNC_STRERROR
85   gl_STRING_MODULE_INDICATOR([strerror])
86   gl_HEADER_STRING_H
87   gl_UNISTD_H
88   gl_WCHAR_H
89   gl_WCTYPE_H
90   gl_XALLOC
91   m4_ifval(gl_LIBSOURCES_LIST, [
92     m4_syscmd([test ! -d ]gl_LIBSOURCES_DIR[ ||
93       for gl_file in ]gl_LIBSOURCES_LIST[ ; do
94         if test ! -r ]gl_LIBSOURCES_DIR[/$gl_file ; then
95           echo "missing file ]gl_LIBSOURCES_DIR[/$gl_file" >&2
96           exit 1
97         fi
98       done])dnl
99       m4_if(m4_sysval, [0], [],
100         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
101   ])
102   m4_popdef([gl_LIBSOURCES_DIR])
103   m4_popdef([gl_LIBSOURCES_LIST])
104   m4_popdef([AC_LIBSOURCES])
105   m4_popdef([AC_REPLACE_FUNCS])
106   m4_popdef([AC_LIBOBJ])
107   AC_CONFIG_COMMANDS_PRE([
108     gl_libobjs=
109     gl_ltlibobjs=
110     if test -n "$gl_LIBOBJS"; then
111       # Remove the extension.
112       sed_drop_objext='s/\.o$//;s/\.obj$//'
113       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
114         gl_libobjs="$gl_libobjs $i.$ac_objext"
115         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
116       done
117     fi
118     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
119     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
120   ])
121   gltests_libdeps=
122   gltests_ltlibdeps=
123   m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
124   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
125   m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
126   m4_pushdef([gltests_LIBSOURCES_LIST], [])
127   m4_pushdef([gltests_LIBSOURCES_DIR], [])
128   gl_COMMON
129   gl_source_base='tests'
130   m4_ifval(gltests_LIBSOURCES_LIST, [
131     m4_syscmd([test ! -d ]gltests_LIBSOURCES_DIR[ ||
132       for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
133         if test ! -r ]gltests_LIBSOURCES_DIR[/$gl_file ; then
134           echo "missing file ]gltests_LIBSOURCES_DIR[/$gl_file" >&2
135           exit 1
136         fi
137       done])dnl
138       m4_if(m4_sysval, [0], [],
139         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
140   ])
141   m4_popdef([gltests_LIBSOURCES_DIR])
142   m4_popdef([gltests_LIBSOURCES_LIST])
143   m4_popdef([AC_LIBSOURCES])
144   m4_popdef([AC_REPLACE_FUNCS])
145   m4_popdef([AC_LIBOBJ])
146   AC_CONFIG_COMMANDS_PRE([
147     gltests_libobjs=
148     gltests_ltlibobjs=
149     if test -n "$gltests_LIBOBJS"; then
150       # Remove the extension.
151       sed_drop_objext='s/\.o$//;s/\.obj$//'
152       for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
153         gltests_libobjs="$gltests_libobjs $i.$ac_objext"
154         gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
155       done
156     fi
157     AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
158     AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
159   ])
160   LIBGNU_LIBDEPS="$gl_libdeps"
161   AC_SUBST([LIBGNU_LIBDEPS])
162   LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
163   AC_SUBST([LIBGNU_LTLIBDEPS])
164 ])
165
166 # Like AC_LIBOBJ, except that the module name goes
167 # into gl_LIBOBJS instead of into LIBOBJS.
168 AC_DEFUN([gl_LIBOBJ], [
169   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
170   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
171 ])
172
173 # Like AC_REPLACE_FUNCS, except that the module name goes
174 # into gl_LIBOBJS instead of into LIBOBJS.
175 AC_DEFUN([gl_REPLACE_FUNCS], [
176   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
177   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
178 ])
179
180 # Like AC_LIBSOURCES, except the directory where the source file is
181 # expected is derived from the gnulib-tool parameterization,
182 # and alloca is special cased (for the alloca-opt module).
183 # We could also entirely rely on EXTRA_lib..._SOURCES.
184 AC_DEFUN([gl_LIBSOURCES], [
185   m4_foreach([_gl_NAME], [$1], [
186     m4_if(_gl_NAME, [alloca.c], [], [
187       m4_define([gl_LIBSOURCES_DIR], [lib])
188       m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
189     ])
190   ])
191 ])
192
193 # Like AC_LIBOBJ, except that the module name goes
194 # into gltests_LIBOBJS instead of into LIBOBJS.
195 AC_DEFUN([gltests_LIBOBJ], [
196   AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
197   gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
198 ])
199
200 # Like AC_REPLACE_FUNCS, except that the module name goes
201 # into gltests_LIBOBJS instead of into LIBOBJS.
202 AC_DEFUN([gltests_REPLACE_FUNCS], [
203   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
204   AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
205 ])
206
207 # Like AC_LIBSOURCES, except the directory where the source file is
208 # expected is derived from the gnulib-tool parameterization,
209 # and alloca is special cased (for the alloca-opt module).
210 # We could also entirely rely on EXTRA_lib..._SOURCES.
211 AC_DEFUN([gltests_LIBSOURCES], [
212   m4_foreach([_gl_NAME], [$1], [
213     m4_if(_gl_NAME, [alloca.c], [], [
214       m4_define([gltests_LIBSOURCES_DIR], [tests])
215       m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
216     ])
217   ])
218 ])
219
220 # This macro records the list of files which have been installed by
221 # gnulib-tool and may be removed by future gnulib-tool invocations.
222 AC_DEFUN([gl_FILE_LIST], [
223   build-aux/link-warning.h
224   lib/alloca.c
225   lib/alloca.in.h
226   lib/c-ctype.c
227   lib/c-ctype.h
228   lib/error.c
229   lib/error.h
230   lib/exitfail.c
231   lib/exitfail.h
232   lib/fseeko.c
233   lib/getdelim.c
234   lib/getline.c
235   lib/getopt.c
236   lib/getopt.in.h
237   lib/getopt1.c
238   lib/getopt_int.h
239   lib/getpass.c
240   lib/getpass.h
241   lib/gettext.h
242   lib/intprops.h
243   lib/lseek.c
244   lib/quote.c
245   lib/quote.h
246   lib/quotearg.c
247   lib/quotearg.h
248   lib/realloc.c
249   lib/stdbool.in.h
250   lib/stdio-impl.h
251   lib/stdio.in.h
252   lib/stdlib.in.h
253   lib/strerror.c
254   lib/string.in.h
255   lib/unistd.in.h
256   lib/wchar.in.h
257   lib/wctype.in.h
258   lib/xalloc-die.c
259   lib/xalloc.h
260   lib/xmalloc.c
261   m4/alloca.m4
262   m4/eoverflow.m4
263   m4/error.m4
264   m4/exitfail.m4
265   m4/extensions.m4
266   m4/fseeko.m4
267   m4/getdelim.m4
268   m4/getline.m4
269   m4/getopt.m4
270   m4/getpass.m4
271   m4/gnulib-common.m4
272   m4/include_next.m4
273   m4/inline.m4
274   m4/lseek.m4
275   m4/malloc.m4
276   m4/mbrtowc.m4
277   m4/mbstate_t.m4
278   m4/quote.m4
279   m4/quotearg.m4
280   m4/realloc.m4
281   m4/stdbool.m4
282   m4/stdio_h.m4
283   m4/stdlib_h.m4
284   m4/strerror.m4
285   m4/string_h.m4
286   m4/unistd_h.m4
287   m4/wchar.m4
288   m4/wctype.m4
289   m4/wint_t.m4
290   m4/xalloc.m4
291   top/GNUmakefile
292   top/maint.mk
293 ])