1# DO NOT EDIT! GENERATED AUTOMATICALLY!
2# Copyright (C) 2004-2006 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 gettext-tools/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.
21AC_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  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
30  AC_REQUIRE([gl_LOCK_EARLY])
31])
32
33# This macro should be invoked from gettext-tools/configure.ac, in the section
34# "Check for header files, types and library functions".
35AC_DEFUN([gl_INIT],
36[
37  m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
38  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
39  AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
40  gl_cond_libtool=true
41  gl_source_base='gnulib-lib'
42  gl_FUNC_ALLOCA
43  gl_ALLOCSA
44  gl_ARGMATCH
45  gl_FUNC_ATEXIT
46  gt_PREREQ_BACKUPFILE
47  BISON_I18N
48  gl_BYTESWAP
49  gl_CANONICALIZE
50  AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
51  gl_COPY_FILE
52  AC_REQUIRE([gt_CSHARPCOMP])
53  AC_CONFIG_FILES([csharpcomp.sh:../build-aux/csharpcomp.sh.in])
54  # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
55  AC_CONFIG_FILES([csharpexec.sh:../build-aux/csharpexec.sh.in])
56  gl_ERROR
57  gl_EXECUTE
58  gl_EXITFAIL
59  dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
60  gl_FATAL_SIGNAL
61  gl_FINDPROG
62  # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
63  gl_FUNC_FNMATCH_POSIX
64  AC_DEFINE([GNULIB_FWRITEERROR], 1,
65    [Define to 1 when using the gnulib fwriteerror module.])
66  gt_GCJ
67  gl_FUNC_GETDELIM
68  gl_FUNC_GETLINE
69  gl_GETOPT
70  dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
71  AM_GNU_GETTEXT_VERSION([0.15])
72  AM_ICONV
73  gt_JAVA_CHOICE
74  # You need to invoke gt_JAVACOMP yourself, possibly with arguments.
75  AC_CONFIG_FILES([javacomp.sh:../build-aux/javacomp.sh.in])
76  # You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
77  AC_CONFIG_FILES([javaexec.sh:../build-aux/javaexec.sh.in])
78  gl_LINEBREAK
79  gl_LIST
80  gl_LOCALCHARSET
81  gl_LOCK
82  gl_MBCHAR
83  gl_MBSWIDTH
84  gl_MBITER
85  gl_FUNC_MEMCHR
86  gl_FUNC_MEMMOVE
87  gl_FUNC_MEMSET
88  gl_MINMAX
89  gt_FUNC_MKDTEMP
90  AC_FUNC_OBSTACK
91  dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
92  gl_PATHMAX
93  gl_PIPE
94  gl_QUOTE
95  gl_QUOTEARG
96  gl_FUNC_READLINK
97  AC_RELOCATABLE
98  gl_SAFE_READ
99  gl_SAFE_WRITE
100  gt_FUNC_SETENV
101  gl_SIGNALBLOCKING
102  gl_SIZE_MAX
103  gt_TYPE_SSIZE_T
104  gl_STDARG_H
105  AM_STDBOOL_H
106  gl_STDINT_H
107  gl_FUNC_STPCPY
108  gl_FUNC_STPNCPY
109  gl_FUNC_STRCSPN
110  gl_FUNC_STRDUP
111  gl_FUNC_STRERROR
112  if test $gl_cond_libtool = false; then
113    gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
114    gl_libdeps="$gl_libdeps $LIBICONV"
115  fi
116  gl_FUNC_STRPBRK
117  gl_FUNC_STRSTR
118  gl_FUNC_STRTOL
119  gl_FUNC_STRTOUL
120  gl_TLS
121  gt_TMPDIR
122  gl_UCS4_UTF
123  gl_HEADER_UNISTD
124  gl_FUNC_GLIBC_UNLOCKED_IO
125  gl_UTF_UCS4
126  gl_UTF_UCS4
127  gl_FUNC_VASPRINTF
128  gl_WAIT_PROCESS
129  gt_UNION_WAIT
130  gl_FUNC_WCWIDTH
131  gl_XREADLINK
132  gl_XSIZE
133  gl_XVASPRINTF
134  m4_popdef([AC_REPLACE_FUNCS])
135  m4_popdef([AC_LIBOBJ])
136  AC_CONFIG_COMMANDS_PRE([
137    gl_libobjs=
138    gl_ltlibobjs=
139    if test -n "$gl_LIBOBJS"; then
140      # Remove the extension.
141      sed_drop_objext='s/\.o$//;s/\.obj$//'
142      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
143        gl_libobjs="$gl_libobjs $i.$ac_objext"
144        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
145      done
146    fi
147    AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
148    AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
149  ])
150])
151
152# Like AC_LIBOBJ, except that the module name goes
153# into gl_LIBOBJS instead of into LIBOBJS.
154AC_DEFUN([gl_LIBOBJ],
155  [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])
156
157# Like AC_REPLACE_FUNCS, except that the module name goes
158# into gl_LIBOBJS instead of into LIBOBJS.
159AC_DEFUN([gl_REPLACE_FUNCS],
160  [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])
161
162# This macro records the list of files which have been installed by
163# gnulib-tool and may be removed by future gnulib-tool invocations.
164AC_DEFUN([gl_FILE_LIST], [
165  build-aux/config.rpath
166  build-aux/csharpcomp.sh.in
167  build-aux/csharpexec.sh.in
168  build-aux/javacomp.sh.in
169  build-aux/javaexec.sh.in
170  lib/addext.c
171  lib/alloca_.h
172  lib/allocsa.c
173  lib/allocsa.h
174  lib/allocsa.valgrind
175  lib/argmatch.c
176  lib/argmatch.h
177  lib/atexit.c
178  lib/backupfile.c
179  lib/backupfile.h
180  lib/basename.c
181  lib/basename.h
182  lib/binary-io.h
183  lib/byteswap_.h
184  lib/c-ctype.c
185  lib/c-ctype.h
186  lib/c-strcase.h
187  lib/c-strcasecmp.c
188  lib/c-strcasestr.c
189  lib/c-strcasestr.h
190  lib/c-strncasecmp.c
191  lib/c-strstr.c
192  lib/c-strstr.h
193  lib/canonicalize.c
194  lib/canonicalize.h
195  lib/classpath.c
196  lib/classpath.h
197  lib/clean-temp.c
198  lib/clean-temp.h
199  lib/closeout.c
200  lib/closeout.h
201  lib/concatpath.c
202  lib/config.charset
203  lib/copy-file.c
204  lib/copy-file.h
205  lib/csharpcomp.c
206  lib/csharpcomp.h
207  lib/csharpexec.c
208  lib/csharpexec.h
209  lib/error-progname.c
210  lib/error-progname.h
211  lib/error.c
212  lib/error.h
213  lib/execute.c
214  lib/execute.h
215  lib/exit.h
216  lib/exitfail.c
217  lib/exitfail.h
218  lib/fatal-signal.c
219  lib/fatal-signal.h
220  lib/findprog.c
221  lib/findprog.h
222  lib/fnmatch.c
223  lib/fnmatch_.h
224  lib/fnmatch_loop.c
225  lib/fstrcmp.c
226  lib/fstrcmp.h
227  lib/full-write.c
228  lib/full-write.h
229  lib/fwriteerror.c
230  lib/fwriteerror.h
231  lib/gcd.c
232  lib/gcd.h
233  lib/getdelim.c
234  lib/getdelim.h
235  lib/getline.c
236  lib/getline.h
237  lib/getopt.c
238  lib/getopt1.c
239  lib/getopt_.h
240  lib/getopt_int.h
241  lib/gettext.h
242  lib/gl_anyhash_list1.h
243  lib/gl_anyhash_list2.h
244  lib/gl_anylinked_list1.h
245  lib/gl_anylinked_list2.h
246  lib/gl_linkedhash_list.c
247  lib/gl_linkedhash_list.h
248  lib/gl_list.c
249  lib/gl_list.h
250  lib/hash.c
251  lib/hash.h
252  lib/javacomp.c
253  lib/javacomp.h
254  lib/javaexec.c
255  lib/javaexec.h
256  lib/javaversion.c
257  lib/javaversion.class
258  lib/javaversion.h
259  lib/javaversion.java
260  lib/lbrkprop.h
261  lib/linebreak.c
262  lib/linebreak.h
263  lib/localcharset.c
264  lib/localcharset.h
265  lib/lock.c
266  lib/lock.h
267  lib/mbchar.c
268  lib/mbchar.h
269  lib/mbswidth.c
270  lib/mbswidth.h
271  lib/mbuiter.h
272  lib/memchr.c
273  lib/memmove.c
274  lib/memset.c
275  lib/minmax.h
276  lib/mkdtemp.c
277  lib/mkdtemp.h
278  lib/obstack.c
279  lib/obstack.h
280  lib/pathmax.h
281  lib/pathname.h
282  lib/pipe.c
283  lib/pipe.h
284  lib/progname.c
285  lib/progname.h
286  lib/progreloc.c
287  lib/propername.c
288  lib/propername.h
289  lib/quote.c
290  lib/quote.h
291  lib/quotearg.c
292  lib/quotearg.h
293  lib/readlink.c
294  lib/ref-add.sin
295  lib/ref-del.sin
296  lib/relocatable.c
297  lib/relocatable.h
298  lib/relocwrapper.c
299  lib/safe-read.c
300  lib/safe-read.h
301  lib/safe-write.c
302  lib/safe-write.h
303  lib/setenv.c
304  lib/setenv.h
305  lib/sh-quote.c
306  lib/sh-quote.h
307  lib/sigprocmask.c
308  lib/sigprocmask.h
309  lib/size_max.h
310  lib/stdbool_.h
311  lib/stdint_.h
312  lib/stpcpy.c
313  lib/stpcpy.h
314  lib/stpncpy.c
315  lib/stpncpy.h
316  lib/strcspn.c
317  lib/strdup.c
318  lib/strdup.h
319  lib/strerror.c
320  lib/striconv.c
321  lib/striconv.h
322  lib/strnlen1.c
323  lib/strnlen1.h
324  lib/strpbrk.c
325  lib/strpbrk.h
326  lib/strstr.c
327  lib/strstr.h
328  lib/strtol.c
329  lib/strtoul.c
330  lib/tls.c
331  lib/tls.h
332  lib/tmpdir.c
333  lib/tmpdir.h
334  lib/ucs4-utf8.h
335  lib/unlocked-io.h
336  lib/unsetenv.c
337  lib/utf16-ucs4.h
338  lib/utf8-ucs4.h
339  lib/vasprintf.c
340  lib/vasprintf.h
341  lib/verify.h
342  lib/w32spawn.h
343  lib/wait-process.c
344  lib/wait-process.h
345  lib/wcwidth.h
346  lib/xalloc.h
347  lib/xallocsa.c
348  lib/xallocsa.h
349  lib/xasprintf.c
350  lib/xerror.c
351  lib/xerror.h
352  lib/xmalloc.c
353  lib/xreadlink.c
354  lib/xreadlink.h
355  lib/xsetenv.c
356  lib/xsetenv.h
357  lib/xsize.h
358  lib/xstrdup.c
359  lib/xstriconv.c
360  lib/xstriconv.h
361  lib/xvasprintf.c
362  lib/xvasprintf.h
363  m4/absolute-header.m4
364  m4/alloca.m4
365  m4/allocsa.m4
366  m4/argmatch.m4
367  m4/atexit.m4
368  m4/backupfile.m4
369  m4/bison-i18n.m4
370  m4/byteswap.m4
371  m4/canonicalize.m4
372  m4/codeset.m4
373  m4/copy-file.m4
374  m4/csharp.m4
375  m4/csharpcomp.m4
376  m4/csharpexec.m4
377  m4/eaccess.m4
378  m4/eealloc.m4
379  m4/error.m4
380  m4/execute.m4
381  m4/exitfail.m4
382  m4/extensions.m4
383  m4/fatal-signal.m4
384  m4/findprog.m4
385  m4/fnmatch.m4
386  m4/gcj.m4
387  m4/getdelim.m4
388  m4/getline.m4
389  m4/getopt.m4
390  m4/gettext.m4
391  m4/gl_list.m4
392  m4/glibc2.m4
393  m4/glibc21.m4
394  m4/hard-locale.m4
395  m4/iconv.m4
396  m4/intdiv0.m4
397  m4/intl.m4
398  m4/intldir.m4
399  m4/intmax.m4
400  m4/inttypes-pri.m4
401  m4/inttypes_h.m4
402  m4/java.m4
403  m4/javacomp.m4
404  m4/javaexec.m4
405  m4/lcmessage.m4
406  m4/lib-ld.m4
407  m4/lib-link.m4
408  m4/lib-prefix.m4
409  m4/linebreak.m4
410  m4/localcharset.m4
411  m4/lock.m4
412  m4/longdouble.m4
413  m4/longlong.m4
414  m4/mbchar.m4
415  m4/mbiter.m4
416  m4/mbrtowc.m4
417  m4/mbstate_t.m4
418  m4/mbswidth.m4
419  m4/memchr.m4
420  m4/memmove.m4
421  m4/memset.m4
422  m4/minmax.m4
423  m4/mkdtemp.m4
424  m4/nls.m4
425  m4/onceonly_2_57.m4
426  m4/pathmax.m4
427  m4/pipe.m4
428  m4/po.m4
429  m4/printf-posix.m4
430  m4/progtest.m4
431  m4/quote.m4
432  m4/quotearg.m4
433  m4/readlink.m4
434  m4/relocatable.m4
435  m4/safe-read.m4
436  m4/safe-write.m4
437  m4/setenv.m4
438  m4/sig_atomic_t.m4
439  m4/signalblocking.m4
440  m4/size_max.m4
441  m4/ssize_t.m4
442  m4/stdarg.m4
443  m4/stdbool.m4
444  m4/stdint.m4
445  m4/stdint_h.m4
446  m4/stpcpy.m4
447  m4/stpncpy.m4
448  m4/strcspn.m4
449  m4/strdup.m4
450  m4/strerror.m4
451  m4/strpbrk.m4
452  m4/strstr.m4
453  m4/strtol.m4
454  m4/strtoul.m4
455  m4/tls.m4
456  m4/tmpdir.m4
457  m4/ucs4-utf.m4
458  m4/uintmax_t.m4
459  m4/ulonglong.m4
460  m4/unionwait.m4
461  m4/unistd_h.m4
462  m4/unlocked-io.m4
463  m4/utf-ucs4.m4
464  m4/vasprintf.m4
465  m4/visibility.m4
466  m4/wait-process.m4
467  m4/wchar_t.m4
468  m4/wcwidth.m4
469  m4/wint_t.m4
470  m4/xreadlink.m4
471  m4/xsize.m4
472  m4/xvasprintf.m4
473])
474