]> sjero.net Git - wget/blob - md5/m4/gnulib-comp.m4
Gnulib updates.
[wget] / md5 / m4 / gnulib-comp.m4
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2009 Free Software Foundation, Inc.
3 #
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.
9 #
10 # Generated by gnulib-tool.
11 #
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.
16
17
18 # This macro should be invoked from ./configure.ac, 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([md5_EARLY],
22 [
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 ])
29
30 # This macro should be invoked from ./configure.ac, in the section
31 # "Check for header files, types and library functions".
32 AC_DEFUN([md5_INIT],
33 [
34   AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
35   gl_cond_libtool=false
36   gl_libdeps=
37   gl_ltlibdeps=
38   m4_pushdef([AC_LIBOBJ], m4_defn([md5_LIBOBJ]))
39   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([md5_REPLACE_FUNCS]))
40   m4_pushdef([AC_LIBSOURCES], m4_defn([md5_LIBSOURCES]))
41   m4_pushdef([md5_LIBSOURCES_LIST], [])
42   m4_pushdef([md5_LIBSOURCES_DIR], [])
43   gl_COMMON
44   gl_source_base='md5'
45   gl_MD5
46   gl_MULTIARCH
47   gl_STDINT_H
48   gl_WCHAR_H
49   m4_ifval(md5_LIBSOURCES_LIST, [
50     m4_syscmd([test ! -d ]m4_defn([md5_LIBSOURCES_DIR])[ ||
51       for gl_file in ]md5_LIBSOURCES_LIST[ ; do
52         if test ! -r ]m4_defn([md5_LIBSOURCES_DIR])[/$gl_file ; then
53           echo "missing file ]m4_defn([md5_LIBSOURCES_DIR])[/$gl_file" >&2
54           exit 1
55         fi
56       done])dnl
57       m4_if(m4_sysval, [0], [],
58         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
59   ])
60   m4_popdef([md5_LIBSOURCES_DIR])
61   m4_popdef([md5_LIBSOURCES_LIST])
62   m4_popdef([AC_LIBSOURCES])
63   m4_popdef([AC_REPLACE_FUNCS])
64   m4_popdef([AC_LIBOBJ])
65   AC_CONFIG_COMMANDS_PRE([
66     md5_libobjs=
67     md5_ltlibobjs=
68     if test -n "$md5_LIBOBJS"; then
69       # Remove the extension.
70       sed_drop_objext='s/\.o$//;s/\.obj$//'
71       for i in `for i in $md5_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
72         md5_libobjs="$md5_libobjs $i.$ac_objext"
73         md5_ltlibobjs="$md5_ltlibobjs $i.lo"
74       done
75     fi
76     AC_SUBST([md5_LIBOBJS], [$md5_libobjs])
77     AC_SUBST([md5_LTLIBOBJS], [$md5_ltlibobjs])
78   ])
79   gltests_libdeps=
80   gltests_ltlibdeps=
81   m4_pushdef([AC_LIBOBJ], m4_defn([md5tests_LIBOBJ]))
82   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([md5tests_REPLACE_FUNCS]))
83   m4_pushdef([AC_LIBSOURCES], m4_defn([md5tests_LIBSOURCES]))
84   m4_pushdef([md5tests_LIBSOURCES_LIST], [])
85   m4_pushdef([md5tests_LIBSOURCES_DIR], [])
86   gl_COMMON
87   gl_source_base='tests'
88   m4_ifval(md5tests_LIBSOURCES_LIST, [
89     m4_syscmd([test ! -d ]m4_defn([md5tests_LIBSOURCES_DIR])[ ||
90       for gl_file in ]md5tests_LIBSOURCES_LIST[ ; do
91         if test ! -r ]m4_defn([md5tests_LIBSOURCES_DIR])[/$gl_file ; then
92           echo "missing file ]m4_defn([md5tests_LIBSOURCES_DIR])[/$gl_file" >&2
93           exit 1
94         fi
95       done])dnl
96       m4_if(m4_sysval, [0], [],
97         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
98   ])
99   m4_popdef([md5tests_LIBSOURCES_DIR])
100   m4_popdef([md5tests_LIBSOURCES_LIST])
101   m4_popdef([AC_LIBSOURCES])
102   m4_popdef([AC_REPLACE_FUNCS])
103   m4_popdef([AC_LIBOBJ])
104   AC_CONFIG_COMMANDS_PRE([
105     md5tests_libobjs=
106     md5tests_ltlibobjs=
107     if test -n "$md5tests_LIBOBJS"; then
108       # Remove the extension.
109       sed_drop_objext='s/\.o$//;s/\.obj$//'
110       for i in `for i in $md5tests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
111         md5tests_libobjs="$md5tests_libobjs $i.$ac_objext"
112         md5tests_ltlibobjs="$md5tests_ltlibobjs $i.lo"
113       done
114     fi
115     AC_SUBST([md5tests_LIBOBJS], [$md5tests_libobjs])
116     AC_SUBST([md5tests_LTLIBOBJS], [$md5tests_ltlibobjs])
117   ])
118   LIBMD5_LIBDEPS="$gl_libdeps"
119   AC_SUBST([LIBMD5_LIBDEPS])
120   LIBMD5_LTLIBDEPS="$gl_ltlibdeps"
121   AC_SUBST([LIBMD5_LTLIBDEPS])
122 ])
123
124 # Like AC_LIBOBJ, except that the module name goes
125 # into md5_LIBOBJS instead of into LIBOBJS.
126 AC_DEFUN([md5_LIBOBJ], [
127   AS_LITERAL_IF([$1], [md5_LIBSOURCES([$1.c])])dnl
128   md5_LIBOBJS="$md5_LIBOBJS $1.$ac_objext"
129 ])
130
131 # Like AC_REPLACE_FUNCS, except that the module name goes
132 # into md5_LIBOBJS instead of into LIBOBJS.
133 AC_DEFUN([md5_REPLACE_FUNCS], [
134   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
135   AC_CHECK_FUNCS([$1], , [md5_LIBOBJ($ac_func)])
136 ])
137
138 # Like AC_LIBSOURCES, except the directory where the source file is
139 # expected is derived from the gnulib-tool parameterization,
140 # and alloca is special cased (for the alloca-opt module).
141 # We could also entirely rely on EXTRA_lib..._SOURCES.
142 AC_DEFUN([md5_LIBSOURCES], [
143   m4_foreach([_gl_NAME], [$1], [
144     m4_if(_gl_NAME, [alloca.c], [], [
145       m4_define([md5_LIBSOURCES_DIR], [md5])
146       m4_append([md5_LIBSOURCES_LIST], _gl_NAME, [ ])
147     ])
148   ])
149 ])
150
151 # Like AC_LIBOBJ, except that the module name goes
152 # into md5tests_LIBOBJS instead of into LIBOBJS.
153 AC_DEFUN([md5tests_LIBOBJ], [
154   AS_LITERAL_IF([$1], [md5tests_LIBSOURCES([$1.c])])dnl
155   md5tests_LIBOBJS="$md5tests_LIBOBJS $1.$ac_objext"
156 ])
157
158 # Like AC_REPLACE_FUNCS, except that the module name goes
159 # into md5tests_LIBOBJS instead of into LIBOBJS.
160 AC_DEFUN([md5tests_REPLACE_FUNCS], [
161   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
162   AC_CHECK_FUNCS([$1], , [md5tests_LIBOBJ($ac_func)])
163 ])
164
165 # Like AC_LIBSOURCES, except the directory where the source file is
166 # expected is derived from the gnulib-tool parameterization,
167 # and alloca is special cased (for the alloca-opt module).
168 # We could also entirely rely on EXTRA_lib..._SOURCES.
169 AC_DEFUN([md5tests_LIBSOURCES], [
170   m4_foreach([_gl_NAME], [$1], [
171     m4_if(_gl_NAME, [alloca.c], [], [
172       m4_define([md5tests_LIBSOURCES_DIR], [tests])
173       m4_append([md5tests_LIBSOURCES_LIST], _gl_NAME, [ ])
174     ])
175   ])
176 ])
177
178 # This macro records the list of files which have been installed by
179 # gnulib-tool and may be removed by future gnulib-tool invocations.
180 AC_DEFUN([md5_FILE_LIST], [
181   build-aux/link-warning.h
182   lib/dummy.c
183   lib/md5.c
184   lib/md5.h
185   lib/stdint.in.h
186   lib/wchar.in.h
187   m4/00gnulib.m4
188   m4/gnulib-common.m4
189   m4/include_next.m4
190   m4/longlong.m4
191   m4/md5.m4
192   m4/multiarch.m4
193   m4/stdint.m4
194   m4/wchar.m4
195   m4/wint_t.m4
196 ])