~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to m4/gnulib-comp.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 11:42:42 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111019114242-d8wiiu8kbvdtgmgj
Tags: 1.4-1ubuntu1
* Merge with Debian testing.  Remaining Ubuntu changes:
  - debian/{control,rules}: Remove the Win32 build and mingw64
    build-dependency, since mingw is in universe, and will remain so for
    the forseeable future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- buffer-read-only: t -*- vi: set ro:
2
2
# DO NOT EDIT! GENERATED AUTOMATICALLY!
3
3
# DO NOT EDIT! GENERATED AUTOMATICALLY!
4
 
# Copyright (C) 2004-2007 Free Software Foundation, Inc.
 
4
# Copyright (C) 2002-2010 Free Software Foundation, Inc.
5
5
#
6
6
# This file is free software, distributed under the terms of the GNU
7
7
# General Public License.  As a special exception to the GNU General
27
27
  m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
28
28
  m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
29
29
  AC_REQUIRE([AC_PROG_RANLIB])
30
 
  AC_REQUIRE([AC_GNU_SOURCE])
31
30
  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
 
31
  AC_REQUIRE([AC_FUNC_FSEEKO])
 
32
  AC_REQUIRE([gl_FP_IEEE])
 
33
  AC_REQUIRE([AC_FUNC_FSEEKO])
 
34
  AC_REQUIRE([AC_FUNC_FSEEKO])
32
35
])
33
36
 
