]> sjero.net Git - wget/blob - m4/gnulib-comp.m4
Imported gnulib's crypto/md5.
[wget] / m4 / gnulib-comp.m4
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2004-2007 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([gl_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([gl_INIT],
33 [
34   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
35   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
36   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
37   AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
38   gl_cond_libtool=false
39   gl_libdeps=
40   gl_ltlibdeps=
41   gl_source_base='lib'
42   gl_MD5
43   gl_GETOPT
44   AC_SUBST([LIBINTL])
45   AC_SUBST([LTLIBINTL])
46   AM_STDBOOL_H
47   gl_STDINT_H
48   gl_UNISTD_H
49   gl_WCHAR_H
50   LIBGNU_LIBDEPS="$gl_libdeps"
51   AC_SUBST([LIBGNU_LIBDEPS])
52   LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
53   AC_SUBST([LIBGNU_LTLIBDEPS])
54   m4_popdef([AC_LIBSOURCES])
55   m4_popdef([AC_REPLACE_FUNCS])
56   m4_popdef([AC_LIBOBJ])
57   AC_CONFIG_COMMANDS_PRE([
58     gl_libobjs=
59     gl_ltlibobjs=
60     if test -n "$gl_LIBOBJS"; then
61       # Remove the extension.
62       sed_drop_objext='s/\.o$//;s/\.obj$//'
63       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
64         gl_libobjs="$gl_libobjs $i.$ac_objext"
65         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
66       done
67     fi
68     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
69     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
70   ])
71 ])
72
73 # Like AC_LIBOBJ, except that the module name goes
74 # into gl_LIBOBJS instead of into LIBOBJS.
75 AC_DEFUN([gl_LIBOBJ], [
76   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
77   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
78 ])
79
80 # Like AC_REPLACE_FUNCS, except that the module name goes
81 # into gl_LIBOBJS instead of into LIBOBJS.
82 AC_DEFUN([gl_REPLACE_FUNCS], [
83   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
84   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
85 ])
86
87 # Like AC_LIBSOURCES, except the directory where the source file is
88 # expected is derived from the gnulib-tool parametrization,
89 # and alloca is special cased (for the alloca-opt module).
90 # We could also entirely rely on EXTRA_lib..._SOURCES.
91 AC_DEFUN([gl_LIBSOURCES], [
92   m4_foreach([_gl_NAME], [$1], [
93     m4_if(_gl_NAME, [alloca.c], [], [
94       m4_syscmd([test -r lib/]_gl_NAME[ || test ! -d lib])dnl
95       m4_if(m4_sysval, [0], [],
96         [AC_FATAL([missing lib/]_gl_NAME)])
97     ])
98   ])
99 ])
100
101 # This macro records the list of files which have been installed by
102 # gnulib-tool and may be removed by future gnulib-tool invocations.
103 AC_DEFUN([gl_FILE_LIST], [
104   build-aux/GNUmakefile
105   build-aux/link-warning.h
106   build-aux/maint.mk
107   lib/c-ctype.c
108   lib/c-ctype.h
109   lib/getopt.c
110   lib/getopt.in.h
111   lib/getopt1.c
112   lib/getopt_int.h
113   lib/gettext.h
114   lib/md5.c
115   lib/md5.h
116   lib/stdbool.in.h
117   lib/stdint.in.h
118   lib/unistd.in.h
119   lib/wchar.in.h
120   m4/getopt.m4
121   m4/gnulib-common.m4
122   m4/include_next.m4
123   m4/longlong.m4
124   m4/md5.m4
125   m4/stdbool.m4
126   m4/stdint.m4
127   m4/ulonglong.m4
128   m4/unistd_h.m4
129   m4/wchar.m4
130 ])