1 | # -*- buffer-read-only: t -*- vi: set ro:
|
---|
2 | # DO NOT EDIT! GENERATED AUTOMATICALLY!
|
---|
3 | # DO NOT EDIT! GENERATED AUTOMATICALLY!
|
---|
4 | # Copyright (C) 2004-2007 Free Software Foundation, Inc.
|
---|
5 | #
|
---|
6 | # This file is free software, distributed under the terms of the GNU
|
---|
7 | # General Public License. As a special exception to the GNU General
|
---|
8 | # Public License, this file may be distributed as part of a program
|
---|
9 | # that contains a configuration script generated by Autoconf, under
|
---|
10 | # the same distribution terms as the rest of that program.
|
---|
11 | #
|
---|
12 | # Generated by gnulib-tool.
|
---|
13 | #
|
---|
14 | # This file represents the compiled summary of the specification in
|
---|
15 | # gnulib-cache.m4. It lists the computed macro invocations that need
|
---|
16 | # to be invoked from configure.ac.
|
---|
17 | # In projects using CVS, this file can be treated like other built files.
|
---|
18 |
|
---|
19 |
|
---|
20 | # This macro should be invoked from ./configure.ac, in the section
|
---|
21 | # "Checks for programs", right after AC_PROG_CC, and certainly before
|
---|
22 | # any checks for libraries, header files, types and library functions.
|
---|
23 | AC_DEFUN([gl_EARLY],
|
---|
24 | [
|
---|
25 | m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
|
---|
26 | m4_pattern_allow([^gl_ES$])dnl a valid locale name
|
---|
27 | m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
|
---|
28 | m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
|
---|
29 | AC_REQUIRE([AC_PROG_RANLIB])
|
---|
30 | AC_REQUIRE([AC_GNU_SOURCE])
|
---|
31 | AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
|
---|
32 | ])
|
---|
33 |
|
---|
34 | # This macro should be invoked from ./configure.ac, in the section
|
---|
35 | # "Check for header files, types and library functions".
|
---|
36 | AC_DEFUN([gl_INIT],
|
---|
37 | [
|
---|
38 | m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
|
---|
39 | m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
|
---|
40 | m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
|
---|
41 | AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
|
---|
42 | gl_cond_libtool=false
|
---|
43 | gl_libdeps=
|
---|
44 | gl_ltlibdeps=
|
---|
45 | gl_source_base='.#bootmp/lib'
|
---|
46 | gl_ERROR
|
---|
47 | gl_EXITFAIL
|
---|
48 | gl_FCNTL_H
|
---|
49 | gl_FCNTL_SAFER
|
---|
50 | gl_MODULE_INDICATOR([fcntl-safer])
|
---|
51 | gl_GETOPT
|
---|
52 | gl_INLINE
|
---|
53 | gl_STAT_TIME
|
---|
54 | AM_STDBOOL_H
|
---|
55 | gl_HEADER_SYS_STAT_H
|
---|
56 | AC_PROG_MKDIR_P
|
---|
57 | gl_HEADER_SYS_TIME_H
|
---|
58 | AC_PROG_MKDIR_P
|
---|
59 | gl_TIMESPEC
|
---|
60 | gl_HEADER_UNISTD
|
---|
61 | gl_UNISTD_SAFER
|
---|
62 | gl_UTIMENS
|
---|
63 | gl_XALLOC
|
---|
64 | gl_YESNO
|
---|
65 | LIBGZIP_LIBDEPS="$gl_libdeps"
|
---|
66 | AC_SUBST([LIBGZIP_LIBDEPS])
|
---|
67 | LIBGZIP_LTLIBDEPS="$gl_ltlibdeps"
|
---|
68 | AC_SUBST([LIBGZIP_LTLIBDEPS])
|
---|
69 | m4_popdef([AC_LIBSOURCES])
|
---|
70 | m4_popdef([AC_REPLACE_FUNCS])
|
---|
71 | m4_popdef([AC_LIBOBJ])
|
---|
72 | AC_CONFIG_COMMANDS_PRE([
|
---|
73 | gl_libobjs=
|
---|
74 | gl_ltlibobjs=
|
---|
75 | if test -n "$gl_LIBOBJS"; then
|
---|
76 | # Remove the extension.
|
---|
77 | sed_drop_objext='s/\.o$//;s/\.obj$//'
|
---|
78 | for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
|
---|
79 | gl_libobjs="$gl_libobjs $i.$ac_objext"
|
---|
80 | gl_ltlibobjs="$gl_ltlibobjs $i.lo"
|
---|
81 | done
|
---|
82 | fi
|
---|
83 | AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
|
---|
84 | AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
|
---|
85 | ])
|
---|
86 | ])
|
---|
87 |
|
---|
88 | # Like AC_LIBOBJ, except that the module name goes
|
---|
89 | # into gl_LIBOBJS instead of into LIBOBJS.
|
---|
90 | AC_DEFUN([gl_LIBOBJ],
|
---|
91 | [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])
|
---|
92 |
|
---|
93 | # Like AC_REPLACE_FUNCS, except that the module name goes
|
---|
94 | # into gl_LIBOBJS instead of into LIBOBJS.
|
---|
95 | AC_DEFUN([gl_REPLACE_FUNCS],
|
---|
96 | [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])
|
---|
97 |
|
---|
98 | # Like AC_LIBSOURCES, except that it does nothing.
|
---|
99 | # We rely on EXTRA_lib..._SOURCES instead.
|
---|
100 | AC_DEFUN([gl_LIBSOURCES],
|
---|
101 | [])
|
---|
102 |
|
---|
103 | # This macro records the list of files which have been installed by
|
---|
104 | # gnulib-tool and may be removed by future gnulib-tool invocations.
|
---|
105 | AC_DEFUN([gl_FILE_LIST], [
|
---|
106 | doc/fdl.texi
|
---|
107 | lib/creat-safer.c
|
---|
108 | lib/dup-safer.c
|
---|
109 | lib/error.c
|
---|
110 | lib/error.h
|
---|
111 | lib/exit.h
|
---|
112 | lib/exitfail.c
|
---|
113 | lib/exitfail.h
|
---|
114 | lib/fcntl--.h
|
---|
115 | lib/fcntl-safer.h
|
---|
116 | lib/fcntl_.h
|
---|
117 | lib/fd-safer.c
|
---|
118 | lib/getopt.c
|
---|
119 | lib/getopt1.c
|
---|
120 | lib/getopt_.h
|
---|
121 | lib/getopt_int.h
|
---|
122 | lib/gettext.h
|
---|
123 | lib/open-safer.c
|
---|
124 | lib/pipe-safer.c
|
---|
125 | lib/stat-time.h
|
---|
126 | lib/stat_.h
|
---|
127 | lib/stdbool_.h
|
---|
128 | lib/sys_time_.h
|
---|
129 | lib/timespec.h
|
---|
130 | lib/unistd--.h
|
---|
131 | lib/unistd-safer.h
|
---|
132 | lib/unistd_.h
|
---|
133 | lib/utimens.c
|
---|
134 | lib/utimens.h
|
---|
135 | lib/xalloc-die.c
|
---|
136 | lib/xalloc.h
|
---|
137 | lib/xmalloc.c
|
---|
138 | lib/yesno.c
|
---|
139 | lib/yesno.h
|
---|
140 | m4/absolute-header.m4
|
---|
141 | m4/error.m4
|
---|
142 | m4/exitfail.m4
|
---|
143 | m4/extensions.m4
|
---|
144 | m4/fcntl-safer.m4
|
---|
145 | m4/fcntl_h.m4
|
---|
146 | m4/getopt.m4
|
---|
147 | m4/gnulib-common.m4
|
---|
148 | m4/inline.m4
|
---|
149 | m4/stat-time.m4
|
---|
150 | m4/stdbool.m4
|
---|
151 | m4/sys_stat_h.m4
|
---|
152 | m4/sys_time_h.m4
|
---|
153 | m4/timespec.m4
|
---|
154 | m4/unistd-safer.m4
|
---|
155 | m4/unistd_h.m4
|
---|
156 | m4/utimbuf.m4
|
---|
157 | m4/utimens.m4
|
---|
158 | m4/utimes.m4
|
---|
159 | m4/xalloc.m4
|
---|
160 | m4/yesno.m4
|
---|
161 | ])
|
---|