Update.
[gsasl.git] / gl / m4 / gnulib-comp.m4
blob849361e346253ce4c77665eda8098d825a9b28b0
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2004-2007 Free Software Foundation, Inc.
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.
10 # Generated by gnulib-tool.
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.
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],
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([AC_GNU_SOURCE])
29   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
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],
36   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
37   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
38   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
39   AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
40   gl_cond_libtool=true
41   gl_source_base='gl'
42   gl_FUNC_ALLOCA
43   gl_HEADER_ARPA_INET
44   AC_PROG_MKDIR_P
45   gl_ERROR
46   gl_EXITFAIL
47   gl_GETADDRINFO
48   gl_FUNC_GETDELIM
49   gl_FUNC_GETLINE
50   gl_GETOPT
51   gl_FUNC_GETPASS
52   AC_SUBST([LIBINTL])
53   AC_SUBST([LTLIBINTL])
54   AM_ICONV
55   gl_ICONV_H
56   gl_FUNC_ICONV_OPEN
57   gl_INET_NTOP
58   gl_INLINE
59   gl_HEADER_NETINET_IN
60   AC_PROG_MKDIR_P
61   gl_QUOTE
62   gl_QUOTEARG
63   gl_FUNC_READLINE
64   gl_SIZE_MAX
65   gl_FUNC_SNPRINTF
66   gl_STDIO_MODULE_INDICATOR([snprintf])
67   gl_TYPE_SOCKLEN_T
68   AM_STDBOOL_H
69   gl_STDINT_H
70   gl_STDIO_H
71   gl_STDLIB_H
72   gl_FUNC_STRDUP
73   gl_STRING_MODULE_INDICATOR([strdup])
74   if test $gl_cond_libtool = false; then
75     gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
76     gl_libdeps="$gl_libdeps $LIBICONV"
77   fi
78   gl_HEADER_STRING_H
79   gl_HEADER_SYS_SELECT
80   AC_PROG_MKDIR_P
81   gl_HEADER_SYS_SOCKET
82   AC_PROG_MKDIR_P
83   gl_UNISTD_H
84   gl_FUNC_VASNPRINTF
85   gl_WCHAR_H
86   gl_WCTYPE_H
87   gl_XALLOC
88   gl_XSIZE
89   m4_popdef([AC_LIBSOURCES])
90   m4_popdef([AC_REPLACE_FUNCS])
91   m4_popdef([AC_LIBOBJ])
92   AC_CONFIG_COMMANDS_PRE([
93     gl_libobjs=
94     gl_ltlibobjs=
95     if test -n "$gl_LIBOBJS"; then
96       # Remove the extension.
97       sed_drop_objext='s/\.o$//;s/\.obj$//'
98       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
99         gl_libobjs="$gl_libobjs $i.$ac_objext"
100         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
101       done
102     fi
103     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
104     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
105   ])
108 # Like AC_LIBOBJ, except that the module name goes
109 # into gl_LIBOBJS instead of into LIBOBJS.
110 AC_DEFUN([gl_LIBOBJ],
111   [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])
113 # Like AC_REPLACE_FUNCS, except that the module name goes
114 # into gl_LIBOBJS instead of into LIBOBJS.
115 AC_DEFUN([gl_REPLACE_FUNCS],
116   [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])
118 # Like AC_LIBSOURCES, except that it does nothing.
119 # We rely on EXTRA_lib..._SOURCES instead.
120 AC_DEFUN([gl_LIBSOURCES],
121   [])
123 # This macro records the list of files which have been installed by
124 # gnulib-tool and may be removed by future gnulib-tool invocations.
125 AC_DEFUN([gl_FILE_LIST], [
126   build-aux/GNUmakefile
127   build-aux/config.rpath
128   build-aux/gendocs.sh
129   build-aux/link-warning.h
130   build-aux/maint.mk
131   doc/fdl.texi
132   doc/gendocs_template
133   doc/gpl.texi
134   doc/lgpl.texi
135   lib/alloca_.h
136   lib/asnprintf.c
137   lib/c-ctype.c
138   lib/c-ctype.h
139   lib/c-strcase.h
140   lib/c-strcasecmp.c
141   lib/c-strncasecmp.c
142   lib/error.c
143   lib/error.h
144   lib/exitfail.c
145   lib/exitfail.h
146   lib/gai_strerror.c
147   lib/getaddrinfo.c
148   lib/getaddrinfo.h
149   lib/getdelim.c
150   lib/getdelim.h
151   lib/getline.c
152   lib/getline.h
153   lib/getopt.c
154   lib/getopt1.c
155   lib/getopt_.h
156   lib/getopt_int.h
157   lib/getpass.c
158   lib/getpass.h
159   lib/gettext.h
160   lib/iconv_.h
161   lib/iconv_open-aix.gperf
162   lib/iconv_open-hpux.gperf
163   lib/iconv_open-irix.gperf
164   lib/iconv_open-osf.gperf
165   lib/iconv_open.c
166   lib/inet_ntop.c
167   lib/inet_ntop.h
168   lib/netinet_in_.h
169   lib/printf-args.c
170   lib/printf-args.h
171   lib/printf-parse.c
172   lib/printf-parse.h
173   lib/progname.c
174   lib/progname.h
175   lib/quote.c
176   lib/quote.h
177   lib/quotearg.c
178   lib/quotearg.h
179   lib/readline.c
180   lib/readline.h
181   lib/size_max.h
182   lib/snprintf.c
183   lib/socket_.h
184   lib/stdbool_.h
185   lib/stdint_.h
186   lib/stdio_.h
187   lib/stdlib_.h
188   lib/strdup.c
189   lib/striconv.c
190   lib/striconv.h
191   lib/string_.h
192   lib/sys_select_.h
193   lib/unistd_.h
194   lib/vasnprintf.c
195   lib/vasnprintf.h
196   lib/wchar_.h
197   lib/wctype_.h
198   lib/xalloc-die.c
199   lib/xalloc.h
200   lib/xmalloc.c
201   lib/xsize.h
202   m4/absolute-header.m4
203   m4/alloca.m4
204   m4/arpa_inet_h.m4
205   m4/eoverflow.m4
206   m4/error.m4
207   m4/exitfail.m4
208   m4/extensions.m4
209   m4/getaddrinfo.m4
210   m4/getdelim.m4
211   m4/getline.m4
212   m4/getopt.m4
213   m4/getpass.m4
214   m4/gnulib-common.m4
215   m4/iconv.m4
216   m4/iconv_h.m4
217   m4/iconv_open.m4
218   m4/inet_ntop.m4
219   m4/inline.m4
220   m4/intmax_t.m4
221   m4/inttypes_h.m4
222   m4/lib-ld.m4
223   m4/lib-link.m4
224   m4/lib-prefix.m4
225   m4/longlong.m4
226   m4/mbrtowc.m4
227   m4/mbstate_t.m4
228   m4/netinet_in_h.m4
229   m4/quote.m4
230   m4/quotearg.m4
231   m4/readline.m4
232   m4/size_max.m4
233   m4/snprintf.m4
234   m4/socklen.m4
235   m4/sockpfaf.m4
236   m4/stdbool.m4
237   m4/stdint.m4
238   m4/stdint_h.m4
239   m4/stdio_h.m4
240   m4/stdlib_h.m4
241   m4/strdup.m4
242   m4/string_h.m4
243   m4/sys_select_h.m4
244   m4/sys_socket_h.m4
245   m4/ulonglong.m4
246   m4/unistd_h.m4
247   m4/vasnprintf.m4
248   m4/wchar.m4
249   m4/wchar_t.m4
250   m4/wctype.m4
251   m4/wint_t.m4
252   m4/xalloc.m4
253   m4/xsize.m4