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