Update gnulib files.
[platform/upstream/libtasn1.git] / gl / m4 / gnulib-comp.m4
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2002-2008 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.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],
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   AC_REQUIRE([AC_GNU_SOURCE])
29   AB_INIT
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])
35 ])
36
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],
40 [
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_PMCCABE2HTML
64   gl_FUNC_READ_FILE
65   gl_FUNC_REALLOC_POSIX
66   gl_STDLIB_MODULE_INDICATOR([realloc-posix])
67   gl_STDARG_H
68   gl_STDINT_H
69   gl_STDLIB_H
70   gl_UNISTD_H
71   AC_SUBST([WARN_CFLAGS])
72   gl_WCHAR_H
73   m4_ifval(gl_LIBSOURCES_LIST, [
74     m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
75       for gl_file in ]gl_LIBSOURCES_LIST[ ; do
76         if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
77           echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
78           exit 1
79         fi
80       done])dnl
81       m4_if(m4_sysval, [0], [],
82         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
83   ])
84   m4_popdef([gl_LIBSOURCES_DIR])
85   m4_popdef([gl_LIBSOURCES_LIST])
86   m4_popdef([AC_LIBSOURCES])
87   m4_popdef([AC_REPLACE_FUNCS])
88   m4_popdef([AC_LIBOBJ])
89   AC_CONFIG_COMMANDS_PRE([
90     gl_libobjs=
91     gl_ltlibobjs=
92     if test -n "$gl_LIBOBJS"; then
93       # Remove the extension.
94       sed_drop_objext='s/\.o$//;s/\.obj$//'
95       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
96         gl_libobjs="$gl_libobjs $i.$ac_objext"
97         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
98       done
99     fi
100     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
101     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
102   ])
103   gltests_libdeps=
104   gltests_ltlibdeps=
105   m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
106   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
107   m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
108   m4_pushdef([gltests_LIBSOURCES_LIST], [])
109   m4_pushdef([gltests_LIBSOURCES_DIR], [])
110   gl_COMMON
111   gl_source_base='tests'
112   m4_ifval(gltests_LIBSOURCES_LIST, [
113     m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
114       for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
115         if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
116           echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
117           exit 1
118         fi
119       done])dnl
120       m4_if(m4_sysval, [0], [],
121         [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
122   ])
123   m4_popdef([gltests_LIBSOURCES_DIR])
124   m4_popdef([gltests_LIBSOURCES_LIST])
125   m4_popdef([AC_LIBSOURCES])
126   m4_popdef([AC_REPLACE_FUNCS])
127   m4_popdef([AC_LIBOBJ])
128   AC_CONFIG_COMMANDS_PRE([
129     gltests_libobjs=
130     gltests_ltlibobjs=
131     if test -n "$gltests_LIBOBJS"; then
132       # Remove the extension.
133       sed_drop_objext='s/\.o$//;s/\.obj$//'
134       for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
135         gltests_libobjs="$gltests_libobjs $i.$ac_objext"
136         gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
137       done
138     fi
139     AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
140     AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
141   ])
142 ])
143
144 # Like AC_LIBOBJ, except that the module name goes
145 # into gl_LIBOBJS instead of into LIBOBJS.
146 AC_DEFUN([gl_LIBOBJ], [
147   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
148   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
149 ])
150
151 # Like AC_REPLACE_FUNCS, except that the module name goes
152 # into gl_LIBOBJS instead of into LIBOBJS.
153 AC_DEFUN([gl_REPLACE_FUNCS], [
154   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
155   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
156 ])
157
158 # Like AC_LIBSOURCES, except the directory where the source file is
159 # expected is derived from the gnulib-tool parameterization,
160 # and alloca is special cased (for the alloca-opt module).
161 # We could also entirely rely on EXTRA_lib..._SOURCES.
162 AC_DEFUN([gl_LIBSOURCES], [
163   m4_foreach([_gl_NAME], [$1], [
164     m4_if(_gl_NAME, [alloca.c], [], [
165       m4_define([gl_LIBSOURCES_DIR], [gl])
166       m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
167     ])
168   ])
169 ])
170
171 # Like AC_LIBOBJ, except that the module name goes
172 # into gltests_LIBOBJS instead of into LIBOBJS.
173 AC_DEFUN([gltests_LIBOBJ], [
174   AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
175   gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
176 ])
177
178 # Like AC_REPLACE_FUNCS, except that the module name goes
179 # into gltests_LIBOBJS instead of into LIBOBJS.
180 AC_DEFUN([gltests_REPLACE_FUNCS], [
181   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
182   AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
183 ])
184
185 # Like AC_LIBSOURCES, except the directory where the source file is
186 # expected is derived from the gnulib-tool parameterization,
187 # and alloca is special cased (for the alloca-opt module).
188 # We could also entirely rely on EXTRA_lib..._SOURCES.
189 AC_DEFUN([gltests_LIBSOURCES], [
190   m4_foreach([_gl_NAME], [$1], [
191     m4_if(_gl_NAME, [alloca.c], [], [
192       m4_define([gltests_LIBSOURCES_DIR], [tests])
193       m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
194     ])
195   ])
196 ])
197
198 # This macro records the list of files which have been installed by
199 # gnulib-tool and may be removed by future gnulib-tool invocations.
200 AC_DEFUN([gl_FILE_LIST], [
201   build-aux/gendocs.sh
202   build-aux/link-warning.h
203   build-aux/pmccabe.css
204   build-aux/pmccabe2html
205   doc/fdl-1.3.texi
206   doc/gendocs_template
207   doc/gpl-3.0.texi
208   doc/lgpl-2.1.texi
209   lib/getopt.c
210   lib/getopt.in.h
211   lib/getopt1.c
212   lib/getopt_int.h
213   lib/gettext.h
214   lib/progname.c
215   lib/progname.h
216   lib/read-file.c
217   lib/read-file.h
218   lib/realloc.c
219   lib/stdarg.in.h
220   lib/stdint.in.h
221   lib/stdlib.in.h
222   lib/unistd.in.h
223   lib/version-etc-fsf.c
224   lib/version-etc.c
225   lib/version-etc.h
226   lib/wchar.in.h
227   m4/autobuild.m4
228   m4/getopt.m4
229   m4/gnulib-common.m4
230   m4/include_next.m4
231   m4/longlong.m4
232   m4/malloc.m4
233   m4/pmccabe2html.m4
234   m4/read-file.m4
235   m4/realloc.m4
236   m4/stdarg.m4
237   m4/stdint.m4
238   m4/stdlib_h.m4
239   m4/unistd_h.m4
240   m4/warnings.m4
241   m4/wchar.m4
242   m4/wint_t.m4
243   top/GNUmakefile
244   top/maint.mk
245 ])