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