]> sjero.net Git - wget/blob - m4/gnulib-comp.m4
Make IDN/IRI tests part of distribution.
[wget] / m4 / gnulib-comp.m4
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2009 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_FUNC_ALLOCA
48   gl_HEADER_ERRNO_H
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_LOCALCHARSET
76   LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(top_builddir)/$gl_source_base\""
77   AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
78   gl_FUNC_LSEEK
79   gl_UNISTD_MODULE_INDICATOR([lseek])
80   gl_FUNC_MBRTOWC
81   gl_WCHAR_MODULE_INDICATOR([mbrtowc])
82   gl_FUNC_MBSINIT
83   gl_WCHAR_MODULE_INDICATOR([mbsinit])
84   gl_MULTIARCH
85   gl_QUOTE
86   gl_QUOTEARG
87   gl_FUNC_REALLOC_POSIX
88   gl_STDLIB_MODULE_INDICATOR([realloc-posix])
89   AM_STDBOOL_H
90   gl_STDINT_H
91   gl_STDIO_H
92   gl_STDLIB_H
93   gl_FUNC_STRERROR
94   gl_STRING_MODULE_INDICATOR([strerror])
95   gl_HEADER_STRING_H
96   gl_UNISTD_H
97   gl_WCHAR_H
98   gl_WCTYPE_H
99   gl_XALLOC
100   m4_ifval(gl_LIBSOURCES_LIST, [
101     m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
102       for gl_file in ]gl_LIBSOURCES_LIST[ ; do
103         if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
104           echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
105           exit 1
106         fi
107       done])dnl
108       m4_if(m4_sysval, [0], [],
109         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
110   ])
111   m4_popdef([gl_LIBSOURCES_DIR])
112   m4_popdef([gl_LIBSOURCES_LIST])
113   m4_popdef([AC_LIBSOURCES])
114   m4_popdef([AC_REPLACE_FUNCS])
115   m4_popdef([AC_LIBOBJ])
116   AC_CONFIG_COMMANDS_PRE([
117     gl_libobjs=
118     gl_ltlibobjs=
119     if test -n "$gl_LIBOBJS"; then
120       # Remove the extension.
121       sed_drop_objext='s/\.o$//;s/\.obj$//'
122       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
123         gl_libobjs="$gl_libobjs $i.$ac_objext"
124         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
125       done
126     fi
127     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
128     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
129   ])
130   gltests_libdeps=
131   gltests_ltlibdeps=
132   m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
133   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
134   m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
135   m4_pushdef([gltests_LIBSOURCES_LIST], [])
136   m4_pushdef([gltests_LIBSOURCES_DIR], [])
137   gl_COMMON
138   gl_source_base='tests'
139   m4_ifval(gltests_LIBSOURCES_LIST, [
140     m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
141       for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
142         if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
143           echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
144           exit 1
145         fi
146       done])dnl
147       m4_if(m4_sysval, [0], [],
148         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
149   ])
150   m4_popdef([gltests_LIBSOURCES_DIR])
151   m4_popdef([gltests_LIBSOURCES_LIST])
152   m4_popdef([AC_LIBSOURCES])
153   m4_popdef([AC_REPLACE_FUNCS])
154   m4_popdef([AC_LIBOBJ])
155   AC_CONFIG_COMMANDS_PRE([
156     gltests_libobjs=
157     gltests_ltlibobjs=
158     if test -n "$gltests_LIBOBJS"; then
159       # Remove the extension.
160       sed_drop_objext='s/\.o$//;s/\.obj$//'
161       for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
162         gltests_libobjs="$gltests_libobjs $i.$ac_objext"
163         gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
164       done
165     fi
166     AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
167     AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
168   ])
169   LIBGNU_LIBDEPS="$gl_libdeps"
170   AC_SUBST([LIBGNU_LIBDEPS])
171   LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
172   AC_SUBST([LIBGNU_LTLIBDEPS])
173 ])
174
175 # Like AC_LIBOBJ, except that the module name goes
176 # into gl_LIBOBJS instead of into LIBOBJS.
177 AC_DEFUN([gl_LIBOBJ], [
178   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
179   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
180 ])
181
182 # Like AC_REPLACE_FUNCS, except that the module name goes
183 # into gl_LIBOBJS instead of into LIBOBJS.
184 AC_DEFUN([gl_REPLACE_FUNCS], [
185   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
186   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
187 ])
188
189 # Like AC_LIBSOURCES, except the directory where the source file is
190 # expected is derived from the gnulib-tool parameterization,
191 # and alloca is special cased (for the alloca-opt module).
192 # We could also entirely rely on EXTRA_lib..._SOURCES.
193 AC_DEFUN([gl_LIBSOURCES], [
194   m4_foreach([_gl_NAME], [$1], [
195     m4_if(_gl_NAME, [alloca.c], [], [
196       m4_define([gl_LIBSOURCES_DIR], [lib])
197       m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
198     ])
199   ])
200 ])
201
202 # Like AC_LIBOBJ, except that the module name goes
203 # into gltests_LIBOBJS instead of into LIBOBJS.
204 AC_DEFUN([gltests_LIBOBJ], [
205   AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
206   gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
207 ])
208
209 # Like AC_REPLACE_FUNCS, except that the module name goes
210 # into gltests_LIBOBJS instead of into LIBOBJS.
211 AC_DEFUN([gltests_REPLACE_FUNCS], [
212   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
213   AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
214 ])
215
216 # Like AC_LIBSOURCES, except the directory where the source file is
217 # expected is derived from the gnulib-tool parameterization,
218 # and alloca is special cased (for the alloca-opt module).
219 # We could also entirely rely on EXTRA_lib..._SOURCES.
220 AC_DEFUN([gltests_LIBSOURCES], [
221   m4_foreach([_gl_NAME], [$1], [
222     m4_if(_gl_NAME, [alloca.c], [], [
223       m4_define([gltests_LIBSOURCES_DIR], [tests])
224       m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
225     ])
226   ])
227 ])
228
229 # This macro records the list of files which have been installed by
230 # gnulib-tool and may be removed by future gnulib-tool invocations.
231 AC_DEFUN([gl_FILE_LIST], [
232   build-aux/link-warning.h
233   build-aux/useless-if-before-free
234   build-aux/vc-list-files
235   lib/alloca.c
236   lib/alloca.in.h
237   lib/c-ctype.c
238   lib/c-ctype.h
239   lib/config.charset
240   lib/errno.in.h
241   lib/error.c
242   lib/error.h
243   lib/exitfail.c
244   lib/exitfail.h
245   lib/fseeko.c
246   lib/getdelim.c
247   lib/getline.c
248   lib/getopt.c
249   lib/getopt.in.h
250   lib/getopt1.c
251   lib/getopt_int.h
252   lib/getpass.c
253   lib/getpass.h
254   lib/gettext.h
255   lib/intprops.h
256   lib/localcharset.c
257   lib/localcharset.h
258   lib/lseek.c
259   lib/mbrtowc.c
260   lib/mbsinit.c
261   lib/quote.c
262   lib/quote.h
263   lib/quotearg.c
264   lib/quotearg.h
265   lib/realloc.c
266   lib/ref-add.sin
267   lib/ref-del.sin
268   lib/stdbool.in.h
269   lib/stdint.in.h
270   lib/stdio-impl.h
271   lib/stdio-write.c
272   lib/stdio.in.h
273   lib/stdlib.in.h
274   lib/streq.h
275   lib/strerror.c
276   lib/string.in.h
277   lib/unistd.in.h
278   lib/verify.h
279   lib/wchar.in.h
280   lib/wctype.in.h
281   lib/xalloc-die.c
282   lib/xalloc.h
283   lib/xmalloc.c
284   m4/00gnulib.m4
285   m4/alloca.m4
286   m4/codeset.m4
287   m4/errno_h.m4
288   m4/error.m4
289   m4/exitfail.m4
290   m4/extensions.m4
291   m4/fseeko.m4
292   m4/getdelim.m4
293   m4/getline.m4
294   m4/getopt.m4
295   m4/getpass.m4
296   m4/glibc21.m4
297   m4/gnulib-common.m4
298   m4/include_next.m4
299   m4/inline.m4
300   m4/localcharset.m4
301   m4/locale-fr.m4
302   m4/locale-ja.m4
303   m4/locale-zh.m4
304   m4/longlong.m4
305   m4/lseek.m4
306   m4/malloc.m4
307   m4/mbrtowc.m4
308   m4/mbsinit.m4
309   m4/mbstate_t.m4
310   m4/multiarch.m4
311   m4/quote.m4
312   m4/quotearg.m4
313   m4/realloc.m4
314   m4/stdbool.m4
315   m4/stdint.m4
316   m4/stdio_h.m4
317   m4/stdlib_h.m4
318   m4/strerror.m4
319   m4/string_h.m4
320   m4/unistd_h.m4
321   m4/wchar.m4
322   m4/wctype.m4
323   m4/wint_t.m4
324   m4/xalloc.m4
325   top/GNUmakefile
326   top/maint.mk
327 ])