34
37
# This macro should be invoked from ./configure.ac, in the section
35
38
# "Check for header files, types and library functions".
36
39
AC_DEFUN([gl_INIT],
37
40
[
38
 
  m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
39
 
  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
40
 
  m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
41
41
  AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
42
42
  gl_cond_libtool=false
43
43
  gl_libdeps=
44
44
  gl_ltlibdeps=
 
45
  m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
 
46
  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
 
47
  m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
 
48
  m4_pushdef([gl_LIBSOURCES_LIST], [])
 
49
  m4_pushdef([gl_LIBSOURCES_DIR], [])
 
50
  gl_COMMON
45
51
  gl_source_base='lib'
 
52
  gl_FUNC_ALLOCA
 
53
  AC_FUNC_CALLOC
 
54
  gl_FUNC_CALLOC_POSIX
 
55
  gl_STDLIB_MODULE_INDICATOR([calloc-posix])
 
56
  gl_FUNC_CHDIR_LONG
 
57
  gl_FUNC_CHOWN
 
58
  gl_UNISTD_MODULE_INDICATOR([chown])
 
59
  gl_CLOCK_TIME
 
60
  gl_FUNC_CLOSE
 
61
  gl_UNISTD_MODULE_INDICATOR([close])
 
62
  gl_CLOSE_STREAM
 
63
  gl_MODULE_INDICATOR([close-stream])
 
64
  gl_CLOSEIN
 
65
  gl_CLOSEOUT
 
66
  gl_CHECK_TYPE_STRUCT_DIRENT_D_INO
 
67
  gl_DIRENT_H
 
68
  gl_FUNC_DIRFD
 
69
  gl_DIRENT_MODULE_INDICATOR([dirfd])
 
70
  gl_DIRNAME_LGPL
 
71
  gl_DOUBLE_SLASH_ROOT
 
72
  gl_FUNC_DUP2
 
73
  gl_UNISTD_MODULE_INDICATOR([dup2])
 
74
  gl_HEADER_ERRNO_H
46
75
  gl_ERROR
 
76
  m4_ifdef([AM_XGETTEXT_OPTION],
 
77
    [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
 
78
     AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
47
79
  gl_EXITFAIL
 
80
  gl_FUNC_FCHDIR
 
81
  gl_UNISTD_MODULE_INDICATOR([fchdir])
 
82
  gl_FUNC_FCLOSE
 
83
  gl_STDIO_MODULE_INDICATOR([fclose])
 
84
  gl_FUNC_FCNTL
 
85
  gl_FCNTL_MODULE_INDICATOR([fcntl])
48
86
  gl_FCNTL_H
49
87
  gl_FCNTL_SAFER
50
88
  gl_MODULE_INDICATOR([fcntl-safer])
51
 
  gl_GETOPT
 
89
  gl_FUNC_FDOPENDIR
 
90
  gl_DIRENT_MODULE_INDICATOR([fdopendir])
 
91
  gl_FUNC_FFLUSH
 
92
  gl_STDIO_MODULE_INDICATOR([fflush])
 
93
  gl_FLOAT_H
 
94
  gl_FUNC_FPENDING
 
95
  gl_FUNC_FPRINTF_POSIX
 
96
  gl_STDIO_MODULE_INDICATOR([fprintf-posix])
 
97
  gl_FUNC_FPURGE
 
98
  gl_STDIO_MODULE_INDICATOR([fpurge])
 
99
  gl_FUNC_FREADING
 
100
  gl_FUNC_FREXP_NO_LIBM
 
101
  gl_MATH_MODULE_INDICATOR([frexp])
 
102
  gl_FUNC_FREXPL_NO_LIBM
 
103
  gl_MATH_MODULE_INDICATOR([frexpl])
 
104
  gl_FUNC_FSEEKO
 
105
  gl_STDIO_MODULE_INDICATOR([fseeko])
 
106
  gl_FUNC_FTELLO
 
107
  gl_STDIO_MODULE_INDICATOR([ftello])
 
108
  gl_FUNC_GETCWD
 
109
  gl_UNISTD_MODULE_INDICATOR([getcwd])
 
110
  gl_FUNC_GETOPT_GNU
 
111
  gl_MODULE_INDICATOR([getopt-gnu])
 
112
  gl_FUNC_GETOPT_POSIX
52
113
  AC_SUBST([LIBINTL])
53
114
  AC_SUBST([LTLIBINTL])
 
115
  gl_GETTIME
 
116
  gl_FUNC_GETTIMEOFDAY
 
117
  gl_GNU_MAKE
 
118
  # Autoconf 2.61a.99 and earlier don't support linking a file only
 
119
  # in VPATH builds.  But since GNUmakefile is for maintainer use
 
120
  # only, it does not matter if we skip the link with older autoconf.
 
121
  # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH
 
122
  # builds, so use a shell variable to bypass this.
 
123
  GNUmakefile=GNUmakefile
 
124
  m4_if(m4_version_compare([2.61a.100],
 
125
        m4_defn([m4_PACKAGE_VERSION])), [1], [],
 
126
        [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [],
 
127
        [GNUmakefile=$GNUmakefile])])
 
128
  AC_REQUIRE([AC_C_INLINE])
54
129
  gl_INLINE
 
130
  gl_FUNC_ISNAND_NO_LIBM
 
131
  gl_FUNC_ISNANF_NO_LIBM
 
132
  gl_FUNC_ISNANL_NO_LIBM
 
133
  gl_FUNC_LCHOWN
 
134
  gl_UNISTD_MODULE_INDICATOR([lchown])
 
135
  gl_LOCALCHARSET
 
136
  LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(top_builddir)/$gl_source_base\""
 
137
  AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT])
 
138
  gl_FUNC_LSEEK
 
139
  gl_UNISTD_MODULE_INDICATOR([lseek])
 
140
  gl_FUNC_LSTAT
 
141
  gl_SYS_STAT_MODULE_INDICATOR([lstat])
 
142
  AC_FUNC_MALLOC
 
143
  AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
 
144
  gl_FUNC_MALLOC_POSIX
 
145
  gl_STDLIB_MODULE_INDICATOR([malloc-posix])
 
146
  gl_MATH_H
 
147
  gl_FUNC_MBRTOWC
 
148
  gl_WCHAR_MODULE_INDICATOR([mbrtowc])
 
149
  gl_FUNC_MBSINIT
 
150
  gl_WCHAR_MODULE_INDICATOR([mbsinit])
 
151
  gl_FUNC_MEMCHR
 
152
  gl_STRING_MODULE_INDICATOR([memchr])
 
153
  gl_FUNC_MEMPCPY
 
154
  gl_STRING_MODULE_INDICATOR([mempcpy])
 
155
  gl_FUNC_MEMRCHR
 
156
  gl_STRING_MODULE_INDICATOR([memrchr])
 
157
  gl_FUNC_MKDIR
 
158
  gl_MULTIARCH
 
159
  gl_FUNC_OPEN
 
160
  gl_MODULE_INDICATOR([open])
 
161
  gl_FCNTL_MODULE_INDICATOR([open])
 
162
  gl_FUNC_OPENAT
 
163
  gl_FUNC_PERROR
 
164
  gl_STRING_MODULE_INDICATOR([perror])
 
165
  gl_FUNC_PRINTF_FREXP
 
166
  gl_FUNC_PRINTF_FREXPL
 
167
  gl_FUNC_PRINTF_POSIX
 
168
  gl_STDIO_MODULE_INDICATOR([printf-posix])
 
169
  m4_divert_text([INIT_PREPARE], [gl_printf_safe=yes])
 
170
  gl_QUOTEARG
 
171
  AC_FUNC_REALLOC
 
172
  AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
 
173
  gl_FUNC_REALLOC_POSIX
 
174
  gl_STDLIB_MODULE_INDICATOR([realloc-posix])
 
175
  gl_FUNC_RMDIR
 
176
  gl_UNISTD_MODULE_INDICATOR([rmdir])
 
177
  gl_SAVE_CWD
 
178
  gl_SIGNBIT
 
179
  gl_MATH_MODULE_INDICATOR([signbit])
 
180
  gl_SIZE_MAX
 
181
  gl_FUNC_STAT
 
182
  gl_SYS_STAT_MODULE_INDICATOR([stat])
55
183
  gl_STAT_TIME
56
184
  gl_STAT_BIRTHTIME
57
185
  AM_STDBOOL_H
 
186
  gl_STDDEF_H
 
187
  gl_STDINT_H
 
188
  gl_STDIO_H
58
189
  gl_STDLIB_H
 
190
  gl_FUNC_STRDUP_POSIX
 
191
  gl_STRING_MODULE_INDICATOR([strdup])
 
192
  gl_FUNC_STRERROR
 
193
  gl_STRING_MODULE_INDICATOR([strerror])
 
194
  gl_HEADER_STRING_H
59
195
  gl_HEADER_SYS_STAT_H
60
196
  AC_PROG_MKDIR_P
61
197
  gl_HEADER_SYS_TIME_H
62
198
  AC_PROG_MKDIR_P
63
199
  gl_HEADER_TIME_H
 
200
  gl_TIMESPEC
64
201
  gl_UNISTD_H
65
202
  gl_UNISTD_SAFER
 
203
  gl_FUNC_UNLINK
 
204
  gl_UNISTD_MODULE_INDICATOR([unlink])
66
205
  gl_UTIMENS
 
206
  gl_FUNC_VASNPRINTF
 
207
  gl_FUNC_VFPRINTF_POSIX
 
208
  gl_STDIO_MODULE_INDICATOR([vfprintf-posix])
 
209
  AC_SUBST([WARN_CFLAGS])
 
210
  gl_WCHAR_H
 
211
  gl_WCTYPE_H
67
212
  gl_XALLOC
 
213
  gl_XGETCWD
 
214
  gl_XSIZE
68
215
  gl_YESNO
69
 
  LIBGZIP_LIBDEPS="$gl_libdeps"
70
 
  AC_SUBST([LIBGZIP_LIBDEPS])
71
 
  LIBGZIP_LTLIBDEPS="$gl_ltlibdeps"
72
 
  AC_SUBST([LIBGZIP_LTLIBDEPS])
 
216
  m4_ifval(gl_LIBSOURCES_LIST, [
 
217
    m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
 
218
      for gl_file in ]gl_LIBSOURCES_LIST[ ; do
 
219
        if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
 
220
          echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2
 
221
          exit 1
 
222
        fi
 
223
      done])dnl
 
224
      m4_if(m4_sysval, [0], [],
 
225
        [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
 
226
  ])
 
227
  m4_popdef([gl_LIBSOURCES_DIR])
 
228
  m4_popdef([gl_LIBSOURCES_LIST])
73
229
  m4_popdef([AC_LIBSOURCES])
74
230
  m4_popdef([AC_REPLACE_FUNCS])
75
231
  m4_popdef([AC_LIBOBJ])
79
235
    if test -n "$gl_LIBOBJS"; then
80
236
      # Remove the extension.
81
237
      sed_drop_objext='s/\.o$//;s/\.obj$//'
82
 
      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
 
238
      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
83
239
        gl_libobjs="$gl_libobjs $i.$ac_objext"
84
240
        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
85
241
      done
87
243
    AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
88
244
    AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
89
245
  ])
