Update gnulib files.
[libtasn1.git] / gl / m4 / gnulib-comp.m4
blob34ca885a3bb7fcd3d2faaf7f42cdbb4bdae0e5d9
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2008 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.
21 AC_DEFUN([gl_EARLY],
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])
30   dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
31   dnl for the builtin va_copy to work.  With Autoconf 2.60 or later,
32   dnl AC_PROG_CC_STDC arranges for this.  With older Autoconf AC_PROG_CC_STDC
33   dnl shouldn't hurt, though installers are on their own to set c99 mode.
34   AC_REQUIRE([AC_PROG_CC_STDC])
37 # This macro should be invoked from ./configure.in, in the section
38 # "Check for header files, types and library functions".
39 AC_DEFUN([gl_INIT],
41   AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
42   gl_cond_libtool=true
43   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
44   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
45   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
46   m4_pushdef([gl_LIBSOURCES_LIST], [])
47   m4_pushdef([gl_LIBSOURCES_DIR], [])
48   gl_COMMON
49   gl_source_base='gl'
50   gl_GETOPT
51   AC_SUBST([LIBINTL])
52   AC_SUBST([LTLIBINTL])
53   # Autoconf 2.61a.99 and earlier don't support linking a file only
54   # in VPATH builds.  But since GNUmakefile is for maintainer use
55   # only, it does not matter if we skip the link with older autoconf.
56   # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
57   # builds, so use a shell variable to bypass this.
58   GNUmakefile=GNUmakefile
59   m4_if(m4_version_compare([2.61a.100],
60         m4_defn([m4_PACKAGE_VERSION])), [1], [],
61         [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [],
62         [GNUmakefile=$GNUmakefile])])
63   gl_FUNC_MALLOC_POSIX
64   gl_STDLIB_MODULE_INDICATOR([malloc-posix])
65   gl_FUNC_READ_FILE
66   gl_FUNC_REALLOC_POSIX
67   gl_STDLIB_MODULE_INDICATOR([realloc-posix])
68   gl_STDARG_H
69   gl_STDINT_H
70   gl_STDLIB_H
71   gl_FUNC_STRDUP
72   gl_STRING_MODULE_INDICATOR([strdup])
73   gl_HEADER_STRING_H
74   gl_UNISTD_H
75   gl_WCHAR_H
76   m4_ifval(gl_LIBSOURCES_LIST, [
77     m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
78       for gl_file in ]gl_LIBSOURCES_LIST[ ; do
79         if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
80           echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
81           exit 1
82         fi
83       done])dnl
84       m4_if(m4_sysval, [0], [],
85         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
86   ])
87   m4_popdef([gl_LIBSOURCES_DIR])
88   m4_popdef([gl_LIBSOURCES_LIST])
89   m4_popdef([AC_LIBSOURCES])
90   m4_popdef([AC_REPLACE_FUNCS])
91   m4_popdef([AC_LIBOBJ])
92   AC_CONFIG_COMMANDS_PRE([
93     gl_libobjs=
94     gl_ltlibobjs=
95     if test -n "$gl_LIBOBJS"; then
96       # Remove the extension.
97       sed_drop_objext='s/\.o$//;s/\.obj$//'
98       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
99         gl_libobjs="$gl_libobjs $i.$ac_objext"
100         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
101       done
102     fi
103     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
104     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
105   ])
106   gltests_libdeps=
107   gltests_ltlibdeps=
108   m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
109   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
110   m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
111   m4_pushdef([gltests_LIBSOURCES_LIST], [])
112   m4_pushdef([gltests_LIBSOURCES_DIR], [])
113   gl_COMMON
114   gl_source_base='tests'
115   m4_ifval(gltests_LIBSOURCES_LIST, [
116     m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
117       for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
118         if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
119           echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
120           exit 1
121         fi
122       done])dnl
123       m4_if(m4_sysval, [0], [],
124         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
125   ])
126   m4_popdef([gltests_LIBSOURCES_DIR])
127   m4_popdef([gltests_LIBSOURCES_LIST])
128   m4_popdef([AC_LIBSOURCES])
129   m4_popdef([AC_REPLACE_FUNCS])
130   m4_popdef([AC_LIBOBJ])
131   AC_CONFIG_COMMANDS_PRE([
132     gltests_libobjs=
133     gltests_ltlibobjs=
134     if test -n "$gltests_LIBOBJS"; then
135       # Remove the extension.
136       sed_drop_objext='s/\.o$//;s/\.obj$//'
137       for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
138         gltests_libobjs="$gltests_libobjs $i.$ac_objext"
139         gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
140       done
141     fi
142     AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
143     AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
144   ])
147 # Like AC_LIBOBJ, except that the module name goes
148 # into gl_LIBOBJS instead of into LIBOBJS.
149 AC_DEFUN([gl_LIBOBJ], [
150   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
151   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
154 # Like AC_REPLACE_FUNCS, except that the module name goes
155 # into gl_LIBOBJS instead of into LIBOBJS.
156 AC_DEFUN([gl_REPLACE_FUNCS], [
157   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
158   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
161 # Like AC_LIBSOURCES, except the directory where the source file is
162 # expected is derived from the gnulib-tool parameterization,
163 # and alloca is special cased (for the alloca-opt module).
164 # We could also entirely rely on EXTRA_lib..._SOURCES.
165 AC_DEFUN([gl_LIBSOURCES], [
166   m4_foreach([_gl_NAME], [$1], [
167     m4_if(_gl_NAME, [alloca.c], [], [
168       m4_define([gl_LIBSOURCES_DIR], [gl])
169       m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
170     ])
171   ])
174 # Like AC_LIBOBJ, except that the module name goes
175 # into gltests_LIBOBJS instead of into LIBOBJS.
176 AC_DEFUN([gltests_LIBOBJ], [
177   AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
178   gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
181 # Like AC_REPLACE_FUNCS, except that the module name goes
182 # into gltests_LIBOBJS instead of into LIBOBJS.
183 AC_DEFUN([gltests_REPLACE_FUNCS], [
184   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
185   AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
188 # Like AC_LIBSOURCES, except the directory where the source file is
189 # expected is derived from the gnulib-tool parameterization,
190 # and alloca is special cased (for the alloca-opt module).
191 # We could also entirely rely on EXTRA_lib..._SOURCES.
192 AC_DEFUN([gltests_LIBSOURCES], [
193   m4_foreach([_gl_NAME], [$1], [
194     m4_if(_gl_NAME, [alloca.c], [], [
195       m4_define([gltests_LIBSOURCES_DIR], [tests])
196       m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
197     ])
198   ])
201 # This macro records the list of files which have been installed by
202 # gnulib-tool and may be removed by future gnulib-tool invocations.
203 AC_DEFUN([gl_FILE_LIST], [
204   build-aux/gendocs.sh
205   build-aux/link-warning.h
206   doc/fdl.texi
207   doc/gendocs_template
208   doc/gpl-3.0.texi
209   doc/lgpl-2.1.texi
210   lib/getopt.c
211   lib/getopt.in.h
212   lib/getopt1.c
213   lib/getopt_int.h
214   lib/gettext.h
215   lib/malloc.c
216   lib/progname.c
217   lib/progname.h
218   lib/read-file.c
219   lib/read-file.h
220   lib/realloc.c
221   lib/stdarg.in.h
222   lib/stdint.in.h
223   lib/stdlib.in.h
224   lib/strdup.c
225   lib/string.in.h
226   lib/unistd.in.h
227   lib/version-etc-fsf.c
228   lib/version-etc.c
229   lib/version-etc.h
230   lib/wchar.in.h
231   m4/extensions.m4
232   m4/getopt.m4
233   m4/gnulib-common.m4
234   m4/include_next.m4
235   m4/longlong.m4
236   m4/malloc.m4
237   m4/read-file.m4
238   m4/realloc.m4
239   m4/stdarg.m4
240   m4/stdint.m4
241   m4/stdlib_h.m4
242   m4/strdup.m4
243   m4/string_h.m4
244   m4/unistd_h.m4
245   m4/wchar.m4
246   top/GNUmakefile
247   top/maint.mk