evalue.c: Polyhedron_Insert: add missing return type
[barvinok.git] / m4 / gnulib-comp.m4
blob364ecd1a34f307000ff2bd9df22ce1e5384b0c5f
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2004-2007 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])
32 # This macro should be invoked from ./configure.in, in the section
33 # "Check for header files, types and library functions".
34 AC_DEFUN([gl_INIT],
36   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
37   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
38   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
39   AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
40   gl_cond_libtool=true
41   gl_source_base='lib'
42 changequote(,)dnl
43 LTALLOCA=`echo "$ALLOCA" | sed 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'`
44 changequote([, ])dnl
45 AC_SUBST([LTALLOCA])
46   gl_FUNC_ALLOCA
47   gl_ARGP
48   gl_DIRNAME
49   gl_DOUBLE_SLASH_ROOT
50   gl_ERROR
51   gl_EXITFAIL
52   gl_FLOAT_H
53   gl_GETOPT
54   gl_FUNC_GETSUBOPT
55   gl_STDLIB_MODULE_INDICATOR([getsubopt])
56   AC_SUBST([LIBINTL])
57   AC_SUBST([LTLIBINTL])
58   gl_INLINE
59   AC_FUNC_MALLOC
60   gl_FUNC_MALLOC_POSIX
61   gl_STDLIB_MODULE_INDICATOR([malloc-posix])
62   gl_FUNC_MEMPCPY
63   gl_STRING_MODULE_INDICATOR([mempcpy])
64   gl_SIZE_MAX
65   gl_FUNC_SLEEP
66   gl_UNISTD_MODULE_INDICATOR([sleep])
67   AM_STDBOOL_H
68   gl_STDINT_H
69   gl_STDIO_H
70   gl_STDLIB_H
71   gl_STRCASE
72   gl_FUNC_STRCHRNUL
73   gl_STRING_MODULE_INDICATOR([strchrnul])
74   gl_FUNC_STRERROR
75   gl_STRING_MODULE_INDICATOR([strerror])
76   gl_HEADER_STRING_H
77   gl_FUNC_STRNDUP
78   gl_STRING_MODULE_INDICATOR([strndup])
79   gl_FUNC_STRNLEN
80   gl_STRING_MODULE_INDICATOR([strnlen])
81   gl_SYSEXITS
82   gl_UNISTD_H
83   gl_FUNC_VASNPRINTF
84   gl_FUNC_VSNPRINTF
85   gl_STDIO_MODULE_INDICATOR([vsnprintf])
86   gl_WCHAR_H
87   gl_XALLOC
88   gl_XSIZE
89   gl_XSTRNDUP
90   m4_popdef([AC_LIBSOURCES])
91   m4_popdef([AC_REPLACE_FUNCS])
92   m4_popdef([AC_LIBOBJ])
93   AC_CONFIG_COMMANDS_PRE([
94     gl_libobjs=
95     gl_ltlibobjs=
96     if test -n "$gl_LIBOBJS"; then
97       # Remove the extension.
98       sed_drop_objext='s/\.o$//;s/\.obj$//'
99       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
100         gl_libobjs="$gl_libobjs $i.$ac_objext"
101         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
102       done
103     fi
104     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
105     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
106   ])
109 # Like AC_LIBOBJ, except that the module name goes
110 # into gl_LIBOBJS instead of into LIBOBJS.
111 AC_DEFUN([gl_LIBOBJ], [
112   AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
113   gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
116 # Like AC_REPLACE_FUNCS, except that the module name goes
117 # into gl_LIBOBJS instead of into LIBOBJS.
118 AC_DEFUN([gl_REPLACE_FUNCS], [
119   m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
120   AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
123 # Like AC_LIBSOURCES, except the directory where the source file is
124 # expected is derived from the gnulib-tool parametrization,
125 # and alloca is special cased (for the alloca-opt module).
126 # We could also entirely rely on EXTRA_lib..._SOURCES.
127 AC_DEFUN([gl_LIBSOURCES], [
128   m4_foreach([_gl_NAME], [$1], [
129     m4_if(_gl_NAME, [alloca.c], [], [
130       m4_syscmd([test -r lib/]_gl_NAME[ || test ! -d lib])dnl
131       m4_if(m4_sysval, [0], [],
132         [AC_FATAL([missing lib/]_gl_NAME)])
133     ])
134   ])
137 # This macro records the list of files which have been installed by
138 # gnulib-tool and may be removed by future gnulib-tool invocations.
139 AC_DEFUN([gl_FILE_LIST], [
140   lib/alloca.c
141   lib/alloca.in.h
142   lib/argp-ba.c
143   lib/argp-eexst.c
144   lib/argp-fmtstream.c
145   lib/argp-fmtstream.h
146   lib/argp-fs-xinl.c
147   lib/argp-help.c
148   lib/argp-namefrob.h
149   lib/argp-parse.c
150   lib/argp-pin.c
151   lib/argp-pv.c
152   lib/argp-pvh.c
153   lib/argp-xinl.c
154   lib/argp.h
155   lib/asnprintf.c
156   lib/basename.c
157   lib/dirname.c
158   lib/dirname.h
159   lib/error.c
160   lib/error.h
161   lib/exitfail.c
162   lib/exitfail.h
163   lib/float+.h
164   lib/float.in.h
165   lib/getopt.c
166   lib/getopt.in.h
167   lib/getopt1.c
168   lib/getopt_int.h
169   lib/getsubopt.c
170   lib/gettext.h
171   lib/malloc.c
172   lib/mempcpy.c
173   lib/printf-args.c
174   lib/printf-args.h
175   lib/printf-parse.c
176   lib/printf-parse.h
177   lib/progname.c
178   lib/progname.h
179   lib/size_max.h
180   lib/sleep.c
181   lib/stdbool.in.h
182   lib/stdint.in.h
183   lib/stdio.in.h
184   lib/stdlib.in.h
185   lib/strcasecmp.c
186   lib/strchrnul.c
187   lib/strerror.c
188   lib/string.in.h
189   lib/stripslash.c
190   lib/strncasecmp.c
191   lib/strndup.c
192   lib/strnlen.c
193   lib/sysexits.in.h
194   lib/unistd.in.h
195   lib/vasnprintf.c
196   lib/vasnprintf.h
197   lib/vsnprintf.c
198   lib/wchar.in.h
199   lib/xalloc-die.c
200   lib/xalloc.h
201   lib/xmalloc.c
202   lib/xsize.h
203   lib/xstrndup.c
204   lib/xstrndup.h
205   m4/absolute-header.m4
206   m4/alloca.m4
207   m4/argp.m4
208   m4/dirname.m4
209   m4/dos.m4
210   m4/double-slash-root.m4
211   m4/eoverflow.m4
212   m4/error.m4
213   m4/exitfail.m4
214   m4/extensions.m4
215   m4/float_h.m4
216   m4/getopt.m4
217   m4/getsubopt.m4
218   m4/gnulib-common.m4
219   m4/include_next.m4
220   m4/inline.m4
221   m4/intmax_t.m4
222   m4/inttypes_h.m4
223   m4/longlong.m4
224   m4/malloc.m4
225   m4/mempcpy.m4
226   m4/onceonly_2_57.m4
227   m4/size_max.m4
228   m4/sleep.m4
229   m4/stdbool.m4
230   m4/stdint.m4
231   m4/stdint_h.m4
232   m4/stdio_h.m4
233   m4/stdlib_h.m4
234   m4/strcase.m4
235   m4/strchrnul.m4
236   m4/strerror.m4
237   m4/string_h.m4
238   m4/strndup.m4
239   m4/strnlen.m4
240   m4/sysexits.m4
241   m4/ulonglong.m4
242   m4/unistd_h.m4
243   m4/vasnprintf.m4
244   m4/vsnprintf.m4
245   m4/wchar.m4
246   m4/wchar_t.m4
247   m4/wint_t.m4
248   m4/xalloc.m4
249   m4/xsize.m4
250   m4/xstrndup.m4