90
 
])
91
 
 
92
 
# Like AC_LIBOBJ, except that the module name goes
93
 
# into gl_LIBOBJS instead of into LIBOBJS.
94
 
AC_DEFUN([gl_LIBOBJ],
95
 
  [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])
96
 
 
97
 
# Like AC_REPLACE_FUNCS, except that the module name goes
98
 
# into gl_LIBOBJS instead of into LIBOBJS.
99
 
AC_DEFUN([gl_REPLACE_FUNCS],
100
 
  [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])
101
 
 
102
 
# Like AC_LIBSOURCES, except that it does nothing.
103
 
# We rely on EXTRA_lib..._SOURCES instead.
104
 
AC_DEFUN([gl_LIBSOURCES],
105
 
  [])
 
246
  gltests_libdeps=
 
247
  gltests_ltlibdeps=
 
248
  m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ]))
 
249
  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS]))
 
250
  m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES]))
 
251
  m4_pushdef([gltests_LIBSOURCES_LIST], [])
 
252
  m4_pushdef([gltests_LIBSOURCES_DIR], [])
 
253
  gl_COMMON
 
254
  gl_source_base='tests'
 
255
  m4_ifval(gltests_LIBSOURCES_LIST, [
 
256
    m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ ||
 
257
      for gl_file in ]gltests_LIBSOURCES_LIST[ ; do
 
258
        if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then
 
259
          echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2
 
260
          exit 1
 
261
        fi
 
262
      done])dnl
 
