Update.
[gnutls.git] / lgl / m4 / gnulib-comp.m4
bloba0d51cafa7ecf8cd36695b3117d97d88cd6f2f4f
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.in, 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([lgl_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.in, in the section
33 # "Check for header files, types and library functions".
34 AC_DEFUN([lgl_INIT],
36   m4_pushdef([AC_LIBOBJ], m4_defn([lgl_LIBOBJ]))
37   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([lgl_REPLACE_FUNCS]))
38   m4_pushdef([AC_LIBSOURCES], m4_defn([lgl_LIBSOURCES]))
39   AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
40   gl_cond_libtool=true
41   gl_source_base='lgl'
42   gl_FUNC_ALLOCA
43   gl_GC
44   if test $gl_cond_libtool = false; then
45     gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
46     gl_libdeps="$gl_libdeps $LIBGCRYPT"
47   fi
48   gl_GC_ARCFOUR
49   gl_MODULE_INDICATOR([gc-arcfour])
50   gl_GC_ARCTWO
51   gl_MODULE_INDICATOR([gc-arctwo])
52   gl_GC_DES
53   gl_MODULE_INDICATOR([gc-des])
54   gl_GC_HMAC_MD5
55   gl_MODULE_INDICATOR([gc-hmac-md5])
56   gl_GC_HMAC_SHA1
57   gl_MODULE_INDICATOR([gc-hmac-sha1])
58   gl_GC_MD2
59   gl_MODULE_INDICATOR([gc-md2])
60   gl_GC_MD4
61   gl_MODULE_INDICATOR([gc-md4])
62   gl_GC_MD5
63   gl_MODULE_INDICATOR([gc-md5])
64   gl_GC_PBKDF2_SHA1
65   gl_GC_RANDOM
66   gl_MODULE_INDICATOR([gc-random])
67   gl_GC_RIJNDAEL
68   gl_MODULE_INDICATOR([gc-rijndael])
69   gl_GC_SHA1
70   gl_MODULE_INDICATOR([gc-sha1])
71   dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
72   AM_GNU_GETTEXT_VERSION([0.16.1])
73   gl_MD2
74   gl_FUNC_MEMMEM
75   gl_STRING_MODULE_INDICATOR([memmem])
76   gl_FUNC_MEMMOVE
77   gl_MINMAX
78   gl_FUNC_READ_FILE
79   gl_SIZE_MAX
80   gl_FUNC_SNPRINTF
81   gl_STDIO_MODULE_INDICATOR([snprintf])
82   gl_TYPE_SOCKLEN_T
83   AM_STDBOOL_H
84   gl_STDINT_H
85   gl_STDIO_H
86   gl_HEADER_STRING_H
87   gl_FUNC_STRVERSCMP
88   gl_HEADER_SYS_SOCKET
89   AC_PROG_MKDIR_P
90   gl_HEADER_SYS_STAT_H
91   AC_PROG_MKDIR_P
92   gl_HEADER_TIME_H
93   gl_TIME_R
94   gl_UNISTD_H
95   gl_FUNC_VASNPRINTF
96   gl_FUNC_VASPRINTF
97   gl_WCHAR_H
98   gl_XSIZE
99   m4_popdef([AC_LIBSOURCES])
100   m4_popdef([AC_REPLACE_FUNCS])
101   m4_popdef([AC_LIBOBJ])
102   AC_CONFIG_COMMANDS_PRE([
103     lgl_libobjs=
104     lgl_ltlibobjs=
105     if test -n "$lgl_LIBOBJS"; then
106       # Remove the extension.
107       sed_drop_objext='s/\.o$//;s/\.obj$//'
108       for i in `for i in $lgl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
109         lgl_libobjs="$lgl_libobjs $i.$ac_objext"
110         lgl_ltlibobjs="$lgl_ltlibobjs $i.lo"
111       done
112     fi
113     AC_SUBST([lgl_LIBOBJS], [$lgl_libobjs])
114     AC_SUBST([lgl_LTLIBOBJS], [$lgl_ltlibobjs])
115   ])
118 # Like AC_LIBOBJ, except that the module name goes
119 # into lgl_LIBOBJS instead of into LIBOBJS.
120 AC_DEFUN([lgl_LIBOBJ],
121   [lgl_LIBOBJS="$lgl_LIBOBJS $1.$ac_objext"])
123 # Like AC_REPLACE_FUNCS, except that the module name goes
124 # into lgl_LIBOBJS instead of into LIBOBJS.
125 AC_DEFUN([lgl_REPLACE_FUNCS],
126   [AC_CHECK_FUNCS([$1], , [lgl_LIBOBJ($ac_func)])])
128 # Like AC_LIBSOURCES, except that it does nothing.
129 # We rely on EXTRA_lib..._SOURCES instead.
130 AC_DEFUN([lgl_LIBSOURCES],
131   [])
133 # This macro records the list of files which have been installed by
134 # gnulib-tool and may be removed by future gnulib-tool invocations.
135 AC_DEFUN([lgl_FILE_LIST], [
136   build-aux/config.rpath
137   build-aux/link-warning.h
138   lib/alloca_.h
139   lib/arcfour.c
140   lib/arcfour.h
141   lib/arctwo.c
142   lib/arctwo.h
143   lib/asnprintf.c
144   lib/asprintf.c
145   lib/des.c
146   lib/des.h
147   lib/dummy.c
148   lib/gc-gnulib.c
149   lib/gc-libgcrypt.c
150   lib/gc-pbkdf2-sha1.c
151   lib/gc.h
152   lib/gettext.h
153   lib/hmac-md5.c
154   lib/hmac-sha1.c
155   lib/hmac.h
156   lib/md2.c
157   lib/md2.h
158   lib/md4.c
159   lib/md4.h
160   lib/md5.c
161   lib/md5.h
162   lib/memmem.c
163   lib/memmove.c
164   lib/memxor.c
165   lib/memxor.h
166   lib/minmax.h
167   lib/printf-args.c
168   lib/printf-args.h
169   lib/printf-parse.c
170   lib/printf-parse.h
171   lib/read-file.c
172   lib/read-file.h
173   lib/rijndael-alg-fst.c
174   lib/rijndael-alg-fst.h
175   lib/rijndael-api-fst.c
176   lib/rijndael-api-fst.h
177   lib/sha1.c
178   lib/sha1.h
179   lib/size_max.h
180   lib/snprintf.c
181   lib/socket_.h
182   lib/stat_.h
183   lib/stdbool_.h
184   lib/stdint_.h
185   lib/stdio_.h
186   lib/string_.h
187   lib/strverscmp.c
188   lib/strverscmp.h
189   lib/time_.h
190   lib/time_r.c
191   lib/unistd_.h
192   lib/vasnprintf.c
193   lib/vasnprintf.h
194   lib/vasprintf.c
195   lib/vasprintf.h
196   lib/wchar_.h
197   lib/xsize.h
198   m4/absolute-header.m4
199   m4/alloca.m4
200   m4/arcfour.m4
201   m4/arctwo.m4
202   m4/codeset.m4
203   m4/des.m4
204   m4/eoverflow.m4
205   m4/extensions.m4
206   m4/gc-arcfour.m4
207   m4/gc-arctwo.m4
208   m4/gc-des.m4
209   m4/gc-hmac-md5.m4
210   m4/gc-hmac-sha1.m4
211   m4/gc-md2.m4
212   m4/gc-md4.m4
213   m4/gc-md5.m4
214   m4/gc-pbkdf2-sha1.m4
215   m4/gc-random.m4
216   m4/gc-rijndael.m4
217   m4/gc-sha1.m4
218   m4/gc.m4
219   m4/gettext.m4
220   m4/glibc2.m4
221   m4/glibc21.m4
222   m4/gnulib-common.m4
223   m4/hmac-md5.m4
224   m4/hmac-sha1.m4
225   m4/iconv.m4
226   m4/intdiv0.m4
227   m4/intl.m4
228   m4/intldir.m4
229   m4/intmax.m4
230   m4/intmax_t.m4
231   m4/inttypes-pri.m4
232   m4/inttypes_h.m4
233   m4/lcmessage.m4
234   m4/lib-ld.m4
235   m4/lib-link.m4
236   m4/lib-prefix.m4
237   m4/lock.m4
238   m4/longdouble.m4
239   m4/longlong.m4
240   m4/md2.m4
241   m4/md4.m4
242   m4/md5.m4
243   m4/memmem.m4
244   m4/memmove.m4
245   m4/memxor.m4
246   m4/minmax.m4
247   m4/nls.m4
248   m4/po.m4
249   m4/printf-posix.m4
250   m4/progtest.m4
251   m4/read-file.m4
252   m4/rijndael.m4
253   m4/sha1.m4
254   m4/size_max.m4
255   m4/snprintf.m4
256   m4/socklen.m4
257   m4/sockpfaf.m4
258   m4/stdbool.m4
259   m4/stdint.m4
260   m4/stdint_h.m4
261   m4/stdio_h.m4
262   m4/string_h.m4
263   m4/strverscmp.m4
264   m4/sys_socket_h.m4
265   m4/sys_stat_h.m4
266   m4/time_h.m4
267   m4/time_r.m4
268   m4/uintmax_t.m4
269   m4/ulonglong.m4
270   m4/unistd_h.m4
271   m4/vasnprintf.m4
272   m4/vasprintf.m4
273   m4/visibility.m4
274   m4/wchar.m4
275   m4/wchar_t.m4
276   m4/wint_t.m4
277   m4/xsize.m4