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.
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 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])
43 LTALLOCA=`echo "$ALLOCA" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
55 gl_STDLIB_MODULE_INDICATOR([getsubopt])
61 gl_STDLIB_MODULE_INDICATOR([malloc-posix])
63 gl_STRING_MODULE_INDICATOR([mempcpy])
66 gl_UNISTD_MODULE_INDICATOR([sleep])
73 gl_STRING_MODULE_INDICATOR([strchrnul])
75 gl_STRING_MODULE_INDICATOR([strerror])
78 gl_STRING_MODULE_INDICATOR([strndup])
80 gl_STRING_MODULE_INDICATOR([strnlen])
85 gl_STDIO_MODULE_INDICATOR([vsnprintf])
90 m4_popdef([AC_LIBSOURCES])
91 m4_popdef([AC_REPLACE_FUNCS])
92 m4_popdef([AC_LIBOBJ])
93 AC_CONFIG_COMMANDS_PRE([
96 if test -n "$gl_LIBOBJS"; then
97 # Remove the extension.
98 sed_drop_objext='s/\.o$//;s/\.obj$//'
99 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
100 gl_libobjs="$gl_libobjs $i.$ac_objext"
101 gl_ltlibobjs="$gl_ltlibobjs $i.lo"
104 AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
105 AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
109 # Like AC_LIBOBJ, except that the module name goes
110 # into gl_LIBOBJS instead of into LIBOBJS.
111 AC_DEFUN([gl_LIBOBJ], [
112 AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
113 gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
116 # Like AC_REPLACE_FUNCS, except that the module name goes
117 # into gl_LIBOBJS instead of into LIBOBJS.
118 AC_DEFUN([gl_REPLACE_FUNCS], [
119 m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
120 AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
123 # Like AC_LIBSOURCES, except the directory where the source file is
124 # expected is derived from the gnulib-tool parametrization,
125 # and alloca is special cased (for the alloca-opt module).
126 # We could also entirely rely on EXTRA_lib..._SOURCES.
127 AC_DEFUN([gl_LIBSOURCES], [
128 m4_foreach([_gl_NAME], [$1], [
129 m4_if(_gl_NAME, [alloca.c], [], [
130 m4_syscmd([test -r lib/]_gl_NAME[ || test ! -d lib])dnl
131 m4_if(m4_sysval, [0], [],
132 [AC_FATAL([missing lib/]_gl_NAME)])
137 # This macro records the list of files which have been installed by
138 # gnulib-tool and may be removed by future gnulib-tool invocations.
139 AC_DEFUN([gl_FILE_LIST], [
205 m4/absolute-header.m4
210 m4/double-slash-root.m4