263
      m4_if(m4_sysval, [0], [],
 
264
        [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])])
 
265
  ])
 
266
  m4_popdef([gltests_LIBSOURCES_DIR])
 
267
  m4_popdef([gltests_LIBSOURCES_LIST])
 
268
  m4_popdef([AC_LIBSOURCES])
 
269
  m4_popdef([AC_REPLACE_FUNCS])
 
270
  m4_popdef([AC_LIBOBJ])
 
271
  AC_CONFIG_COMMANDS_PRE([
 
272
    gltests_libobjs=
 
273
    gltests_ltlibobjs=
 
274
    if test -n "$gltests_LIBOBJS"; then
 
275
      # Remove the extension.
 
276
      sed_drop_objext='s/\.o$//;s/\.obj$//'
 
277
      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
 
278
        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
 
279
        gltests_ltlibobjs="$gltests_ltlibobjs $i.lo"
 
280
      done
 
281
    fi
 
282
    AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs])
 
283
    AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs])
 
284
  ])
 
285
  LIBGZIP_LIBDEPS="$gl_libdeps"
 
286
  AC_SUBST([LIBGZIP_LIBDEPS])
 
287
  LIBGZIP_LTLIBDEPS="$gl_ltlibdeps"
 
288
  AC_SUBST([LIBGZIP_LTLIBDEPS])
 
289
])
 
290
 
 
291
# Like AC_LIBOBJ, except that the module name goes
 
292
# into gl_LIBOBJS instead of into LIBOBJS.
 
293
AC_DEFUN([gl_LIBOBJ], [
 
294
  AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl
 
295
  gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"
 
296
])
 
297
 
 
298
# Like AC_REPLACE_FUNCS, except that the module name goes
 
299
# into gl_LIBOBJS instead of into LIBOBJS.
 
300
AC_DEFUN([gl_REPLACE_FUNCS], [
 
301
  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
 
302
  AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])
 
303
])
 
304
 
 
305
# Like AC_LIBSOURCES, except the directory where the source file is
 
306
# expected is derived from the gnulib-tool parameterization,
 
307
# and alloca is special cased (for the alloca-opt module).
 
308
# We could also entirely rely on EXTRA_lib..._SOURCES.
 
309
AC_DEFUN([gl_LIBSOURCES], [
 
310
  m4_foreach([_gl_NAME], [$1], [
 
311
    m4_if(_gl_NAME, [alloca.c], [], [
 
312
      m4_define([gl_LIBSOURCES_DIR], [lib])
 
313
      m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ])
 
314
    ])
 
315
  ])
 
316
])
 
317
 
 
318
# Like AC_LIBOBJ, except that the module name goes
 
319
# into gltests_LIBOBJS instead of into LIBOBJS.
 
320
AC_DEFUN([gltests_LIBOBJ], [
 
321
  AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl
 
322
  gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext"
 
323
])
 
324
 
 
325
# Like AC_REPLACE_FUNCS, except that the module name goes
 
326
# into gltests_LIBOBJS instead of into LIBOBJS.
 
327
AC_DEFUN([gltests_REPLACE_FUNCS], [
 
328
  m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl
 
329
  AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)])
 
330
])
 
331
 
 
332
# Like AC_LIBSOURCES, except the directory where the source file is
 
