1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2008 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.
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".
36 AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
38 m4_pushdef([AC_LIBOBJ], m4_defn([lgl_LIBOBJ]))
39 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([lgl_REPLACE_FUNCS]))
40 m4_pushdef([AC_LIBSOURCES], m4_defn([lgl_LIBSOURCES]))
46 if test $gl_cond_libtool = false; then
47 gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
48 gl_libdeps="$gl_libdeps $LIBGCRYPT"
51 gl_MODULE_INDICATOR([gc-arcfour])
53 gl_MODULE_INDICATOR([gc-arctwo])
55 gl_MODULE_INDICATOR([gc-camellia])
57 gl_MODULE_INDICATOR([gc-des])
59 gl_MODULE_INDICATOR([gc-hmac-md5])
61 gl_MODULE_INDICATOR([gc-hmac-sha1])
63 gl_MODULE_INDICATOR([gc-md2])
65 gl_MODULE_INDICATOR([gc-md4])
67 gl_MODULE_INDICATOR([gc-md5])
70 gl_MODULE_INDICATOR([gc-random])
72 gl_MODULE_INDICATOR([gc-rijndael])
74 gl_MODULE_INDICATOR([gc-sha1])
78 dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
79 AM_GNU_GETTEXT_VERSION([0.17])
85 gl_STRING_MODULE_INDICATOR([memmem])
90 gl_STDLIB_MODULE_INDICATOR([realloc-posix])
93 gl_STDIO_MODULE_INDICATOR([snprintf])
110 gl_STDIO_MODULE_INDICATOR([vasprintf])
111 m4_ifdef([AM_XGETTEXT_OPTION],
112 [AM_XGETTEXT_OPTION([--flag=asprintf:2:c-format])
113 AM_XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])
116 m4_popdef([AC_LIBSOURCES])
117 m4_popdef([AC_REPLACE_FUNCS])
118 m4_popdef([AC_LIBOBJ])
119 AC_CONFIG_COMMANDS_PRE([
122 if test -n "$lgl_LIBOBJS"; then
123 # Remove the extension.
124 sed_drop_objext='s/\.o$//;s/\.obj$//'
125 for i in `for i in $lgl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
126 lgl_libobjs="$lgl_libobjs $i.$ac_objext"
127 lgl_ltlibobjs="$lgl_ltlibobjs $i.lo"
130 AC_SUBST([lgl_LIBOBJS], [$lgl_libobjs])
131 AC_SUBST([lgl_LTLIBOBJS], [$lgl_ltlibobjs])
135 m4_pushdef([AC_LIBOBJ], m4_defn([lgltests_LIBOBJ]))
136 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([lgltests_REPLACE_FUNCS]))
137 m4_pushdef([AC_LIBSOURCES], m4_defn([lgltests_LIBSOURCES]))
139 gl_source_base='tests'
140 m4_popdef([AC_LIBSOURCES])
141 m4_popdef([AC_REPLACE_FUNCS])
142 m4_popdef([AC_LIBOBJ])
143 AC_CONFIG_COMMANDS_PRE([
146 if test -n "$lgltests_LIBOBJS"; then
147 # Remove the extension.
148 sed_drop_objext='s/\.o$//;s/\.obj$//'
149 for i in `for i in $lgltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
150 lgltests_libobjs="$lgltests_libobjs $i.$ac_objext"
151 lgltests_ltlibobjs="$lgltests_ltlibobjs $i.lo"
154 AC_SUBST([lgltests_LIBOBJS], [$lgltests_libobjs])
155 AC_SUBST([lgltests_LTLIBOBJS], [$lgltests_ltlibobjs])
159 # Like AC_LIBOBJ, except that the module name goes
160 # into lgl_LIBOBJS instead of into LIBOBJS.
161 AC_DEFUN([lgl_LIBOBJ], [
162 AS_LITERAL_IF([$1], [lgl_LIBSOURCES([$1.c])])dnl
163 lgl_LIBOBJS="$lgl_LIBOBJS $1.$ac_objext"
166 # m4_foreach_w is provided by autoconf-2.59c and later.
167 # This definition is to accommodate developers using versions
168 # of autoconf older than that.
169 m4_ifndef([m4_foreach_w],
170 [m4_define([m4_foreach_w],
171 [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])
173 # Like AC_REPLACE_FUNCS, except that the module name goes
174 # into lgl_LIBOBJS instead of into LIBOBJS.
175 AC_DEFUN([lgl_REPLACE_FUNCS], [
176 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
177 AC_CHECK_FUNCS([$1], , [lgl_LIBOBJ($ac_func)])
180 # Like AC_LIBSOURCES, except the directory where the source file is
181 # expected is derived from the gnulib-tool parametrization,
182 # and alloca is special cased (for the alloca-opt module).
183 # We could also entirely rely on EXTRA_lib..._SOURCES.
184 AC_DEFUN([lgl_LIBSOURCES], [
185 m4_foreach([_gl_NAME], [$1], [
186 m4_if(_gl_NAME, [alloca.c], [], [
187 m4_syscmd([test -r lgl/]_gl_NAME[ || test ! -d lgl])dnl
188 m4_if(m4_sysval, [0], [],
189 [AC_FATAL([missing lgl/]_gl_NAME)])
194 # Like AC_LIBOBJ, except that the module name goes
195 # into lgltests_LIBOBJS instead of into LIBOBJS.
196 AC_DEFUN([lgltests_LIBOBJ], [
197 AS_LITERAL_IF([$1], [lgltests_LIBSOURCES([$1.c])])dnl
198 lgltests_LIBOBJS="$lgltests_LIBOBJS $1.$ac_objext"
201 # m4_foreach_w is provided by autoconf-2.59c and later.
202 # This definition is to accommodate developers using versions
203 # of autoconf older than that.
204 m4_ifndef([m4_foreach_w],
205 [m4_define([m4_foreach_w],
206 [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])])
208 # Like AC_REPLACE_FUNCS, except that the module name goes
209 # into lgltests_LIBOBJS instead of into LIBOBJS.
210 AC_DEFUN([lgltests_REPLACE_FUNCS], [
211 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
212 AC_CHECK_FUNCS([$1], , [lgltests_LIBOBJ($ac_func)])
215 # Like AC_LIBSOURCES, except the directory where the source file is
216 # expected is derived from the gnulib-tool parametrization,
217 # and alloca is special cased (for the alloca-opt module).
218 # We could also entirely rely on EXTRA_lib..._SOURCES.
219 AC_DEFUN([lgltests_LIBSOURCES], [
220 m4_foreach([_gl_NAME], [$1], [
221 m4_if(_gl_NAME, [alloca.c], [], [
222 m4_syscmd([test -r tests/]_gl_NAME[ || test ! -d tests])dnl
223 m4_if(m4_sysval, [0], [],
224 [AC_FATAL([missing tests/]_gl_NAME)])
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([lgl_FILE_LIST], [
232 build-aux/config.rpath
233 build-aux/link-warning.h
274 lib/rijndael-alg-fst.c
275 lib/rijndael-alg-fst.h
276 lib/rijndael-api-fst.c
277 lib/rijndael-api-fst.h