1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2011 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 that use version control, this file can be treated like
19 # This macro should be invoked from ./configure.in, in the section
20 # "Checks for programs", right after AC_PROG_CC, and certainly before
21 # any checks for libraries, header files, types and library functions.
24 m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
25 m4_pattern_allow([^gl_ES$])dnl a valid locale name
26 m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
27 m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
28 AC_REQUIRE([AC_PROG_RANLIB])
29 # Code from module alloca-opt:
30 # Code from module allocator:
31 # Code from module arg-nonnull:
32 # Code from module c++defs:
33 # Code from module careadlinkat:
34 # Code from module crypto/md5:
35 # Code from module crypto/sha1:
36 # Code from module crypto/sha256:
37 # Code from module crypto/sha512:
38 # Code from module dosname:
39 # Code from module dtoastr:
40 # Code from module dup2:
41 # Code from module extensions:
42 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
43 # Code from module filemode:
44 # Code from module getloadavg:
45 # Code from module getopt-gnu:
46 # Code from module getopt-posix:
47 # Code from module gettext-h:
48 # Code from module ignore-value:
49 # Code from module include_next:
50 # Code from module intprops:
51 # Code from module inttypes-incomplete:
52 # Code from module lstat:
53 # Code from module mktime:
54 # Code from module multiarch:
55 # Code from module readlink:
56 # Code from module socklen:
57 # Code from module ssize_t:
58 # Code from module stat:
59 # Code from module stdarg:
60 dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
61 dnl for the builtin va_copy to work. With Autoconf 2.60 or later,
62 dnl AC_PROG_CC_STDC arranges for this. With older Autoconf AC_PROG_CC_STDC
63 dnl shouldn't hurt, though installers are on their own to set c99 mode.
64 AC_REQUIRE([AC_PROG_CC_STDC])
65 # Code from module stdbool:
66 # Code from module stddef:
67 # Code from module stdint:
68 # Code from module stdio:
69 # Code from module stdlib:
70 # Code from module strftime:
71 # Code from module strtoull:
72 # Code from module strtoumax:
73 # Code from module symlink:
74 # Code from module sys_stat:
75 # Code from module time:
76 # Code from module time_r:
77 # Code from module u64:
78 # Code from module unistd:
79 # Code from module verify:
80 # Code from module warn-on-use:
83 # This macro should be invoked from ./configure.in, in the section
84 # "Check for header files, types and library functions".
87 AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
92 m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
93 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
94 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
95 m4_pushdef([gl_LIBSOURCES_LIST], [])
96 m4_pushdef([gl_LIBSOURCES_DIR], [])
100 AC_CHECK_FUNCS_ONCE([readlinkat])
105 AC_REQUIRE([gl_C99_STRTOLD])
107 gl_UNISTD_MODULE_INDICATOR([dup2])
110 if test $HAVE_GETLOADAVG = 0; then
111 AC_LIBOBJ([getloadavg])
114 gl_STDLIB_MODULE_INDICATOR([getloadavg])
116 if test $REPLACE_GETOPT = 1; then
121 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
123 if test $REPLACE_GETOPT = 1; then
128 AC_REQUIRE([AC_C_INLINE])
129 gl_INTTYPES_INCOMPLETE
131 if test $REPLACE_LSTAT = 1; then
135 gl_SYS_STAT_MODULE_INDICATOR([lstat])
137 if test $REPLACE_MKTIME = 1; then
141 gl_TIME_MODULE_INDICATOR([mktime])
144 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
145 AC_LIBOBJ([readlink])
148 gl_UNISTD_MODULE_INDICATOR([readlink])
159 if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then
160 AC_LIBOBJ([strtoumax])
163 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
165 if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
168 gl_UNISTD_MODULE_INDICATOR([symlink])
173 if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
177 gl_TIME_MODULE_INDICATOR([time_r])
178 AC_REQUIRE([AC_C_INLINE])
180 gl_gnulib_enabled_dosname=false
181 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false
182 gl_gnulib_enabled_stat=false
183 gl_gnulib_enabled_strtoull=false
184 gl_gnulib_enabled_verify=false
185 func_gl_gnulib_m4code_dosname ()
187 if ! $gl_gnulib_enabled_dosname; then
188 gl_gnulib_enabled_dosname=true
191 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36 ()
193 if ! $gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36; then
195 AC_SUBST([LTLIBINTL])
196 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=true
199 func_gl_gnulib_m4code_stat ()
201 if ! $gl_gnulib_enabled_stat; then
203 if test $REPLACE_STAT = 1; then
207 gl_SYS_STAT_MODULE_INDICATOR([stat])
208 gl_gnulib_enabled_stat=true
210 func_gl_gnulib_m4code_dosname
213 func_gl_gnulib_m4code_verify
217 func_gl_gnulib_m4code_strtoull ()
219 if ! $gl_gnulib_enabled_strtoull; then
221 if test $HAVE_STRTOULL = 0; then
222 AC_LIBOBJ([strtoull])
225 gl_STDLIB_MODULE_INDICATOR([strtoull])
226 gl_gnulib_enabled_strtoull=true
229 func_gl_gnulib_m4code_verify ()
231 if ! $gl_gnulib_enabled_verify; then
232 gl_gnulib_enabled_verify=true
235 if test $REPLACE_GETOPT = 1; then
236 func_gl_gnulib_m4code_be453cec5eecf5731a274f2de7f2db36
238 if test $REPLACE_LSTAT = 1; then
239 func_gl_gnulib_m4code_dosname
241 if test $REPLACE_LSTAT = 1; then
242 func_gl_gnulib_m4code_stat
244 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
245 func_gl_gnulib_m4code_stat
247 if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then
248 func_gl_gnulib_m4code_verify
250 if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then
251 func_gl_gnulib_m4code_strtoull
253 m4_pattern_allow([^gl_GNULIB_ENABLED_])
254 AM_CONDITIONAL([gl_GNULIB_ENABLED_dosname], [$gl_gnulib_enabled_dosname])
255 AM_CONDITIONAL([gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36], [$gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36])
256 AM_CONDITIONAL([gl_GNULIB_ENABLED_stat], [$gl_gnulib_enabled_stat])
257 AM_CONDITIONAL([gl_GNULIB_ENABLED_strtoull], [$gl_gnulib_enabled_strtoull])
258 AM_CONDITIONAL([gl_GNULIB_ENABLED_verify], [$gl_gnulib_enabled_verify])
259 # End of code from modules
260 m4_ifval(gl_LIBSOURCES_LIST, [
261 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
262 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
263 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
264 echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
268 m4_if(m4_sysval, [0], [],
269 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
271 m4_popdef([gl_LIBSOURCES_DIR])
272 m4_popdef([gl_LIBSOURCES_LIST])
273 m4_popdef([AC_LIBSOURCES])
274 m4_popdef([AC_REPLACE_FUNCS])
275 m4_popdef([AC_LIBOBJ])
276 AC_CONFIG_COMMANDS_PRE([
279 if test -n "$gl_LIBOBJS"; then
280 # Remove the extension.
281 sed_drop_objext='s/\.o$//;s/\.obj$//'
282 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
283 gl_libobjs="$gl_libobjs $i.$ac_objext"
284 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
287 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
288 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
292 m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
293 m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
294 m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
295 m4_pushdef([gltests_LIBSOURCES_LIST], [])
296 m4_pushdef([gltests_LIBSOURCES_DIR], [])
298 gl_source_base='tests'
300 gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
302 AC_SUBST([gltests_WITNESS])
303 gl_module_indicator_condition=$gltests_WITNESS
304 m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition])
305 m4_pattern_allow([^gl_GNULIB_ENABLED_])
306 m4_popdef([gl_MODULE_INDICATOR_CONDITION])
307 m4_ifval(gltests_LIBSOURCES_LIST, [
308 m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
309 for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
310 if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
311 echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
315 m4_if(m4_sysval, [0], [],
316 [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
318 m4_popdef([gltests_LIBSOURCES_DIR])
319 m4_popdef([gltests_LIBSOURCES_LIST])
320 m4_popdef([AC_LIBSOURCES])
321 m4_popdef([AC_REPLACE_FUNCS])
322 m4_popdef([AC_LIBOBJ])
323 AC_CONFIG_COMMANDS_PRE([
326 if test -n "$gltests_LIBOBJS"; then
327 # Remove the extension.
328 sed_drop_objext='s/\.o$//;s/\.obj$//'
329 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
330 gltests_libobjs="$gltests_libobjs $i.$ac_objext"
331 gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
334 AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
335 AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
337 LIBGNU_LIBDEPS="$gl_libdeps"
338 AC_SUBST([LIBGNU_LIBDEPS])
339 LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
340 AC_SUBST([LIBGNU_LTLIBDEPS])
343 # Like AC_LIBOBJ, except that the module name goes
344 # into gl_LIBOBJS instead of into LIBOBJS.
345 AC_DEFUN([gl_LIBOBJ], [
346 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
347 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
350 # Like AC_REPLACE_FUNCS, except that the module name goes
351 # into gl_LIBOBJS instead of into LIBOBJS.
352 AC_DEFUN([gl_REPLACE_FUNCS], [
353 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
354 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
357 # Like AC_LIBSOURCES, except the directory where the source file is
358 # expected is derived from the gnulib-tool parameterization,
359 # and alloca is special cased (for the alloca-opt module).
360 # We could also entirely rely on EXTRA_lib..._SOURCES.
361 AC_DEFUN([gl_LIBSOURCES], [
362 m4_foreach([_gl_NAME], [$1], [
363 m4_if(_gl_NAME, [alloca.c], [], [
364 m4_define([gl_LIBSOURCES_DIR], [lib])
365 m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
370 # Like AC_LIBOBJ, except that the module name goes
371 # into gltests_LIBOBJS instead of into LIBOBJS.
372 AC_DEFUN([gltests_LIBOBJ], [
373 AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
374 gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
377 # Like AC_REPLACE_FUNCS, except that the module name goes
378 # into gltests_LIBOBJS instead of into LIBOBJS.
379 AC_DEFUN([gltests_REPLACE_FUNCS], [
380 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
381 AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
384 # Like AC_LIBSOURCES, except the directory where the source file is
385 # expected is derived from the gnulib-tool parameterization,
386 # and alloca is special cased (for the alloca-opt module).
387 # We could also entirely rely on EXTRA_lib..._SOURCES.
388 AC_DEFUN([gltests_LIBSOURCES], [
389 m4_foreach([_gl_NAME], [$1], [
390 m4_if(_gl_NAME, [alloca.c], [], [
391 m4_define([gltests_LIBSOURCES_DIR], [tests])
392 m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
397 # This macro records the list of files which have been installed by
398 # gnulib-tool and may be removed by future gnulib-tool invocations.
399 AC_DEFUN([gl_FILE_LIST], [
400 build-aux/arg-nonnull.h
402 build-aux/warn-on-use.h
427 lib/mktime-internal.h