333
# expected is derived from the gnulib-tool parameterization,
 
334
# and alloca is special cased (for the alloca-opt module).
 
335
# We could also entirely rely on EXTRA_lib..._SOURCES.
 
336
AC_DEFUN([gltests_LIBSOURCES], [
 
337
  m4_foreach([_gl_NAME], [$1], [
 
338
    m4_if(_gl_NAME, [alloca.c], [], [
 
339
      m4_define([gltests_LIBSOURCES_DIR], [tests])
 
340
      m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ])
 
341
    ])
 
342
  ])
 
343
])
106
344
 
107
345
# This macro records the list of files which have been installed by
108
346
# gnulib-tool and may be removed by future gnulib-tool invocations.
109
347
AC_DEFUN([gl_FILE_LIST], [
 
348
  build-aux/announce-gen
 
349
  build-aux/arg-nonnull.h
 
350
  build-aux/gendocs.sh
 
351
  build-aux/git-version-gen
 
352
  build-aux/gitlog-to-changelog
 
353
  build-aux/gnu-web-doc-update
 
354
  build-aux/gnupload
110
355
  build-aux/link-warning.h
 
356
  build-aux/update-copyright
 
357
  build-aux/useless-if-before-free
 
358
  build-aux/vc-list-files
 
359
  build-aux/warn-on-use.h
111
360
  doc/fdl.texi
 
361
  doc/gendocs_template
 
362
  lib/alloca.in.h
 
363
  lib/asnprintf.c
 
364
  lib/at-func.c
 
365
  lib/basename-lgpl.c
 
366
  lib/calloc.c
 
367
  lib/chdir-long.c
 
368
  lib/chdir-long.h
 
369
  lib/chown.c
 
370
  lib/close-hook.c
 
371
  lib/close-hook.h
 
372
  lib/close-stream.c
 
373
  lib/close-stream.h
 
374
  lib/close.c
 
375
  lib/closein.c
 
376
  lib/closein.h
 
377
  lib/closeout.c
 
378
  lib/closeout.h
 
379
  lib/config.charset
112
380
  lib/creat-safer.c
 
381
  lib/dirent.in.h
 
382
  lib/dirfd.c
 
383
  lib/dirname-lgpl.c
 
384
  lib/dirname.h
113
385
  lib/dup-safer.c
 
386
  lib/dup2.c
 
387
  lib/errno.in.h
114
388
  lib/error.c
115
389
  lib/error.h
116
390
  lib/exitfail.c
117
391
  lib/exitfail.h
 
392
  lib/fchdir.c
 
393
  lib/fchmodat.c
 
394
  lib/fchown-stub.c
 
395
  lib/fchownat.c
 
396
  lib/fclose.c
118
397
  lib/fcntl--.h
119
398
  lib/fcntl-safer.h
120
 
  lib/fcntl_.h
 
399
  lib/fcntl.c
 
400
  lib/fcntl.in.h
121
401
  lib/fd-safer.c
 
402
  lib/fdopendir.c
 
403
  lib/fflush.c
 
404
  lib/float+.h
 
405
  lib/float.in.h
 
406
  lib/fpending.c
 
407
  lib/fpending.h
 
408
  lib/fprintf.c
 
409
  lib/fpucw.h
 
410
  lib/fpurge.c
 
411
  lib/freadahead.c
 
412
  lib/freadahead.h
 
413
  lib/freading.c
 
414
  lib/freading.h
 
415
  lib/frexp.c
 
416
  lib/frexpl.c
 
417
  lib/fseeko.c
 
418
  lib/fseterr.c
 
419
  lib/fseterr.h
 
420
  lib/fstatat.c
 
421
  lib/ftello.c
 
422
  lib/getcwd.c
122
423
  lib/getopt.c
 
424
  lib/getopt.in.h
123
425
  lib/getopt1.c
124
 
  lib/getopt_.h
125
426
  lib/getopt_int.h
126
427
  lib/gettext.h
 
428
  lib/gettime.c
 
429
  lib/gettimeofday.c
 
430
  lib/ignore-value.h
 
431
  lib/intprops.h
 
432
  lib/isnan.c
 
433
  lib/isnand-nolibm.h
 
434
  lib/isnand.c
 
435
  lib/isnanf-nolibm.h
 
436
  lib/isnanf.c
 
437
  lib/isnanl-nolibm.h
 
438
  lib/isnanl.c
 
439
  lib/lchown.c
 
440
  lib/localcharset.c
 
441
  lib/localcharset.h
 
442
  lib/lseek.c
 
443
  lib/lstat.c
 
444
  lib/malloc.c
 
445
  lib/math.in.h
 
446
  lib/mbrtowc.c
 
447
  lib/mbsinit.c
 
448
  lib/memchr.c
 
449
  lib/memchr.valgrind
 
450
  lib/mempcpy.c
 
451
  lib/memrchr.c
 
452
  lib/mkdir.c
 
453
  lib/mkdirat.c
127
454
  lib/open-safer.c
 
455
  lib/open.c
 
456
  lib/openat-die.c
 
457
  lib/openat-priv.h
 
458
  lib/openat-proc.c
 
459
  lib/openat.c
 
460
  lib/openat.h
 
461
  lib/perror.c
128
462
  lib/pipe-safer.c
 
463
  lib/printf-args.c
 
464
  lib/printf-args.h
 
465
  lib/printf-frexp.c
 
466
  lib/printf-frexp.h
 
467
  lib/printf-frexpl.c
 
468
  lib/printf-frexpl.h
 
469
  lib/printf-parse.c
 
470
  lib/printf-parse.h
 
471
  lib/printf.c
 
472
  lib/quotearg.c
 
473
  lib/quotearg.h
 
474
  lib/realloc.c
 
475
  lib/ref-add.sin
 
476
  lib/ref-del.sin
 
477
  lib/rmdir.c
 
478
  lib/same-inode.h
 
479
  lib/save-cwd.c
 
480
  lib/save-cwd.h
 
481
  lib/signbitd.c
 
482
  lib/signbitf.c
 
483
  lib/signbitl.c
 
484
  lib/size_max.h
129
485
  lib/stat-time.h
130
 
  lib/stat_.h
131
 
  lib/stdbool_.h
132
 
  lib/stdlib_.h
133
 
  lib/sys_time_.h
134
 
  lib/time_.h
 
486
  lib/stat.c
 
487
  lib/stdbool.in.h
 
488
  lib/stddef.in.h
 
489
  lib/stdint.in.h
 
490
  lib/stdio-impl.h
 
491
  lib/stdio-write.c
 
492
  lib/stdio.in.h
 
493
  lib/stdlib.in.h
 
494
  lib/strdup.c
 
495
  lib/streq.h
 
496
  lib/strerror.c
 
497
  lib/string.in.h
 
498
  lib/stripslash.c
 
499
  lib/sys_stat.in.h
 
500
  lib/sys_time.in.h
 
501
  lib/time.in.h
 
502
  lib/timespec.h
135
503
  lib/unistd--.h
136
504
  lib/unistd-safer.h
137
 
  lib/unistd_.h
 
505
  lib/unistd.in.h
 
506
  lib/unlink.c
 
507
  lib/unlinkat.c
138
508
  lib/utimens.c
139
509
  lib/utimens.h
 
510
  lib/vasnprintf.c
 
511
  lib/vasnprintf.h
 
512
  lib/verify.h
 
513
  lib/vfprintf.c
 
514
  lib/wchar.in.h
 
515
  lib/wctype.in.h
140
516
  lib/xalloc-die.c
141
517
  lib/xalloc.h
 
518
  lib/xgetcwd.c
 
519
  lib/xgetcwd.h
142
520
  lib/xmalloc.c
 
521
  lib/xsize.h
143
522
  lib/yesno.c
144
523
  lib/yesno.h
145
 
  m4/absolute-header.m4
 
524
  m4/00gnulib.m4
 
525
  m4/alloca.m4
 
526
  m4/calloc.m4
 
527
  m4/chdir-long.m4
 
528
  m4/chown.m4
 
529
  m4/clock_time.m4
 
530
  m4/close-stream.m4
 
531
  m4/close.m4
 
532
  m4/closein.m4
 
533
  m4/closeout.m4
 
534
  m4/codeset.m4
 
535
  m4/d-ino.m4
 
536
  m4/dirent_h.m4
 
537
  m4/dirfd.m4
 
538
  m4/dirname.m4
 
539
  m4/dos.m4
 
540
  m4/double-slash-root.m4
 
541
  m4/dup2.m4
 
542
  m4/errno_h.m4
146
543
  m4/error.m4
147
544
  m4/exitfail.m4
 
545
  m4/exponentd.m4
 
546
  m4/exponentf.m4
 
547
  m4/exponentl.m4
148
548
  m4/extensions.m4
 
549
  m4/fchdir.m4
 
550
  m4/fclose.m4
 
551
  m4/fcntl-o.m4
149
552
  m4/fcntl-safer.m4
 
553
  m4/fcntl.m4
150
554
  m4/fcntl_h.m4
 
555
  m4/fdopendir.m4
 
556
  m4/fflush.m4
 
557
  m4/float_h.m4
 
558
  m4/fpending.m4
 
559
  m4/fpieee.m4
 
560
  m4/fprintf-posix.m4
 
561
  m4/fpurge.m4
 
562
  m4/freading.m4
 
563
  m4/frexp.m4
 
564
  m4/frexpl.m4
 
565
  m4/fseeko.m4
 
566
  m4/ftello.m4
 
567
  m4/getcwd-abort-bug.m4
 
568
  m4/getcwd-path-max.m4
 
569
  m4/getcwd.m4
151
570
  m4/getopt.m4
 
571
  m4/gettime.m4
 
572
  m4/gettimeofday.m4
 
573
  m4/glibc21.m4
 
574
  m4/gnu-make.m4
152
575
  m4/gnulib-common.m4
 
576
  m4/include_next.m4
153
577
  m4/inline.m4
 
578
  m4/intmax_t.m4
 
579
  m4/inttypes_h.m4
 
580
  m4/isnand.m4
 
581
  m4/isnanf.m4
 
582
  m4/isnanl.m4
 
583
  m4/lchown.m4
 
584
  m4/ldexpl.m4
 
585
  m4/localcharset.m4
 
586
  m4/locale-fr.m4
 
587
  m4/locale-ja.m4
 
588
  m4/locale-zh.m4
 
589
  m4/longlong.m4
 
590
  m4/lseek.m4
 
591
  m4/lstat.m4
 
592
  m4/malloc.m4
 
593
  m4/manywarnings.m4
 
594
  m4/math_h.m4
 
595
  m4/mbrtowc.m4
 
596
  m4/mbsinit.m4
 
597
  m4/mbstate_t.m4
 
598
  m4/memchr.m4
 
599
  m4/mempcpy.m4
 
600
  m4/memrchr.m4
 
601
  m4/mkdir.m4
 
602
  m4/mmap-anon.m4
 
603
  m4/mode_t.m4
 
604
  m4/multiarch.m4
 
605
  m4/nocrash.m4
 
606
  m4/open.m4
 
607
  m4/openat.m4
 
608
  m4/perror.m4
 
609
  m4/printf-frexp.m4
 
610
  m4/printf-frexpl.m4
 
611
  m4/printf-posix-rpl.m4
 
612
  m4/printf.m4
 
613
  m4/quotearg.m4
 
614
  m4/realloc.m4
 
615
  m4/rmdir.m4
 
616
  m4/save-cwd.m4
 
617
  m4/signbit.m4
 
618
  m4/size_max.m4
154
619
  m4/stat-time.m4
 
620
  m4/stat.m4
155
621
  m4/stdbool.m4
 
622
  m4/stddef_h.m4
 
623
  m4/stdint.m4
 
624
  m4/stdint_h.m4
 
625
  m4/stdio_h.m4
156
626
  m4/stdlib_h.m4
 
627
  m4/strdup.m4
 
628
  m4/strerror.m4
 
629
  m4/string_h.m4
157
630
  m4/sys_stat_h.m4
158
631
  m4/sys_time_h.m4
159
632
  m4/time_h.m4
 
633
  m4/timespec.m4
160
634
  m4/unistd-safer.m4
161
635
  m4/unistd_h.m4
 
636
  m4/unlink.m4
162
637
  m4/utimbuf.m4
163
638
  m4/utimens.m4
164
639
  m4/utimes.m4
 
640
  m4/vasnprintf.m4
 
641
  m4/vfprintf-posix.m4
 
642
  m4/warn-on-use.m4
 
643
  m4/warnings.m4
 
644
  m4/wchar.m4
 
645
  m4/wchar_t.m4
 
646
  m4/wctype.m4
 
647
  m4/wint_t.m4
165
648
  m4/xalloc.m4
 
649
  m4/xgetcwd.m4
 
650
  m4/xsize.m4
166
651
  m4/yesno.m4
 
652
  top/GNUmakefile
 
653
  top/maint.mk
167
654
])