]> sjero.net Git - wget/blob - m4/gnulib-comp.m4
Use gnulib's getpass-gnu module for password prompting.
[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_EOVERFLOW
45   gl_FUNC_GETDELIM
46   gl_STDIO_MODULE_INDICATOR([getdelim])
47   gl_FUNC_GETLINE
48   gl_STDIO_MODULE_INDICATOR([getline])
49   gl_GETOPT
50   gl_FUNC_GETPASS_GNU
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_FUNC_REALLOC_POSIX
64   gl_STDLIB_MODULE_INDICATOR([realloc-posix])
65   AM_STDBOOL_H
66   gl_STDIO_H
67   gl_STDLIB_H
68   gl_UNISTD_H
69   m4_popdef([AC_LIBSOURCES])
70   m4_popdef([AC_REPLACE_FUNCS])
71   m4_popdef([AC_LIBOBJ])
72   AC_CONFIG_COMMANDS_PRE([
73     gl_libobjs=
74     gl_ltlibobjs=
75     if test -n "$gl_LIBOBJS"; then
76       # Remove the extension.
77       sed_drop_objext='s/\.o$//;s/\.obj$//'
78       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
79         gl_libobjs="$gl_libobjs $i.$ac_objext"
80         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
81       done
82     fi
83     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
84     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
85   ])
86   gltests_libdeps=
87   gltests_ltlibdeps=
88   m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
89   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
90   m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
91   gl_COMMON
92   gl_source_base='tests'
93   m4_popdef([AC_LIBSOURCES])
94   m4_popdef([AC_REPLACE_FUNCS])
95   m4_popdef([AC_LIBOBJ])
96   AC_CONFIG_COMMANDS_PRE([
97     gltests_libobjs=
98     gltests_ltlibobjs=
99     if test -n "$gltests_LIBOBJS"; then
100       # Remove the extension.
101       sed_drop_objext='s/\.o$//;s/\.obj$//'
102       for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
103         gltests_libobjs="$gltests_libobjs $i.$ac_objext"
104         gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
105       done
106     fi
107     AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
108     AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
109   ])
110   LIBGNU_LIBDEPS="$gl_libdeps"
111   AC_SUBST([LIBGNU_LIBDEPS])
112   LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
113   AC_SUBST([LIBGNU_LTLIBDEPS])
114 ])
115
116 # Like AC_LIBOBJ, except that the module name goes
117 # into gl_LIBOBJS instead of into LIBOBJS.
118 AC_DEFUN([gl_LIBOBJ], [
119   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
120   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
121 ])
122
123 # m4_foreach_w is provided by autoconf-2.59c and later.
124 # This definition is to accommodate developers using versions
125 # of autoconf older than that.
126 m4_ifndef([m4_foreach_w],
127   [m4_define([m4_foreach_w],
128     [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])
129
130 # Like AC_REPLACE_FUNCS, except that the module name goes
131 # into gl_LIBOBJS instead of into LIBOBJS.
132 AC_DEFUN([gl_REPLACE_FUNCS], [
133   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
134   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
135 ])
136
137 # Like AC_LIBSOURCES, except the directory where the source file is
138 # expected is derived from the gnulib-tool parametrization,
139 # and alloca is special cased (for the alloca-opt module).
140 # We could also entirely rely on EXTRA_lib..._SOURCES.
141 AC_DEFUN([gl_LIBSOURCES], [
142   m4_foreach([_gl_NAME], [$1], [
143     m4_if(_gl_NAME, [alloca.c], [], [
144       m4_syscmd([test -r lib/]_gl_NAME[ || test ! -d lib])dnl
145       m4_if(m4_sysval, [0], [],
146         [AC_FATAL([missing lib/]_gl_NAME)])
147     ])
148   ])
149 ])
150
151 # Like AC_LIBOBJ, except that the module name goes
152 # into gltests_LIBOBJS instead of into LIBOBJS.
153 AC_DEFUN([gltests_LIBOBJ], [
154   AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
155   gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
156 ])
157
158 # m4_foreach_w is provided by autoconf-2.59c and later.
159 # This definition is to accommodate developers using versions
160 # of autoconf older than that.
161 m4_ifndef([m4_foreach_w],
162   [m4_define([m4_foreach_w],
163     [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])
164
165 # Like AC_REPLACE_FUNCS, except that the module name goes
166 # into gltests_LIBOBJS instead of into LIBOBJS.
167 AC_DEFUN([gltests_REPLACE_FUNCS], [
168   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
169   AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
170 ])
171
172 # Like AC_LIBSOURCES, except the directory where the source file is
173 # expected is derived from the gnulib-tool parametrization,
174 # and alloca is special cased (for the alloca-opt module).
175 # We could also entirely rely on EXTRA_lib..._SOURCES.
176 AC_DEFUN([gltests_LIBSOURCES], [
177   m4_foreach([_gl_NAME], [$1], [
178     m4_if(_gl_NAME, [alloca.c], [], [
179       m4_syscmd([test -r tests/]_gl_NAME[ || test ! -d tests])dnl
180       m4_if(m4_sysval, [0], [],
181         [AC_FATAL([missing tests/]_gl_NAME)])
182     ])
183   ])
184 ])
185
186 # This macro records the list of files which have been installed by
187 # gnulib-tool and may be removed by future gnulib-tool invocations.
188 AC_DEFUN([gl_FILE_LIST], [
189   build-aux/link-warning.h
190   lib/c-ctype.c
191   lib/c-ctype.h
192   lib/getdelim.c
193   lib/getline.c
194   lib/getopt.c
195   lib/getopt.in.h
196   lib/getopt1.c
197   lib/getopt_int.h
198   lib/getpass.c
199   lib/getpass.h
200   lib/gettext.h
201   lib/realloc.c
202   lib/stdbool.in.h
203   lib/stdio.in.h
204   lib/stdlib.in.h
205   lib/unistd.in.h
206   m4/eoverflow.m4
207   m4/extensions.m4
208   m4/getdelim.m4
209   m4/getline.m4
210   m4/getopt.m4
211   m4/getpass.m4
212   m4/gnulib-common.m4
213   m4/include_next.m4
214   m4/malloc.m4
215   m4/realloc.m4
216   m4/stdbool.m4
217   m4/stdio_h.m4
218   m4/stdlib_h.m4
219   m4/unistd_h.m4
220   top/GNUmakefile
221   top/maint.mk
222 ])