• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-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 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([AM_PROG_CC_C_O])
29  AC_REQUIRE([AC_GNU_SOURCE])
30  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
31  AC_REQUIRE([gl_LOCK_EARLY])
32  dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode
33  dnl for the builtin va_copy to work.  With Autoconf 2.60 or later,
34  dnl AC_PROG_CC_STDC arranges for this.  With older Autoconf AC_PROG_CC_STDC
35  dnl shouldn't hurt, though installers are on their own to set c99 mode.
36  AC_REQUIRE([AC_PROG_CC_STDC])
37])
38
39# This macro should be invoked from gettext-tools/configure.ac, in the section
40# "Check for header files, types and library functions".
41AC_DEFUN([gl_INIT],
42[
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  AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
47  gl_cond_libtool=true
48  gl_source_base='gnulib-lib'
49  AC_FUNC_ACL
50  gl_FUNC_ALLOCA
51  gl_ARGMATCH
52  gl_FUNC_ATEXIT
53  gt_PREREQ_BACKUPFILE
54  BISON_I18N
55  gl_BYTESWAP
56  gt_LOCALE_FR
57  gt_LOCALE_TR_UTF8
58  gl_CANONICALIZE_LGPL
59  AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
60  gl_COPY_FILE
61  AC_REQUIRE([gt_CSHARPCOMP])
62  AC_CONFIG_FILES([csharpcomp.sh:../build-aux/csharpcomp.sh.in])
63  # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
64  AC_CONFIG_FILES([csharpexec.sh:../build-aux/csharpexec.sh.in])
65  gl_ERROR
66  m4_ifdef([AM_XGETTEXT_OPTION],
67    [AM_XGETTEXT_OPTION([--flag=error:3:c-format])
68     AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
69  gl_EXECUTE
70  gl_EXITFAIL
71  gl_FATAL_SIGNAL
72  gl_FCNTL_H
73  gl_FINDPROG
74  gl_FLOAT_H
75  # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
76  gl_FUNC_FNMATCH_POSIX
77  gl_FUNC_FOPEN
78  gl_STDIO_MODULE_INDICATOR([fopen])
79  gl_MODULE_INDICATOR([fwriteerror])
80  gt_GCJ
81  gl_FUNC_GETDELIM
82  gl_STDIO_MODULE_INDICATOR([getdelim])
83  gl_FUNC_GETLINE
84  gl_STDIO_MODULE_INDICATOR([getline])
85  gl_GETOPT
86  dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
87  AM_GNU_GETTEXT_VERSION([0.16.1])
88  AC_SUBST([LIBINTL])
89  AC_SUBST([LTLIBINTL])
90  gl_FUNC_GETTIMEOFDAY
91  AM_ICONV
92  gl_ICONV_H
93  gl_FUNC_ICONV_OPEN
94  gl_INLINE
95  gt_JAVA_CHOICE
96  # You need to invoke gt_JAVACOMP yourself, possibly with arguments.
97  AC_CONFIG_FILES([javacomp.sh:../build-aux/javacomp.sh.in])
98  # You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
99  AC_CONFIG_FILES([javaexec.sh:../build-aux/javaexec.sh.in])
100  gl_LIBCROCO
101  gl_LIBGLIB
102  gl_LIBXML
103  gl_LINEBREAK
104  gl_LIST
105  gl_LOCALCHARSET
106  gl_LOCALE_H
107  gl_LOCALENAME
108  gl_LOCK
109  dnl Checks for special libraries for the tests/test-lock test.
110  dnl On some systems, sched_yield is in librt, rather than in libpthread.
111  LIBSCHED=
112  if test $gl_threads_api = posix; then
113    dnl Solaris has sched_yield in librt, not in libpthread or libc.
114    AC_CHECK_LIB(rt, sched_yield, [LIBSCHED=-lrt],
115      [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt.
116       AC_CHECK_LIB(posix4, sched_yield, [LIBSCHED=-lposix4])])
117  fi
118  AC_SUBST([LIBSCHED])
119  gl_FUNC_MALLOC_POSIX
120  gl_STDLIB_MODULE_INDICATOR([malloc-posix])
121  gl_MALLOCA
122  gl_MBCHAR
123  gl_FUNC_MBSLEN
124  gl_STRING_MODULE_INDICATOR([mbslen])
125  gl_FUNC_MBSSTR
126  gl_STRING_MODULE_INDICATOR([mbsstr])
127  gt_LOCALE_FR_UTF8
128  gt_LOCALE_ZH_CN
129  gl_MBSWIDTH
130  gl_MBITER
131  gl_FUNC_MEMCHR
132  gl_FUNC_MEMMOVE
133  gl_FUNC_MEMSET
134  gl_MINMAX
135  gt_FUNC_MKDTEMP
136  gl_STDLIB_MODULE_INDICATOR([mkdtemp])
137  gl_MOO
138  gt_NO_CXX
139  AC_FUNC_OBSTACK
140  dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
141  gl_FUNC_OPEN
142  gl_MODULE_INDICATOR([open])
143  gl_FCNTL_MODULE_INDICATOR([open])
144  AC_OPENMP
145  gl_PATHMAX
146  gl_PIPE
147  gl_QUOTE
148  gl_QUOTEARG
149  gl_FUNC_READLINK
150  gl_UNISTD_MODULE_INDICATOR([readlink])
151  gl_FUNC_REALLOC_POSIX
152  gl_STDLIB_MODULE_INDICATOR([realloc-posix])
153  gl_RELOCATABLE([$gl_source_base])
154  gl_FUNC_READLINK_SEPARATE
155  gl_CANONICALIZE_LGPL_SEPARATE
156  gl_MALLOCA
157  gl_RELOCATABLE_LIBRARY_SEPARATE
158  gl_FUNC_SETENV_SEPARATE
159  gl_FUNC_STRERROR_SEPARATE
160  AC_REQUIRE([gl_RELOCATABLE_NOP])
161  relocatable_sh=$ac_aux_dir/relocatable.sh.in
162  AC_SUBST_FILE([relocatable_sh])
163  gl_SAFE_READ
164  gl_SAFE_WRITE
165  gl_FUNC_SETENV
166  gl_FUNC_UNSETENV
167  gl_SIGNAL_H
168  gl_SIGNALBLOCKING
169  gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
170  gl_SIZE_MAX
171  gl_FUNC_SNPRINTF
172  gl_STDIO_MODULE_INDICATOR([snprintf])
173  gt_TYPE_SSIZE_T
174  gl_STDARG_H
175  AM_STDBOOL_H
176  gl_STDINT_H
177  gt_TYPE_WCHAR_T
178  gt_TYPE_WINT_T
179  gl_STDIO_H
180  gl_STDLIB_H
181  gl_FUNC_STPCPY
182  gl_STRING_MODULE_INDICATOR([stpcpy])
183  gl_FUNC_STPNCPY
184  gl_STRING_MODULE_INDICATOR([stpncpy])
185  gl_FUNC_STRCSPN
186  gl_FUNC_STRDUP
187  gl_STRING_MODULE_INDICATOR([strdup])
188  gl_FUNC_STRERROR
189  gl_STRING_MODULE_INDICATOR([strerror])
190  if test $gl_cond_libtool = false; then
191    gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
192    gl_libdeps="$gl_libdeps $LIBICONV"
193  fi
194  gl_HEADER_STRING_H
195  gl_FUNC_STRNLEN
196  gl_STRING_MODULE_INDICATOR([strnlen])
197  gl_FUNC_STRPBRK
198  gl_STRING_MODULE_INDICATOR([strpbrk])
199  gl_FUNC_STRTOL
200  gl_FUNC_STRTOUL
201  gl_HEADER_SYS_STAT_H
202  AC_PROG_MKDIR_P
203  gl_HEADER_SYS_TIME_H
204  AC_PROG_MKDIR_P
205  gl_FUNC_GEN_TEMPNAME
206  gl_TERM_OSTREAM
207  gl_TERMINFO
208  gl_TLS
209  dnl Checks for special libraries for the tests/test-tls test.
210  dnl On some systems, sched_yield is in librt, rather than in libpthread.
211  LIBSCHED=
212  if test $gl_threads_api = posix; then
213    dnl Solaris has sched_yield in librt, not in libpthread or libc.
214    AC_CHECK_LIB(rt, sched_yield, [LIBSCHED=-lrt],
215      [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt.
216       AC_CHECK_LIB(posix4, sched_yield, [LIBSCHED=-lposix4])])
217  fi
218  AC_SUBST([LIBSCHED])
219  gt_TMPDIR
220  gl_UNISTD_H
221  gl_MODULE_INDICATOR([unistr/u16-mbtouc])
222  gl_MODULE_INDICATOR([unistr/u16-mbtouc-unsafe])
223  gl_MODULE_INDICATOR([unistr/u8-mbtouc])
224  gl_MODULE_INDICATOR([unistr/u8-mbtouc-unsafe])
225  gl_MODULE_INDICATOR([unistr/u8-uctomb])
226  gl_FUNC_GLIBC_UNLOCKED_IO
227  gl_FUNC_VASNPRINTF
228  gl_FUNC_VASPRINTF
229  gl_STDIO_MODULE_INDICATOR([vasprintf])
230  m4_ifdef([AM_XGETTEXT_OPTION],
231    [AM_XGETTEXT_OPTION([--flag=asprintf:2:c-format])
232     AM_XGETTEXT_OPTION([--flag=vasprintf:2:c-format])])
233  gl_FUNC_VSNPRINTF
234  gl_STDIO_MODULE_INDICATOR([vsnprintf])
235  gl_WAIT_PROCESS
236  gt_UNION_WAIT
237  gl_WCHAR_H
238  gl_WCTYPE_H
239  gl_FUNC_WCWIDTH
240  gl_WCHAR_MODULE_INDICATOR([wcwidth])
241  gl_XSIZE
242  gl_XVASPRINTF
243  m4_ifdef([AM_XGETTEXT_OPTION],
244    [AM_XGETTEXT_OPTION([--flag=xasprintf:1:c-format])])
245  m4_popdef([AC_LIBSOURCES])
246  m4_popdef([AC_REPLACE_FUNCS])
247  m4_popdef([AC_LIBOBJ])
248  AC_CONFIG_COMMANDS_PRE([
249    gl_libobjs=
250    gl_ltlibobjs=
251    if test -n "$gl_LIBOBJS"; then
252      # Remove the extension.
253      sed_drop_objext='s/\.o$//;s/\.obj$//'
254      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
255        gl_libobjs="$gl_libobjs $i.$ac_objext"
256        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
257      done
258    fi
259    AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
260    AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
261  ])
262])
263
264# Like AC_LIBOBJ, except that the module name goes
265# into gl_LIBOBJS instead of into LIBOBJS.
266AC_DEFUN([gl_LIBOBJ], [
267  AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
268  gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
269])
270
271# Like AC_REPLACE_FUNCS, except that the module name goes
272# into gl_LIBOBJS instead of into LIBOBJS.
273AC_DEFUN([gl_REPLACE_FUNCS], [
274  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
275  AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
276])
277
278# Like AC_LIBSOURCES, except the directory where the source file is
279# expected is derived from the gnulib-tool parametrization,
280# and alloca is special cased (for the alloca-opt module).
281# We could also entirely rely on EXTRA_lib..._SOURCES.
282AC_DEFUN([gl_LIBSOURCES], [
283  m4_foreach([_gl_NAME], [$1], [
284    m4_if(_gl_NAME, [alloca.c], [], [
285      m4_syscmd([test -r gnulib-lib/]_gl_NAME[ || test ! -d gnulib-lib])dnl
286      m4_if(m4_sysval, [0], [],
287        [AC_FATAL([missing gnulib-lib/]_gl_NAME)])
288    ])
289  ])
290])
291
292# This macro records the list of files which have been installed by
293# gnulib-tool and may be removed by future gnulib-tool invocations.
294AC_DEFUN([gl_FILE_LIST], [
295  build-aux/config.libpath
296  build-aux/config.rpath
297  build-aux/csharpcomp.sh.in
298  build-aux/csharpexec.sh.in
299  build-aux/install-reloc
300  build-aux/javacomp.sh.in
301  build-aux/javaexec.sh.in
302  build-aux/link-warning.h
303  build-aux/moopp
304  build-aux/reloc-ldflags
305  build-aux/relocatable.sh.in
306  doc/relocatable.texi
307  lib/acl-internal.h
308  lib/acl.c
309  lib/acl.h
310  lib/acl_entries.c
311  lib/addext.c
312  lib/alloca.in.h
313  lib/areadlink.c
314  lib/areadlink.h
315  lib/argmatch.c
316  lib/argmatch.h
317  lib/asnprintf.c
318  lib/atexit.c
319  lib/backupfile.c
320  lib/backupfile.h
321  lib/basename.c
322  lib/basename.h
323  lib/binary-io.h
324  lib/byteswap.in.h
325  lib/c-ctype.c
326  lib/c-ctype.h
327  lib/c-strcase.h
328  lib/c-strcasecmp.c
329  lib/c-strcasestr.c
330  lib/c-strcasestr.h
331  lib/c-strncasecmp.c
332  lib/c-strstr.c
333  lib/c-strstr.h
334  lib/canonicalize-lgpl.c
335  lib/canonicalize.h
336  lib/classpath.c
337  lib/classpath.h
338  lib/clean-temp.c
339  lib/clean-temp.h
340  lib/closeout.c
341  lib/closeout.h
342  lib/concat-filename.c
343  lib/config.charset
344  lib/copy-file.c
345  lib/copy-file.h
346  lib/csharpcomp.c
347  lib/csharpcomp.h
348  lib/csharpexec.c
349  lib/csharpexec.h
350  lib/diffseq.h
351  lib/error-progname.c
352  lib/error-progname.h
353  lib/error.c
354  lib/error.h
355  lib/execute.c
356  lib/execute.h
357  lib/exitfail.c
358  lib/exitfail.h
359  lib/fatal-signal.c
360  lib/fatal-signal.h
361  lib/fcntl.in.h
362  lib/fd-ostream.oo.c
363  lib/fd-ostream.oo.h
364  lib/file-has-acl.c
365  lib/file-ostream.oo.c
366  lib/file-ostream.oo.h
367  lib/filename.h
368  lib/findprog.c
369  lib/findprog.h
370  lib/float+.h
371  lib/float.in.h
372  lib/fnmatch.c
373  lib/fnmatch.in.h
374  lib/fnmatch_loop.c
375  lib/fopen.c
376  lib/fstrcmp.c
377  lib/fstrcmp.h
378  lib/full-write.c
379  lib/full-write.h
380  lib/fwriteerror.c
381  lib/fwriteerror.h
382  lib/gcd.c
383  lib/gcd.h
384  lib/getdelim.c
385  lib/getline.c
386  lib/getopt.c
387  lib/getopt.in.h
388  lib/getopt1.c
389  lib/getopt_int.h
390  lib/gettext.h
391  lib/gettimeofday.c
392  lib/gl_anyhash_list1.h
393  lib/gl_anyhash_list2.h
394  lib/gl_anylinked_list1.h
395  lib/gl_anylinked_list2.h
396  lib/gl_array_list.c
397  lib/gl_array_list.h
398  lib/gl_linkedhash_list.c
399  lib/gl_linkedhash_list.h
400  lib/gl_list.c
401  lib/gl_list.h
402  lib/glib.in.h
403  lib/glib/ghash.c
404  lib/glib/ghash.in.h
405  lib/glib/glist.c
406  lib/glib/glist.in.h
407  lib/glib/gmessages.c
408  lib/glib/gprimes.c
409  lib/glib/gprimes.in.h
410  lib/glib/gstrfuncs.c
411  lib/glib/gstrfuncs.in.h
412  lib/glib/gstring.c
413  lib/glib/gstring.in.h
414  lib/glib/gtypes.in.h
415  lib/glibconfig.in.h
416  lib/hash.c
417  lib/hash.h
418  lib/html-ostream.oo.c
419  lib/html-ostream.oo.h
420  lib/html-styled-ostream.oo.c
421  lib/html-styled-ostream.oo.h
422  lib/iconv.in.h
423  lib/iconv_open-aix.gperf
424  lib/iconv_open-hpux.gperf
425  lib/iconv_open-irix.gperf
426  lib/iconv_open-osf.gperf
427  lib/iconv_open.c
428  lib/intprops.h
429  lib/javacomp.c
430  lib/javacomp.h
431  lib/javaexec.c
432  lib/javaexec.h
433  lib/javaversion.c
434  lib/javaversion.class
435  lib/javaversion.h
436  lib/javaversion.java
437  lib/lbrkprop.h
438  lib/libcroco/cr-additional-sel.c
439  lib/libcroco/cr-additional-sel.h
440  lib/libcroco/cr-attr-sel.c
441  lib/libcroco/cr-attr-sel.h
442  lib/libcroco/cr-cascade.c
443  lib/libcroco/cr-cascade.h
444  lib/libcroco/cr-declaration.c
445  lib/libcroco/cr-declaration.h
446  lib/libcroco/cr-doc-handler.c
447  lib/libcroco/cr-doc-handler.h
448  lib/libcroco/cr-enc-handler.c
449  lib/libcroco/cr-enc-handler.h
450  lib/libcroco/cr-fonts.c
451  lib/libcroco/cr-fonts.h
452  lib/libcroco/cr-input.c
453  lib/libcroco/cr-input.h
454  lib/libcroco/cr-num.c
455  lib/libcroco/cr-num.h
456  lib/libcroco/cr-om-parser.c
457  lib/libcroco/cr-om-parser.h
458  lib/libcroco/cr-parser.c
459  lib/libcroco/cr-parser.h
460  lib/libcroco/cr-parsing-location.c
461  lib/libcroco/cr-parsing-location.h
462  lib/libcroco/cr-prop-list.c
463  lib/libcroco/cr-prop-list.h
464  lib/libcroco/cr-pseudo.c
465  lib/libcroco/cr-pseudo.h
466  lib/libcroco/cr-rgb.c
467  lib/libcroco/cr-rgb.h
468  lib/libcroco/cr-sel-eng.c
469  lib/libcroco/cr-sel-eng.h
470  lib/libcroco/cr-selector.c
471  lib/libcroco/cr-selector.h
472  lib/libcroco/cr-simple-sel.c
473  lib/libcroco/cr-simple-sel.h
474  lib/libcroco/cr-statement.c
475  lib/libcroco/cr-statement.h
476  lib/libcroco/cr-string.c
477  lib/libcroco/cr-string.h
478  lib/libcroco/cr-style.c
479  lib/libcroco/cr-style.h
480  lib/libcroco/cr-stylesheet.c
481  lib/libcroco/cr-stylesheet.h
482  lib/libcroco/cr-term.c
483  lib/libcroco/cr-term.h
484  lib/libcroco/cr-tknzr.c
485  lib/libcroco/cr-tknzr.h
486  lib/libcroco/cr-token.c
487  lib/libcroco/cr-token.h
488  lib/libcroco/cr-utils.c
489  lib/libcroco/cr-utils.h
490  lib/libcroco/libcroco-config.h
491  lib/libcroco/libcroco.h
492  lib/libxml/COPYING
493  lib/libxml/DOCBparser.c
494  lib/libxml/DOCBparser.in.h
495  lib/libxml/HTMLparser.c
496  lib/libxml/HTMLparser.in.h
497  lib/libxml/HTMLtree.c
498  lib/libxml/HTMLtree.in.h
499  lib/libxml/SAX.c
500  lib/libxml/SAX.in.h
501  lib/libxml/SAX2.c
502  lib/libxml/SAX2.in.h
503  lib/libxml/c14n.c
504  lib/libxml/c14n.in.h
505  lib/libxml/catalog.c
506  lib/libxml/catalog.in.h
507  lib/libxml/chvalid.c
508  lib/libxml/chvalid.in.h
509  lib/libxml/debugXML.c
510  lib/libxml/debugXML.in.h
511  lib/libxml/dict.c
512  lib/libxml/dict.in.h
513  lib/libxml/elfgcchack.h
514  lib/libxml/encoding.c
515  lib/libxml/encoding.in.h
516  lib/libxml/entities.c
517  lib/libxml/entities.in.h
518  lib/libxml/error.c
519  lib/libxml/globals.c
520  lib/libxml/globals.in.h
521  lib/libxml/hash.c
522  lib/libxml/hash.in.h
523  lib/libxml/legacy.c
524  lib/libxml/libxml.h
525  lib/libxml/list.c
526  lib/libxml/list.in.h
527  lib/libxml/nanoftp.c
528  lib/libxml/nanoftp.in.h
529  lib/libxml/nanohttp.c
530  lib/libxml/nanohttp.in.h
531  lib/libxml/parser.c
532  lib/libxml/parser.in.h
533  lib/libxml/parserInternals.c
534  lib/libxml/parserInternals.in.h
535  lib/libxml/pattern.c
536  lib/libxml/pattern.in.h
537  lib/libxml/relaxng.c
538  lib/libxml/relaxng.in.h
539  lib/libxml/schemasInternals.in.h
540  lib/libxml/schematron.c
541  lib/libxml/schematron.in.h
542  lib/libxml/threads.c
543  lib/libxml/threads.in.h
544  lib/libxml/tree.c
545  lib/libxml/tree.in.h
546  lib/libxml/uri.c
547  lib/libxml/uri.in.h
548  lib/libxml/valid.c
549  lib/libxml/valid.in.h
550  lib/libxml/xinclude.c
551  lib/libxml/xinclude.in.h
552  lib/libxml/xlink.c
553  lib/libxml/xlink.in.h
554  lib/libxml/xmlIO.c
555  lib/libxml/xmlIO.in.h
556  lib/libxml/xmlautomata.in.h
557  lib/libxml/xmlerror.in.h
558  lib/libxml/xmlexports.in.h
559  lib/libxml/xmlmemory.c
560  lib/libxml/xmlmemory.in.h
561  lib/libxml/xmlmodule.c
562  lib/libxml/xmlmodule.in.h
563  lib/libxml/xmlreader.c
564  lib/libxml/xmlreader.in.h
565  lib/libxml/xmlregexp.c
566  lib/libxml/xmlregexp.in.h
567  lib/libxml/xmlsave.c
568  lib/libxml/xmlsave.in.h
569  lib/libxml/xmlschemas.c
570  lib/libxml/xmlschemas.in.h
571  lib/libxml/xmlschemastypes.c
572  lib/libxml/xmlschemastypes.in.h
573  lib/libxml/xmlstring.c
574  lib/libxml/xmlstring.in.h
575  lib/libxml/xmlunicode.c
576  lib/libxml/xmlunicode.in.h
577  lib/libxml/xmlversion.in.h
578  lib/libxml/xmlwriter.c
579  lib/libxml/xmlwriter.in.h
580  lib/libxml/xpath.c
581  lib/libxml/xpath.in.h
582  lib/libxml/xpathInternals.in.h
583  lib/libxml/xpointer.c
584  lib/libxml/xpointer.in.h
585  lib/linebreak.c
586  lib/linebreak.h
587  lib/localcharset.c
588  lib/localcharset.h
589  lib/locale.in.h
590  lib/localename.c
591  lib/localename.h
592  lib/lock.c
593  lib/lock.h
594  lib/malloc.c
595  lib/malloca.c
596  lib/malloca.h
597  lib/malloca.valgrind
598  lib/mbchar.c
599  lib/mbchar.h
600  lib/mbslen.c
601  lib/mbsstr.c
602  lib/mbswidth.c
603  lib/mbswidth.h
604  lib/mbuiter.h
605  lib/memchr.c
606  lib/memmove.c
607  lib/memset.c
608  lib/minmax.h
609  lib/mkdtemp.c
610  lib/moo.h
611  lib/obstack.c
612  lib/obstack.h
613  lib/open.c
614  lib/ostream.oo.c
615  lib/ostream.oo.h
616  lib/pathmax.h
617  lib/pipe.c
618  lib/pipe.h
619  lib/printf-args.c
620  lib/printf-args.h
621  lib/printf-parse.c
622  lib/printf-parse.h
623  lib/progname.c
624  lib/progname.h
625  lib/progreloc.c
626  lib/propername.c
627  lib/propername.h
628  lib/quote.c
629  lib/quote.h
630  lib/quotearg.c
631  lib/quotearg.h
632  lib/readlink.c
633  lib/realloc.c
634  lib/ref-add.sin
635  lib/ref-del.sin
636  lib/relocatable.c
637  lib/relocatable.h
638  lib/relocwrapper.c
639  lib/safe-read.c
640  lib/safe-read.h
641  lib/safe-write.c
642  lib/safe-write.h
643  lib/setenv.c
644  lib/setenv.h
645  lib/sh-quote.c
646  lib/sh-quote.h
647  lib/signal.in.h
648  lib/sigprocmask.c
649  lib/size_max.h
650  lib/snprintf.c
651  lib/stdbool.in.h
652  lib/stdint.in.h
653  lib/stdio.in.h
654  lib/stdlib.in.h
655  lib/stpcpy.c
656  lib/stpncpy.c
657  lib/strcspn.c
658  lib/strdup.c
659  lib/streq.h
660  lib/strerror.c
661  lib/striconv.c
662  lib/striconv.h
663  lib/string.in.h
664  lib/strnlen.c
665  lib/strnlen1.c
666  lib/strnlen1.h
667  lib/strpbrk.c
668  lib/strtol.c
669  lib/strtoul.c
670  lib/styled-ostream.oo.c
671  lib/styled-ostream.oo.h
672  lib/sys_stat.in.h
673  lib/sys_time.in.h
674  lib/tempname.c
675  lib/tempname.h
676  lib/term-ostream.oo.c
677  lib/term-ostream.oo.h
678  lib/term-styled-ostream.oo.c
679  lib/term-styled-ostream.oo.h
680  lib/terminfo.h
681  lib/tls.c
682  lib/tls.h
683  lib/tmpdir.c
684  lib/tmpdir.h
685  lib/tparm.c
686  lib/tputs.c
687  lib/uniname.h
688  lib/uniname/gen-uninames.lisp
689  lib/uniname/uniname.c
690  lib/uniname/uninames.h
691  lib/unistd.in.h
692  lib/unistr.h
693  lib/unistr/u16-mbtouc-aux.c
694  lib/unistr/u16-mbtouc-unsafe-aux.c
695  lib/unistr/u16-mbtouc-unsafe.c
696  lib/unistr/u16-mbtouc.c
697  lib/unistr/u8-mbtouc-aux.c
698  lib/unistr/u8-mbtouc-unsafe-aux.c
699  lib/unistr/u8-mbtouc-unsafe.c
700  lib/unistr/u8-mbtouc.c
701  lib/unistr/u8-uctomb-aux.c
702  lib/unistr/u8-uctomb.c
703  lib/unitypes.h
704  lib/uniwidth.h
705  lib/uniwidth/cjk.h
706  lib/uniwidth/width.c
707  lib/unlocked-io.h
708  lib/unsetenv.c
709  lib/vasnprintf.c
710  lib/vasnprintf.h
711  lib/vasprintf.c
712  lib/verify.h
713  lib/vsnprintf.c
714  lib/w32spawn.h
715  lib/wait-process.c
716  lib/wait-process.h
717  lib/wchar.in.h
718  lib/wctype.in.h
719  lib/wcwidth.c
720  lib/xalloc.h
721  lib/xasprintf.c
722  lib/xerror.c
723  lib/xerror.h
724  lib/xmalloc.c
725  lib/xmalloca.c
726  lib/xmalloca.h
727  lib/xreadlink.c
728  lib/xreadlink.h
729  lib/xsetenv.c
730  lib/xsetenv.h
731  lib/xsize.h
732  lib/xstrdup.c
733  lib/xstriconv.c
734  lib/xstriconv.h
735  lib/xvasprintf.c
736  lib/xvasprintf.h
737  m4/absolute-header.m4
738  m4/acl.m4
739  m4/alloca.m4
740  m4/argmatch.m4
741  m4/atexit.m4
742  m4/backupfile.m4
743  m4/bison-i18n.m4
744  m4/byteswap.m4
745  m4/canonicalize-lgpl.m4
746  m4/codeset.m4
747  m4/copy-file.m4
748  m4/csharp.m4
749  m4/csharpcomp.m4
750  m4/csharpexec.m4
751  m4/eaccess.m4
752  m4/eealloc.m4
753  m4/eoverflow.m4
754  m4/error.m4
755  m4/execute.m4
756  m4/exitfail.m4
757  m4/extensions.m4
758  m4/fatal-signal.m4
759  m4/fcntl_h.m4
760  m4/findprog.m4
761  m4/float_h.m4
762  m4/fnmatch.m4
763  m4/fopen.m4
764  m4/gcj.m4
765  m4/getdelim.m4
766  m4/getline.m4
767  m4/getopt.m4
768  m4/gettext.m4
769  m4/gettimeofday.m4
770  m4/gl_list.m4
771  m4/glibc2.m4
772  m4/glibc21.m4
773  m4/gnulib-common.m4
774  m4/hard-locale.m4
775  m4/iconv.m4
776  m4/iconv_h.m4
777  m4/iconv_open.m4
778  m4/include_next.m4
779  m4/inline.m4
780  m4/intdiv0.m4
781  m4/intl.m4
782  m4/intldir.m4
783  m4/intlmacosx.m4
784  m4/intmax.m4
785  m4/intmax_t.m4
786  m4/inttypes-pri.m4
787  m4/inttypes_h.m4
788  m4/java.m4
789  m4/javacomp.m4
790  m4/javaexec.m4
791  m4/lcmessage.m4
792  m4/lib-ld.m4
793  m4/lib-link.m4
794  m4/lib-prefix.m4
795  m4/libcroco.m4
796  m4/libglib.m4
797  m4/libxml.m4
798  m4/linebreak.m4
799  m4/localcharset.m4
800  m4/locale-fr.m4
801  m4/locale-tr.m4
802  m4/locale-zh.m4
803  m4/locale_h.m4
804  m4/localename.m4
805  m4/lock.m4
806  m4/longlong.m4
807  m4/malloc.m4
808  m4/malloca.m4
809  m4/mbchar.m4
810  m4/mbiter.m4
811  m4/mbrtowc.m4
812  m4/mbslen.m4
813  m4/mbsstr.m4
814  m4/mbstate_t.m4
815  m4/mbswidth.m4
816  m4/memchr.m4
817  m4/memmove.m4
818  m4/memset.m4
819  m4/minmax.m4
820  m4/mkdtemp.m4
821  m4/moo.m4
822  m4/nls.m4
823  m4/no-c++.m4
824  m4/onceonly_2_57.m4
825  m4/open.m4
826  m4/openmp.m4
827  m4/pathmax.m4
828  m4/pipe.m4
829  m4/po.m4
830  m4/printf-posix.m4
831  m4/progtest.m4
832  m4/quote.m4
833  m4/quotearg.m4
834  m4/readlink.m4
835  m4/realloc.m4
836  m4/relocatable-lib.m4
837  m4/relocatable.m4
838  m4/safe-read.m4
839  m4/safe-write.m4
840  m4/setenv.m4
841  m4/sig_atomic_t.m4
842  m4/signal_h.m4
843  m4/signalblocking.m4
844  m4/size_max.m4
845  m4/snprintf.m4
846  m4/ssize_t.m4
847  m4/stdarg.m4
848  m4/stdbool.m4
849  m4/stdint.m4
850  m4/stdint_h.m4
851  m4/stdio_h.m4
852  m4/stdlib_h.m4
853  m4/stpcpy.m4
854  m4/stpncpy.m4
855  m4/strcspn.m4
856  m4/strdup.m4
857  m4/strerror.m4
858  m4/string_h.m4
859  m4/strnlen.m4
860  m4/strpbrk.m4
861  m4/strtol.m4
862  m4/strtoul.m4
863  m4/sys_stat_h.m4
864  m4/sys_time_h.m4
865  m4/tempname.m4
866  m4/term-ostream.m4
867  m4/terminfo.m4
868  m4/tls.m4
869  m4/tmpdir.m4
870  m4/uintmax_t.m4
871  m4/ulonglong.m4
872  m4/unionwait.m4
873  m4/unistd_h.m4
874  m4/unlocked-io.m4
875  m4/vasnprintf.m4
876  m4/vasprintf.m4
877  m4/visibility.m4
878  m4/vsnprintf.m4
879  m4/wait-process.m4
880  m4/wchar.m4
881  m4/wchar_t.m4
882  m4/wctype.m4
883  m4/wcwidth.m4
884  m4/wint_t.m4
885  m4/xsize.m4
886  m4/xvasprintf.m4
887  tests/test-alloca-opt.c
888  tests/test-argmatch.c
889  tests/test-array_list.c
890  tests/test-atexit.c
891  tests/test-atexit.sh
892  tests/test-binary-io.c
893  tests/test-binary-io.sh
894  tests/test-byteswap.c
895  tests/test-c-ctype.c
896  tests/test-c-strcase.sh
897  tests/test-c-strcasecmp.c
898  tests/test-c-strcasestr.c
899  tests/test-c-strncasecmp.c
900  tests/test-c-strstr.c
901  tests/test-canonicalize-lgpl.c
902  tests/test-canonicalize-lgpl.sh
903  tests/test-fcntl.c
904  tests/test-fopen.c
905  tests/test-fstrcmp.c
906  tests/test-getdelim.c
907  tests/test-getline.c
908  tests/test-gettimeofday.c
909  tests/test-iconv.c
910  tests/test-linkedhash_list.c
911  tests/test-locale.c
912  tests/test-localename.c
913  tests/test-lock.c
914  tests/test-malloca.c
915  tests/test-mbsstr1.c
916  tests/test-mbsstr2.c
917  tests/test-mbsstr2.sh
918  tests/test-mbsstr3.c
919  tests/test-mbsstr3.sh
920  tests/test-moo-aroot.oo.c
921  tests/test-moo-aroot.oo.h
922  tests/test-moo-assign.c
923  tests/test-moo-asub1.oo.c
924  tests/test-moo-asub1.oo.h
925  tests/test-moo-root.oo.c
926  tests/test-moo-root.oo.h
927  tests/test-moo-sub1.oo.c
928  tests/test-moo-sub1.oo.h
929  tests/test-moo-sub2.oo.c
930  tests/test-moo-sub2.oo.h
931  tests/test-open.c
932  tests/test-snprintf.c
933  tests/test-stdbool.c
934  tests/test-stdint.c
935  tests/test-stdio.c
936  tests/test-stdlib.c
937  tests/test-strerror.c
938  tests/test-striconv.c
939  tests/test-string.c
940  tests/test-sys_stat.c
941  tests/test-sys_time.c
942  tests/test-term-ostream-xterm
943  tests/test-term-ostream-xterm-16color.out
944  tests/test-term-ostream-xterm-256color.out
945  tests/test-term-ostream-xterm-88color.out
946  tests/test-term-ostream-xterm-8bit.out
947  tests/test-term-ostream-xterm-aix51.out
948  tests/test-term-ostream-xterm-basic.out
949  tests/test-term-ostream-xterm-irix65.out
950  tests/test-term-ostream-xterm-linux-debian.out
951  tests/test-term-ostream-xterm-linux-mandriva.out
952  tests/test-term-ostream-xterm-mingw.out
953  tests/test-term-ostream-xterm-netbsd3.out
954  tests/test-term-ostream-xterm-osf51.out
955  tests/test-term-ostream-xterm-r6.out
956  tests/test-term-ostream-xterm-solaris10.out
957  tests/test-term-ostream-xterm-xf86-v32.out
958  tests/test-term-ostream.c
959  tests/test-tls.c
960  tests/test-unistd.c
961  tests/test-vasnprintf.c
962  tests/test-vasprintf.c
963  tests/test-vsnprintf.c
964  tests/test-wchar.c
965  tests/test-wctype.c
966  tests/test-wcwidth.c
967  tests/test-xvasprintf.c
968  tests/uniname/UnicodeDataNames.txt
969  tests/uniname/test-uninames.c
970  tests/uniname/test-uninames.sh
971  tests/uniwidth/test-uc_width.c
972])
973