~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/84_getcwd.dpatch

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
 
3
 
@DPATCH@
4
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/Makefile.in coreutils-8.13/Makefile.in
5
 
--- coreutils-8.13~/Makefile.in 2011-09-19 20:49:37.000000000 -0400
6
 
+++ coreutils-8.13/Makefile.in  2011-09-19 20:53:18.462540748 -0400
7
 
@@ -1,9 +1,9 @@
8
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
9
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
10
 
 # @configure_input@
11
 
 
12
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
14
 
-# Foundation, Inc.
15
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
16
 
+# Inc.
17
 
 # This Makefile.in is free software; the Free Software Foundation
18
 
 # gives unlimited permission to copy and/or distribute it,
19
 
 # with or without modifications, as long as this notice is preserved.
20
 
@@ -263,7 +263,7 @@
21
 
 CONFIG_CLEAN_VPATH_FILES =
22
 
 AM_V_GEN = $(am__v_GEN_$(V))
23
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
24
 
-am__v_GEN_0 = @echo "  GEN     " $@;
25
 
+am__v_GEN_0 = @echo "  GEN   " $@;
26
 
 AM_V_at = $(am__v_at_$(V))
27
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
28
 
 am__v_at_0 = @
29
 
@@ -280,10 +280,9 @@
30
 
   distclean-recursive maintainer-clean-recursive
31
 
 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
32
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
33
 
-       cscope distdir dist dist-all distcheck
34
 
+       distdir dist dist-all distcheck
35
 
 ETAGS = etags
36
 
 CTAGS = ctags
37
 
-CSCOPE = cscope
38
 
 DIST_SUBDIRS = $(SUBDIRS)
39
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
40
 
 distdir = $(PACKAGE)-$(VERSION)
41
 
@@ -292,7 +291,6 @@
42
 
   { test ! -d "$(distdir)" \
43
 
     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
44
 
          && rm -fr "$(distdir)"; }; }
45
 
-am__post_remove_distdir = $(am__remove_distdir)
46
 
 am__relativize = \
47
 
   dir0=`pwd`; \
48
 
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
49
 
@@ -320,7 +318,6 @@
50
 
   reldir="$$dir2"
51
 
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
52
 
 GZIP_ENV = --best
53
 
-DIST_TARGETS = dist-xz dist-gzip
54
 
 distuninstallcheck_listfiles = find . -type f -print
55
 
 distcleancheck_listfiles = find . -type f -print
56
 
 pkglibexecdir = @pkglibexecdir@
57
 
@@ -1428,7 +1425,7 @@
58
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
59
 
 
60
 
 .SUFFIXES:
61
 
-am--refresh: Makefile
62
 
+am--refresh:
63
 
        @:
64
 
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
65
 
        @for dep in $?; do \
66
 
@@ -1532,10 +1529,6 @@
67
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
68
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
69
 
        done
70
 
-cscopelist-recursive:
71
 
-       list='$(SUBDIRS)'; for subdir in $$list; do \
72
 
-         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
73
 
-       done
74
 
 
75
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
76
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
77
 
@@ -1599,32 +1592,8 @@
78
 
          && $(am__cd) $(top_srcdir) \
79
 
          && gtags -i $(GTAGS_ARGS) "$$here"
80
 
 
81
 
-cscope: cscope.files
82
 
-       test ! -s cscope.files \
83
 
-         || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
84
 
-
85
 
-clean-cscope:
86
 
-       -rm -f cscope.files
87
 
-
88
 
-cscope.files: clean-cscope cscopelist-recursive cscopelist
89
 
-
90
 
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
91
 
-       list='$(SOURCES) $(HEADERS) $(LISP)'; \
92
 
-       case "$(srcdir)" in \
93
 
-         [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
94
 
-         *) sdir=$(subdir)/$(srcdir) ;; \
95
 
-       esac; \
96
 
-       for i in $$list; do \
97
 
-         if test -f "$$i"; then \
98
 
-           echo "$(subdir)/$$i"; \
99
 
-         else \
100
 
-           echo "$$sdir/$$i"; \
101
 
-         fi; \
102
 
-       done >> $(top_builddir)/cscope.files
103
 
-
104
 
 distclean-tags:
105
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
106
 
-       -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
107
 
 
108
 
 distdir: $(DISTFILES)
109
 
        $(am__remove_distdir)
110
 
@@ -1698,39 +1667,36 @@
111
 
        || chmod -R a+r "$(distdir)"
112
 
 dist-gzip: distdir
113
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
114
 
-       $(am__post_remove_distdir)
115
 
+       $(am__remove_distdir)
116
 
 
117
 
 dist-bzip2: distdir
118
 
-       tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
119
 
-       $(am__post_remove_distdir)
120
 
-
121
 
-dist-lzip: distdir
122
 
-       tardir=$(distdir) && $(am__tar) | lzip -9 -c >$(distdir).tar.lz
123
 
-       $(am__post_remove_distdir)
124
 
+       tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
125
 
+       $(am__remove_distdir)
126
 
 
127
 
 dist-lzma: distdir
128
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
129
 
-       $(am__post_remove_distdir)
130
 
+       $(am__remove_distdir)
131
 
 dist-xz: distdir
132
 
-       tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--9} xz -c >$(distdir).tar.xz
133
 
-       $(am__post_remove_distdir)
134
 
+       tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
135
 
+       $(am__remove_distdir)
136
 
 
137
 
 dist-tarZ: distdir
138
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
139
 
-       $(am__post_remove_distdir)
140
 
+       $(am__remove_distdir)
141
 
 
142
 
 dist-shar: distdir
143
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
144
 
-       $(am__post_remove_distdir)
145
 
+       $(am__remove_distdir)
146
 
 
147
 
 dist-zip: distdir
148
 
        -rm -f $(distdir).zip
149
 
        zip -rq $(distdir).zip $(distdir)
150
 
-       $(am__post_remove_distdir)
151
 
+       $(am__remove_distdir)
152
 
 
153
 
-dist dist-all:
154
 
-       $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
155
 
-       $(am__post_remove_distdir)
156
 
+dist dist-all: distdir
157
 
+       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
158
 
+       tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
159
 
+       $(am__remove_distdir)
160
 
 
161
 
 # This target untars the dist file and tries a VPATH configuration.  Then
162
 
 # it guarantees that the distribution is self-contained by making another
163
 
@@ -1743,8 +1709,6 @@
164
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
165
 
        *.tar.lzma*) \
166
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
167
 
-       *.tar.lz*) \
168
 
-         lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
169
 
        *.tar.xz*) \
170
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
171
 
        *.tar.Z*) \
172
 
@@ -1765,7 +1729,6 @@
173
 
          && am__cwd=`pwd` \
174
 
          && $(am__cd) $(distdir)/_build \
175
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
176
 
-           $(AM_DISTCHECK_CONFIGURE_FLAGS) \
177
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
178
 
          && $(MAKE) $(AM_MAKEFLAGS) \
179
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
180
 
@@ -1789,7 +1752,7 @@
181
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
182
 
          && cd "$$am__cwd" \
183
 
          || exit 1
184
 
-       $(am__post_remove_distdir)
185
 
+       $(am__remove_distdir)
186
 
        @(echo "$(distdir) archives ready for distribution: "; \
187
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
188
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
189
 
@@ -1828,15 +1791,10 @@
190
 
 
191
 
 installcheck: installcheck-recursive
192
 
 install-strip:
193
 
-       if test -z '$(STRIP)'; then \
194
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
195
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
196
 
-             install; \
197
 
-       else \
198
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
199
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
200
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
201
 
-       fi
202
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
203
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
204
 
+         `test -z '$(STRIP)' || \
205
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
206
 
 mostlyclean-generic:
207
 
 
208
 
 clean-generic:
209
 
@@ -1921,14 +1879,13 @@
210
 
 uninstall-am:
211
 
 
212
 
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
213
 
-       cscopelist-recursive ctags-recursive install install-am \
214
 
-       install-strip tags-recursive
215
 
+       ctags-recursive install install-am install-strip \
216
 
+       tags-recursive
217
 
 
218
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
219
 
-       all all-am am--refresh check check-am clean clean-cscope \
220
 
-       clean-generic cscope cscopelist cscopelist-recursive ctags \
221
 
-       ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
222
 
-       dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
223
 
+       all all-am am--refresh check check-am clean clean-generic \
224
 
+       ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
225
 
+       dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
226
 
        distcheck distclean distclean-generic distclean-tags \
227
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
228
 
        html-am info info-am install install-am install-data \
229
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/aclocal.m4 coreutils-8.13/aclocal.m4
230
 
--- coreutils-8.13~/aclocal.m4  2011-09-19 20:49:37.000000000 -0400
231
 
+++ coreutils-8.13/aclocal.m4   2011-09-19 20:53:09.966456666 -0400
232
 
@@ -1,8 +1,7 @@
233
 
-# generated automatically by aclocal 1.11a -*- Autoconf -*-
234
 
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
235
 
 
236
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
237
 
-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
238
 
-# Inc.
239
 
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
240
 
 # This file is free software; the Free Software Foundation
241
 
 # gives unlimited permission to copy and/or distribute it,
242
 
 # with or without modifications, as long as this notice is preserved.
243
 
@@ -14,31 +13,28 @@
244
 
 
245
 
 m4_ifndef([AC_AUTOCONF_VERSION],
246
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
247
 
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68.79-5e017],,
248
 
-[m4_warning([this file was generated for autoconf 2.68.79-5e017.
249
 
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
250
 
+[m4_warning([this file was generated for autoconf 2.68.
251
 
 You have another version of autoconf.  It may work, but is not guaranteed to.
252
 
 If you have problems, you may need to regenerate the build system entirely.
253
 
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
254
 
 
255
 
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
256
 
-# Foundation, Inc.
257
 
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
258
 
 #
259
 
 # This file is free software; the Free Software Foundation
260
 
 # gives unlimited permission to copy and/or distribute it,
261
 
 # with or without modifications, as long as this notice is preserved.
262
 
 
263
 
-# serial 8
264
 
-
265
 
 # AM_AUTOMAKE_VERSION(VERSION)
266
 
 # ----------------------------
267
 
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
268
 
 # generated from the m4 files accompanying Automake X.Y.
269
 
 # (This private macro should not be called outside this file.)
270
 
 AC_DEFUN([AM_AUTOMAKE_VERSION],
271
 
-[am__api_version='1.11a'
272
 
+[am__api_version='1.11'
273
 
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
274
 
 dnl require some minimum version.  Point them to the right macro.
275
 
-m4_if([$1], [1.11a], [],
276
 
+m4_if([$1], [1.11.1], [],
277
 
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
278
 
 ])
279
 
 
280
 
@@ -54,21 +50,19 @@
281
 
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
282
 
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
283
 
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
284
 
-[AM_AUTOMAKE_VERSION([1.11a])dnl
285
 
+[AM_AUTOMAKE_VERSION([1.11.1])dnl
286
 
 m4_ifndef([AC_AUTOCONF_VERSION],
287
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
288
 
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
289
 
 
290
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
291
 
 
292
 
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
293
 
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
294
 
 #
295
 
 # This file is free software; the Free Software Foundation
296
 
 # gives unlimited permission to copy and/or distribute it,
297
 
 # with or without modifications, as long as this notice is preserved.
298
 
 
299
 
-# serial 1
300
 
-
301
 
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
302
 
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
303
 
 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
304
 
@@ -116,22 +110,22 @@
305
 
 
306
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
307
 
 
308
 
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008, 2011
309
 
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
310
 
 # Free Software Foundation, Inc.
311
 
 #
312
 
 # This file is free software; the Free Software Foundation
313
 
 # gives unlimited permission to copy and/or distribute it,
314
 
 # with or without modifications, as long as this notice is preserved.
315
 
 
316
 
-# serial 10
317
 
+# serial 9
318
 
 
319
 
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
320
 
 # -------------------------------------
321
 
 # Define a conditional.
322
 
 AC_DEFUN([AM_CONDITIONAL],
323
 
-[AC_PREREQ([2.52])dnl
324
 
- m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
325
 
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
326
 
+[AC_PREREQ(2.52)dnl
327
 
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
328
 
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
329
 
 AC_SUBST([$1_TRUE])dnl
330
 
 AC_SUBST([$1_FALSE])dnl
331
 
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
332
 
@@ -150,14 +144,14 @@
333
 
 Usually this means the macro was only invoked conditionally.]])
334
 
 fi])])
335
 
 
336
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
337
 
-# 2010, 2011 Free Software Foundation, Inc.
338
 
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
339
 
+# Free Software Foundation, Inc.
340
 
 #
341
 
 # This file is free software; the Free Software Foundation
342
 
 # gives unlimited permission to copy and/or distribute it,
343
 
 # with or without modifications, as long as this notice is preserved.
344
 
 
345
 
-# serial 14
346
 
+# serial 10
347
 
 
348
 
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
349
 
 # written in clear, in which case automake, when reading aclocal.m4,
350
 
@@ -182,12 +176,12 @@
351
 
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
352
 
 AC_REQUIRE([AM_DEP_TRACK])dnl
353
 
 
354
 
-m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
355
 
-      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
356
 
-      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
357
 
-      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
358
 
-      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
359
 
-                    [depcc="$$1"   am_compiler_list=])
360
 
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
361
 
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
362
 
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
363
 
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
364
 
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
365
 
+                   [depcc="$$1"   am_compiler_list=])
366
 
 
367
 
 AC_CACHE_CHECK([dependency style of $depcc],
368
 
                [am_cv_$1_dependencies_compiler_type],
369
 
@@ -197,7 +191,6 @@
370
 
   # instance it was reported that on HP-UX the gcc test will end up
371
 
   # making a dummy file named `D' -- because `-MD' means `put the output
372
 
   # in D'.
373
 
-  rm -rf conftest.dir
374
 
   mkdir conftest.dir
375
 
   # Copy depcomp to subdir because otherwise we won't find it if we're
376
 
   # using a relative directory.
377
 
@@ -262,7 +255,7 @@
378
 
        break
379
 
       fi
380
 
       ;;
381
 
-    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
382
 
+    msvisualcpp | msvcmsys)
383
 
       # This compiler won't grok `-c -o', but also, the minuso test has
384
 
       # not run yet.  These depmodes are late enough in the game, and
385
 
       # so weak that their functioning should not be impacted.
386
 
@@ -321,23 +314,16 @@
387
 
 # AM_DEP_TRACK
388
 
 # ------------
389
 
 AC_DEFUN([AM_DEP_TRACK],
390
 
-[AC_ARG_ENABLE([dependency-tracking], [dnl
391
 
-AS_HELP_STRING(
392
 
-  [--enable-dependency-tracking],
393
 
-  [do not reject slow dependency extractors])
394
 
-AS_HELP_STRING(
395
 
-  [--disable-dependency-tracking],
396
 
-  [speeds up one-time build])])
397
 
+[AC_ARG_ENABLE(dependency-tracking,
398
 
+[  --disable-dependency-tracking  speeds up one-time build
399
 
+  --enable-dependency-tracking   do not reject slow dependency extractors])
400
 
 if test "x$enable_dependency_tracking" != xno; then
401
 
   am_depcomp="$ac_aux_dir/depcomp"
402
 
   AMDEPBACKSLASH='\'
403
 
-  am__nodep='_no'
404
 
 fi
405
 
 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
406
 
 AC_SUBST([AMDEPBACKSLASH])dnl
407
 
 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
408
 
-AC_SUBST([am__nodep])dnl
409
 
-_AM_SUBST_NOTMAKE([am__nodep])dnl
410
 
 ])
411
 
 
412
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
413
 
@@ -423,13 +409,13 @@
414
 
 # Do all the work for Automake.                             -*- Autoconf -*-
415
 
 
416
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
417
 
-# 2005, 2006, 2008, 2009, 2011 Free Software Foundation, Inc.
418
 
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
419
 
 #
420
 
 # This file is free software; the Free Software Foundation
421
 
 # gives unlimited permission to copy and/or distribute it,
422
 
 # with or without modifications, as long as this notice is preserved.
423
 
 
424
 
-# serial 17
425
 
+# serial 16
426
 
 
427
 
 # This macro actually does too much.  Some checks are only needed if
428
 
 # your package does certain things.  But this isn't really a big deal.
429
 
@@ -480,25 +466,23 @@
430
 
  AC_SUBST([VERSION], [$2])],
431
 
 [_AM_SET_OPTIONS([$1])dnl
432
 
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
433
 
-m4_if(
434
 
-  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
435
 
-  [ok:ok],,
436
 
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
437
 
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
438
 
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
439
 
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
440
 
 
441
 
 _AM_IF_OPTION([no-define],,
442
 
-[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
443
 
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
444
 
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
445
 
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
446
 
 
447
 
 # Some tools Automake needs.
448
 
 AC_REQUIRE([AM_SANITY_CHECK])dnl
449
 
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
450
 
-AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
451
 
-AM_MISSING_PROG([AUTOCONF], [autoconf])
452
 
-AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
453
 
-AM_MISSING_PROG([AUTOHEADER], [autoheader])
454
 
-AM_MISSING_PROG([MAKEINFO], [makeinfo])
455
 
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
456
 
+AM_MISSING_PROG(AUTOCONF, autoconf)
457
 
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
458
 
+AM_MISSING_PROG(AUTOHEADER, autoheader)
459
 
+AM_MISSING_PROG(MAKEINFO, makeinfo)
460
 
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
461
 
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
462
 
 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
463
 
@@ -512,17 +496,17 @@
464
 
                             [_AM_PROG_TAR([v7])])])
465
 
 _AM_IF_OPTION([no-dependencies],,
466
 
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
467
 
-                 [_AM_DEPENDENCIES([CC])],
468
 
+                 [_AM_DEPENDENCIES(CC)],
469
 
                  [define([AC_PROG_CC],
470
 
-                         defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
471
 
+                         defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
472
 
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
473
 
-                 [_AM_DEPENDENCIES([CXX])],
474
 
+                 [_AM_DEPENDENCIES(CXX)],
475
 
                  [define([AC_PROG_CXX],
476
 
-                         defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
477
 
+                         defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
478
 
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
479
 
-                 [_AM_DEPENDENCIES([OBJC])],
480
 
+                 [_AM_DEPENDENCIES(OBJC)],
481
 
                  [define([AC_PROG_OBJC],
482
 
-                         defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
483
 
+                         defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
484
 
 ])
485
 
 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
486
 
 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
487
 
@@ -561,15 +545,12 @@
488
 
 done
489
 
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
490
 
 
491
 
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
492
 
-# Inc.
493
 
+# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
494
 
 #
495
 
 # This file is free software; the Free Software Foundation
496
 
 # gives unlimited permission to copy and/or distribute it,
497
 
 # with or without modifications, as long as this notice is preserved.
498
 
 
499
 
-# serial 8
500
 
-
501
 
 # AM_PROG_INSTALL_SH
502
 
 # ------------------
503
 
 # Define $install_sh.
504
 
@@ -583,7 +564,7 @@
505
 
     install_sh="\${SHELL} $am_aux_dir/install-sh"
506
 
   esac
507
 
 fi
508
 
-AC_SUBST([install_sh])])
509
 
+AC_SUBST(install_sh)])
510
 
 
511
 
 # Copyright (C) 2003, 2005  Free Software Foundation, Inc.
512
 
 #
513
 
@@ -736,15 +717,12 @@
514
 
 fi
515
 
 ])
516
 
 
517
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
518
 
-# Inc.
519
 
+# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
520
 
 #
521
 
 # This file is free software; the Free Software Foundation
522
 
 # gives unlimited permission to copy and/or distribute it,
523
 
 # with or without modifications, as long as this notice is preserved.
524
 
 
525
 
-# serial 1
526
 
-
527
 
 # AM_PROG_MKDIR_P
528
 
 # ---------------
529
 
 # Check for `mkdir -p'.
530
 
@@ -767,14 +745,13 @@
531
 
 
532
 
 # Helper functions for option handling.                     -*- Autoconf -*-
533
 
 
534
 
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010, 2011 Free Software
535
 
-# Foundation, Inc.
536
 
+# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
537
 
 #
538
 
 # This file is free software; the Free Software Foundation
539
 
 # gives unlimited permission to copy and/or distribute it,
540
 
 # with or without modifications, as long as this notice is preserved.
541
 
 
542
 
-# serial 6
543
 
+# serial 4
544
 
 
545
 
 # _AM_MANGLE_OPTION(NAME)
546
 
 # -----------------------
547
 
@@ -782,13 +759,13 @@
548
 
 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
549
 
 
550
 
 # _AM_SET_OPTION(NAME)
551
 
-# --------------------
552
 
+# ------------------------------
553
 
 # Set option NAME.  Presently that only means defining a flag for this option.
554
 
 AC_DEFUN([_AM_SET_OPTION],
555
 
-[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
556
 
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
557
 
 
558
 
 # _AM_SET_OPTIONS(OPTIONS)
559
 
-# ------------------------
560
 
+# ----------------------------------
561
 
 # OPTIONS is a space-separated list of Automake options.
562
 
 AC_DEFUN([_AM_SET_OPTIONS],
563
 
 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
564
 
@@ -810,8 +787,6 @@
565
 
 
566
 
 AC_DEFUN([AM_C_PROTOTYPES],
567
 
 [AC_REQUIRE([AC_C_PROTOTYPES])
568
 
-AC_DIAGNOSE([obsolete],
569
 
-            [$0: automatic de-ANSI-fication support is deprecated])
570
 
 if test "$ac_cv_prog_cc_stdc" != no; then
571
 
   U= ANSI2KNR=
572
 
 else
573
 
@@ -829,19 +804,22 @@
574
 
 
575
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
576
 
 
577
 
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008, 2009, 2010,
578
 
-# 2011 Free Software Foundation, Inc.
579
 
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
580
 
+# Free Software Foundation, Inc.
581
 
 #
582
 
 # This file is free software; the Free Software Foundation
583
 
 # gives unlimited permission to copy and/or distribute it,
584
 
 # with or without modifications, as long as this notice is preserved.
585
 
 
586
 
-# serial 9
587
 
+# serial 5
588
 
 
589
 
 # AM_SANITY_CHECK
590
 
 # ---------------
591
 
 AC_DEFUN([AM_SANITY_CHECK],
592
 
 [AC_MSG_CHECKING([whether build environment is sane])
593
 
+# Just in case
594
 
+sleep 1
595
 
+echo timestamp > conftest.file
596
 
 # Reject unsafe characters in $srcdir or the absolute working directory
597
 
 # name.  Accept space and tab only in the latter.
598
 
 am_lf='
599
 
@@ -861,31 +839,23 @@
600
 
 # (eg FreeBSD returns the mod time of the symlink's containing
601
 
 # directory).
602
 
 if (
603
 
-   am_has_slept=no
604
 
-   for am_try in 1 2; do
605
 
-     echo "timestamp, slept: $am_has_slept" > conftest.file
606
 
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
607
 
-     if test "$[*]" = "X"; then
608
 
-       # -L didn't work.
609
 
-       set X `ls -t "$srcdir/configure" conftest.file`
610
 
-     fi
611
 
-     if test "$[*]" != "X $srcdir/configure conftest.file" \
612
 
-       && test "$[*]" != "X conftest.file $srcdir/configure"; then
613
 
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
614
 
+   if test "$[*]" = "X"; then
615
 
+      # -L didn't work.
616
 
+      set X `ls -t "$srcdir/configure" conftest.file`
617
 
+   fi
618
 
+   rm -f conftest.file
619
 
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
620
 
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
621
 
+
622
 
+      # If neither matched, then we have a broken ls.  This can happen
623
 
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
624
 
+      # broken ls alias from the environment.  This has actually
625
 
+      # happened.  Such a system could not be considered "sane".
626
 
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
627
 
+alias in your environment])
628
 
+   fi
629
 
 
630
 
-       # If neither matched, then we have a broken ls.  This can happen
631
 
-       # if, for instance, CONFIG_SHELL is bash and it inherits a
632
 
-       # broken ls alias from the environment.  This has actually
633
 
-       # happened.  Such a system could not be considered "sane".
634
 
-       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
635
 
-  alias in your environment])
636
 
-     fi
637
 
-     if test "$[2]" = conftest.file || test $am_try -eq 2; then
638
 
-       break
639
 
-     fi
640
 
-     # Just in case.
641
 
-     sleep 1
642
 
-     am_has_slept=yes
643
 
-   done
644
 
    test "$[2]" = conftest.file
645
 
    )
646
 
 then
647
 
@@ -895,49 +865,28 @@
648
 
    AC_MSG_ERROR([newly created file is older than distributed files!
649
 
 Check your system clock])
650
 
 fi
651
 
-AC_MSG_RESULT([yes])
652
 
-# If we didn't sleep, we still need to ensure time stamps of config.status and
653
 
-# generated files are strictly newer.
654
 
-am_sleep_pid=
655
 
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
656
 
-  ( sleep 1 ) &
657
 
-  am_sleep_pid=$!
658
 
-fi
659
 
-AC_CONFIG_COMMANDS_PRE(
660
 
-  [AC_MSG_CHECKING([that generated files are newer than configure])
661
 
-   if test -n "$am_sleep_pid"; then
662
 
-     # Hide warnings about reused PIDs.
663
 
-     wait $am_sleep_pid 2>/dev/null
664
 
-   fi
665
 
-   AC_MSG_RESULT([done])])
666
 
-rm -f conftest.file
667
 
-])
668
 
+AC_MSG_RESULT(yes)])
669
 
 
670
 
-# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
671
 
+# Copyright (C) 2009  Free Software Foundation, Inc.
672
 
 #
673
 
 # This file is free software; the Free Software Foundation
674
 
 # gives unlimited permission to copy and/or distribute it,
675
 
 # with or without modifications, as long as this notice is preserved.
676
 
 
677
 
-# serial 2
678
 
+# serial 1
679
 
 
680
 
 # AM_SILENT_RULES([DEFAULT])
681
 
 # --------------------------
682
 
 # Enable less verbose build rules; with the default set to DEFAULT
683
 
 # (`yes' being less verbose, `no' or empty being verbose).
684
 
 AC_DEFUN([AM_SILENT_RULES],
685
 
-[AC_ARG_ENABLE([silent-rules], [dnl
686
 
-AS_HELP_STRING(
687
 
-  [--enable-silent-rules],
688
 
-  [less verbose build output (undo: `make V=1')])
689
 
-AS_HELP_STRING(
690
 
-  [--disable-silent-rules],
691
 
-  [verbose build output (undo: `make V=0')])dnl
692
 
-])
693
 
-case $enable_silent_rules in @%:@ (((
694
 
-  yes) AM_DEFAULT_VERBOSITY=0;;
695
 
-   no) AM_DEFAULT_VERBOSITY=1;;
696
 
-    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
697
 
+[AC_ARG_ENABLE([silent-rules],
698
 
+[  --enable-silent-rules          less verbose build output (undo: `make V=1')
699
 
+  --disable-silent-rules         verbose build output (undo: `make V=0')])
700
 
+case $enable_silent_rules in
701
 
+yes) AM_DEFAULT_VERBOSITY=0;;
702
 
+no)  AM_DEFAULT_VERBOSITY=1;;
703
 
+*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
704
 
 esac
705
 
 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
706
 
 AM_BACKSLASH='\'
707
 
@@ -945,14 +894,12 @@
708
 
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
709
 
 ])
710
 
 
711
 
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
712
 
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
713
 
 #
714
 
 # This file is free software; the Free Software Foundation
715
 
 # gives unlimited permission to copy and/or distribute it,
716
 
 # with or without modifications, as long as this notice is preserved.
717
 
 
718
 
-# serial 1
719
 
-
720
 
 # AM_PROG_INSTALL_STRIP
721
 
 # ---------------------
722
 
 # One issue with vendor `install' (even GNU) is that you can't
723
 
@@ -975,13 +922,13 @@
724
 
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
725
 
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
726
 
 
727
 
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
728
 
+# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
729
 
 #
730
 
 # This file is free software; the Free Software Foundation
731
 
 # gives unlimited permission to copy and/or distribute it,
732
 
 # with or without modifications, as long as this notice is preserved.
733
 
 
734
 
-# serial 3
735
 
+# serial 2
736
 
 
737
 
 # _AM_SUBST_NOTMAKE(VARIABLE)
738
 
 # ---------------------------
739
 
@@ -990,7 +937,7 @@
740
 
 AC_DEFUN([_AM_SUBST_NOTMAKE])
741
 
 
742
 
 # AM_SUBST_NOTMAKE(VARIABLE)
743
 
-# --------------------------
744
 
+# ---------------------------
745
 
 # Public sister of _AM_SUBST_NOTMAKE.
746
 
 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
747
 
 
748
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/configure coreutils-8.13/configure
749
 
--- coreutils-8.13~/configure   2011-09-19 20:49:37.000000000 -0400
750
 
+++ coreutils-8.13/configure    2011-09-19 20:53:14.294499492 -0400
751
 
@@ -1,11 +1,13 @@
752
 
 #! /bin/sh
753
 
 # Guess values for system-dependent variables and create Makefiles.
754
 
-# Generated by GNU Autoconf 2.68.79-5e017 for GNU coreutils 8.13.
755
 
+# Generated by GNU Autoconf 2.68 for GNU coreutils 8.13.
756
 
 #
757
 
 # Report bugs to <bug-coreutils@gnu.org>.
758
 
 #
759
 
 #
760
 
-# Copyright (C) 1992-1996, 1998-2011 Free Software Foundation, Inc.
761
 
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
762
 
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
763
 
+# Foundation, Inc.
764
 
 #
765
 
 #
766
 
 # This configure script is free software; the Free Software Foundation
767
 
@@ -1606,7 +1608,6 @@
768
 
 am__fastdepCC_FALSE
769
 
 am__fastdepCC_TRUE
770
 
 CCDEPMODE
771
 
-am__nodep
772
 
 AMDEPBACKSLASH
773
 
 AMDEP_FALSE
774
 
 AMDEP_TRUE
775
 
@@ -2343,12 +2344,10 @@
776
 
   --disable-option-checking  ignore unrecognized --enable/--with options
777
 
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
778
 
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
779
 
-  --enable-silent-rules   less verbose build output (undo: `make V=1')
780
 
-  --disable-silent-rules  verbose build output (undo: `make V=0')
781
 
-  --enable-dependency-tracking
782
 
-                          do not reject slow dependency extractors
783
 
-  --disable-dependency-tracking
784
 
-                          speeds up one-time build
785
 
+  --enable-silent-rules          less verbose build output (undo: `make V=1')
786
 
+  --disable-silent-rules         verbose build output (undo: `make V=0')
787
 
+  --disable-dependency-tracking  speeds up one-time build
788
 
+  --enable-dependency-tracking   do not reject slow dependency extractors
789
 
   --disable-largefile     omit support for large files
790
 
   --enable-threads={posix|solaris|pth|win32}
791
 
                           specify multithreading API
792
 
@@ -2481,9 +2480,9 @@
793
 
 if $ac_init_version; then
794
 
   cat <<\_ACEOF
795
 
 GNU coreutils configure 8.13
796
 
-generated by GNU Autoconf 2.68.79-5e017
797
 
+generated by GNU Autoconf 2.68
798
 
 
799
 
-Copyright (C) 2011 Free Software Foundation, Inc.
800
 
+Copyright (C) 2010 Free Software Foundation, Inc.
801
 
 This configure script is free software; the Free Software Foundation
802
 
 gives unlimited permission to copy, distribute and modify it.
803
 
 _ACEOF
804
 
@@ -3185,7 +3184,7 @@
805
 
 running configure, to aid debugging if configure makes a mistake.
806
 
 
807
 
 It was created by GNU coreutils $as_me 8.13, which was
808
 
-generated by GNU Autoconf 2.68.79-5e017.  Invocation command line was
809
 
+generated by GNU Autoconf 2.68.  Invocation command line was
810
 
 
811
 
   $ $0 $@
812
 
 
813
 
@@ -3730,7 +3729,7 @@
814
 
 ac_config_headers="$ac_config_headers lib/config.h:lib/config.hin"
815
 
 
816
 
 
817
 
-am__api_version='1.11a'
818
 
+am__api_version='1.11'
819
 
 
820
 
 # Find a good install program.  We prefer a C program (faster),
821
 
 # so one script is as good as another.  But avoid the broken or
822
 
@@ -3827,6 +3826,9 @@
823
 
 
824
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
825
 
 $as_echo_n "checking whether build environment is sane... " >&6; }
826
 
+# Just in case
827
 
+sleep 1
828
 
+echo timestamp > conftest.file
829
 
 # Reject unsafe characters in $srcdir or the absolute working directory
830
 
 # name.  Accept space and tab only in the latter.
831
 
 am_lf='
832
 
@@ -3846,31 +3848,23 @@
833
 
 # (eg FreeBSD returns the mod time of the symlink's containing
834
 
 # directory).
835
 
 if (
836
 
-   am_has_slept=no
837
 
-   for am_try in 1 2; do
838
 
-     echo "timestamp, slept: $am_has_slept" > conftest.file
839
 
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
840
 
-     if test "$*" = "X"; then
841
 
-       # -L didn't work.
842
 
-       set X `ls -t "$srcdir/configure" conftest.file`
843
 
-     fi
844
 
-     if test "$*" != "X $srcdir/configure conftest.file" \
845
 
-       && test "$*" != "X conftest.file $srcdir/configure"; then
846
 
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
847
 
+   if test "$*" = "X"; then
848
 
+      # -L didn't work.
849
 
+      set X `ls -t "$srcdir/configure" conftest.file`
850
 
+   fi
851
 
+   rm -f conftest.file
852
 
+   if test "$*" != "X $srcdir/configure conftest.file" \
853
 
+      && test "$*" != "X conftest.file $srcdir/configure"; then
854
 
+
855
 
+      # If neither matched, then we have a broken ls.  This can happen
856
 
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
857
 
+      # broken ls alias from the environment.  This has actually
858
 
+      # happened.  Such a system could not be considered "sane".
859
 
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
860
 
+alias in your environment" "$LINENO" 5
861
 
+   fi
862
 
 
863
 
-       # If neither matched, then we have a broken ls.  This can happen
864
 
-       # if, for instance, CONFIG_SHELL is bash and it inherits a
865
 
-       # broken ls alias from the environment.  This has actually
866
 
-       # happened.  Such a system could not be considered "sane".
867
 
-       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
868
 
-  alias in your environment" "$LINENO" 5
869
 
-     fi
870
 
-     if test "$2" = conftest.file || test $am_try -eq 2; then
871
 
-       break
872
 
-     fi
873
 
-     # Just in case.
874
 
-     sleep 1
875
 
-     am_has_slept=yes
876
 
-   done
877
 
    test "$2" = conftest.file
878
 
    )
879
 
 then
880
 
@@ -3882,16 +3876,6 @@
881
 
 fi
882
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
883
 
 $as_echo "yes" >&6; }
884
 
-# If we didn't sleep, we still need to ensure time stamps of config.status and
885
 
-# generated files are strictly newer.
886
 
-am_sleep_pid=
887
 
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
888
 
-  ( sleep 1 ) &
889
 
-  am_sleep_pid=$!
890
 
-fi
891
 
-
892
 
-rm -f conftest.file
893
 
-
894
 
 test "$program_prefix" != NONE &&
895
 
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
896
 
 # Use a double $ so make ignores it.
897
 
@@ -4229,10 +4213,10 @@
898
 
   enableval=$enable_silent_rules;
899
 
 fi
900
 
 
901
 
-case $enable_silent_rules in # (((
902
 
-  yes) AM_DEFAULT_VERBOSITY=0;;
903
 
-   no) AM_DEFAULT_VERBOSITY=1;;
904
 
-    *) AM_DEFAULT_VERBOSITY=0;;
905
 
+case $enable_silent_rules in
906
 
+yes) AM_DEFAULT_VERBOSITY=0;;
907
 
+no)  AM_DEFAULT_VERBOSITY=1;;
908
 
+*)   AM_DEFAULT_VERBOSITY=0;;
909
 
 esac
910
 
 AM_BACKSLASH='\'
911
 
  # make --enable-silent-rules the default.
912
 
@@ -4289,7 +4273,6 @@
913
 
 if test "x$enable_dependency_tracking" != xno; then
914
 
   am_depcomp="$ac_aux_dir/depcomp"
915
 
   AMDEPBACKSLASH='\'
916
 
-  am__nodep='_no'
917
 
 fi
918
 
  if test "x$enable_dependency_tracking" != xno; then
919
 
   AMDEP_TRUE=
920
 
@@ -5004,7 +4987,8 @@
921
 
 /* end confdefs.h.  */
922
 
 #include <stdarg.h>
923
 
 #include <stdio.h>
924
 
-struct stat;
925
 
+#include <sys/types.h>
926
 
+#include <sys/stat.h>
927
 
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
928
 
 struct buf { int x; };
929
 
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
930
 
@@ -5102,7 +5086,6 @@
931
 
   # instance it was reported that on HP-UX the gcc test will end up
932
 
   # making a dummy file named `D' -- because `-MD' means `put the output
933
 
   # in D'.
934
 
-  rm -rf conftest.dir
935
 
   mkdir conftest.dir
936
 
   # Copy depcomp to subdir because otherwise we won't find it if we're
937
 
   # using a relative directory.
938
 
@@ -5162,7 +5145,7 @@
939
 
        break
940
 
       fi
941
 
       ;;
942
 
-    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
943
 
+    msvisualcpp | msvcmsys)
944
 
       # This compiler won't grok `-c -o', but also, the minuso test has
945
 
       # not run yet.  These depmodes are late enough in the game, and
946
 
       # so weak that their functioning should not be impacted.
947
 
@@ -5367,7 +5350,7 @@
948
 
   return 0;
949
 
 }
950
 
 _ACEOF
951
 
-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
952
 
+for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
953
 
 do
954
 
   CC="$ac_save_CC $ac_arg"
955
 
   if ac_fn_c_try_compile "$LINENO"; then :
956
 
@@ -5407,7 +5390,8 @@
957
 
 /* end confdefs.h.  */
958
 
 #include <stdarg.h>
959
 
 #include <stdio.h>
960
 
-struct stat;
961
 
+#include <sys/types.h>
962
 
+#include <sys/stat.h>
963
 
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
964
 
 struct buf { int x; };
965
 
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
966
 
@@ -10697,6 +10681,14 @@
967
 
 
968
 
 
969
 
 
970
 
+cat >>confdefs.h <<_ACEOF
971
 
+#define GNULIB_OPENAT 1
972
 
+_ACEOF
973
 
+
974
 
+
975
 
+
976
 
+
977
 
+
978
 
 
979
 
 
980
 
 ac_fn_c_check_decl "$LINENO" "fchdir" "ac_cv_have_decl_fchdir" "$ac_includes_default"
981
 
@@ -27748,6 +27740,14 @@
982
 
 
983
 
 
984
 
 
985
 
+cat >>confdefs.h <<_ACEOF
986
 
+#define GNULIB_OPENAT 1
987
 
+_ACEOF
988
 
+
989
 
+
990
 
+
991
 
+
992
 
+
993
 
     ac_fn_c_check_member "$LINENO" "struct statfs" "f_type" "ac_cv_member_struct_statfs_f_type" "$ac_includes_default
994
 
      #include <sys/vfs.h>
995
 
 "
996
 
@@ -37771,6 +37771,14 @@
997
 
 
998
 
 
999
 
 
1000
 
+cat >>confdefs.h <<_ACEOF
1001
 
+#define GNULIB_OPENAT 1
1002
 
+_ACEOF
1003
 
+
1004
 
+
1005
 
+
1006
 
+
1007
 
+
1008
 
 
1009
 
 
1010
 
 
1011
 
@@ -55096,7 +55104,6 @@
1012
 
 fi
1013
 
 
1014
 
 
1015
 
-
1016
 
 if test "$ac_cv_prog_cc_stdc" != no; then
1017
 
   U= ANSI2KNR=
1018
 
 else
1019
 
@@ -56537,9 +56544,10 @@
1020
 
   as_fn_append WARN_CFLAGS " -Wno-unused-parameter"
1021
 
 fi
1022
 
  # Too many warnings for now
1023
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler handles -Wsuggest-attribute=const" >&5
1024
 
+  as_gl_Warn=`$as_echo "gl_cv_warn_-Wsuggest-attribute=const" | $as_tr_sh`
1025
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler handles -Wsuggest-attribute=const" >&5
1026
 
 $as_echo_n "checking whether compiler handles -Wsuggest-attribute=const... " >&6; }
1027
 
-if ${gl_cv_warn__Wsuggest_attribute_const+:} false; then :
1028
 
+if eval \${$as_gl_Warn+:} false; then :
1029
 
   $as_echo_n "(cached) " >&6
1030
 
 else
1031
 
 
1032
 
@@ -56557,23 +56565,25 @@
1033
 
 }
1034
 
 _ACEOF
1035
 
 if ac_fn_c_try_cpp "$LINENO"; then :
1036
 
-  gl_cv_warn__Wsuggest_attribute_const=yes
1037
 
+  eval "$as_gl_Warn=yes"
1038
 
 else
1039
 
-  gl_cv_warn__Wsuggest_attribute_const=no
1040
 
+  eval "$as_gl_Warn=no"
1041
 
 fi
1042
 
 rm -f conftest.err conftest.i conftest.$ac_ext
1043
 
   CPPFLAGS="$gl_save_CPPFLAGS"
1044
 
 
1045
 
 fi
1046
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn__Wsuggest_attribute_const" >&5
1047
 
-$as_echo "$gl_cv_warn__Wsuggest_attribute_const" >&6; }
1048
 
-if test "x$gl_cv_warn__Wsuggest_attribute_const" = xyes; then :
1049
 
+eval ac_res=\$$as_gl_Warn
1050
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1051
 
+$as_echo "$ac_res" >&6; }
1052
 
+if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then :
1053
 
   as_fn_append WARN_CFLAGS " -Wsuggest-attribute=const"
1054
 
 fi
1055
 
 
1056
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler handles -Wsuggest-attribute=pure" >&5
1057
 
+  as_gl_Warn=`$as_echo "gl_cv_warn_-Wsuggest-attribute=pure" | $as_tr_sh`
1058
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler handles -Wsuggest-attribute=pure" >&5
1059
 
 $as_echo_n "checking whether compiler handles -Wsuggest-attribute=pure... " >&6; }
1060
 
-if ${gl_cv_warn__Wsuggest_attribute_pure+:} false; then :
1061
 
+if eval \${$as_gl_Warn+:} false; then :
1062
 
   $as_echo_n "(cached) " >&6
1063
 
 else
1064
 
 
1065
 
@@ -56591,23 +56601,25 @@
1066
 
 }
1067
 
 _ACEOF
1068
 
 if ac_fn_c_try_cpp "$LINENO"; then :
1069
 
-  gl_cv_warn__Wsuggest_attribute_pure=yes
1070
 
+  eval "$as_gl_Warn=yes"
1071
 
 else
1072
 
-  gl_cv_warn__Wsuggest_attribute_pure=no
1073
 
+  eval "$as_gl_Warn=no"
1074
 
 fi
1075
 
 rm -f conftest.err conftest.i conftest.$ac_ext
1076
 
   CPPFLAGS="$gl_save_CPPFLAGS"
1077
 
 
1078
 
 fi
1079
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn__Wsuggest_attribute_pure" >&5
1080
 
-$as_echo "$gl_cv_warn__Wsuggest_attribute_pure" >&6; }
1081
 
-if test "x$gl_cv_warn__Wsuggest_attribute_pure" = xyes; then :
1082
 
+eval ac_res=\$$as_gl_Warn
1083
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1084
 
+$as_echo "$ac_res" >&6; }
1085
 
+if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then :
1086
 
   as_fn_append WARN_CFLAGS " -Wsuggest-attribute=pure"
1087
 
 fi
1088
 
 
1089
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler handles -Wsuggest-attribute=noreturn" >&5
1090
 
+  as_gl_Warn=`$as_echo "gl_cv_warn_-Wsuggest-attribute=noreturn" | $as_tr_sh`
1091
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler handles -Wsuggest-attribute=noreturn" >&5
1092
 
 $as_echo_n "checking whether compiler handles -Wsuggest-attribute=noreturn... " >&6; }
1093
 
-if ${gl_cv_warn__Wsuggest_attribute_noreturn+:} false; then :
1094
 
+if eval \${$as_gl_Warn+:} false; then :
1095
 
   $as_echo_n "(cached) " >&6
1096
 
 else
1097
 
 
1098
 
@@ -56625,17 +56637,18 @@
1099
 
 }
1100
 
 _ACEOF
1101
 
 if ac_fn_c_try_cpp "$LINENO"; then :
1102
 
-  gl_cv_warn__Wsuggest_attribute_noreturn=yes
1103
 
+  eval "$as_gl_Warn=yes"
1104
 
 else
1105
 
-  gl_cv_warn__Wsuggest_attribute_noreturn=no
1106
 
+  eval "$as_gl_Warn=no"
1107
 
 fi
1108
 
 rm -f conftest.err conftest.i conftest.$ac_ext
1109
 
   CPPFLAGS="$gl_save_CPPFLAGS"
1110
 
 
1111
 
 fi
1112
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn__Wsuggest_attribute_noreturn" >&5
1113
 
-$as_echo "$gl_cv_warn__Wsuggest_attribute_noreturn" >&6; }
1114
 
-if test "x$gl_cv_warn__Wsuggest_attribute_noreturn" = xyes; then :
1115
 
+eval ac_res=\$$as_gl_Warn
1116
 
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1117
 
+$as_echo "$ac_res" >&6; }
1118
 
+if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then :
1119
 
   as_fn_append WARN_CFLAGS " -Wsuggest-attribute=noreturn"
1120
 
 fi
1121
 
 
1122
 
@@ -60115,14 +60128,6 @@
1123
 
 LTLIBOBJS=$ac_ltlibobjs
1124
 
 
1125
 
 
1126
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1127
 
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1128
 
-   if test -n "$am_sleep_pid"; then
1129
 
-     # Hide warnings about reused PIDs.
1130
 
-     wait $am_sleep_pid 2>/dev/null
1131
 
-   fi
1132
 
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1133
 
-$as_echo "done" >&6; }
1134
 
  if test -n "$EXEEXT"; then
1135
 
   am__EXEEXT_TRUE=
1136
 
   am__EXEEXT_FALSE='#'
1137
 
@@ -60681,7 +60686,7 @@
1138
 
 # values after options handling.
1139
 
 ac_log="
1140
 
 This file was extended by GNU coreutils $as_me 8.13, which was
1141
 
-generated by GNU Autoconf 2.68.79-5e017.  Invocation command line was
1142
 
+generated by GNU Autoconf 2.68.  Invocation command line was
1143
 
 
1144
 
   CONFIG_FILES    = $CONFIG_FILES
1145
 
   CONFIG_HEADERS  = $CONFIG_HEADERS
1146
 
@@ -60753,10 +60758,10 @@
1147
 
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1148
 
 ac_cs_version="\\
1149
 
 GNU coreutils config.status 8.13
1150
 
-configured by $0, generated by GNU Autoconf 2.68.79-5e017,
1151
 
+configured by $0, generated by GNU Autoconf 2.68,
1152
 
   with options \\"\$ac_cs_config\\"
1153
 
 
1154
 
-Copyright (C) 2011 Free Software Foundation, Inc.
1155
 
+Copyright (C) 2010 Free Software Foundation, Inc.
1156
 
 This config.status script is free software; the Free Software Foundation
1157
 
 gives unlimited permission to copy, distribute and modify it."
1158
 
 
1159
 
@@ -60847,7 +60852,7 @@
1160
 
 _ACEOF
1161
 
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1162
 
 if \$ac_cs_recheck; then
1163
 
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1164
 
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1165
 
   shift
1166
 
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1167
 
   CONFIG_SHELL='$SHELL'
1168
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/doc/Makefile.in coreutils-8.13/doc/Makefile.in
1169
 
--- coreutils-8.13~/doc/Makefile.in     2011-09-19 20:49:37.000000000 -0400
1170
 
+++ coreutils-8.13/doc/Makefile.in      2011-09-19 20:53:16.282519166 -0400
1171
 
@@ -1,9 +1,9 @@
1172
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
1173
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
1174
 
 # @configure_input@
1175
 
 
1176
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1177
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1178
 
-# Foundation, Inc.
1179
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
1180
 
+# Inc.
1181
 
 # This Makefile.in is free software; the Free Software Foundation
1182
 
 # gives unlimited permission to copy and/or distribute it,
1183
 
 # with or without modifications, as long as this notice is preserved.
1184
 
@@ -256,33 +256,12 @@
1185
 
 CONFIG_CLEAN_VPATH_FILES =
1186
 
 AM_V_GEN = $(am__v_GEN_$(V))
1187
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
1188
 
-am__v_GEN_0 = @echo "  GEN     " $@;
1189
 
+am__v_GEN_0 = @echo "  GEN   " $@;
1190
 
 AM_V_at = $(am__v_at_$(V))
1191
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
1192
 
 am__v_at_0 = @
1193
 
 SOURCES =
1194
 
 DIST_SOURCES =
1195
 
-AM_V_DVIPS = $(am__v_DVIPS_$(V))
1196
 
-am__v_DVIPS_ = $(am__v_DVIPS_$(AM_DEFAULT_VERBOSITY))
1197
 
-am__v_DVIPS_0 = @echo "  DVIPS   " $@;
1198
 
-AM_V_MAKEINFO = $(am__v_MAKEINFO_$(V))
1199
 
-am__v_MAKEINFO_ = $(am__v_MAKEINFO_$(AM_DEFAULT_VERBOSITY))
1200
 
-am__v_MAKEINFO_0 = @echo "  MAKEINFO" $@;
1201
 
-AM_V_INFOHTML = $(am__v_INFOHTML_$(V))
1202
 
-am__v_INFOHTML_ = $(am__v_INFOHTML_$(AM_DEFAULT_VERBOSITY))
1203
 
-am__v_INFOHTML_0 = @echo "  INFOHTML" $@;
1204
 
-AM_V_TEXI2DVI = $(am__v_TEXI2DVI_$(V))
1205
 
-am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_$(AM_DEFAULT_VERBOSITY))
1206
 
-am__v_TEXI2DVI_0 = @echo "  TEXI2DVI" $@;
1207
 
-AM_V_TEXI2PDF = $(am__v_TEXI2PDF_$(V))
1208
 
-am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_$(AM_DEFAULT_VERBOSITY))
1209
 
-am__v_TEXI2PDF_0 = @echo "  TEXI2PDF" $@;
1210
 
-AM_V_texinfo = $(am__v_texinfo_$(V))
1211
 
-am__v_texinfo_ = $(am__v_texinfo_$(AM_DEFAULT_VERBOSITY))
1212
 
-am__v_texinfo_0 = -q
1213
 
-AM_V_texidevnull = $(am__v_texidevnull_$(V))
1214
 
-am__v_texidevnull_ = $(am__v_texidevnull_$(AM_DEFAULT_VERBOSITY))
1215
 
-am__v_texidevnull_0 = > /dev/null
1216
 
 INFO_DEPS = $(srcdir)/coreutils.info
1217
 
 TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
1218
 
 am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux
1219
 
@@ -1439,7 +1418,7 @@
1220
 
 $(am__aclocal_m4_deps):
1221
 
 
1222
 
 .texi.info:
1223
 
-       $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1224
 
+       restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1225
 
        am__cwd=`pwd` && $(am__cd) $(srcdir) && \
1226
 
        rm -rf $$backupdir && mkdir $$backupdir && \
1227
 
        if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
1228
 
@@ -1461,18 +1440,18 @@
1229
 
        rm -rf $$backupdir; exit $$rc
1230
 
 
1231
 
 .texi.dvi:
1232
 
-       $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1233
 
+       TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1234
 
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1235
 
-       $(TEXI2DVI) $(AM_V_texinfo) $< $(AM_V_texidevnull)
1236
 
+       $(TEXI2DVI) $<
1237
 
 
1238
 
 .texi.pdf:
1239
 
-       $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1240
 
+       TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1241
 
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1242
 
-       $(TEXI2PDF) $(AM_V_texinfo) $< $(AM_V_texidevnull)
1243
 
+       $(TEXI2PDF) $<
1244
 
 
1245
 
 .texi.html:
1246
 
-       $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1247
 
-       $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1248
 
+       rm -rf $(@:.html=.htp)
1249
 
+       if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1250
 
         -o $(@:.html=.htp) $<; \
1251
 
        then \
1252
 
          rm -rf $@; \
1253
 
@@ -1507,8 +1486,8 @@
1254
 
 maintainer-clean-vti:
1255
 
        -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
1256
 
 .dvi.ps:
1257
 
-       $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1258
 
-       $(DVIPS) $(AM_V_texinfo) -o $@ $<
1259
 
+       TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1260
 
+       $(DVIPS) -o $@ $<
1261
 
 
1262
 
 uninstall-dvi-am:
1263
 
        @$(NORMAL_UNINSTALL)
1264
 
@@ -1610,8 +1589,6 @@
1265
 
 ctags: CTAGS
1266
 
 CTAGS:
1267
 
 
1268
 
-cscope cscopelist:
1269
 
-
1270
 
 
1271
 
 distdir: $(DISTFILES)
1272
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1273
 
@@ -1663,15 +1640,10 @@
1274
 
 
1275
 
 installcheck: installcheck-am
1276
 
 install-strip:
1277
 
-       if test -z '$(STRIP)'; then \
1278
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1279
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1280
 
-             install; \
1281
 
-       else \
1282
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1283
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1284
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1285
 
-       fi
1286
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1287
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1288
 
+         `test -z '$(STRIP)' || \
1289
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1290
 
 mostlyclean-generic:
1291
 
 
1292
 
 clean-generic:
1293
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/gnulib-tests/Makefile.in coreutils-8.13/gnulib-tests/Makefile.in
1294
 
--- coreutils-8.13~/gnulib-tests/Makefile.in    2011-09-19 20:49:37.000000000 -0400
1295
 
+++ coreutils-8.13/gnulib-tests/Makefile.in     2011-09-19 20:53:16.998526252 -0400
1296
 
@@ -1,9 +1,9 @@
1297
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
1298
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
1299
 
 # @configure_input@
1300
 
 
1301
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1302
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1303
 
-# Foundation, Inc.
1304
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
1305
 
+# Inc.
1306
 
 # This Makefile.in is free software; the Free Software Foundation
1307
 
 # gives unlimited permission to copy and/or distribute it,
1308
 
 # with or without modifications, as long as this notice is preserved.
1309
 
@@ -484,7 +484,7 @@
1310
 
 LIBRARIES = $(noinst_LIBRARIES)
1311
 
 AM_V_AR = $(am__v_AR_$(V))
1312
 
 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
1313
 
-am__v_AR_0 = @echo "  AR      " $@;
1314
 
+am__v_AR_0 = @echo "  AR    " $@;
1315
 
 AM_V_at = $(am__v_at_$(V))
1316
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
1317
 
 am__v_at_0 = @
1318
 
@@ -1582,15 +1582,15 @@
1319
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1320
 
 AM_V_CC = $(am__v_CC_$(V))
1321
 
 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
1322
 
-am__v_CC_0 = @echo "  CC      " $@;
1323
 
+am__v_CC_0 = @echo "  CC    " $@;
1324
 
 CCLD = $(CC)
1325
 
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1326
 
 AM_V_CCLD = $(am__v_CCLD_$(V))
1327
 
 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
1328
 
-am__v_CCLD_0 = @echo "  CCLD    " $@;
1329
 
+am__v_CCLD_0 = @echo "  CCLD  " $@;
1330
 
 AM_V_GEN = $(am__v_GEN_$(V))
1331
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
1332
 
-am__v_GEN_0 = @echo "  GEN     " $@;
1333
 
+am__v_GEN_0 = @echo "  GEN   " $@;
1334
 
 SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \
1335
 
        test-alignof.c test-alloca-opt.c test-areadlink.c \
1336
 
        test-areadlink-with-size.c test-areadlinkat.c test-argmatch.c \
1337
 
@@ -1790,78 +1790,39 @@
1338
 
 am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
1339
 
 am__rst_section = sed 'p;s/./=/g;p;g'
1340
 
 # Put stdin (possibly several lines separated by ".  ") in a box.
1341
 
-# Prefix each line by 'col' and terminate each with 'std', for coloring.
1342
 
-# Multi line coloring is problematic with "less -R", so we really need
1343
 
-# to color each line individually.
1344
 
-am__text_box = $(AWK) '{                       \
1345
 
-  n = split($$0, lines, "\\.  "); max = 0;     \
1346
 
-  for (i = 1; i <= n; ++i)                     \
1347
 
-    if (max < length(lines[i]))                        \
1348
 
-      max = length(lines[i]);                  \
1349
 
-  for (i = 0; i < max; ++i)                    \
1350
 
-    line = line "=";                           \
1351
 
-  print col line std;                          \
1352
 
-  for (i = 1; i <= n; ++i)                     \
1353
 
-    if (lines[i])                              \
1354
 
-      print col lines[i] std;                  \
1355
 
-  print col line std;                          \
1356
 
+am__text_box = $(AWK) '{                               \
1357
 
+  n = split($$0, lines, "\\.  "); max = 0;             \
1358
 
+  for (i = 1; i <= n; ++i)                             \
1359
 
+    if (max < length(lines[i]))                                \
1360
 
+      max = length(lines[i]);                          \
1361
 
+  for (i = 0; i < max; ++i) line = line "=";           \
1362
 
+  print line;                                          \
1363
 
+  for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
1364
 
+  print line;                                          \
1365
 
 }'
1366
 
 # Solaris 10 'make', and several other traditional 'make' implementations,
1367
 
-# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
1368
 
+# pass "-e" to $(SHELL).  This contradicts POSIX.  Work around the problem
1369
 
 # by disabling -e (using the XSI extension "set +e") if it's set.
1370
 
 am__sh_e_setup = case $$- in *e*) set +e;; esac
1371
 
 # To be inserted before the command running the test.  Creates the
1372
 
 # directory for the log if needed.  Stores in $dir the directory
1373
 
-# containing $f, in $tst the test, in $log the log.  Executes the
1374
 
-# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
1375
 
-# passes TESTS_ENVIRONMENT.  Saves and restores TERM around uses of
1376
 
-# TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT, in case any of them
1377
 
-# unsets it.
1378
 
+# containing $f, in $tst the test, in $log the log, and passes
1379
 
+# TESTS_ENVIRONMENT.  Save and restore TERM around use of
1380
 
+# TESTS_ENVIRONMENT, in case that unsets it.
1381
 
 am__check_pre = \
1382
 
 $(am__sh_e_setup);                                     \
1383
 
 $(am__vpath_adj_setup) $(am__vpath_adj)                        \
1384
 
 srcdir=$(srcdir); export srcdir;                       \
1385
 
 rm -f $@-t;                                            \
1386
 
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
1387
 
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;      \
1388
 
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
1389
 
+trap 'st=$$?; rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st' \
1390
 
+  1 2 13 15;                                           \
1391
 
 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;           \
1392
 
 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;        \
1393
 
 if test -f "./$$f"; then dir=./;                       \
1394
 
 elif test -f "$$f"; then dir=;                         \
1395
 
 else dir="$(srcdir)/"; fi;                             \
1396
 
 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;           \
1397
 
-$(AM_TESTS_ENVIRONMENT)                                        \
1398
 
 $(TESTS_ENVIRONMENT)
1399
 
-# To be appended to the command running the test.  Handle the stdout
1400
 
-# and stderr redirection, and catch the exit status.
1401
 
-am__check_post = \
1402
 
->$@-t 2>&1;                                            \
1403
 
-estatus=$$?;                                           \
1404
 
-if test -n '$(DISABLE_HARD_ERRORS)'                    \
1405
 
-   && test $$estatus -eq 99; then                      \
1406
 
-  estatus=1;                                           \
1407
 
-fi;                                                    \
1408
 
-TERM=$$__SAVED_TERM; export TERM;                      \
1409
 
-$(am__tty_colors);                                     \
1410
 
-xfailed=PASS;                                          \
1411
 
-case " $(XFAIL_TESTS) " in                             \
1412
 
-  *[\ \        ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
1413
 
-    xfailed=XFAIL;;                                    \
1414
 
-esac;                                                  \
1415
 
-case $$estatus.$$xfailed in                            \
1416
 
-    0.XFAIL) col=$$red; res=XPASS;;                    \
1417
 
-    0.*)     col=$$grn; res=PASS ;;                    \
1418
 
-    77.*)    col=$$blu; res=SKIP ;;                    \
1419
 
-    99.*)    col=$$red; res=FAIL ;;                    \
1420
 
-    *.XFAIL) col=$$lgn; res=XFAIL;;                    \
1421
 
-    *.*)     col=$$red; res=FAIL ;;                    \
1422
 
-esac;                                                  \
1423
 
-echo "$${col}$$res$${std}: $$f";                       \
1424
 
-echo "$$res: $$f (exit: $$estatus)" |                  \
1425
 
-  $(am__rst_section) >$@;                              \
1426
 
-cat $@-t >>$@;                                         \
1427
 
-rm -f $@-t
1428
 
 RECHECK_LOGS = $(TEST_LOGS)
1429
 
 TEST_SUITE_LOG = test-suite.log
1430
 
 TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
1431
 
@@ -3325,7 +3286,7 @@
1432
 
        @: > glthread/$(DEPDIR)/$(am__dirstamp)
1433
 
 glthread/thread.$(OBJEXT): glthread/$(am__dirstamp) \
1434
 
        glthread/$(DEPDIR)/$(am__dirstamp)
1435
 
-libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) $(EXTRA_libtests_a_DEPENDENCIES) 
1436
 
+libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) 
1437
 
        $(AM_V_at)-rm -f libtests.a
1438
 
        $(AM_V_AR)$(libtests_a_AR) libtests.a $(libtests_a_OBJECTS) $(libtests_a_LIBADD)
1439
 
        $(AM_V_at)$(RANLIB) libtests.a
1440
 
@@ -3335,613 +3296,613 @@
1441
 
 
1442
 
 clean-noinstPROGRAMS:
1443
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1444
 
-test-alignof$(EXEEXT): $(test_alignof_OBJECTS) $(test_alignof_DEPENDENCIES) $(EXTRA_test_alignof_DEPENDENCIES) 
1445
 
+test-alignof$(EXEEXT): $(test_alignof_OBJECTS) $(test_alignof_DEPENDENCIES) 
1446
 
        @rm -f test-alignof$(EXEEXT)
1447
 
        $(AM_V_CCLD)$(LINK) $(test_alignof_OBJECTS) $(test_alignof_LDADD) $(LIBS)
1448
 
-test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES) $(EXTRA_test_alloca_opt_DEPENDENCIES) 
1449
 
+test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES) 
1450
 
        @rm -f test-alloca-opt$(EXEEXT)
1451
 
        $(AM_V_CCLD)$(LINK) $(test_alloca_opt_OBJECTS) $(test_alloca_opt_LDADD) $(LIBS)
1452
 
-test-areadlink$(EXEEXT): $(test_areadlink_OBJECTS) $(test_areadlink_DEPENDENCIES) $(EXTRA_test_areadlink_DEPENDENCIES) 
1453
 
+test-areadlink$(EXEEXT): $(test_areadlink_OBJECTS) $(test_areadlink_DEPENDENCIES) 
1454
 
        @rm -f test-areadlink$(EXEEXT)
1455
 
        $(AM_V_CCLD)$(LINK) $(test_areadlink_OBJECTS) $(test_areadlink_LDADD) $(LIBS)
1456
 
-test-areadlink-with-size$(EXEEXT): $(test_areadlink_with_size_OBJECTS) $(test_areadlink_with_size_DEPENDENCIES) $(EXTRA_test_areadlink_with_size_DEPENDENCIES) 
1457
 
+test-areadlink-with-size$(EXEEXT): $(test_areadlink_with_size_OBJECTS) $(test_areadlink_with_size_DEPENDENCIES) 
1458
 
        @rm -f test-areadlink-with-size$(EXEEXT)
1459
 
        $(AM_V_CCLD)$(LINK) $(test_areadlink_with_size_OBJECTS) $(test_areadlink_with_size_LDADD) $(LIBS)
1460
 
-test-areadlinkat$(EXEEXT): $(test_areadlinkat_OBJECTS) $(test_areadlinkat_DEPENDENCIES) $(EXTRA_test_areadlinkat_DEPENDENCIES) 
1461
 
+test-areadlinkat$(EXEEXT): $(test_areadlinkat_OBJECTS) $(test_areadlinkat_DEPENDENCIES) 
1462
 
        @rm -f test-areadlinkat$(EXEEXT)
1463
 
        $(AM_V_CCLD)$(LINK) $(test_areadlinkat_OBJECTS) $(test_areadlinkat_LDADD) $(LIBS)
1464
 
-test-argmatch$(EXEEXT): $(test_argmatch_OBJECTS) $(test_argmatch_DEPENDENCIES) $(EXTRA_test_argmatch_DEPENDENCIES) 
1465
 
+test-argmatch$(EXEEXT): $(test_argmatch_OBJECTS) $(test_argmatch_DEPENDENCIES) 
1466
 
        @rm -f test-argmatch$(EXEEXT)
1467
 
        $(AM_V_CCLD)$(LINK) $(test_argmatch_OBJECTS) $(test_argmatch_LDADD) $(LIBS)
1468
 
-test-argv-iter$(EXEEXT): $(test_argv_iter_OBJECTS) $(test_argv_iter_DEPENDENCIES) $(EXTRA_test_argv_iter_DEPENDENCIES) 
1469
 
+test-argv-iter$(EXEEXT): $(test_argv_iter_OBJECTS) $(test_argv_iter_DEPENDENCIES) 
1470
 
        @rm -f test-argv-iter$(EXEEXT)
1471
 
        $(AM_V_CCLD)$(LINK) $(test_argv_iter_OBJECTS) $(test_argv_iter_LDADD) $(LIBS)
1472
 
-test-arpa_inet$(EXEEXT): $(test_arpa_inet_OBJECTS) $(test_arpa_inet_DEPENDENCIES) $(EXTRA_test_arpa_inet_DEPENDENCIES) 
1473
 
+test-arpa_inet$(EXEEXT): $(test_arpa_inet_OBJECTS) $(test_arpa_inet_DEPENDENCIES) 
1474
 
        @rm -f test-arpa_inet$(EXEEXT)
1475
 
        $(AM_V_CCLD)$(LINK) $(test_arpa_inet_OBJECTS) $(test_arpa_inet_LDADD) $(LIBS)
1476
 
-test-base64$(EXEEXT): $(test_base64_OBJECTS) $(test_base64_DEPENDENCIES) $(EXTRA_test_base64_DEPENDENCIES) 
1477
 
+test-base64$(EXEEXT): $(test_base64_OBJECTS) $(test_base64_DEPENDENCIES) 
1478
 
        @rm -f test-base64$(EXEEXT)
1479
 
        $(AM_V_CCLD)$(LINK) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS)
1480
 
-test-binary-io$(EXEEXT): $(test_binary_io_OBJECTS) $(test_binary_io_DEPENDENCIES) $(EXTRA_test_binary_io_DEPENDENCIES) 
1481
 
+test-binary-io$(EXEEXT): $(test_binary_io_OBJECTS) $(test_binary_io_DEPENDENCIES) 
1482
 
        @rm -f test-binary-io$(EXEEXT)
1483
 
        $(AM_V_CCLD)$(LINK) $(test_binary_io_OBJECTS) $(test_binary_io_LDADD) $(LIBS)
1484
 
-test-bitrotate$(EXEEXT): $(test_bitrotate_OBJECTS) $(test_bitrotate_DEPENDENCIES) $(EXTRA_test_bitrotate_DEPENDENCIES) 
1485
 
+test-bitrotate$(EXEEXT): $(test_bitrotate_OBJECTS) $(test_bitrotate_DEPENDENCIES) 
1486
 
        @rm -f test-bitrotate$(EXEEXT)
1487
 
        $(AM_V_CCLD)$(LINK) $(test_bitrotate_OBJECTS) $(test_bitrotate_LDADD) $(LIBS)
1488
 
-test-btowc$(EXEEXT): $(test_btowc_OBJECTS) $(test_btowc_DEPENDENCIES) $(EXTRA_test_btowc_DEPENDENCIES) 
1489
 
+test-btowc$(EXEEXT): $(test_btowc_OBJECTS) $(test_btowc_DEPENDENCIES) 
1490
 
        @rm -f test-btowc$(EXEEXT)
1491
 
        $(AM_V_CCLD)$(LINK) $(test_btowc_OBJECTS) $(test_btowc_LDADD) $(LIBS)
1492
 
-test-c-ctype$(EXEEXT): $(test_c_ctype_OBJECTS) $(test_c_ctype_DEPENDENCIES) $(EXTRA_test_c_ctype_DEPENDENCIES) 
1493
 
+test-c-ctype$(EXEEXT): $(test_c_ctype_OBJECTS) $(test_c_ctype_DEPENDENCIES) 
1494
 
        @rm -f test-c-ctype$(EXEEXT)
1495
 
        $(AM_V_CCLD)$(LINK) $(test_c_ctype_OBJECTS) $(test_c_ctype_LDADD) $(LIBS)
1496
 
-test-c-strcasecmp$(EXEEXT): $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_DEPENDENCIES) $(EXTRA_test_c_strcasecmp_DEPENDENCIES) 
1497
 
+test-c-strcasecmp$(EXEEXT): $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_DEPENDENCIES) 
1498
 
        @rm -f test-c-strcasecmp$(EXEEXT)
1499
 
        $(AM_V_CCLD)$(LINK) $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_LDADD) $(LIBS)
1500
 
-test-c-strncasecmp$(EXEEXT): $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_DEPENDENCIES) $(EXTRA_test_c_strncasecmp_DEPENDENCIES) 
1501
 
+test-c-strncasecmp$(EXEEXT): $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_DEPENDENCIES) 
1502
 
        @rm -f test-c-strncasecmp$(EXEEXT)
1503
 
        $(AM_V_CCLD)$(LINK) $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_LDADD) $(LIBS)
1504
 
-test-calloc-gnu$(EXEEXT): $(test_calloc_gnu_OBJECTS) $(test_calloc_gnu_DEPENDENCIES) $(EXTRA_test_calloc_gnu_DEPENDENCIES) 
1505
 
+test-calloc-gnu$(EXEEXT): $(test_calloc_gnu_OBJECTS) $(test_calloc_gnu_DEPENDENCIES) 
1506
 
        @rm -f test-calloc-gnu$(EXEEXT)
1507
 
        $(AM_V_CCLD)$(LINK) $(test_calloc_gnu_OBJECTS) $(test_calloc_gnu_LDADD) $(LIBS)
1508
 
-test-canonicalize$(EXEEXT): $(test_canonicalize_OBJECTS) $(test_canonicalize_DEPENDENCIES) $(EXTRA_test_canonicalize_DEPENDENCIES) 
1509
 
+test-canonicalize$(EXEEXT): $(test_canonicalize_OBJECTS) $(test_canonicalize_DEPENDENCIES) 
1510
 
        @rm -f test-canonicalize$(EXEEXT)
1511
 
        $(AM_V_CCLD)$(LINK) $(test_canonicalize_OBJECTS) $(test_canonicalize_LDADD) $(LIBS)
1512
 
-test-chown$(EXEEXT): $(test_chown_OBJECTS) $(test_chown_DEPENDENCIES) $(EXTRA_test_chown_DEPENDENCIES) 
1513
 
+test-chown$(EXEEXT): $(test_chown_OBJECTS) $(test_chown_DEPENDENCIES) 
1514
 
        @rm -f test-chown$(EXEEXT)
1515
 
        $(AM_V_CCLD)$(LINK) $(test_chown_OBJECTS) $(test_chown_LDADD) $(LIBS)
1516
 
-test-cloexec$(EXEEXT): $(test_cloexec_OBJECTS) $(test_cloexec_DEPENDENCIES) $(EXTRA_test_cloexec_DEPENDENCIES) 
1517
 
+test-cloexec$(EXEEXT): $(test_cloexec_OBJECTS) $(test_cloexec_DEPENDENCIES) 
1518
 
        @rm -f test-cloexec$(EXEEXT)
1519
 
        $(AM_V_CCLD)$(LINK) $(test_cloexec_OBJECTS) $(test_cloexec_LDADD) $(LIBS)
1520
 
-test-closein$(EXEEXT): $(test_closein_OBJECTS) $(test_closein_DEPENDENCIES) $(EXTRA_test_closein_DEPENDENCIES) 
1521
 
+test-closein$(EXEEXT): $(test_closein_OBJECTS) $(test_closein_DEPENDENCIES) 
1522
 
        @rm -f test-closein$(EXEEXT)
1523
 
        $(AM_V_CCLD)$(LINK) $(test_closein_OBJECTS) $(test_closein_LDADD) $(LIBS)
1524
 
-test-copy-acl$(EXEEXT): $(test_copy_acl_OBJECTS) $(test_copy_acl_DEPENDENCIES) $(EXTRA_test_copy_acl_DEPENDENCIES) 
1525
 
+test-copy-acl$(EXEEXT): $(test_copy_acl_OBJECTS) $(test_copy_acl_DEPENDENCIES) 
1526
 
        @rm -f test-copy-acl$(EXEEXT)
1527
 
        $(AM_V_CCLD)$(LINK) $(test_copy_acl_OBJECTS) $(test_copy_acl_LDADD) $(LIBS)
1528
 
-test-ctype$(EXEEXT): $(test_ctype_OBJECTS) $(test_ctype_DEPENDENCIES) $(EXTRA_test_ctype_DEPENDENCIES) 
1529
 
+test-ctype$(EXEEXT): $(test_ctype_OBJECTS) $(test_ctype_DEPENDENCIES) 
1530
 
        @rm -f test-ctype$(EXEEXT)
1531
 
        $(AM_V_CCLD)$(LINK) $(test_ctype_OBJECTS) $(test_ctype_LDADD) $(LIBS)
1532
 
-test-di-set$(EXEEXT): $(test_di_set_OBJECTS) $(test_di_set_DEPENDENCIES) $(EXTRA_test_di_set_DEPENDENCIES) 
1533
 
+test-di-set$(EXEEXT): $(test_di_set_OBJECTS) $(test_di_set_DEPENDENCIES) 
1534
 
        @rm -f test-di-set$(EXEEXT)
1535
 
        $(AM_V_CCLD)$(LINK) $(test_di_set_OBJECTS) $(test_di_set_LDADD) $(LIBS)
1536
 
-test-dirent$(EXEEXT): $(test_dirent_OBJECTS) $(test_dirent_DEPENDENCIES) $(EXTRA_test_dirent_DEPENDENCIES) 
1537
 
+test-dirent$(EXEEXT): $(test_dirent_OBJECTS) $(test_dirent_DEPENDENCIES) 
1538
 
        @rm -f test-dirent$(EXEEXT)
1539
 
        $(AM_V_CCLD)$(LINK) $(test_dirent_OBJECTS) $(test_dirent_LDADD) $(LIBS)
1540
 
-test-dirent-safer$(EXEEXT): $(test_dirent_safer_OBJECTS) $(test_dirent_safer_DEPENDENCIES) $(EXTRA_test_dirent_safer_DEPENDENCIES) 
1541
 
+test-dirent-safer$(EXEEXT): $(test_dirent_safer_OBJECTS) $(test_dirent_safer_DEPENDENCIES) 
1542
 
        @rm -f test-dirent-safer$(EXEEXT)
1543
 
        $(AM_V_CCLD)$(LINK) $(test_dirent_safer_OBJECTS) $(test_dirent_safer_LDADD) $(LIBS)
1544
 
-test-dirname$(EXEEXT): $(test_dirname_OBJECTS) $(test_dirname_DEPENDENCIES) $(EXTRA_test_dirname_DEPENDENCIES) 
1545
 
+test-dirname$(EXEEXT): $(test_dirname_OBJECTS) $(test_dirname_DEPENDENCIES) 
1546
 
        @rm -f test-dirname$(EXEEXT)
1547
 
        $(AM_V_CCLD)$(LINK) $(test_dirname_OBJECTS) $(test_dirname_LDADD) $(LIBS)
1548
 
-test-dup-safer$(EXEEXT): $(test_dup_safer_OBJECTS) $(test_dup_safer_DEPENDENCIES) $(EXTRA_test_dup_safer_DEPENDENCIES) 
1549
 
+test-dup-safer$(EXEEXT): $(test_dup_safer_OBJECTS) $(test_dup_safer_DEPENDENCIES) 
1550
 
        @rm -f test-dup-safer$(EXEEXT)
1551
 
        $(AM_V_CCLD)$(LINK) $(test_dup_safer_OBJECTS) $(test_dup_safer_LDADD) $(LIBS)
1552
 
-test-dup2$(EXEEXT): $(test_dup2_OBJECTS) $(test_dup2_DEPENDENCIES) $(EXTRA_test_dup2_DEPENDENCIES) 
1553
 
+test-dup2$(EXEEXT): $(test_dup2_OBJECTS) $(test_dup2_DEPENDENCIES) 
1554
 
        @rm -f test-dup2$(EXEEXT)
1555
 
        $(AM_V_CCLD)$(LINK) $(test_dup2_OBJECTS) $(test_dup2_LDADD) $(LIBS)
1556
 
-test-environ$(EXEEXT): $(test_environ_OBJECTS) $(test_environ_DEPENDENCIES) $(EXTRA_test_environ_DEPENDENCIES) 
1557
 
+test-environ$(EXEEXT): $(test_environ_OBJECTS) $(test_environ_DEPENDENCIES) 
1558
 
        @rm -f test-environ$(EXEEXT)
1559
 
        $(AM_V_CCLD)$(LINK) $(test_environ_OBJECTS) $(test_environ_LDADD) $(LIBS)
1560
 
-test-errno$(EXEEXT): $(test_errno_OBJECTS) $(test_errno_DEPENDENCIES) $(EXTRA_test_errno_DEPENDENCIES) 
1561
 
+test-errno$(EXEEXT): $(test_errno_OBJECTS) $(test_errno_DEPENDENCIES) 
1562
 
        @rm -f test-errno$(EXEEXT)
1563
 
        $(AM_V_CCLD)$(LINK) $(test_errno_OBJECTS) $(test_errno_LDADD) $(LIBS)
1564
 
-test-exclude$(EXEEXT): $(test_exclude_OBJECTS) $(test_exclude_DEPENDENCIES) $(EXTRA_test_exclude_DEPENDENCIES) 
1565
 
+test-exclude$(EXEEXT): $(test_exclude_OBJECTS) $(test_exclude_DEPENDENCIES) 
1566
 
        @rm -f test-exclude$(EXEEXT)
1567
 
        $(AM_V_CCLD)$(LINK) $(test_exclude_OBJECTS) $(test_exclude_LDADD) $(LIBS)
1568
 
-test-fadvise$(EXEEXT): $(test_fadvise_OBJECTS) $(test_fadvise_DEPENDENCIES) $(EXTRA_test_fadvise_DEPENDENCIES) 
1569
 
+test-fadvise$(EXEEXT): $(test_fadvise_OBJECTS) $(test_fadvise_DEPENDENCIES) 
1570
 
        @rm -f test-fadvise$(EXEEXT)
1571
 
        $(AM_V_CCLD)$(LINK) $(test_fadvise_OBJECTS) $(test_fadvise_LDADD) $(LIBS)
1572
 
-test-fchdir$(EXEEXT): $(test_fchdir_OBJECTS) $(test_fchdir_DEPENDENCIES) $(EXTRA_test_fchdir_DEPENDENCIES) 
1573
 
+test-fchdir$(EXEEXT): $(test_fchdir_OBJECTS) $(test_fchdir_DEPENDENCIES) 
1574
 
        @rm -f test-fchdir$(EXEEXT)
1575
 
        $(AM_V_CCLD)$(LINK) $(test_fchdir_OBJECTS) $(test_fchdir_LDADD) $(LIBS)
1576
 
-test-fchownat$(EXEEXT): $(test_fchownat_OBJECTS) $(test_fchownat_DEPENDENCIES) $(EXTRA_test_fchownat_DEPENDENCIES) 
1577
 
+test-fchownat$(EXEEXT): $(test_fchownat_OBJECTS) $(test_fchownat_DEPENDENCIES) 
1578
 
        @rm -f test-fchownat$(EXEEXT)
1579
 
        $(AM_V_CCLD)$(LINK) $(test_fchownat_OBJECTS) $(test_fchownat_LDADD) $(LIBS)
1580
 
-test-fclose$(EXEEXT): $(test_fclose_OBJECTS) $(test_fclose_DEPENDENCIES) $(EXTRA_test_fclose_DEPENDENCIES) 
1581
 
+test-fclose$(EXEEXT): $(test_fclose_OBJECTS) $(test_fclose_DEPENDENCIES) 
1582
 
        @rm -f test-fclose$(EXEEXT)
1583
 
        $(AM_V_CCLD)$(LINK) $(test_fclose_OBJECTS) $(test_fclose_LDADD) $(LIBS)
1584
 
-test-fcntl$(EXEEXT): $(test_fcntl_OBJECTS) $(test_fcntl_DEPENDENCIES) $(EXTRA_test_fcntl_DEPENDENCIES) 
1585
 
+test-fcntl$(EXEEXT): $(test_fcntl_OBJECTS) $(test_fcntl_DEPENDENCIES) 
1586
 
        @rm -f test-fcntl$(EXEEXT)
1587
 
        $(AM_V_CCLD)$(LINK) $(test_fcntl_OBJECTS) $(test_fcntl_LDADD) $(LIBS)
1588
 
-test-fcntl-h$(EXEEXT): $(test_fcntl_h_OBJECTS) $(test_fcntl_h_DEPENDENCIES) $(EXTRA_test_fcntl_h_DEPENDENCIES) 
1589
 
+test-fcntl-h$(EXEEXT): $(test_fcntl_h_OBJECTS) $(test_fcntl_h_DEPENDENCIES) 
1590
 
        @rm -f test-fcntl-h$(EXEEXT)
1591
 
        $(AM_V_CCLD)$(LINK) $(test_fcntl_h_OBJECTS) $(test_fcntl_h_LDADD) $(LIBS)
1592
 
-test-fcntl-safer$(EXEEXT): $(test_fcntl_safer_OBJECTS) $(test_fcntl_safer_DEPENDENCIES) $(EXTRA_test_fcntl_safer_DEPENDENCIES) 
1593
 
+test-fcntl-safer$(EXEEXT): $(test_fcntl_safer_OBJECTS) $(test_fcntl_safer_DEPENDENCIES) 
1594
 
        @rm -f test-fcntl-safer$(EXEEXT)
1595
 
        $(AM_V_CCLD)$(LINK) $(test_fcntl_safer_OBJECTS) $(test_fcntl_safer_LDADD) $(LIBS)
1596
 
-test-fdopendir$(EXEEXT): $(test_fdopendir_OBJECTS) $(test_fdopendir_DEPENDENCIES) $(EXTRA_test_fdopendir_DEPENDENCIES) 
1597
 
+test-fdopendir$(EXEEXT): $(test_fdopendir_OBJECTS) $(test_fdopendir_DEPENDENCIES) 
1598
 
        @rm -f test-fdopendir$(EXEEXT)
1599
 
        $(AM_V_CCLD)$(LINK) $(test_fdopendir_OBJECTS) $(test_fdopendir_LDADD) $(LIBS)
1600
 
-test-fdutimensat$(EXEEXT): $(test_fdutimensat_OBJECTS) $(test_fdutimensat_DEPENDENCIES) $(EXTRA_test_fdutimensat_DEPENDENCIES) 
1601
 
+test-fdutimensat$(EXEEXT): $(test_fdutimensat_OBJECTS) $(test_fdutimensat_DEPENDENCIES) 
1602
 
        @rm -f test-fdutimensat$(EXEEXT)
1603
 
        $(AM_V_CCLD)$(LINK) $(test_fdutimensat_OBJECTS) $(test_fdutimensat_LDADD) $(LIBS)
1604
 
-test-fflush$(EXEEXT): $(test_fflush_OBJECTS) $(test_fflush_DEPENDENCIES) $(EXTRA_test_fflush_DEPENDENCIES) 
1605
 
+test-fflush$(EXEEXT): $(test_fflush_OBJECTS) $(test_fflush_DEPENDENCIES) 
1606
 
        @rm -f test-fflush$(EXEEXT)
1607
 
        $(AM_V_CCLD)$(LINK) $(test_fflush_OBJECTS) $(test_fflush_LDADD) $(LIBS)
1608
 
-test-fflush2$(EXEEXT): $(test_fflush2_OBJECTS) $(test_fflush2_DEPENDENCIES) $(EXTRA_test_fflush2_DEPENDENCIES) 
1609
 
+test-fflush2$(EXEEXT): $(test_fflush2_OBJECTS) $(test_fflush2_DEPENDENCIES) 
1610
 
        @rm -f test-fflush2$(EXEEXT)
1611
 
        $(AM_V_CCLD)$(LINK) $(test_fflush2_OBJECTS) $(test_fflush2_LDADD) $(LIBS)
1612
 
-test-file-has-acl$(EXEEXT): $(test_file_has_acl_OBJECTS) $(test_file_has_acl_DEPENDENCIES) $(EXTRA_test_file_has_acl_DEPENDENCIES) 
1613
 
+test-file-has-acl$(EXEEXT): $(test_file_has_acl_OBJECTS) $(test_file_has_acl_DEPENDENCIES) 
1614
 
        @rm -f test-file-has-acl$(EXEEXT)
1615
 
        $(AM_V_CCLD)$(LINK) $(test_file_has_acl_OBJECTS) $(test_file_has_acl_LDADD) $(LIBS)
1616
 
-test-filenamecat$(EXEEXT): $(test_filenamecat_OBJECTS) $(test_filenamecat_DEPENDENCIES) $(EXTRA_test_filenamecat_DEPENDENCIES) 
1617
 
+test-filenamecat$(EXEEXT): $(test_filenamecat_OBJECTS) $(test_filenamecat_DEPENDENCIES) 
1618
 
        @rm -f test-filenamecat$(EXEEXT)
1619
 
        $(AM_V_CCLD)$(LINK) $(test_filenamecat_OBJECTS) $(test_filenamecat_LDADD) $(LIBS)
1620
 
-test-filevercmp$(EXEEXT): $(test_filevercmp_OBJECTS) $(test_filevercmp_DEPENDENCIES) $(EXTRA_test_filevercmp_DEPENDENCIES) 
1621
 
+test-filevercmp$(EXEEXT): $(test_filevercmp_OBJECTS) $(test_filevercmp_DEPENDENCIES) 
1622
 
        @rm -f test-filevercmp$(EXEEXT)
1623
 
        $(AM_V_CCLD)$(LINK) $(test_filevercmp_OBJECTS) $(test_filevercmp_LDADD) $(LIBS)
1624
 
-test-float$(EXEEXT): $(test_float_OBJECTS) $(test_float_DEPENDENCIES) $(EXTRA_test_float_DEPENDENCIES) 
1625
 
+test-float$(EXEEXT): $(test_float_OBJECTS) $(test_float_DEPENDENCIES) 
1626
 
        @rm -f test-float$(EXEEXT)
1627
 
        $(AM_V_CCLD)$(LINK) $(test_float_OBJECTS) $(test_float_LDADD) $(LIBS)
1628
 
-test-fnmatch$(EXEEXT): $(test_fnmatch_OBJECTS) $(test_fnmatch_DEPENDENCIES) $(EXTRA_test_fnmatch_DEPENDENCIES) 
1629
 
+test-fnmatch$(EXEEXT): $(test_fnmatch_OBJECTS) $(test_fnmatch_DEPENDENCIES) 
1630
 
        @rm -f test-fnmatch$(EXEEXT)
1631
 
        $(AM_V_CCLD)$(LINK) $(test_fnmatch_OBJECTS) $(test_fnmatch_LDADD) $(LIBS)
1632
 
-test-fopen$(EXEEXT): $(test_fopen_OBJECTS) $(test_fopen_DEPENDENCIES) $(EXTRA_test_fopen_DEPENDENCIES) 
1633
 
+test-fopen$(EXEEXT): $(test_fopen_OBJECTS) $(test_fopen_DEPENDENCIES) 
1634
 
        @rm -f test-fopen$(EXEEXT)
1635
 
        $(AM_V_CCLD)$(LINK) $(test_fopen_OBJECTS) $(test_fopen_LDADD) $(LIBS)
1636
 
-test-fopen-safer$(EXEEXT): $(test_fopen_safer_OBJECTS) $(test_fopen_safer_DEPENDENCIES) $(EXTRA_test_fopen_safer_DEPENDENCIES) 
1637
 
+test-fopen-safer$(EXEEXT): $(test_fopen_safer_OBJECTS) $(test_fopen_safer_DEPENDENCIES) 
1638
 
        @rm -f test-fopen-safer$(EXEEXT)
1639
 
        $(AM_V_CCLD)$(LINK) $(test_fopen_safer_OBJECTS) $(test_fopen_safer_LDADD) $(LIBS)
1640
 
-test-fpending$(EXEEXT): $(test_fpending_OBJECTS) $(test_fpending_DEPENDENCIES) $(EXTRA_test_fpending_DEPENDENCIES) 
1641
 
+test-fpending$(EXEEXT): $(test_fpending_OBJECTS) $(test_fpending_DEPENDENCIES) 
1642
 
        @rm -f test-fpending$(EXEEXT)
1643
 
        $(AM_V_CCLD)$(LINK) $(test_fpending_OBJECTS) $(test_fpending_LDADD) $(LIBS)
1644
 
-test-fpurge$(EXEEXT): $(test_fpurge_OBJECTS) $(test_fpurge_DEPENDENCIES) $(EXTRA_test_fpurge_DEPENDENCIES) 
1645
 
+test-fpurge$(EXEEXT): $(test_fpurge_OBJECTS) $(test_fpurge_DEPENDENCIES) 
1646
 
        @rm -f test-fpurge$(EXEEXT)
1647
 
        $(AM_V_CCLD)$(LINK) $(test_fpurge_OBJECTS) $(test_fpurge_LDADD) $(LIBS)
1648
 
-test-freadahead$(EXEEXT): $(test_freadahead_OBJECTS) $(test_freadahead_DEPENDENCIES) $(EXTRA_test_freadahead_DEPENDENCIES) 
1649
 
+test-freadahead$(EXEEXT): $(test_freadahead_OBJECTS) $(test_freadahead_DEPENDENCIES) 
1650
 
        @rm -f test-freadahead$(EXEEXT)
1651
 
        $(AM_V_CCLD)$(LINK) $(test_freadahead_OBJECTS) $(test_freadahead_LDADD) $(LIBS)
1652
 
-test-freading$(EXEEXT): $(test_freading_OBJECTS) $(test_freading_DEPENDENCIES) $(EXTRA_test_freading_DEPENDENCIES) 
1653
 
+test-freading$(EXEEXT): $(test_freading_OBJECTS) $(test_freading_DEPENDENCIES) 
1654
 
        @rm -f test-freading$(EXEEXT)
1655
 
        $(AM_V_CCLD)$(LINK) $(test_freading_OBJECTS) $(test_freading_LDADD) $(LIBS)
1656
 
-test-freadptr$(EXEEXT): $(test_freadptr_OBJECTS) $(test_freadptr_DEPENDENCIES) $(EXTRA_test_freadptr_DEPENDENCIES) 
1657
 
+test-freadptr$(EXEEXT): $(test_freadptr_OBJECTS) $(test_freadptr_DEPENDENCIES) 
1658
 
        @rm -f test-freadptr$(EXEEXT)
1659
 
        $(AM_V_CCLD)$(LINK) $(test_freadptr_OBJECTS) $(test_freadptr_LDADD) $(LIBS)
1660
 
-test-freadptr2$(EXEEXT): $(test_freadptr2_OBJECTS) $(test_freadptr2_DEPENDENCIES) $(EXTRA_test_freadptr2_DEPENDENCIES) 
1661
 
+test-freadptr2$(EXEEXT): $(test_freadptr2_OBJECTS) $(test_freadptr2_DEPENDENCIES) 
1662
 
        @rm -f test-freadptr2$(EXEEXT)
1663
 
        $(AM_V_CCLD)$(LINK) $(test_freadptr2_OBJECTS) $(test_freadptr2_LDADD) $(LIBS)
1664
 
-test-freadseek$(EXEEXT): $(test_freadseek_OBJECTS) $(test_freadseek_DEPENDENCIES) $(EXTRA_test_freadseek_DEPENDENCIES) 
1665
 
+test-freadseek$(EXEEXT): $(test_freadseek_OBJECTS) $(test_freadseek_DEPENDENCIES) 
1666
 
        @rm -f test-freadseek$(EXEEXT)
1667
 
        $(AM_V_CCLD)$(LINK) $(test_freadseek_OBJECTS) $(test_freadseek_LDADD) $(LIBS)
1668
 
-test-freopen$(EXEEXT): $(test_freopen_OBJECTS) $(test_freopen_DEPENDENCIES) $(EXTRA_test_freopen_DEPENDENCIES) 
1669
 
+test-freopen$(EXEEXT): $(test_freopen_OBJECTS) $(test_freopen_DEPENDENCIES) 
1670
 
        @rm -f test-freopen$(EXEEXT)
1671
 
        $(AM_V_CCLD)$(LINK) $(test_freopen_OBJECTS) $(test_freopen_LDADD) $(LIBS)
1672
 
-test-freopen-safer$(EXEEXT): $(test_freopen_safer_OBJECTS) $(test_freopen_safer_DEPENDENCIES) $(EXTRA_test_freopen_safer_DEPENDENCIES) 
1673
 
+test-freopen-safer$(EXEEXT): $(test_freopen_safer_OBJECTS) $(test_freopen_safer_DEPENDENCIES) 
1674
 
        @rm -f test-freopen-safer$(EXEEXT)
1675
 
        $(AM_V_CCLD)$(LINK) $(test_freopen_safer_OBJECTS) $(test_freopen_safer_LDADD) $(LIBS)
1676
 
-test-frexp-nolibm$(EXEEXT): $(test_frexp_nolibm_OBJECTS) $(test_frexp_nolibm_DEPENDENCIES) $(EXTRA_test_frexp_nolibm_DEPENDENCIES) 
1677
 
+test-frexp-nolibm$(EXEEXT): $(test_frexp_nolibm_OBJECTS) $(test_frexp_nolibm_DEPENDENCIES) 
1678
 
        @rm -f test-frexp-nolibm$(EXEEXT)
1679
 
        $(AM_V_CCLD)$(LINK) $(test_frexp_nolibm_OBJECTS) $(test_frexp_nolibm_LDADD) $(LIBS)
1680
 
-test-frexpl-nolibm$(EXEEXT): $(test_frexpl_nolibm_OBJECTS) $(test_frexpl_nolibm_DEPENDENCIES) $(EXTRA_test_frexpl_nolibm_DEPENDENCIES) 
1681
 
+test-frexpl-nolibm$(EXEEXT): $(test_frexpl_nolibm_OBJECTS) $(test_frexpl_nolibm_DEPENDENCIES) 
1682
 
        @rm -f test-frexpl-nolibm$(EXEEXT)
1683
 
        $(AM_V_CCLD)$(LINK) $(test_frexpl_nolibm_OBJECTS) $(test_frexpl_nolibm_LDADD) $(LIBS)
1684
 
-test-fseek$(EXEEXT): $(test_fseek_OBJECTS) $(test_fseek_DEPENDENCIES) $(EXTRA_test_fseek_DEPENDENCIES) 
1685
 
+test-fseek$(EXEEXT): $(test_fseek_OBJECTS) $(test_fseek_DEPENDENCIES) 
1686
 
        @rm -f test-fseek$(EXEEXT)
1687
 
        $(AM_V_CCLD)$(LINK) $(test_fseek_OBJECTS) $(test_fseek_LDADD) $(LIBS)
1688
 
-test-fseeko$(EXEEXT): $(test_fseeko_OBJECTS) $(test_fseeko_DEPENDENCIES) $(EXTRA_test_fseeko_DEPENDENCIES) 
1689
 
+test-fseeko$(EXEEXT): $(test_fseeko_OBJECTS) $(test_fseeko_DEPENDENCIES) 
1690
 
        @rm -f test-fseeko$(EXEEXT)
1691
 
        $(AM_V_CCLD)$(LINK) $(test_fseeko_OBJECTS) $(test_fseeko_LDADD) $(LIBS)
1692
 
-test-fseeko3$(EXEEXT): $(test_fseeko3_OBJECTS) $(test_fseeko3_DEPENDENCIES) $(EXTRA_test_fseeko3_DEPENDENCIES) 
1693
 
+test-fseeko3$(EXEEXT): $(test_fseeko3_OBJECTS) $(test_fseeko3_DEPENDENCIES) 
1694
 
        @rm -f test-fseeko3$(EXEEXT)
1695
 
        $(AM_V_CCLD)$(LINK) $(test_fseeko3_OBJECTS) $(test_fseeko3_LDADD) $(LIBS)
1696
 
-test-fseterr$(EXEEXT): $(test_fseterr_OBJECTS) $(test_fseterr_DEPENDENCIES) $(EXTRA_test_fseterr_DEPENDENCIES) 
1697
 
+test-fseterr$(EXEEXT): $(test_fseterr_OBJECTS) $(test_fseterr_DEPENDENCIES) 
1698
 
        @rm -f test-fseterr$(EXEEXT)
1699
 
        $(AM_V_CCLD)$(LINK) $(test_fseterr_OBJECTS) $(test_fseterr_LDADD) $(LIBS)
1700
 
-test-fstatat$(EXEEXT): $(test_fstatat_OBJECTS) $(test_fstatat_DEPENDENCIES) $(EXTRA_test_fstatat_DEPENDENCIES) 
1701
 
+test-fstatat$(EXEEXT): $(test_fstatat_OBJECTS) $(test_fstatat_DEPENDENCIES) 
1702
 
        @rm -f test-fstatat$(EXEEXT)
1703
 
        $(AM_V_CCLD)$(LINK) $(test_fstatat_OBJECTS) $(test_fstatat_LDADD) $(LIBS)
1704
 
-test-fsync$(EXEEXT): $(test_fsync_OBJECTS) $(test_fsync_DEPENDENCIES) $(EXTRA_test_fsync_DEPENDENCIES) 
1705
 
+test-fsync$(EXEEXT): $(test_fsync_OBJECTS) $(test_fsync_DEPENDENCIES) 
1706
 
        @rm -f test-fsync$(EXEEXT)
1707
 
        $(AM_V_CCLD)$(LINK) $(test_fsync_OBJECTS) $(test_fsync_LDADD) $(LIBS)
1708
 
-test-ftell$(EXEEXT): $(test_ftell_OBJECTS) $(test_ftell_DEPENDENCIES) $(EXTRA_test_ftell_DEPENDENCIES) 
1709
 
+test-ftell$(EXEEXT): $(test_ftell_OBJECTS) $(test_ftell_DEPENDENCIES) 
1710
 
        @rm -f test-ftell$(EXEEXT)
1711
 
        $(AM_V_CCLD)$(LINK) $(test_ftell_OBJECTS) $(test_ftell_LDADD) $(LIBS)
1712
 
-test-ftell3$(EXEEXT): $(test_ftell3_OBJECTS) $(test_ftell3_DEPENDENCIES) $(EXTRA_test_ftell3_DEPENDENCIES) 
1713
 
+test-ftell3$(EXEEXT): $(test_ftell3_OBJECTS) $(test_ftell3_DEPENDENCIES) 
1714
 
        @rm -f test-ftell3$(EXEEXT)
1715
 
        $(AM_V_CCLD)$(LINK) $(test_ftell3_OBJECTS) $(test_ftell3_LDADD) $(LIBS)
1716
 
-test-ftello$(EXEEXT): $(test_ftello_OBJECTS) $(test_ftello_DEPENDENCIES) $(EXTRA_test_ftello_DEPENDENCIES) 
1717
 
+test-ftello$(EXEEXT): $(test_ftello_OBJECTS) $(test_ftello_DEPENDENCIES) 
1718
 
        @rm -f test-ftello$(EXEEXT)
1719
 
        $(AM_V_CCLD)$(LINK) $(test_ftello_OBJECTS) $(test_ftello_LDADD) $(LIBS)
1720
 
-test-ftello3$(EXEEXT): $(test_ftello3_OBJECTS) $(test_ftello3_DEPENDENCIES) $(EXTRA_test_ftello3_DEPENDENCIES) 
1721
 
+test-ftello3$(EXEEXT): $(test_ftello3_OBJECTS) $(test_ftello3_DEPENDENCIES) 
1722
 
        @rm -f test-ftello3$(EXEEXT)
1723
 
        $(AM_V_CCLD)$(LINK) $(test_ftello3_OBJECTS) $(test_ftello3_LDADD) $(LIBS)
1724
 
-test-futimens$(EXEEXT): $(test_futimens_OBJECTS) $(test_futimens_DEPENDENCIES) $(EXTRA_test_futimens_DEPENDENCIES) 
1725
 
+test-futimens$(EXEEXT): $(test_futimens_OBJECTS) $(test_futimens_DEPENDENCIES) 
1726
 
        @rm -f test-futimens$(EXEEXT)
1727
 
        $(AM_V_CCLD)$(LINK) $(test_futimens_OBJECTS) $(test_futimens_LDADD) $(LIBS)
1728
 
-test-getaddrinfo$(EXEEXT): $(test_getaddrinfo_OBJECTS) $(test_getaddrinfo_DEPENDENCIES) $(EXTRA_test_getaddrinfo_DEPENDENCIES) 
1729
 
+test-getaddrinfo$(EXEEXT): $(test_getaddrinfo_OBJECTS) $(test_getaddrinfo_DEPENDENCIES) 
1730
 
        @rm -f test-getaddrinfo$(EXEEXT)
1731
 
        $(AM_V_CCLD)$(LINK) $(test_getaddrinfo_OBJECTS) $(test_getaddrinfo_LDADD) $(LIBS)
1732
 
-test-getcwd$(EXEEXT): $(test_getcwd_OBJECTS) $(test_getcwd_DEPENDENCIES) $(EXTRA_test_getcwd_DEPENDENCIES) 
1733
 
+test-getcwd$(EXEEXT): $(test_getcwd_OBJECTS) $(test_getcwd_DEPENDENCIES) 
1734
 
        @rm -f test-getcwd$(EXEEXT)
1735
 
        $(AM_V_CCLD)$(LINK) $(test_getcwd_OBJECTS) $(test_getcwd_LDADD) $(LIBS)
1736
 
-test-getcwd-lgpl$(EXEEXT): $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_DEPENDENCIES) $(EXTRA_test_getcwd_lgpl_DEPENDENCIES) 
1737
 
+test-getcwd-lgpl$(EXEEXT): $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_DEPENDENCIES) 
1738
 
        @rm -f test-getcwd-lgpl$(EXEEXT)
1739
 
        $(AM_V_CCLD)$(LINK) $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_LDADD) $(LIBS)
1740
 
-test-getdelim$(EXEEXT): $(test_getdelim_OBJECTS) $(test_getdelim_DEPENDENCIES) $(EXTRA_test_getdelim_DEPENDENCIES) 
1741
 
+test-getdelim$(EXEEXT): $(test_getdelim_OBJECTS) $(test_getdelim_DEPENDENCIES) 
1742
 
        @rm -f test-getdelim$(EXEEXT)
1743
 
        $(AM_V_CCLD)$(LINK) $(test_getdelim_OBJECTS) $(test_getdelim_LDADD) $(LIBS)
1744
 
-test-getdtablesize$(EXEEXT): $(test_getdtablesize_OBJECTS) $(test_getdtablesize_DEPENDENCIES) $(EXTRA_test_getdtablesize_DEPENDENCIES) 
1745
 
+test-getdtablesize$(EXEEXT): $(test_getdtablesize_OBJECTS) $(test_getdtablesize_DEPENDENCIES) 
1746
 
        @rm -f test-getdtablesize$(EXEEXT)
1747
 
        $(AM_V_CCLD)$(LINK) $(test_getdtablesize_OBJECTS) $(test_getdtablesize_LDADD) $(LIBS)
1748
 
-test-getgroups$(EXEEXT): $(test_getgroups_OBJECTS) $(test_getgroups_DEPENDENCIES) $(EXTRA_test_getgroups_DEPENDENCIES) 
1749
 
+test-getgroups$(EXEEXT): $(test_getgroups_OBJECTS) $(test_getgroups_DEPENDENCIES) 
1750
 
        @rm -f test-getgroups$(EXEEXT)
1751
 
        $(AM_V_CCLD)$(LINK) $(test_getgroups_OBJECTS) $(test_getgroups_LDADD) $(LIBS)
1752
 
-test-gethostname$(EXEEXT): $(test_gethostname_OBJECTS) $(test_gethostname_DEPENDENCIES) $(EXTRA_test_gethostname_DEPENDENCIES) 
1753
 
+test-gethostname$(EXEEXT): $(test_gethostname_OBJECTS) $(test_gethostname_DEPENDENCIES) 
1754
 
        @rm -f test-gethostname$(EXEEXT)
1755
 
        $(AM_V_CCLD)$(LINK) $(test_gethostname_OBJECTS) $(test_gethostname_LDADD) $(LIBS)
1756
 
-test-getline$(EXEEXT): $(test_getline_OBJECTS) $(test_getline_DEPENDENCIES) $(EXTRA_test_getline_DEPENDENCIES) 
1757
 
+test-getline$(EXEEXT): $(test_getline_OBJECTS) $(test_getline_DEPENDENCIES) 
1758
 
        @rm -f test-getline$(EXEEXT)
1759
 
        $(AM_V_CCLD)$(LINK) $(test_getline_OBJECTS) $(test_getline_LDADD) $(LIBS)
1760
 
-test-getloadavg$(EXEEXT): $(test_getloadavg_OBJECTS) $(test_getloadavg_DEPENDENCIES) $(EXTRA_test_getloadavg_DEPENDENCIES) 
1761
 
+test-getloadavg$(EXEEXT): $(test_getloadavg_OBJECTS) $(test_getloadavg_DEPENDENCIES) 
1762
 
        @rm -f test-getloadavg$(EXEEXT)
1763
 
        $(AM_V_CCLD)$(LINK) $(test_getloadavg_OBJECTS) $(test_getloadavg_LDADD) $(LIBS)
1764
 
-test-getndelim2$(EXEEXT): $(test_getndelim2_OBJECTS) $(test_getndelim2_DEPENDENCIES) $(EXTRA_test_getndelim2_DEPENDENCIES) 
1765
 
+test-getndelim2$(EXEEXT): $(test_getndelim2_OBJECTS) $(test_getndelim2_DEPENDENCIES) 
1766
 
        @rm -f test-getndelim2$(EXEEXT)
1767
 
        $(AM_V_CCLD)$(LINK) $(test_getndelim2_OBJECTS) $(test_getndelim2_LDADD) $(LIBS)
1768
 
-test-getopt$(EXEEXT): $(test_getopt_OBJECTS) $(test_getopt_DEPENDENCIES) $(EXTRA_test_getopt_DEPENDENCIES) 
1769
 
+test-getopt$(EXEEXT): $(test_getopt_OBJECTS) $(test_getopt_DEPENDENCIES) 
1770
 
        @rm -f test-getopt$(EXEEXT)
1771
 
        $(AM_V_CCLD)$(LINK) $(test_getopt_OBJECTS) $(test_getopt_LDADD) $(LIBS)
1772
 
-test-gettimeofday$(EXEEXT): $(test_gettimeofday_OBJECTS) $(test_gettimeofday_DEPENDENCIES) $(EXTRA_test_gettimeofday_DEPENDENCIES) 
1773
 
+test-gettimeofday$(EXEEXT): $(test_gettimeofday_OBJECTS) $(test_gettimeofday_DEPENDENCIES) 
1774
 
        @rm -f test-gettimeofday$(EXEEXT)
1775
 
        $(AM_V_CCLD)$(LINK) $(test_gettimeofday_OBJECTS) $(test_gettimeofday_LDADD) $(LIBS)
1776
 
-test-hash$(EXEEXT): $(test_hash_OBJECTS) $(test_hash_DEPENDENCIES) $(EXTRA_test_hash_DEPENDENCIES) 
1777
 
+test-hash$(EXEEXT): $(test_hash_OBJECTS) $(test_hash_DEPENDENCIES) 
1778
 
        @rm -f test-hash$(EXEEXT)
1779
 
        $(AM_V_CCLD)$(LINK) $(test_hash_OBJECTS) $(test_hash_LDADD) $(LIBS)
1780
 
-test-i-ring$(EXEEXT): $(test_i_ring_OBJECTS) $(test_i_ring_DEPENDENCIES) $(EXTRA_test_i_ring_DEPENDENCIES) 
1781
 
+test-i-ring$(EXEEXT): $(test_i_ring_OBJECTS) $(test_i_ring_DEPENDENCIES) 
1782
 
        @rm -f test-i-ring$(EXEEXT)
1783
 
        $(AM_V_CCLD)$(LINK) $(test_i_ring_OBJECTS) $(test_i_ring_LDADD) $(LIBS)
1784
 
-test-iconv$(EXEEXT): $(test_iconv_OBJECTS) $(test_iconv_DEPENDENCIES) $(EXTRA_test_iconv_DEPENDENCIES) 
1785
 
+test-iconv$(EXEEXT): $(test_iconv_OBJECTS) $(test_iconv_DEPENDENCIES) 
1786
 
        @rm -f test-iconv$(EXEEXT)
1787
 
        $(AM_V_CCLD)$(LINK) $(test_iconv_OBJECTS) $(test_iconv_LDADD) $(LIBS)
1788
 
-test-iconv-h$(EXEEXT): $(test_iconv_h_OBJECTS) $(test_iconv_h_DEPENDENCIES) $(EXTRA_test_iconv_h_DEPENDENCIES) 
1789
 
+test-iconv-h$(EXEEXT): $(test_iconv_h_OBJECTS) $(test_iconv_h_DEPENDENCIES) 
1790
 
        @rm -f test-iconv-h$(EXEEXT)
1791
 
        $(AM_V_CCLD)$(LINK) $(test_iconv_h_OBJECTS) $(test_iconv_h_LDADD) $(LIBS)
1792
 
-test-ignore-value$(EXEEXT): $(test_ignore_value_OBJECTS) $(test_ignore_value_DEPENDENCIES) $(EXTRA_test_ignore_value_DEPENDENCIES) 
1793
 
+test-ignore-value$(EXEEXT): $(test_ignore_value_OBJECTS) $(test_ignore_value_DEPENDENCIES) 
1794
 
        @rm -f test-ignore-value$(EXEEXT)
1795
 
        $(AM_V_CCLD)$(LINK) $(test_ignore_value_OBJECTS) $(test_ignore_value_LDADD) $(LIBS)
1796
 
-test-inet_ntop$(EXEEXT): $(test_inet_ntop_OBJECTS) $(test_inet_ntop_DEPENDENCIES) $(EXTRA_test_inet_ntop_DEPENDENCIES) 
1797
 
+test-inet_ntop$(EXEEXT): $(test_inet_ntop_OBJECTS) $(test_inet_ntop_DEPENDENCIES) 
1798
 
        @rm -f test-inet_ntop$(EXEEXT)
1799
 
        $(AM_V_CCLD)$(LINK) $(test_inet_ntop_OBJECTS) $(test_inet_ntop_LDADD) $(LIBS)
1800
 
-test-inet_pton$(EXEEXT): $(test_inet_pton_OBJECTS) $(test_inet_pton_DEPENDENCIES) $(EXTRA_test_inet_pton_DEPENDENCIES) 
1801
 
+test-inet_pton$(EXEEXT): $(test_inet_pton_OBJECTS) $(test_inet_pton_DEPENDENCIES) 
1802
 
        @rm -f test-inet_pton$(EXEEXT)
1803
 
        $(AM_V_CCLD)$(LINK) $(test_inet_pton_OBJECTS) $(test_inet_pton_LDADD) $(LIBS)
1804
 
-test-ino-map$(EXEEXT): $(test_ino_map_OBJECTS) $(test_ino_map_DEPENDENCIES) $(EXTRA_test_ino_map_DEPENDENCIES) 
1805
 
+test-ino-map$(EXEEXT): $(test_ino_map_OBJECTS) $(test_ino_map_DEPENDENCIES) 
1806
 
        @rm -f test-ino-map$(EXEEXT)
1807
 
        $(AM_V_CCLD)$(LINK) $(test_ino_map_OBJECTS) $(test_ino_map_LDADD) $(LIBS)
1808
 
-test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) $(EXTRA_test_intprops_DEPENDENCIES) 
1809
 
+test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) 
1810
 
        @rm -f test-intprops$(EXEEXT)
1811
 
        $(AM_V_CCLD)$(LINK) $(test_intprops_OBJECTS) $(test_intprops_LDADD) $(LIBS)
1812
 
-test-inttostr$(EXEEXT): $(test_inttostr_OBJECTS) $(test_inttostr_DEPENDENCIES) $(EXTRA_test_inttostr_DEPENDENCIES) 
1813
 
+test-inttostr$(EXEEXT): $(test_inttostr_OBJECTS) $(test_inttostr_DEPENDENCIES) 
1814
 
        @rm -f test-inttostr$(EXEEXT)
1815
 
        $(AM_V_CCLD)$(LINK) $(test_inttostr_OBJECTS) $(test_inttostr_LDADD) $(LIBS)
1816
 
-test-inttypes$(EXEEXT): $(test_inttypes_OBJECTS) $(test_inttypes_DEPENDENCIES) $(EXTRA_test_inttypes_DEPENDENCIES) 
1817
 
+test-inttypes$(EXEEXT): $(test_inttypes_OBJECTS) $(test_inttypes_DEPENDENCIES) 
1818
 
        @rm -f test-inttypes$(EXEEXT)
1819
 
        $(AM_V_CCLD)$(LINK) $(test_inttypes_OBJECTS) $(test_inttypes_LDADD) $(LIBS)
1820
 
-test-isblank$(EXEEXT): $(test_isblank_OBJECTS) $(test_isblank_DEPENDENCIES) $(EXTRA_test_isblank_DEPENDENCIES) 
1821
 
+test-isblank$(EXEEXT): $(test_isblank_OBJECTS) $(test_isblank_DEPENDENCIES) 
1822
 
        @rm -f test-isblank$(EXEEXT)
1823
 
        $(AM_V_CCLD)$(LINK) $(test_isblank_OBJECTS) $(test_isblank_LDADD) $(LIBS)
1824
 
-test-isnand-nolibm$(EXEEXT): $(test_isnand_nolibm_OBJECTS) $(test_isnand_nolibm_DEPENDENCIES) $(EXTRA_test_isnand_nolibm_DEPENDENCIES) 
1825
 
+test-isnand-nolibm$(EXEEXT): $(test_isnand_nolibm_OBJECTS) $(test_isnand_nolibm_DEPENDENCIES) 
1826
 
        @rm -f test-isnand-nolibm$(EXEEXT)
1827
 
        $(AM_V_CCLD)$(LINK) $(test_isnand_nolibm_OBJECTS) $(test_isnand_nolibm_LDADD) $(LIBS)
1828
 
-test-isnanf-nolibm$(EXEEXT): $(test_isnanf_nolibm_OBJECTS) $(test_isnanf_nolibm_DEPENDENCIES) $(EXTRA_test_isnanf_nolibm_DEPENDENCIES) 
1829
 
+test-isnanf-nolibm$(EXEEXT): $(test_isnanf_nolibm_OBJECTS) $(test_isnanf_nolibm_DEPENDENCIES) 
1830
 
        @rm -f test-isnanf-nolibm$(EXEEXT)
1831
 
        $(AM_V_CCLD)$(LINK) $(test_isnanf_nolibm_OBJECTS) $(test_isnanf_nolibm_LDADD) $(LIBS)
1832
 
-test-isnanl-nolibm$(EXEEXT): $(test_isnanl_nolibm_OBJECTS) $(test_isnanl_nolibm_DEPENDENCIES) $(EXTRA_test_isnanl_nolibm_DEPENDENCIES) 
1833
 
+test-isnanl-nolibm$(EXEEXT): $(test_isnanl_nolibm_OBJECTS) $(test_isnanl_nolibm_DEPENDENCIES) 
1834
 
        @rm -f test-isnanl-nolibm$(EXEEXT)
1835
 
        $(AM_V_CCLD)$(LINK) $(test_isnanl_nolibm_OBJECTS) $(test_isnanl_nolibm_LDADD) $(LIBS)
1836
 
-test-iswblank$(EXEEXT): $(test_iswblank_OBJECTS) $(test_iswblank_DEPENDENCIES) $(EXTRA_test_iswblank_DEPENDENCIES) 
1837
 
+test-iswblank$(EXEEXT): $(test_iswblank_OBJECTS) $(test_iswblank_DEPENDENCIES) 
1838
 
        @rm -f test-iswblank$(EXEEXT)
1839
 
        $(AM_V_CCLD)$(LINK) $(test_iswblank_OBJECTS) $(test_iswblank_LDADD) $(LIBS)
1840
 
-test-langinfo$(EXEEXT): $(test_langinfo_OBJECTS) $(test_langinfo_DEPENDENCIES) $(EXTRA_test_langinfo_DEPENDENCIES) 
1841
 
+test-langinfo$(EXEEXT): $(test_langinfo_OBJECTS) $(test_langinfo_DEPENDENCIES) 
1842
 
        @rm -f test-langinfo$(EXEEXT)
1843
 
        $(AM_V_CCLD)$(LINK) $(test_langinfo_OBJECTS) $(test_langinfo_LDADD) $(LIBS)
1844
 
-test-lchown$(EXEEXT): $(test_lchown_OBJECTS) $(test_lchown_DEPENDENCIES) $(EXTRA_test_lchown_DEPENDENCIES) 
1845
 
+test-lchown$(EXEEXT): $(test_lchown_OBJECTS) $(test_lchown_DEPENDENCIES) 
1846
 
        @rm -f test-lchown$(EXEEXT)
1847
 
        $(AM_V_CCLD)$(LINK) $(test_lchown_OBJECTS) $(test_lchown_LDADD) $(LIBS)
1848
 
-test-link$(EXEEXT): $(test_link_OBJECTS) $(test_link_DEPENDENCIES) $(EXTRA_test_link_DEPENDENCIES) 
1849
 
+test-link$(EXEEXT): $(test_link_OBJECTS) $(test_link_DEPENDENCIES) 
1850
 
        @rm -f test-link$(EXEEXT)
1851
 
        $(AM_V_CCLD)$(LINK) $(test_link_OBJECTS) $(test_link_LDADD) $(LIBS)
1852
 
-test-linkat$(EXEEXT): $(test_linkat_OBJECTS) $(test_linkat_DEPENDENCIES) $(EXTRA_test_linkat_DEPENDENCIES) 
1853
 
+test-linkat$(EXEEXT): $(test_linkat_OBJECTS) $(test_linkat_DEPENDENCIES) 
1854
 
        @rm -f test-linkat$(EXEEXT)
1855
 
        $(AM_V_CCLD)$(LINK) $(test_linkat_OBJECTS) $(test_linkat_LDADD) $(LIBS)
1856
 
-test-locale$(EXEEXT): $(test_locale_OBJECTS) $(test_locale_DEPENDENCIES) $(EXTRA_test_locale_DEPENDENCIES) 
1857
 
+test-locale$(EXEEXT): $(test_locale_OBJECTS) $(test_locale_DEPENDENCIES) 
1858
 
        @rm -f test-locale$(EXEEXT)
1859
 
        $(AM_V_CCLD)$(LINK) $(test_locale_OBJECTS) $(test_locale_LDADD) $(LIBS)
1860
 
-test-localename$(EXEEXT): $(test_localename_OBJECTS) $(test_localename_DEPENDENCIES) $(EXTRA_test_localename_DEPENDENCIES) 
1861
 
+test-localename$(EXEEXT): $(test_localename_OBJECTS) $(test_localename_DEPENDENCIES) 
1862
 
        @rm -f test-localename$(EXEEXT)
1863
 
        $(AM_V_CCLD)$(LINK) $(test_localename_OBJECTS) $(test_localename_LDADD) $(LIBS)
1864
 
-test-lock$(EXEEXT): $(test_lock_OBJECTS) $(test_lock_DEPENDENCIES) $(EXTRA_test_lock_DEPENDENCIES) 
1865
 
+test-lock$(EXEEXT): $(test_lock_OBJECTS) $(test_lock_DEPENDENCIES) 
1866
 
        @rm -f test-lock$(EXEEXT)
1867
 
        $(AM_V_CCLD)$(test_lock_LINK) $(test_lock_OBJECTS) $(test_lock_LDADD) $(LIBS)
1868
 
-test-lseek$(EXEEXT): $(test_lseek_OBJECTS) $(test_lseek_DEPENDENCIES) $(EXTRA_test_lseek_DEPENDENCIES) 
1869
 
+test-lseek$(EXEEXT): $(test_lseek_OBJECTS) $(test_lseek_DEPENDENCIES) 
1870
 
        @rm -f test-lseek$(EXEEXT)
1871
 
        $(AM_V_CCLD)$(LINK) $(test_lseek_OBJECTS) $(test_lseek_LDADD) $(LIBS)
1872
 
-test-lstat$(EXEEXT): $(test_lstat_OBJECTS) $(test_lstat_DEPENDENCIES) $(EXTRA_test_lstat_DEPENDENCIES) 
1873
 
+test-lstat$(EXEEXT): $(test_lstat_OBJECTS) $(test_lstat_DEPENDENCIES) 
1874
 
        @rm -f test-lstat$(EXEEXT)
1875
 
        $(AM_V_CCLD)$(LINK) $(test_lstat_OBJECTS) $(test_lstat_LDADD) $(LIBS)
1876
 
-test-malloc-gnu$(EXEEXT): $(test_malloc_gnu_OBJECTS) $(test_malloc_gnu_DEPENDENCIES) $(EXTRA_test_malloc_gnu_DEPENDENCIES) 
1877
 
+test-malloc-gnu$(EXEEXT): $(test_malloc_gnu_OBJECTS) $(test_malloc_gnu_DEPENDENCIES) 
1878
 
        @rm -f test-malloc-gnu$(EXEEXT)
1879
 
        $(AM_V_CCLD)$(LINK) $(test_malloc_gnu_OBJECTS) $(test_malloc_gnu_LDADD) $(LIBS)
1880
 
-test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES) $(EXTRA_test_malloca_DEPENDENCIES) 
1881
 
+test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES) 
1882
 
        @rm -f test-malloca$(EXEEXT)
1883
 
        $(AM_V_CCLD)$(LINK) $(test_malloca_OBJECTS) $(test_malloca_LDADD) $(LIBS)
1884
 
-test-math$(EXEEXT): $(test_math_OBJECTS) $(test_math_DEPENDENCIES) $(EXTRA_test_math_DEPENDENCIES) 
1885
 
+test-math$(EXEEXT): $(test_math_OBJECTS) $(test_math_DEPENDENCIES) 
1886
 
        @rm -f test-math$(EXEEXT)
1887
 
        $(AM_V_CCLD)$(LINK) $(test_math_OBJECTS) $(test_math_LDADD) $(LIBS)
1888
 
-test-mbrtowc$(EXEEXT): $(test_mbrtowc_OBJECTS) $(test_mbrtowc_DEPENDENCIES) $(EXTRA_test_mbrtowc_DEPENDENCIES) 
1889
 
+test-mbrtowc$(EXEEXT): $(test_mbrtowc_OBJECTS) $(test_mbrtowc_DEPENDENCIES) 
1890
 
        @rm -f test-mbrtowc$(EXEEXT)
1891
 
        $(AM_V_CCLD)$(LINK) $(test_mbrtowc_OBJECTS) $(test_mbrtowc_LDADD) $(LIBS)
1892
 
-test-mbrtowc-w32$(EXEEXT): $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_DEPENDENCIES) $(EXTRA_test_mbrtowc_w32_DEPENDENCIES) 
1893
 
+test-mbrtowc-w32$(EXEEXT): $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_DEPENDENCIES) 
1894
 
        @rm -f test-mbrtowc-w32$(EXEEXT)
1895
 
        $(AM_V_CCLD)$(LINK) $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_LDADD) $(LIBS)
1896
 
-test-mbsalign$(EXEEXT): $(test_mbsalign_OBJECTS) $(test_mbsalign_DEPENDENCIES) $(EXTRA_test_mbsalign_DEPENDENCIES) 
1897
 
+test-mbsalign$(EXEEXT): $(test_mbsalign_OBJECTS) $(test_mbsalign_DEPENDENCIES) 
1898
 
        @rm -f test-mbsalign$(EXEEXT)
1899
 
        $(AM_V_CCLD)$(LINK) $(test_mbsalign_OBJECTS) $(test_mbsalign_LDADD) $(LIBS)
1900
 
-test-mbscasecmp$(EXEEXT): $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_DEPENDENCIES) $(EXTRA_test_mbscasecmp_DEPENDENCIES) 
1901
 
+test-mbscasecmp$(EXEEXT): $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_DEPENDENCIES) 
1902
 
        @rm -f test-mbscasecmp$(EXEEXT)
1903
 
        $(AM_V_CCLD)$(LINK) $(test_mbscasecmp_OBJECTS) $(test_mbscasecmp_LDADD) $(LIBS)
1904
 
-test-mbsinit$(EXEEXT): $(test_mbsinit_OBJECTS) $(test_mbsinit_DEPENDENCIES) $(EXTRA_test_mbsinit_DEPENDENCIES) 
1905
 
+test-mbsinit$(EXEEXT): $(test_mbsinit_OBJECTS) $(test_mbsinit_DEPENDENCIES) 
1906
 
        @rm -f test-mbsinit$(EXEEXT)
1907
 
        $(AM_V_CCLD)$(LINK) $(test_mbsinit_OBJECTS) $(test_mbsinit_LDADD) $(LIBS)
1908
 
-test-mbsrtowcs$(EXEEXT): $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_DEPENDENCIES) $(EXTRA_test_mbsrtowcs_DEPENDENCIES) 
1909
 
+test-mbsrtowcs$(EXEEXT): $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_DEPENDENCIES) 
1910
 
        @rm -f test-mbsrtowcs$(EXEEXT)
1911
 
        $(AM_V_CCLD)$(LINK) $(test_mbsrtowcs_OBJECTS) $(test_mbsrtowcs_LDADD) $(LIBS)
1912
 
-test-mbsstr1$(EXEEXT): $(test_mbsstr1_OBJECTS) $(test_mbsstr1_DEPENDENCIES) $(EXTRA_test_mbsstr1_DEPENDENCIES) 
1913
 
+test-mbsstr1$(EXEEXT): $(test_mbsstr1_OBJECTS) $(test_mbsstr1_DEPENDENCIES) 
1914
 
        @rm -f test-mbsstr1$(EXEEXT)
1915
 
        $(AM_V_CCLD)$(LINK) $(test_mbsstr1_OBJECTS) $(test_mbsstr1_LDADD) $(LIBS)
1916
 
-test-mbsstr2$(EXEEXT): $(test_mbsstr2_OBJECTS) $(test_mbsstr2_DEPENDENCIES) $(EXTRA_test_mbsstr2_DEPENDENCIES) 
1917
 
+test-mbsstr2$(EXEEXT): $(test_mbsstr2_OBJECTS) $(test_mbsstr2_DEPENDENCIES) 
1918
 
        @rm -f test-mbsstr2$(EXEEXT)
1919
 
        $(AM_V_CCLD)$(LINK) $(test_mbsstr2_OBJECTS) $(test_mbsstr2_LDADD) $(LIBS)
1920
 
-test-mbsstr3$(EXEEXT): $(test_mbsstr3_OBJECTS) $(test_mbsstr3_DEPENDENCIES) $(EXTRA_test_mbsstr3_DEPENDENCIES) 
1921
 
+test-mbsstr3$(EXEEXT): $(test_mbsstr3_OBJECTS) $(test_mbsstr3_DEPENDENCIES) 
1922
 
        @rm -f test-mbsstr3$(EXEEXT)
1923
 
        $(AM_V_CCLD)$(LINK) $(test_mbsstr3_OBJECTS) $(test_mbsstr3_LDADD) $(LIBS)
1924
 
-test-md5$(EXEEXT): $(test_md5_OBJECTS) $(test_md5_DEPENDENCIES) $(EXTRA_test_md5_DEPENDENCIES) 
1925
 
+test-md5$(EXEEXT): $(test_md5_OBJECTS) $(test_md5_DEPENDENCIES) 
1926
 
        @rm -f test-md5$(EXEEXT)
1927
 
        $(AM_V_CCLD)$(LINK) $(test_md5_OBJECTS) $(test_md5_LDADD) $(LIBS)
1928
 
-test-memcasecmp$(EXEEXT): $(test_memcasecmp_OBJECTS) $(test_memcasecmp_DEPENDENCIES) $(EXTRA_test_memcasecmp_DEPENDENCIES) 
1929
 
+test-memcasecmp$(EXEEXT): $(test_memcasecmp_OBJECTS) $(test_memcasecmp_DEPENDENCIES) 
1930
 
        @rm -f test-memcasecmp$(EXEEXT)
1931
 
        $(AM_V_CCLD)$(LINK) $(test_memcasecmp_OBJECTS) $(test_memcasecmp_LDADD) $(LIBS)
1932
 
-test-memchr$(EXEEXT): $(test_memchr_OBJECTS) $(test_memchr_DEPENDENCIES) $(EXTRA_test_memchr_DEPENDENCIES) 
1933
 
+test-memchr$(EXEEXT): $(test_memchr_OBJECTS) $(test_memchr_DEPENDENCIES) 
1934
 
        @rm -f test-memchr$(EXEEXT)
1935
 
        $(AM_V_CCLD)$(LINK) $(test_memchr_OBJECTS) $(test_memchr_LDADD) $(LIBS)
1936
 
-test-memchr2$(EXEEXT): $(test_memchr2_OBJECTS) $(test_memchr2_DEPENDENCIES) $(EXTRA_test_memchr2_DEPENDENCIES) 
1937
 
+test-memchr2$(EXEEXT): $(test_memchr2_OBJECTS) $(test_memchr2_DEPENDENCIES) 
1938
 
        @rm -f test-memchr2$(EXEEXT)
1939
 
        $(AM_V_CCLD)$(LINK) $(test_memchr2_OBJECTS) $(test_memchr2_LDADD) $(LIBS)
1940
 
-test-memcoll$(EXEEXT): $(test_memcoll_OBJECTS) $(test_memcoll_DEPENDENCIES) $(EXTRA_test_memcoll_DEPENDENCIES) 
1941
 
+test-memcoll$(EXEEXT): $(test_memcoll_OBJECTS) $(test_memcoll_DEPENDENCIES) 
1942
 
        @rm -f test-memcoll$(EXEEXT)
1943
 
        $(AM_V_CCLD)$(LINK) $(test_memcoll_OBJECTS) $(test_memcoll_LDADD) $(LIBS)
1944
 
-test-memrchr$(EXEEXT): $(test_memrchr_OBJECTS) $(test_memrchr_DEPENDENCIES) $(EXTRA_test_memrchr_DEPENDENCIES) 
1945
 
+test-memrchr$(EXEEXT): $(test_memrchr_OBJECTS) $(test_memrchr_DEPENDENCIES) 
1946
 
        @rm -f test-memrchr$(EXEEXT)
1947
 
        $(AM_V_CCLD)$(LINK) $(test_memrchr_OBJECTS) $(test_memrchr_LDADD) $(LIBS)
1948
 
-test-mkdir$(EXEEXT): $(test_mkdir_OBJECTS) $(test_mkdir_DEPENDENCIES) $(EXTRA_test_mkdir_DEPENDENCIES) 
1949
 
+test-mkdir$(EXEEXT): $(test_mkdir_OBJECTS) $(test_mkdir_DEPENDENCIES) 
1950
 
        @rm -f test-mkdir$(EXEEXT)
1951
 
        $(AM_V_CCLD)$(LINK) $(test_mkdir_OBJECTS) $(test_mkdir_LDADD) $(LIBS)
1952
 
-test-mkdirat$(EXEEXT): $(test_mkdirat_OBJECTS) $(test_mkdirat_DEPENDENCIES) $(EXTRA_test_mkdirat_DEPENDENCIES) 
1953
 
+test-mkdirat$(EXEEXT): $(test_mkdirat_OBJECTS) $(test_mkdirat_DEPENDENCIES) 
1954
 
        @rm -f test-mkdirat$(EXEEXT)
1955
 
        $(AM_V_CCLD)$(LINK) $(test_mkdirat_OBJECTS) $(test_mkdirat_LDADD) $(LIBS)
1956
 
-test-nanosleep$(EXEEXT): $(test_nanosleep_OBJECTS) $(test_nanosleep_DEPENDENCIES) $(EXTRA_test_nanosleep_DEPENDENCIES) 
1957
 
+test-nanosleep$(EXEEXT): $(test_nanosleep_OBJECTS) $(test_nanosleep_DEPENDENCIES) 
1958
 
        @rm -f test-nanosleep$(EXEEXT)
1959
 
        $(AM_V_CCLD)$(LINK) $(test_nanosleep_OBJECTS) $(test_nanosleep_LDADD) $(LIBS)
1960
 
-test-netdb$(EXEEXT): $(test_netdb_OBJECTS) $(test_netdb_DEPENDENCIES) $(EXTRA_test_netdb_DEPENDENCIES) 
1961
 
+test-netdb$(EXEEXT): $(test_netdb_OBJECTS) $(test_netdb_DEPENDENCIES) 
1962
 
        @rm -f test-netdb$(EXEEXT)
1963
 
        $(AM_V_CCLD)$(LINK) $(test_netdb_OBJECTS) $(test_netdb_LDADD) $(LIBS)
1964
 
-test-netinet_in$(EXEEXT): $(test_netinet_in_OBJECTS) $(test_netinet_in_DEPENDENCIES) $(EXTRA_test_netinet_in_DEPENDENCIES) 
1965
 
+test-netinet_in$(EXEEXT): $(test_netinet_in_OBJECTS) $(test_netinet_in_DEPENDENCIES) 
1966
 
        @rm -f test-netinet_in$(EXEEXT)
1967
 
        $(AM_V_CCLD)$(LINK) $(test_netinet_in_OBJECTS) $(test_netinet_in_LDADD) $(LIBS)
1968
 
-test-nl_langinfo$(EXEEXT): $(test_nl_langinfo_OBJECTS) $(test_nl_langinfo_DEPENDENCIES) $(EXTRA_test_nl_langinfo_DEPENDENCIES) 
1969
 
+test-nl_langinfo$(EXEEXT): $(test_nl_langinfo_OBJECTS) $(test_nl_langinfo_DEPENDENCIES) 
1970
 
        @rm -f test-nl_langinfo$(EXEEXT)
1971
 
        $(AM_V_CCLD)$(LINK) $(test_nl_langinfo_OBJECTS) $(test_nl_langinfo_LDADD) $(LIBS)
1972
 
-test-open$(EXEEXT): $(test_open_OBJECTS) $(test_open_DEPENDENCIES) $(EXTRA_test_open_DEPENDENCIES) 
1973
 
+test-open$(EXEEXT): $(test_open_OBJECTS) $(test_open_DEPENDENCIES) 
1974
 
        @rm -f test-open$(EXEEXT)
1975
 
        $(AM_V_CCLD)$(LINK) $(test_open_OBJECTS) $(test_open_LDADD) $(LIBS)
1976
 
-test-openat$(EXEEXT): $(test_openat_OBJECTS) $(test_openat_DEPENDENCIES) $(EXTRA_test_openat_DEPENDENCIES) 
1977
 
+test-openat$(EXEEXT): $(test_openat_OBJECTS) $(test_openat_DEPENDENCIES) 
1978
 
        @rm -f test-openat$(EXEEXT)
1979
 
        $(AM_V_CCLD)$(LINK) $(test_openat_OBJECTS) $(test_openat_LDADD) $(LIBS)
1980
 
-test-openat-safer$(EXEEXT): $(test_openat_safer_OBJECTS) $(test_openat_safer_DEPENDENCIES) $(EXTRA_test_openat_safer_DEPENDENCIES) 
1981
 
+test-openat-safer$(EXEEXT): $(test_openat_safer_OBJECTS) $(test_openat_safer_DEPENDENCIES) 
1982
 
        @rm -f test-openat-safer$(EXEEXT)
1983
 
        $(AM_V_CCLD)$(LINK) $(test_openat_safer_OBJECTS) $(test_openat_safer_LDADD) $(LIBS)
1984
 
-test-parse-datetime$(EXEEXT): $(test_parse_datetime_OBJECTS) $(test_parse_datetime_DEPENDENCIES) $(EXTRA_test_parse_datetime_DEPENDENCIES) 
1985
 
+test-parse-datetime$(EXEEXT): $(test_parse_datetime_OBJECTS) $(test_parse_datetime_DEPENDENCIES) 
1986
 
        @rm -f test-parse-datetime$(EXEEXT)
1987
 
        $(AM_V_CCLD)$(LINK) $(test_parse_datetime_OBJECTS) $(test_parse_datetime_LDADD) $(LIBS)
1988
 
-test-pathmax$(EXEEXT): $(test_pathmax_OBJECTS) $(test_pathmax_DEPENDENCIES) $(EXTRA_test_pathmax_DEPENDENCIES) 
1989
 
+test-pathmax$(EXEEXT): $(test_pathmax_OBJECTS) $(test_pathmax_DEPENDENCIES) 
1990
 
        @rm -f test-pathmax$(EXEEXT)
1991
 
        $(AM_V_CCLD)$(LINK) $(test_pathmax_OBJECTS) $(test_pathmax_LDADD) $(LIBS)
1992
 
-test-perror$(EXEEXT): $(test_perror_OBJECTS) $(test_perror_DEPENDENCIES) $(EXTRA_test_perror_DEPENDENCIES) 
1993
 
+test-perror$(EXEEXT): $(test_perror_OBJECTS) $(test_perror_DEPENDENCIES) 
1994
 
        @rm -f test-perror$(EXEEXT)
1995
 
        $(AM_V_CCLD)$(LINK) $(test_perror_OBJECTS) $(test_perror_LDADD) $(LIBS)
1996
 
-test-perror2$(EXEEXT): $(test_perror2_OBJECTS) $(test_perror2_DEPENDENCIES) $(EXTRA_test_perror2_DEPENDENCIES) 
1997
 
+test-perror2$(EXEEXT): $(test_perror2_OBJECTS) $(test_perror2_DEPENDENCIES) 
1998
 
        @rm -f test-perror2$(EXEEXT)
1999
 
        $(AM_V_CCLD)$(LINK) $(test_perror2_OBJECTS) $(test_perror2_LDADD) $(LIBS)
2000
 
-test-pipe$(EXEEXT): $(test_pipe_OBJECTS) $(test_pipe_DEPENDENCIES) $(EXTRA_test_pipe_DEPENDENCIES) 
2001
 
+test-pipe$(EXEEXT): $(test_pipe_OBJECTS) $(test_pipe_DEPENDENCIES) 
2002
 
        @rm -f test-pipe$(EXEEXT)
2003
 
        $(AM_V_CCLD)$(LINK) $(test_pipe_OBJECTS) $(test_pipe_LDADD) $(LIBS)
2004
 
-test-posixtm$(EXEEXT): $(test_posixtm_OBJECTS) $(test_posixtm_DEPENDENCIES) $(EXTRA_test_posixtm_DEPENDENCIES) 
2005
 
+test-posixtm$(EXEEXT): $(test_posixtm_OBJECTS) $(test_posixtm_DEPENDENCIES) 
2006
 
        @rm -f test-posixtm$(EXEEXT)
2007
 
        $(AM_V_CCLD)$(LINK) $(test_posixtm_OBJECTS) $(test_posixtm_LDADD) $(LIBS)
2008
 
-test-printf-frexp$(EXEEXT): $(test_printf_frexp_OBJECTS) $(test_printf_frexp_DEPENDENCIES) $(EXTRA_test_printf_frexp_DEPENDENCIES) 
2009
 
+test-printf-frexp$(EXEEXT): $(test_printf_frexp_OBJECTS) $(test_printf_frexp_DEPENDENCIES) 
2010
 
        @rm -f test-printf-frexp$(EXEEXT)
2011
 
        $(AM_V_CCLD)$(LINK) $(test_printf_frexp_OBJECTS) $(test_printf_frexp_LDADD) $(LIBS)
2012
 
-test-printf-frexpl$(EXEEXT): $(test_printf_frexpl_OBJECTS) $(test_printf_frexpl_DEPENDENCIES) $(EXTRA_test_printf_frexpl_DEPENDENCIES) 
2013
 
+test-printf-frexpl$(EXEEXT): $(test_printf_frexpl_OBJECTS) $(test_printf_frexpl_DEPENDENCIES) 
2014
 
        @rm -f test-printf-frexpl$(EXEEXT)
2015
 
        $(AM_V_CCLD)$(LINK) $(test_printf_frexpl_OBJECTS) $(test_printf_frexpl_LDADD) $(LIBS)
2016
 
-test-priv-set$(EXEEXT): $(test_priv_set_OBJECTS) $(test_priv_set_DEPENDENCIES) $(EXTRA_test_priv_set_DEPENDENCIES) 
2017
 
+test-priv-set$(EXEEXT): $(test_priv_set_OBJECTS) $(test_priv_set_DEPENDENCIES) 
2018
 
        @rm -f test-priv-set$(EXEEXT)
2019
 
        $(AM_V_CCLD)$(LINK) $(test_priv_set_OBJECTS) $(test_priv_set_LDADD) $(LIBS)
2020
 
-test-quotearg-simple$(EXEEXT): $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_DEPENDENCIES) $(EXTRA_test_quotearg_simple_DEPENDENCIES) 
2021
 
+test-quotearg-simple$(EXEEXT): $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_DEPENDENCIES) 
2022
 
        @rm -f test-quotearg-simple$(EXEEXT)
2023
 
        $(AM_V_CCLD)$(LINK) $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_LDADD) $(LIBS)
2024
 
-test-rand-isaac$(EXEEXT): $(test_rand_isaac_OBJECTS) $(test_rand_isaac_DEPENDENCIES) $(EXTRA_test_rand_isaac_DEPENDENCIES) 
2025
 
+test-rand-isaac$(EXEEXT): $(test_rand_isaac_OBJECTS) $(test_rand_isaac_DEPENDENCIES) 
2026
 
        @rm -f test-rand-isaac$(EXEEXT)
2027
 
        $(AM_V_CCLD)$(LINK) $(test_rand_isaac_OBJECTS) $(test_rand_isaac_LDADD) $(LIBS)
2028
 
-test-read-file$(EXEEXT): $(test_read_file_OBJECTS) $(test_read_file_DEPENDENCIES) $(EXTRA_test_read_file_DEPENDENCIES) 
2029
 
+test-read-file$(EXEEXT): $(test_read_file_OBJECTS) $(test_read_file_DEPENDENCIES) 
2030
 
        @rm -f test-read-file$(EXEEXT)
2031
 
        $(AM_V_CCLD)$(LINK) $(test_read_file_OBJECTS) $(test_read_file_LDADD) $(LIBS)
2032
 
-test-readlink$(EXEEXT): $(test_readlink_OBJECTS) $(test_readlink_DEPENDENCIES) $(EXTRA_test_readlink_DEPENDENCIES) 
2033
 
+test-readlink$(EXEEXT): $(test_readlink_OBJECTS) $(test_readlink_DEPENDENCIES) 
2034
 
        @rm -f test-readlink$(EXEEXT)
2035
 
        $(AM_V_CCLD)$(LINK) $(test_readlink_OBJECTS) $(test_readlink_LDADD) $(LIBS)
2036
 
-test-readlinkat$(EXEEXT): $(test_readlinkat_OBJECTS) $(test_readlinkat_DEPENDENCIES) $(EXTRA_test_readlinkat_DEPENDENCIES) 
2037
 
+test-readlinkat$(EXEEXT): $(test_readlinkat_OBJECTS) $(test_readlinkat_DEPENDENCIES) 
2038
 
        @rm -f test-readlinkat$(EXEEXT)
2039
 
        $(AM_V_CCLD)$(LINK) $(test_readlinkat_OBJECTS) $(test_readlinkat_LDADD) $(LIBS)
2040
 
-test-realloc-gnu$(EXEEXT): $(test_realloc_gnu_OBJECTS) $(test_realloc_gnu_DEPENDENCIES) $(EXTRA_test_realloc_gnu_DEPENDENCIES) 
2041
 
+test-realloc-gnu$(EXEEXT): $(test_realloc_gnu_OBJECTS) $(test_realloc_gnu_DEPENDENCIES) 
2042
 
        @rm -f test-realloc-gnu$(EXEEXT)
2043
 
        $(AM_V_CCLD)$(LINK) $(test_realloc_gnu_OBJECTS) $(test_realloc_gnu_LDADD) $(LIBS)
2044
 
-test-remove$(EXEEXT): $(test_remove_OBJECTS) $(test_remove_DEPENDENCIES) $(EXTRA_test_remove_DEPENDENCIES) 
2045
 
+test-remove$(EXEEXT): $(test_remove_OBJECTS) $(test_remove_DEPENDENCIES) 
2046
 
        @rm -f test-remove$(EXEEXT)
2047
 
        $(AM_V_CCLD)$(LINK) $(test_remove_OBJECTS) $(test_remove_LDADD) $(LIBS)
2048
 
-test-rename$(EXEEXT): $(test_rename_OBJECTS) $(test_rename_DEPENDENCIES) $(EXTRA_test_rename_DEPENDENCIES) 
2049
 
+test-rename$(EXEEXT): $(test_rename_OBJECTS) $(test_rename_DEPENDENCIES) 
2050
 
        @rm -f test-rename$(EXEEXT)
2051
 
        $(AM_V_CCLD)$(LINK) $(test_rename_OBJECTS) $(test_rename_LDADD) $(LIBS)
2052
 
-test-rmdir$(EXEEXT): $(test_rmdir_OBJECTS) $(test_rmdir_DEPENDENCIES) $(EXTRA_test_rmdir_DEPENDENCIES) 
2053
 
+test-rmdir$(EXEEXT): $(test_rmdir_OBJECTS) $(test_rmdir_DEPENDENCIES) 
2054
 
        @rm -f test-rmdir$(EXEEXT)
2055
 
        $(AM_V_CCLD)$(LINK) $(test_rmdir_OBJECTS) $(test_rmdir_LDADD) $(LIBS)
2056
 
-test-sameacls$(EXEEXT): $(test_sameacls_OBJECTS) $(test_sameacls_DEPENDENCIES) $(EXTRA_test_sameacls_DEPENDENCIES) 
2057
 
+test-sameacls$(EXEEXT): $(test_sameacls_OBJECTS) $(test_sameacls_DEPENDENCIES) 
2058
 
        @rm -f test-sameacls$(EXEEXT)
2059
 
        $(AM_V_CCLD)$(LINK) $(test_sameacls_OBJECTS) $(test_sameacls_LDADD) $(LIBS)
2060
 
-test-sched$(EXEEXT): $(test_sched_OBJECTS) $(test_sched_DEPENDENCIES) $(EXTRA_test_sched_DEPENDENCIES) 
2061
 
+test-sched$(EXEEXT): $(test_sched_OBJECTS) $(test_sched_DEPENDENCIES) 
2062
 
        @rm -f test-sched$(EXEEXT)
2063
 
        $(AM_V_CCLD)$(LINK) $(test_sched_OBJECTS) $(test_sched_LDADD) $(LIBS)
2064
 
-test-select$(EXEEXT): $(test_select_OBJECTS) $(test_select_DEPENDENCIES) $(EXTRA_test_select_DEPENDENCIES) 
2065
 
+test-select$(EXEEXT): $(test_select_OBJECTS) $(test_select_DEPENDENCIES) 
2066
 
        @rm -f test-select$(EXEEXT)
2067
 
        $(AM_V_CCLD)$(LINK) $(test_select_OBJECTS) $(test_select_LDADD) $(LIBS)
2068
 
-test-select-fd$(EXEEXT): $(test_select_fd_OBJECTS) $(test_select_fd_DEPENDENCIES) $(EXTRA_test_select_fd_DEPENDENCIES) 
2069
 
+test-select-fd$(EXEEXT): $(test_select_fd_OBJECTS) $(test_select_fd_DEPENDENCIES) 
2070
 
        @rm -f test-select-fd$(EXEEXT)
2071
 
        $(AM_V_CCLD)$(LINK) $(test_select_fd_OBJECTS) $(test_select_fd_LDADD) $(LIBS)
2072
 
-test-select-stdin$(EXEEXT): $(test_select_stdin_OBJECTS) $(test_select_stdin_DEPENDENCIES) $(EXTRA_test_select_stdin_DEPENDENCIES) 
2073
 
+test-select-stdin$(EXEEXT): $(test_select_stdin_OBJECTS) $(test_select_stdin_DEPENDENCIES) 
2074
 
        @rm -f test-select-stdin$(EXEEXT)
2075
 
        $(AM_V_CCLD)$(LINK) $(test_select_stdin_OBJECTS) $(test_select_stdin_LDADD) $(LIBS)
2076
 
-test-set-mode-acl$(EXEEXT): $(test_set_mode_acl_OBJECTS) $(test_set_mode_acl_DEPENDENCIES) $(EXTRA_test_set_mode_acl_DEPENDENCIES) 
2077
 
+test-set-mode-acl$(EXEEXT): $(test_set_mode_acl_OBJECTS) $(test_set_mode_acl_DEPENDENCIES) 
2078
 
        @rm -f test-set-mode-acl$(EXEEXT)
2079
 
        $(AM_V_CCLD)$(LINK) $(test_set_mode_acl_OBJECTS) $(test_set_mode_acl_LDADD) $(LIBS)
2080
 
-test-setenv$(EXEEXT): $(test_setenv_OBJECTS) $(test_setenv_DEPENDENCIES) $(EXTRA_test_setenv_DEPENDENCIES) 
2081
 
+test-setenv$(EXEEXT): $(test_setenv_OBJECTS) $(test_setenv_DEPENDENCIES) 
2082
 
        @rm -f test-setenv$(EXEEXT)
2083
 
        $(AM_V_CCLD)$(LINK) $(test_setenv_OBJECTS) $(test_setenv_LDADD) $(LIBS)
2084
 
-test-setlocale1$(EXEEXT): $(test_setlocale1_OBJECTS) $(test_setlocale1_DEPENDENCIES) $(EXTRA_test_setlocale1_DEPENDENCIES) 
2085
 
+test-setlocale1$(EXEEXT): $(test_setlocale1_OBJECTS) $(test_setlocale1_DEPENDENCIES) 
2086
 
        @rm -f test-setlocale1$(EXEEXT)
2087
 
        $(AM_V_CCLD)$(LINK) $(test_setlocale1_OBJECTS) $(test_setlocale1_LDADD) $(LIBS)
2088
 
-test-setlocale2$(EXEEXT): $(test_setlocale2_OBJECTS) $(test_setlocale2_DEPENDENCIES) $(EXTRA_test_setlocale2_DEPENDENCIES) 
2089
 
+test-setlocale2$(EXEEXT): $(test_setlocale2_OBJECTS) $(test_setlocale2_DEPENDENCIES) 
2090
 
        @rm -f test-setlocale2$(EXEEXT)
2091
 
        $(AM_V_CCLD)$(LINK) $(test_setlocale2_OBJECTS) $(test_setlocale2_LDADD) $(LIBS)
2092
 
-test-sha1$(EXEEXT): $(test_sha1_OBJECTS) $(test_sha1_DEPENDENCIES) $(EXTRA_test_sha1_DEPENDENCIES) 
2093
 
+test-sha1$(EXEEXT): $(test_sha1_OBJECTS) $(test_sha1_DEPENDENCIES) 
2094
 
        @rm -f test-sha1$(EXEEXT)
2095
 
        $(AM_V_CCLD)$(LINK) $(test_sha1_OBJECTS) $(test_sha1_LDADD) $(LIBS)
2096
 
-test-sigaction$(EXEEXT): $(test_sigaction_OBJECTS) $(test_sigaction_DEPENDENCIES) $(EXTRA_test_sigaction_DEPENDENCIES) 
2097
 
+test-sigaction$(EXEEXT): $(test_sigaction_OBJECTS) $(test_sigaction_DEPENDENCIES) 
2098
 
        @rm -f test-sigaction$(EXEEXT)
2099
 
        $(AM_V_CCLD)$(LINK) $(test_sigaction_OBJECTS) $(test_sigaction_LDADD) $(LIBS)
2100
 
-test-signal$(EXEEXT): $(test_signal_OBJECTS) $(test_signal_DEPENDENCIES) $(EXTRA_test_signal_DEPENDENCIES) 
2101
 
+test-signal$(EXEEXT): $(test_signal_OBJECTS) $(test_signal_DEPENDENCIES) 
2102
 
        @rm -f test-signal$(EXEEXT)
2103
 
        $(AM_V_CCLD)$(LINK) $(test_signal_OBJECTS) $(test_signal_LDADD) $(LIBS)
2104
 
-test-signbit$(EXEEXT): $(test_signbit_OBJECTS) $(test_signbit_DEPENDENCIES) $(EXTRA_test_signbit_DEPENDENCIES) 
2105
 
+test-signbit$(EXEEXT): $(test_signbit_OBJECTS) $(test_signbit_DEPENDENCIES) 
2106
 
        @rm -f test-signbit$(EXEEXT)
2107
 
        $(AM_V_CCLD)$(LINK) $(test_signbit_OBJECTS) $(test_signbit_LDADD) $(LIBS)
2108
 
-test-sigprocmask$(EXEEXT): $(test_sigprocmask_OBJECTS) $(test_sigprocmask_DEPENDENCIES) $(EXTRA_test_sigprocmask_DEPENDENCIES) 
2109
 
+test-sigprocmask$(EXEEXT): $(test_sigprocmask_OBJECTS) $(test_sigprocmask_DEPENDENCIES) 
2110
 
        @rm -f test-sigprocmask$(EXEEXT)
2111
 
        $(AM_V_CCLD)$(LINK) $(test_sigprocmask_OBJECTS) $(test_sigprocmask_LDADD) $(LIBS)
2112
 
-test-sleep$(EXEEXT): $(test_sleep_OBJECTS) $(test_sleep_DEPENDENCIES) $(EXTRA_test_sleep_DEPENDENCIES) 
2113
 
+test-sleep$(EXEEXT): $(test_sleep_OBJECTS) $(test_sleep_DEPENDENCIES) 
2114
 
        @rm -f test-sleep$(EXEEXT)
2115
 
        $(AM_V_CCLD)$(LINK) $(test_sleep_OBJECTS) $(test_sleep_LDADD) $(LIBS)
2116
 
-test-snprintf$(EXEEXT): $(test_snprintf_OBJECTS) $(test_snprintf_DEPENDENCIES) $(EXTRA_test_snprintf_DEPENDENCIES) 
2117
 
+test-snprintf$(EXEEXT): $(test_snprintf_OBJECTS) $(test_snprintf_DEPENDENCIES) 
2118
 
        @rm -f test-snprintf$(EXEEXT)
2119
 
        $(AM_V_CCLD)$(LINK) $(test_snprintf_OBJECTS) $(test_snprintf_LDADD) $(LIBS)
2120
 
-test-sockets$(EXEEXT): $(test_sockets_OBJECTS) $(test_sockets_DEPENDENCIES) $(EXTRA_test_sockets_DEPENDENCIES) 
2121
 
+test-sockets$(EXEEXT): $(test_sockets_OBJECTS) $(test_sockets_DEPENDENCIES) 
2122
 
        @rm -f test-sockets$(EXEEXT)
2123
 
        $(AM_V_CCLD)$(LINK) $(test_sockets_OBJECTS) $(test_sockets_LDADD) $(LIBS)
2124
 
-test-stat$(EXEEXT): $(test_stat_OBJECTS) $(test_stat_DEPENDENCIES) $(EXTRA_test_stat_DEPENDENCIES) 
2125
 
+test-stat$(EXEEXT): $(test_stat_OBJECTS) $(test_stat_DEPENDENCIES) 
2126
 
        @rm -f test-stat$(EXEEXT)
2127
 
        $(AM_V_CCLD)$(LINK) $(test_stat_OBJECTS) $(test_stat_LDADD) $(LIBS)
2128
 
-test-stat-time$(EXEEXT): $(test_stat_time_OBJECTS) $(test_stat_time_DEPENDENCIES) $(EXTRA_test_stat_time_DEPENDENCIES) 
2129
 
+test-stat-time$(EXEEXT): $(test_stat_time_OBJECTS) $(test_stat_time_DEPENDENCIES) 
2130
 
        @rm -f test-stat-time$(EXEEXT)
2131
 
        $(AM_V_CCLD)$(LINK) $(test_stat_time_OBJECTS) $(test_stat_time_LDADD) $(LIBS)
2132
 
-test-stdbool$(EXEEXT): $(test_stdbool_OBJECTS) $(test_stdbool_DEPENDENCIES) $(EXTRA_test_stdbool_DEPENDENCIES) 
2133
 
+test-stdbool$(EXEEXT): $(test_stdbool_OBJECTS) $(test_stdbool_DEPENDENCIES) 
2134
 
        @rm -f test-stdbool$(EXEEXT)
2135
 
        $(AM_V_CCLD)$(LINK) $(test_stdbool_OBJECTS) $(test_stdbool_LDADD) $(LIBS)
2136
 
-test-stddef$(EXEEXT): $(test_stddef_OBJECTS) $(test_stddef_DEPENDENCIES) $(EXTRA_test_stddef_DEPENDENCIES) 
2137
 
+test-stddef$(EXEEXT): $(test_stddef_OBJECTS) $(test_stddef_DEPENDENCIES) 
2138
 
        @rm -f test-stddef$(EXEEXT)
2139
 
        $(AM_V_CCLD)$(LINK) $(test_stddef_OBJECTS) $(test_stddef_LDADD) $(LIBS)
2140
 
-test-stdint$(EXEEXT): $(test_stdint_OBJECTS) $(test_stdint_DEPENDENCIES) $(EXTRA_test_stdint_DEPENDENCIES) 
2141
 
+test-stdint$(EXEEXT): $(test_stdint_OBJECTS) $(test_stdint_DEPENDENCIES) 
2142
 
        @rm -f test-stdint$(EXEEXT)
2143
 
        $(AM_V_CCLD)$(LINK) $(test_stdint_OBJECTS) $(test_stdint_LDADD) $(LIBS)
2144
 
-test-stdio$(EXEEXT): $(test_stdio_OBJECTS) $(test_stdio_DEPENDENCIES) $(EXTRA_test_stdio_DEPENDENCIES) 
2145
 
+test-stdio$(EXEEXT): $(test_stdio_OBJECTS) $(test_stdio_DEPENDENCIES) 
2146
 
        @rm -f test-stdio$(EXEEXT)
2147
 
        $(AM_V_CCLD)$(LINK) $(test_stdio_OBJECTS) $(test_stdio_LDADD) $(LIBS)
2148
 
-test-stdlib$(EXEEXT): $(test_stdlib_OBJECTS) $(test_stdlib_DEPENDENCIES) $(EXTRA_test_stdlib_DEPENDENCIES) 
2149
 
+test-stdlib$(EXEEXT): $(test_stdlib_OBJECTS) $(test_stdlib_DEPENDENCIES) 
2150
 
        @rm -f test-stdlib$(EXEEXT)
2151
 
        $(AM_V_CCLD)$(LINK) $(test_stdlib_OBJECTS) $(test_stdlib_LDADD) $(LIBS)
2152
 
-test-strerror$(EXEEXT): $(test_strerror_OBJECTS) $(test_strerror_DEPENDENCIES) $(EXTRA_test_strerror_DEPENDENCIES) 
2153
 
+test-strerror$(EXEEXT): $(test_strerror_OBJECTS) $(test_strerror_DEPENDENCIES) 
2154
 
        @rm -f test-strerror$(EXEEXT)
2155
 
        $(AM_V_CCLD)$(LINK) $(test_strerror_OBJECTS) $(test_strerror_LDADD) $(LIBS)
2156
 
-test-strerror_r$(EXEEXT): $(test_strerror_r_OBJECTS) $(test_strerror_r_DEPENDENCIES) $(EXTRA_test_strerror_r_DEPENDENCIES) 
2157
 
+test-strerror_r$(EXEEXT): $(test_strerror_r_OBJECTS) $(test_strerror_r_DEPENDENCIES) 
2158
 
        @rm -f test-strerror_r$(EXEEXT)
2159
 
        $(AM_V_CCLD)$(LINK) $(test_strerror_r_OBJECTS) $(test_strerror_r_LDADD) $(LIBS)
2160
 
-test-strftime$(EXEEXT): $(test_strftime_OBJECTS) $(test_strftime_DEPENDENCIES) $(EXTRA_test_strftime_DEPENDENCIES) 
2161
 
+test-strftime$(EXEEXT): $(test_strftime_OBJECTS) $(test_strftime_DEPENDENCIES) 
2162
 
        @rm -f test-strftime$(EXEEXT)
2163
 
        $(AM_V_CCLD)$(LINK) $(test_strftime_OBJECTS) $(test_strftime_LDADD) $(LIBS)
2164
 
-test-striconv$(EXEEXT): $(test_striconv_OBJECTS) $(test_striconv_DEPENDENCIES) $(EXTRA_test_striconv_DEPENDENCIES) 
2165
 
+test-striconv$(EXEEXT): $(test_striconv_OBJECTS) $(test_striconv_DEPENDENCIES) 
2166
 
        @rm -f test-striconv$(EXEEXT)
2167
 
        $(AM_V_CCLD)$(LINK) $(test_striconv_OBJECTS) $(test_striconv_LDADD) $(LIBS)
2168
 
-test-string$(EXEEXT): $(test_string_OBJECTS) $(test_string_DEPENDENCIES) $(EXTRA_test_string_DEPENDENCIES) 
2169
 
+test-string$(EXEEXT): $(test_string_OBJECTS) $(test_string_DEPENDENCIES) 
2170
 
        @rm -f test-string$(EXEEXT)
2171
 
        $(AM_V_CCLD)$(LINK) $(test_string_OBJECTS) $(test_string_LDADD) $(LIBS)
2172
 
-test-strnlen$(EXEEXT): $(test_strnlen_OBJECTS) $(test_strnlen_DEPENDENCIES) $(EXTRA_test_strnlen_DEPENDENCIES) 
2173
 
+test-strnlen$(EXEEXT): $(test_strnlen_OBJECTS) $(test_strnlen_DEPENDENCIES) 
2174
 
        @rm -f test-strnlen$(EXEEXT)
2175
 
        $(AM_V_CCLD)$(LINK) $(test_strnlen_OBJECTS) $(test_strnlen_LDADD) $(LIBS)
2176
 
-test-strsignal$(EXEEXT): $(test_strsignal_OBJECTS) $(test_strsignal_DEPENDENCIES) $(EXTRA_test_strsignal_DEPENDENCIES) 
2177
 
+test-strsignal$(EXEEXT): $(test_strsignal_OBJECTS) $(test_strsignal_DEPENDENCIES) 
2178
 
        @rm -f test-strsignal$(EXEEXT)
2179
 
        $(AM_V_CCLD)$(LINK) $(test_strsignal_OBJECTS) $(test_strsignal_LDADD) $(LIBS)
2180
 
-test-strtod$(EXEEXT): $(test_strtod_OBJECTS) $(test_strtod_DEPENDENCIES) $(EXTRA_test_strtod_DEPENDENCIES) 
2181
 
+test-strtod$(EXEEXT): $(test_strtod_OBJECTS) $(test_strtod_DEPENDENCIES) 
2182
 
        @rm -f test-strtod$(EXEEXT)
2183
 
        $(AM_V_CCLD)$(LINK) $(test_strtod_OBJECTS) $(test_strtod_LDADD) $(LIBS)
2184
 
-test-strtoimax$(EXEEXT): $(test_strtoimax_OBJECTS) $(test_strtoimax_DEPENDENCIES) $(EXTRA_test_strtoimax_DEPENDENCIES) 
2185
 
+test-strtoimax$(EXEEXT): $(test_strtoimax_OBJECTS) $(test_strtoimax_DEPENDENCIES) 
2186
 
        @rm -f test-strtoimax$(EXEEXT)
2187
 
        $(AM_V_CCLD)$(LINK) $(test_strtoimax_OBJECTS) $(test_strtoimax_LDADD) $(LIBS)
2188
 
-test-strtoumax$(EXEEXT): $(test_strtoumax_OBJECTS) $(test_strtoumax_DEPENDENCIES) $(EXTRA_test_strtoumax_DEPENDENCIES) 
2189
 
+test-strtoumax$(EXEEXT): $(test_strtoumax_OBJECTS) $(test_strtoumax_DEPENDENCIES) 
2190
 
        @rm -f test-strtoumax$(EXEEXT)
2191
 
        $(AM_V_CCLD)$(LINK) $(test_strtoumax_OBJECTS) $(test_strtoumax_LDADD) $(LIBS)
2192
 
-test-symlink$(EXEEXT): $(test_symlink_OBJECTS) $(test_symlink_DEPENDENCIES) $(EXTRA_test_symlink_DEPENDENCIES) 
2193
 
+test-symlink$(EXEEXT): $(test_symlink_OBJECTS) $(test_symlink_DEPENDENCIES) 
2194
 
        @rm -f test-symlink$(EXEEXT)
2195
 
        $(AM_V_CCLD)$(LINK) $(test_symlink_OBJECTS) $(test_symlink_LDADD) $(LIBS)
2196
 
-test-symlinkat$(EXEEXT): $(test_symlinkat_OBJECTS) $(test_symlinkat_DEPENDENCIES) $(EXTRA_test_symlinkat_DEPENDENCIES) 
2197
 
+test-symlinkat$(EXEEXT): $(test_symlinkat_OBJECTS) $(test_symlinkat_DEPENDENCIES) 
2198
 
        @rm -f test-symlinkat$(EXEEXT)
2199
 
        $(AM_V_CCLD)$(LINK) $(test_symlinkat_OBJECTS) $(test_symlinkat_LDADD) $(LIBS)
2200
 
-test-sys_ioctl$(EXEEXT): $(test_sys_ioctl_OBJECTS) $(test_sys_ioctl_DEPENDENCIES) $(EXTRA_test_sys_ioctl_DEPENDENCIES) 
2201
 
+test-sys_ioctl$(EXEEXT): $(test_sys_ioctl_OBJECTS) $(test_sys_ioctl_DEPENDENCIES) 
2202
 
        @rm -f test-sys_ioctl$(EXEEXT)
2203
 
        $(AM_V_CCLD)$(LINK) $(test_sys_ioctl_OBJECTS) $(test_sys_ioctl_LDADD) $(LIBS)
2204
 
-test-sys_select$(EXEEXT): $(test_sys_select_OBJECTS) $(test_sys_select_DEPENDENCIES) $(EXTRA_test_sys_select_DEPENDENCIES) 
2205
 
+test-sys_select$(EXEEXT): $(test_sys_select_OBJECTS) $(test_sys_select_DEPENDENCIES) 
2206
 
        @rm -f test-sys_select$(EXEEXT)
2207
 
        $(AM_V_CCLD)$(LINK) $(test_sys_select_OBJECTS) $(test_sys_select_LDADD) $(LIBS)
2208
 
-test-sys_socket$(EXEEXT): $(test_sys_socket_OBJECTS) $(test_sys_socket_DEPENDENCIES) $(EXTRA_test_sys_socket_DEPENDENCIES) 
2209
 
+test-sys_socket$(EXEEXT): $(test_sys_socket_OBJECTS) $(test_sys_socket_DEPENDENCIES) 
2210
 
        @rm -f test-sys_socket$(EXEEXT)
2211
 
        $(AM_V_CCLD)$(LINK) $(test_sys_socket_OBJECTS) $(test_sys_socket_LDADD) $(LIBS)
2212
 
-test-sys_stat$(EXEEXT): $(test_sys_stat_OBJECTS) $(test_sys_stat_DEPENDENCIES) $(EXTRA_test_sys_stat_DEPENDENCIES) 
2213
 
+test-sys_stat$(EXEEXT): $(test_sys_stat_OBJECTS) $(test_sys_stat_DEPENDENCIES) 
2214
 
        @rm -f test-sys_stat$(EXEEXT)
2215
 
        $(AM_V_CCLD)$(LINK) $(test_sys_stat_OBJECTS) $(test_sys_stat_LDADD) $(LIBS)
2216
 
-test-sys_time$(EXEEXT): $(test_sys_time_OBJECTS) $(test_sys_time_DEPENDENCIES) $(EXTRA_test_sys_time_DEPENDENCIES) 
2217
 
+test-sys_time$(EXEEXT): $(test_sys_time_OBJECTS) $(test_sys_time_DEPENDENCIES) 
2218
 
        @rm -f test-sys_time$(EXEEXT)
2219
 
        $(AM_V_CCLD)$(LINK) $(test_sys_time_OBJECTS) $(test_sys_time_LDADD) $(LIBS)
2220
 
-test-sys_uio$(EXEEXT): $(test_sys_uio_OBJECTS) $(test_sys_uio_DEPENDENCIES) $(EXTRA_test_sys_uio_DEPENDENCIES) 
2221
 
+test-sys_uio$(EXEEXT): $(test_sys_uio_OBJECTS) $(test_sys_uio_DEPENDENCIES) 
2222
 
        @rm -f test-sys_uio$(EXEEXT)
2223
 
        $(AM_V_CCLD)$(LINK) $(test_sys_uio_OBJECTS) $(test_sys_uio_LDADD) $(LIBS)
2224
 
-test-sys_utsname$(EXEEXT): $(test_sys_utsname_OBJECTS) $(test_sys_utsname_DEPENDENCIES) $(EXTRA_test_sys_utsname_DEPENDENCIES) 
2225
 
+test-sys_utsname$(EXEEXT): $(test_sys_utsname_OBJECTS) $(test_sys_utsname_DEPENDENCIES) 
2226
 
        @rm -f test-sys_utsname$(EXEEXT)
2227
 
        $(AM_V_CCLD)$(LINK) $(test_sys_utsname_OBJECTS) $(test_sys_utsname_LDADD) $(LIBS)
2228
 
-test-sys_wait$(EXEEXT): $(test_sys_wait_OBJECTS) $(test_sys_wait_DEPENDENCIES) $(EXTRA_test_sys_wait_DEPENDENCIES) 
2229
 
+test-sys_wait$(EXEEXT): $(test_sys_wait_OBJECTS) $(test_sys_wait_DEPENDENCIES) 
2230
 
        @rm -f test-sys_wait$(EXEEXT)
2231
 
        $(AM_V_CCLD)$(LINK) $(test_sys_wait_OBJECTS) $(test_sys_wait_LDADD) $(LIBS)
2232
 
-test-termios$(EXEEXT): $(test_termios_OBJECTS) $(test_termios_DEPENDENCIES) $(EXTRA_test_termios_DEPENDENCIES) 
2233
 
+test-termios$(EXEEXT): $(test_termios_OBJECTS) $(test_termios_DEPENDENCIES) 
2234
 
        @rm -f test-termios$(EXEEXT)
2235
 
        $(AM_V_CCLD)$(LINK) $(test_termios_OBJECTS) $(test_termios_LDADD) $(LIBS)
2236
 
-test-thread_create$(EXEEXT): $(test_thread_create_OBJECTS) $(test_thread_create_DEPENDENCIES) $(EXTRA_test_thread_create_DEPENDENCIES) 
2237
 
+test-thread_create$(EXEEXT): $(test_thread_create_OBJECTS) $(test_thread_create_DEPENDENCIES) 
2238
 
        @rm -f test-thread_create$(EXEEXT)
2239
 
        $(AM_V_CCLD)$(LINK) $(test_thread_create_OBJECTS) $(test_thread_create_LDADD) $(LIBS)
2240
 
-test-thread_self$(EXEEXT): $(test_thread_self_OBJECTS) $(test_thread_self_DEPENDENCIES) $(EXTRA_test_thread_self_DEPENDENCIES) 
2241
 
+test-thread_self$(EXEEXT): $(test_thread_self_OBJECTS) $(test_thread_self_DEPENDENCIES) 
2242
 
        @rm -f test-thread_self$(EXEEXT)
2243
 
        $(AM_V_CCLD)$(LINK) $(test_thread_self_OBJECTS) $(test_thread_self_LDADD) $(LIBS)
2244
 
-test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) $(EXTRA_test_time_DEPENDENCIES) 
2245
 
+test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) 
2246
 
        @rm -f test-time$(EXEEXT)
2247
 
        $(AM_V_CCLD)$(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS)
2248
 
-test-tls$(EXEEXT): $(test_tls_OBJECTS) $(test_tls_DEPENDENCIES) $(EXTRA_test_tls_DEPENDENCIES) 
2249
 
+test-tls$(EXEEXT): $(test_tls_OBJECTS) $(test_tls_DEPENDENCIES) 
2250
 
        @rm -f test-tls$(EXEEXT)
2251
 
        $(AM_V_CCLD)$(test_tls_LINK) $(test_tls_OBJECTS) $(test_tls_LDADD) $(LIBS)
2252
 
-test-u64$(EXEEXT): $(test_u64_OBJECTS) $(test_u64_DEPENDENCIES) $(EXTRA_test_u64_DEPENDENCIES) 
2253
 
+test-u64$(EXEEXT): $(test_u64_OBJECTS) $(test_u64_DEPENDENCIES) 
2254
 
        @rm -f test-u64$(EXEEXT)
2255
 
        $(AM_V_CCLD)$(LINK) $(test_u64_OBJECTS) $(test_u64_LDADD) $(LIBS)
2256
 
 unistr/$(am__dirstamp):
2257
 
@@ -3952,12 +3913,12 @@
2258
 
        @: > unistr/$(DEPDIR)/$(am__dirstamp)
2259
 
 unistr/test-u8-mbtoucr.$(OBJEXT): unistr/$(am__dirstamp) \
2260
 
        unistr/$(DEPDIR)/$(am__dirstamp)
2261
 
-test-u8-mbtoucr$(EXEEXT): $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_DEPENDENCIES) $(EXTRA_test_u8_mbtoucr_DEPENDENCIES) 
2262
 
+test-u8-mbtoucr$(EXEEXT): $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_DEPENDENCIES) 
2263
 
        @rm -f test-u8-mbtoucr$(EXEEXT)
2264
 
        $(AM_V_CCLD)$(LINK) $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_LDADD) $(LIBS)
2265
 
 unistr/test-u8-uctomb.$(OBJEXT): unistr/$(am__dirstamp) \
2266
 
        unistr/$(DEPDIR)/$(am__dirstamp)
2267
 
-test-u8-uctomb$(EXEEXT): $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_DEPENDENCIES) $(EXTRA_test_u8_uctomb_DEPENDENCIES) 
2268
 
+test-u8-uctomb$(EXEEXT): $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_DEPENDENCIES) 
2269
 
        @rm -f test-u8-uctomb$(EXEEXT)
2270
 
        $(AM_V_CCLD)$(LINK) $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_LDADD) $(LIBS)
2271
 
 uniwidth/$(am__dirstamp):
2272
 
@@ -3968,102 +3929,102 @@
2273
 
        @: > uniwidth/$(DEPDIR)/$(am__dirstamp)
2274
 
 uniwidth/test-uc_width.$(OBJEXT): uniwidth/$(am__dirstamp) \
2275
 
        uniwidth/$(DEPDIR)/$(am__dirstamp)
2276
 
-test-uc_width$(EXEEXT): $(test_uc_width_OBJECTS) $(test_uc_width_DEPENDENCIES) $(EXTRA_test_uc_width_DEPENDENCIES) 
2277
 
+test-uc_width$(EXEEXT): $(test_uc_width_OBJECTS) $(test_uc_width_DEPENDENCIES) 
2278
 
        @rm -f test-uc_width$(EXEEXT)
2279
 
        $(AM_V_CCLD)$(LINK) $(test_uc_width_OBJECTS) $(test_uc_width_LDADD) $(LIBS)
2280
 
 uniwidth/test-uc_width2.$(OBJEXT): uniwidth/$(am__dirstamp) \
2281
 
        uniwidth/$(DEPDIR)/$(am__dirstamp)
2282
 
-test-uc_width2$(EXEEXT): $(test_uc_width2_OBJECTS) $(test_uc_width2_DEPENDENCIES) $(EXTRA_test_uc_width2_DEPENDENCIES) 
2283
 
+test-uc_width2$(EXEEXT): $(test_uc_width2_OBJECTS) $(test_uc_width2_DEPENDENCIES) 
2284
 
        @rm -f test-uc_width2$(EXEEXT)
2285
 
        $(AM_V_CCLD)$(LINK) $(test_uc_width2_OBJECTS) $(test_uc_width2_LDADD) $(LIBS)
2286
 
-test-uname$(EXEEXT): $(test_uname_OBJECTS) $(test_uname_DEPENDENCIES) $(EXTRA_test_uname_DEPENDENCIES) 
2287
 
+test-uname$(EXEEXT): $(test_uname_OBJECTS) $(test_uname_DEPENDENCIES) 
2288
 
        @rm -f test-uname$(EXEEXT)
2289
 
        $(AM_V_CCLD)$(LINK) $(test_uname_OBJECTS) $(test_uname_LDADD) $(LIBS)
2290
 
-test-unistd$(EXEEXT): $(test_unistd_OBJECTS) $(test_unistd_DEPENDENCIES) $(EXTRA_test_unistd_DEPENDENCIES) 
2291
 
+test-unistd$(EXEEXT): $(test_unistd_OBJECTS) $(test_unistd_DEPENDENCIES) 
2292
 
        @rm -f test-unistd$(EXEEXT)
2293
 
        $(AM_V_CCLD)$(LINK) $(test_unistd_OBJECTS) $(test_unistd_LDADD) $(LIBS)
2294
 
-test-unlink$(EXEEXT): $(test_unlink_OBJECTS) $(test_unlink_DEPENDENCIES) $(EXTRA_test_unlink_DEPENDENCIES) 
2295
 
+test-unlink$(EXEEXT): $(test_unlink_OBJECTS) $(test_unlink_DEPENDENCIES) 
2296
 
        @rm -f test-unlink$(EXEEXT)
2297
 
        $(AM_V_CCLD)$(LINK) $(test_unlink_OBJECTS) $(test_unlink_LDADD) $(LIBS)
2298
 
-test-unlinkat$(EXEEXT): $(test_unlinkat_OBJECTS) $(test_unlinkat_DEPENDENCIES) $(EXTRA_test_unlinkat_DEPENDENCIES) 
2299
 
+test-unlinkat$(EXEEXT): $(test_unlinkat_OBJECTS) $(test_unlinkat_DEPENDENCIES) 
2300
 
        @rm -f test-unlinkat$(EXEEXT)
2301
 
        $(AM_V_CCLD)$(LINK) $(test_unlinkat_OBJECTS) $(test_unlinkat_LDADD) $(LIBS)
2302
 
-test-unsetenv$(EXEEXT): $(test_unsetenv_OBJECTS) $(test_unsetenv_DEPENDENCIES) $(EXTRA_test_unsetenv_DEPENDENCIES) 
2303
 
+test-unsetenv$(EXEEXT): $(test_unsetenv_OBJECTS) $(test_unsetenv_DEPENDENCIES) 
2304
 
        @rm -f test-unsetenv$(EXEEXT)
2305
 
        $(AM_V_CCLD)$(LINK) $(test_unsetenv_OBJECTS) $(test_unsetenv_LDADD) $(LIBS)
2306
 
-test-userspec$(EXEEXT): $(test_userspec_OBJECTS) $(test_userspec_DEPENDENCIES) $(EXTRA_test_userspec_DEPENDENCIES) 
2307
 
+test-userspec$(EXEEXT): $(test_userspec_OBJECTS) $(test_userspec_DEPENDENCIES) 
2308
 
        @rm -f test-userspec$(EXEEXT)
2309
 
        $(AM_V_CCLD)$(LINK) $(test_userspec_OBJECTS) $(test_userspec_LDADD) $(LIBS)
2310
 
-test-usleep$(EXEEXT): $(test_usleep_OBJECTS) $(test_usleep_DEPENDENCIES) $(EXTRA_test_usleep_DEPENDENCIES) 
2311
 
+test-usleep$(EXEEXT): $(test_usleep_OBJECTS) $(test_usleep_DEPENDENCIES) 
2312
 
        @rm -f test-usleep$(EXEEXT)
2313
 
        $(AM_V_CCLD)$(LINK) $(test_usleep_OBJECTS) $(test_usleep_LDADD) $(LIBS)
2314
 
-test-utimens$(EXEEXT): $(test_utimens_OBJECTS) $(test_utimens_DEPENDENCIES) $(EXTRA_test_utimens_DEPENDENCIES) 
2315
 
+test-utimens$(EXEEXT): $(test_utimens_OBJECTS) $(test_utimens_DEPENDENCIES) 
2316
 
        @rm -f test-utimens$(EXEEXT)
2317
 
        $(AM_V_CCLD)$(LINK) $(test_utimens_OBJECTS) $(test_utimens_LDADD) $(LIBS)
2318
 
-test-utimensat$(EXEEXT): $(test_utimensat_OBJECTS) $(test_utimensat_DEPENDENCIES) $(EXTRA_test_utimensat_DEPENDENCIES) 
2319
 
+test-utimensat$(EXEEXT): $(test_utimensat_OBJECTS) $(test_utimensat_DEPENDENCIES) 
2320
 
        @rm -f test-utimensat$(EXEEXT)
2321
 
        $(AM_V_CCLD)$(LINK) $(test_utimensat_OBJECTS) $(test_utimensat_LDADD) $(LIBS)
2322
 
-test-vasnprintf$(EXEEXT): $(test_vasnprintf_OBJECTS) $(test_vasnprintf_DEPENDENCIES) $(EXTRA_test_vasnprintf_DEPENDENCIES) 
2323
 
+test-vasnprintf$(EXEEXT): $(test_vasnprintf_OBJECTS) $(test_vasnprintf_DEPENDENCIES) 
2324
 
        @rm -f test-vasnprintf$(EXEEXT)
2325
 
        $(AM_V_CCLD)$(LINK) $(test_vasnprintf_OBJECTS) $(test_vasnprintf_LDADD) $(LIBS)
2326
 
-test-vasprintf$(EXEEXT): $(test_vasprintf_OBJECTS) $(test_vasprintf_DEPENDENCIES) $(EXTRA_test_vasprintf_DEPENDENCIES) 
2327
 
+test-vasprintf$(EXEEXT): $(test_vasprintf_OBJECTS) $(test_vasprintf_DEPENDENCIES) 
2328
 
        @rm -f test-vasprintf$(EXEEXT)
2329
 
        $(AM_V_CCLD)$(LINK) $(test_vasprintf_OBJECTS) $(test_vasprintf_LDADD) $(LIBS)
2330
 
-test-vasprintf-posix$(EXEEXT): $(test_vasprintf_posix_OBJECTS) $(test_vasprintf_posix_DEPENDENCIES) $(EXTRA_test_vasprintf_posix_DEPENDENCIES) 
2331
 
+test-vasprintf-posix$(EXEEXT): $(test_vasprintf_posix_OBJECTS) $(test_vasprintf_posix_DEPENDENCIES) 
2332
 
        @rm -f test-vasprintf-posix$(EXEEXT)
2333
 
        $(AM_V_CCLD)$(LINK) $(test_vasprintf_posix_OBJECTS) $(test_vasprintf_posix_LDADD) $(LIBS)
2334
 
-test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) $(EXTRA_test_verify_DEPENDENCIES) 
2335
 
+test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) 
2336
 
        @rm -f test-verify$(EXEEXT)
2337
 
        $(AM_V_CCLD)$(LINK) $(test_verify_OBJECTS) $(test_verify_LDADD) $(LIBS)
2338
 
-test-version-etc$(EXEEXT): $(test_version_etc_OBJECTS) $(test_version_etc_DEPENDENCIES) $(EXTRA_test_version_etc_DEPENDENCIES) 
2339
 
+test-version-etc$(EXEEXT): $(test_version_etc_OBJECTS) $(test_version_etc_DEPENDENCIES) 
2340
 
        @rm -f test-version-etc$(EXEEXT)
2341
 
        $(AM_V_CCLD)$(LINK) $(test_version_etc_OBJECTS) $(test_version_etc_LDADD) $(LIBS)
2342
 
-test-vfprintf-posix$(EXEEXT): $(test_vfprintf_posix_OBJECTS) $(test_vfprintf_posix_DEPENDENCIES) $(EXTRA_test_vfprintf_posix_DEPENDENCIES) 
2343
 
+test-vfprintf-posix$(EXEEXT): $(test_vfprintf_posix_OBJECTS) $(test_vfprintf_posix_DEPENDENCIES) 
2344
 
        @rm -f test-vfprintf-posix$(EXEEXT)
2345
 
        $(AM_V_CCLD)$(LINK) $(test_vfprintf_posix_OBJECTS) $(test_vfprintf_posix_LDADD) $(LIBS)
2346
 
-test-vprintf-posix$(EXEEXT): $(test_vprintf_posix_OBJECTS) $(test_vprintf_posix_DEPENDENCIES) $(EXTRA_test_vprintf_posix_DEPENDENCIES) 
2347
 
+test-vprintf-posix$(EXEEXT): $(test_vprintf_posix_OBJECTS) $(test_vprintf_posix_DEPENDENCIES) 
2348
 
        @rm -f test-vprintf-posix$(EXEEXT)
2349
 
        $(AM_V_CCLD)$(LINK) $(test_vprintf_posix_OBJECTS) $(test_vprintf_posix_LDADD) $(LIBS)
2350
 
-test-wchar$(EXEEXT): $(test_wchar_OBJECTS) $(test_wchar_DEPENDENCIES) $(EXTRA_test_wchar_DEPENDENCIES) 
2351
 
+test-wchar$(EXEEXT): $(test_wchar_OBJECTS) $(test_wchar_DEPENDENCIES) 
2352
 
        @rm -f test-wchar$(EXEEXT)
2353
 
        $(AM_V_CCLD)$(LINK) $(test_wchar_OBJECTS) $(test_wchar_LDADD) $(LIBS)
2354
 
-test-wcrtomb$(EXEEXT): $(test_wcrtomb_OBJECTS) $(test_wcrtomb_DEPENDENCIES) $(EXTRA_test_wcrtomb_DEPENDENCIES) 
2355
 
+test-wcrtomb$(EXEEXT): $(test_wcrtomb_OBJECTS) $(test_wcrtomb_DEPENDENCIES) 
2356
 
        @rm -f test-wcrtomb$(EXEEXT)
2357
 
        $(AM_V_CCLD)$(LINK) $(test_wcrtomb_OBJECTS) $(test_wcrtomb_LDADD) $(LIBS)
2358
 
-test-wcrtomb-w32$(EXEEXT): $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_DEPENDENCIES) $(EXTRA_test_wcrtomb_w32_DEPENDENCIES) 
2359
 
+test-wcrtomb-w32$(EXEEXT): $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_DEPENDENCIES) 
2360
 
        @rm -f test-wcrtomb-w32$(EXEEXT)
2361
 
        $(AM_V_CCLD)$(LINK) $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_LDADD) $(LIBS)
2362
 
-test-wctype-h$(EXEEXT): $(test_wctype_h_OBJECTS) $(test_wctype_h_DEPENDENCIES) $(EXTRA_test_wctype_h_DEPENDENCIES) 
2363
 
+test-wctype-h$(EXEEXT): $(test_wctype_h_OBJECTS) $(test_wctype_h_DEPENDENCIES) 
2364
 
        @rm -f test-wctype-h$(EXEEXT)
2365
 
        $(AM_V_CCLD)$(LINK) $(test_wctype_h_OBJECTS) $(test_wctype_h_LDADD) $(LIBS)
2366
 
-test-wcwidth$(EXEEXT): $(test_wcwidth_OBJECTS) $(test_wcwidth_DEPENDENCIES) $(EXTRA_test_wcwidth_DEPENDENCIES) 
2367
 
+test-wcwidth$(EXEEXT): $(test_wcwidth_OBJECTS) $(test_wcwidth_DEPENDENCIES) 
2368
 
        @rm -f test-wcwidth$(EXEEXT)
2369
 
        $(AM_V_CCLD)$(LINK) $(test_wcwidth_OBJECTS) $(test_wcwidth_LDADD) $(LIBS)
2370
 
-test-xalloc-die$(EXEEXT): $(test_xalloc_die_OBJECTS) $(test_xalloc_die_DEPENDENCIES) $(EXTRA_test_xalloc_die_DEPENDENCIES) 
2371
 
+test-xalloc-die$(EXEEXT): $(test_xalloc_die_OBJECTS) $(test_xalloc_die_DEPENDENCIES) 
2372
 
        @rm -f test-xalloc-die$(EXEEXT)
2373
 
        $(AM_V_CCLD)$(LINK) $(test_xalloc_die_OBJECTS) $(test_xalloc_die_LDADD) $(LIBS)
2374
 
-test-xfprintf-posix$(EXEEXT): $(test_xfprintf_posix_OBJECTS) $(test_xfprintf_posix_DEPENDENCIES) $(EXTRA_test_xfprintf_posix_DEPENDENCIES) 
2375
 
+test-xfprintf-posix$(EXEEXT): $(test_xfprintf_posix_OBJECTS) $(test_xfprintf_posix_DEPENDENCIES) 
2376
 
        @rm -f test-xfprintf-posix$(EXEEXT)
2377
 
        $(AM_V_CCLD)$(LINK) $(test_xfprintf_posix_OBJECTS) $(test_xfprintf_posix_LDADD) $(LIBS)
2378
 
-test-xprintf-posix$(EXEEXT): $(test_xprintf_posix_OBJECTS) $(test_xprintf_posix_DEPENDENCIES) $(EXTRA_test_xprintf_posix_DEPENDENCIES) 
2379
 
+test-xprintf-posix$(EXEEXT): $(test_xprintf_posix_OBJECTS) $(test_xprintf_posix_DEPENDENCIES) 
2380
 
        @rm -f test-xprintf-posix$(EXEEXT)
2381
 
        $(AM_V_CCLD)$(LINK) $(test_xprintf_posix_OBJECTS) $(test_xprintf_posix_LDADD) $(LIBS)
2382
 
-test-xstrtoimax$(EXEEXT): $(test_xstrtoimax_OBJECTS) $(test_xstrtoimax_DEPENDENCIES) $(EXTRA_test_xstrtoimax_DEPENDENCIES) 
2383
 
+test-xstrtoimax$(EXEEXT): $(test_xstrtoimax_OBJECTS) $(test_xstrtoimax_DEPENDENCIES) 
2384
 
        @rm -f test-xstrtoimax$(EXEEXT)
2385
 
        $(AM_V_CCLD)$(LINK) $(test_xstrtoimax_OBJECTS) $(test_xstrtoimax_LDADD) $(LIBS)
2386
 
-test-xstrtol$(EXEEXT): $(test_xstrtol_OBJECTS) $(test_xstrtol_DEPENDENCIES) $(EXTRA_test_xstrtol_DEPENDENCIES) 
2387
 
+test-xstrtol$(EXEEXT): $(test_xstrtol_OBJECTS) $(test_xstrtol_DEPENDENCIES) 
2388
 
        @rm -f test-xstrtol$(EXEEXT)
2389
 
        $(AM_V_CCLD)$(LINK) $(test_xstrtol_OBJECTS) $(test_xstrtol_LDADD) $(LIBS)
2390
 
-test-xstrtoul$(EXEEXT): $(test_xstrtoul_OBJECTS) $(test_xstrtoul_DEPENDENCIES) $(EXTRA_test_xstrtoul_DEPENDENCIES) 
2391
 
+test-xstrtoul$(EXEEXT): $(test_xstrtoul_OBJECTS) $(test_xstrtoul_DEPENDENCIES) 
2392
 
        @rm -f test-xstrtoul$(EXEEXT)
2393
 
        $(AM_V_CCLD)$(LINK) $(test_xstrtoul_OBJECTS) $(test_xstrtoul_LDADD) $(LIBS)
2394
 
-test-xstrtoumax$(EXEEXT): $(test_xstrtoumax_OBJECTS) $(test_xstrtoumax_DEPENDENCIES) $(EXTRA_test_xstrtoumax_DEPENDENCIES) 
2395
 
+test-xstrtoumax$(EXEEXT): $(test_xstrtoumax_OBJECTS) $(test_xstrtoumax_DEPENDENCIES) 
2396
 
        @rm -f test-xstrtoumax$(EXEEXT)
2397
 
        $(AM_V_CCLD)$(LINK) $(test_xstrtoumax_OBJECTS) $(test_xstrtoumax_LDADD) $(LIBS)
2398
 
-test-xvasprintf$(EXEEXT): $(test_xvasprintf_OBJECTS) $(test_xvasprintf_DEPENDENCIES) $(EXTRA_test_xvasprintf_DEPENDENCIES) 
2399
 
+test-xvasprintf$(EXEEXT): $(test_xvasprintf_OBJECTS) $(test_xvasprintf_DEPENDENCIES) 
2400
 
        @rm -f test-xvasprintf$(EXEEXT)
2401
 
        $(AM_V_CCLD)$(test_xvasprintf_LINK) $(test_xvasprintf_OBJECTS) $(test_xvasprintf_LDADD) $(LIBS)
2402
 
-test-yesno$(EXEEXT): $(test_yesno_OBJECTS) $(test_yesno_DEPENDENCIES) $(EXTRA_test_yesno_DEPENDENCIES) 
2403
 
+test-yesno$(EXEEXT): $(test_yesno_OBJECTS) $(test_yesno_DEPENDENCIES) 
2404
 
        @rm -f test-yesno$(EXEEXT)
2405
 
        $(AM_V_CCLD)$(LINK) $(test_yesno_OBJECTS) $(test_yesno_LDADD) $(LIBS)
2406
 
 
2407
 
@@ -4340,59 +4301,67 @@
2408
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
2409
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2410
 
 @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
2411
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2412
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2413
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2414
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2415
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2416
 
+@am__fastdepCC_FALSE@  $(COMPILE) -c -o $@ $<
2417
 
 
2418
 
 .c.obj:
2419
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
2420
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2421
 
 @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
2422
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2423
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2424
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2425
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2426
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2427
 
+@am__fastdepCC_FALSE@  $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2428
 
 
2429
 
 test_lock-test-lock.o: test-lock.c
2430
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_lock_CFLAGS) $(CFLAGS) -MT test_lock-test-lock.o -MD -MP -MF $(DEPDIR)/test_lock-test-lock.Tpo -c -o test_lock-test-lock.o `test -f 'test-lock.c' || echo '$(srcdir)/'`test-lock.c
2431
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test_lock-test-lock.Tpo $(DEPDIR)/test_lock-test-lock.Po
2432
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='test-lock.c' object='test_lock-test-lock.o' libtool=no @AMDEPBACKSLASH@
2433
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2434
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='test-lock.c' object='test_lock-test-lock.o' libtool=no @AMDEPBACKSLASH@
2435
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2436
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_lock_CFLAGS) $(CFLAGS) -c -o test_lock-test-lock.o `test -f 'test-lock.c' || echo '$(srcdir)/'`test-lock.c
2437
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_lock_CFLAGS) $(CFLAGS) -c -o test_lock-test-lock.o `test -f 'test-lock.c' || echo '$(srcdir)/'`test-lock.c
2438
 
 
2439
 
 test_lock-test-lock.obj: test-lock.c
2440
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_lock_CFLAGS) $(CFLAGS) -MT test_lock-test-lock.obj -MD -MP -MF $(DEPDIR)/test_lock-test-lock.Tpo -c -o test_lock-test-lock.obj `if test -f 'test-lock.c'; then $(CYGPATH_W) 'test-lock.c'; else $(CYGPATH_W) '$(srcdir)/test-lock.c'; fi`
2441
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test_lock-test-lock.Tpo $(DEPDIR)/test_lock-test-lock.Po
2442
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='test-lock.c' object='test_lock-test-lock.obj' libtool=no @AMDEPBACKSLASH@
2443
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2444
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='test-lock.c' object='test_lock-test-lock.obj' libtool=no @AMDEPBACKSLASH@
2445
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2446
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_lock_CFLAGS) $(CFLAGS) -c -o test_lock-test-lock.obj `if test -f 'test-lock.c'; then $(CYGPATH_W) 'test-lock.c'; else $(CYGPATH_W) '$(srcdir)/test-lock.c'; fi`
2447
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_lock_CFLAGS) $(CFLAGS) -c -o test_lock-test-lock.obj `if test -f 'test-lock.c'; then $(CYGPATH_W) 'test-lock.c'; else $(CYGPATH_W) '$(srcdir)/test-lock.c'; fi`
2448
 
 
2449
 
 test_tls-test-tls.o: test-tls.c
2450
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_tls_CFLAGS) $(CFLAGS) -MT test_tls-test-tls.o -MD -MP -MF $(DEPDIR)/test_tls-test-tls.Tpo -c -o test_tls-test-tls.o `test -f 'test-tls.c' || echo '$(srcdir)/'`test-tls.c
2451
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test_tls-test-tls.Tpo $(DEPDIR)/test_tls-test-tls.Po
2452
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='test-tls.c' object='test_tls-test-tls.o' libtool=no @AMDEPBACKSLASH@
2453
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2454
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='test-tls.c' object='test_tls-test-tls.o' libtool=no @AMDEPBACKSLASH@
2455
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2456
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_tls_CFLAGS) $(CFLAGS) -c -o test_tls-test-tls.o `test -f 'test-tls.c' || echo '$(srcdir)/'`test-tls.c
2457
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_tls_CFLAGS) $(CFLAGS) -c -o test_tls-test-tls.o `test -f 'test-tls.c' || echo '$(srcdir)/'`test-tls.c
2458
 
 
2459
 
 test_tls-test-tls.obj: test-tls.c
2460
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_tls_CFLAGS) $(CFLAGS) -MT test_tls-test-tls.obj -MD -MP -MF $(DEPDIR)/test_tls-test-tls.Tpo -c -o test_tls-test-tls.obj `if test -f 'test-tls.c'; then $(CYGPATH_W) 'test-tls.c'; else $(CYGPATH_W) '$(srcdir)/test-tls.c'; fi`
2461
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test_tls-test-tls.Tpo $(DEPDIR)/test_tls-test-tls.Po
2462
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='test-tls.c' object='test_tls-test-tls.obj' libtool=no @AMDEPBACKSLASH@
2463
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2464
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='test-tls.c' object='test_tls-test-tls.obj' libtool=no @AMDEPBACKSLASH@
2465
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2466
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_tls_CFLAGS) $(CFLAGS) -c -o test_tls-test-tls.obj `if test -f 'test-tls.c'; then $(CYGPATH_W) 'test-tls.c'; else $(CYGPATH_W) '$(srcdir)/test-tls.c'; fi`
2467
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_tls_CFLAGS) $(CFLAGS) -c -o test_tls-test-tls.obj `if test -f 'test-tls.c'; then $(CYGPATH_W) 'test-tls.c'; else $(CYGPATH_W) '$(srcdir)/test-tls.c'; fi`
2468
 
 
2469
 
 test_xvasprintf-test-xvasprintf.o: test-xvasprintf.c
2470
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xvasprintf_CFLAGS) $(CFLAGS) -MT test_xvasprintf-test-xvasprintf.o -MD -MP -MF $(DEPDIR)/test_xvasprintf-test-xvasprintf.Tpo -c -o test_xvasprintf-test-xvasprintf.o `test -f 'test-xvasprintf.c' || echo '$(srcdir)/'`test-xvasprintf.c
2471
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test_xvasprintf-test-xvasprintf.Tpo $(DEPDIR)/test_xvasprintf-test-xvasprintf.Po
2472
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='test-xvasprintf.c' object='test_xvasprintf-test-xvasprintf.o' libtool=no @AMDEPBACKSLASH@
2473
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2474
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='test-xvasprintf.c' object='test_xvasprintf-test-xvasprintf.o' libtool=no @AMDEPBACKSLASH@
2475
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2476
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xvasprintf_CFLAGS) $(CFLAGS) -c -o test_xvasprintf-test-xvasprintf.o `test -f 'test-xvasprintf.c' || echo '$(srcdir)/'`test-xvasprintf.c
2477
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xvasprintf_CFLAGS) $(CFLAGS) -c -o test_xvasprintf-test-xvasprintf.o `test -f 'test-xvasprintf.c' || echo '$(srcdir)/'`test-xvasprintf.c
2478
 
 
2479
 
 test_xvasprintf-test-xvasprintf.obj: test-xvasprintf.c
2480
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xvasprintf_CFLAGS) $(CFLAGS) -MT test_xvasprintf-test-xvasprintf.obj -MD -MP -MF $(DEPDIR)/test_xvasprintf-test-xvasprintf.Tpo -c -o test_xvasprintf-test-xvasprintf.obj `if test -f 'test-xvasprintf.c'; then $(CYGPATH_W) 'test-xvasprintf.c'; else $(CYGPATH_W) '$(srcdir)/test-xvasprintf.c'; fi`
2481
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test_xvasprintf-test-xvasprintf.Tpo $(DEPDIR)/test_xvasprintf-test-xvasprintf.Po
2482
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='test-xvasprintf.c' object='test_xvasprintf-test-xvasprintf.obj' libtool=no @AMDEPBACKSLASH@
2483
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2484
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='test-xvasprintf.c' object='test_xvasprintf-test-xvasprintf.obj' libtool=no @AMDEPBACKSLASH@
2485
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2486
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xvasprintf_CFLAGS) $(CFLAGS) -c -o test_xvasprintf-test-xvasprintf.obj `if test -f 'test-xvasprintf.c'; then $(CYGPATH_W) 'test-xvasprintf.c'; else $(CYGPATH_W) '$(srcdir)/test-xvasprintf.c'; fi`
2487
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_xvasprintf_CFLAGS) $(CFLAGS) -c -o test_xvasprintf-test-xvasprintf.obj `if test -f 'test-xvasprintf.c'; then $(CYGPATH_W) 'test-xvasprintf.c'; else $(CYGPATH_W) '$(srcdir)/test-xvasprintf.c'; fi`
2488
 
 
2489
 
 # This directory's subdirectories are mostly independent; you can cd
2490
 
 # into them and run `make' without going through this Makefile.
2491
 
@@ -4463,10 +4432,6 @@
2492
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
2493
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2494
 
        done
2495
 
-cscopelist-recursive:
2496
 
-       list='$(SUBDIRS)'; for subdir in $$list; do \
2497
 
-         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
2498
 
-       done
2499
 
 
2500
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2501
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2502
 
@@ -4530,29 +4495,44 @@
2503
 
          && $(am__cd) $(top_srcdir) \
2504
 
          && gtags -i $(GTAGS_ARGS) "$$here"
2505
 
 
2506
 
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
2507
 
-       list='$(SOURCES) $(HEADERS) $(LISP)'; \
2508
 
-       case "$(srcdir)" in \
2509
 
-         [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2510
 
-         *) sdir=$(subdir)/$(srcdir) ;; \
2511
 
-       esac; \
2512
 
-       for i in $$list; do \
2513
 
-         if test -f "$$i"; then \
2514
 
-           echo "$(subdir)/$$i"; \
2515
 
-         else \
2516
 
-           echo "$$sdir/$$i"; \
2517
 
-         fi; \
2518
 
-       done >> $(top_builddir)/cscope.files
2519
 
-
2520
 
 distclean-tags:
2521
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2522
 
 
2523
 
+# To be appended to the command running the test.  Handle the stdout
2524
 
+# and stderr redirection, and catch the exit status.
2525
 
+am__check_post =                                       \
2526
 
+>$@-t 2>&1;                                            \
2527
 
+estatus=$$?;                                           \
2528
 
+if test -n '$(DISABLE_HARD_ERRORS)'                    \
2529
 
+   && test $$estatus -eq 99; then                      \
2530
 
+  estatus=1;                                           \
2531
 
+fi;                                                    \
2532
 
+TERM=$$__SAVED_TERM; export TERM;                      \
2533
 
+$(am__tty_colors);                                     \
2534
 
+xfailed=PASS;                                          \
2535
 
+case " $(XFAIL_TESTS) " in                             \
2536
 
+  *[\ \        ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
2537
 
+    xfailed=XFAIL;;                                    \
2538
 
+esac;                                                  \
2539
 
+case $$estatus:$$xfailed in                            \
2540
 
+    0:XFAIL) col=$$red; res=XPASS;;                    \
2541
 
+    0:*)     col=$$grn; res=PASS ;;                    \
2542
 
+    77:*)    col=$$blu; res=SKIP ;;                    \
2543
 
+    99:*)    col=$$red; res=FAIL ;;                    \
2544
 
+    *:XFAIL) col=$$lgn; res=XFAIL;;                    \
2545
 
+    *:*)     col=$$red; res=FAIL ;;                    \
2546
 
+esac;                                                  \
2547
 
+echo "$${col}$$res$${std}: $$f";                       \
2548
 
+echo "$$res: $$f (exit: $$estatus)" |                  \
2549
 
+  $(am__rst_section) >$@;                              \
2550
 
+cat $@-t >>$@;                                         \
2551
 
+rm -f $@-t
2552
 
+
2553
 
 $(TEST_SUITE_LOG): $(TEST_LOGS)
2554
 
        @$(am__sh_e_setup);                                             \
2555
 
        list='$(TEST_LOGS)';                                            \
2556
 
        results=`for f in $$list; do                                    \
2557
 
-                  test -r $$f && read line < $$f && echo "$$line"      \
2558
 
-                    || echo FAIL;                                      \
2559
 
+                  read line < $$f && echo "$$line" || echo FAIL;       \
2560
 
                 done`;                                                 \
2561
 
        all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
2562
 
        fail=`echo "$$results" | grep -c '^FAIL'`;                      \
2563
 
@@ -4601,7 +4581,7 @@
2564
 
          echo ".. contents:: :depth: 2";                               \
2565
 
          echo;                                                         \
2566
 
          for f in $$list; do                                           \
2567
 
-           test -r $$f && read line < $$f || line=;                    \
2568
 
+           read line < $$f;                                            \
2569
 
            case $$line in                                              \
2570
 
              PASS:*|XFAIL:*);;                                         \
2571
 
              *) echo; cat $$f;;                                        \
2572
 
@@ -4618,11 +4598,12 @@
2573
 
        test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
2574
 
        $(am__tty_colors);                                              \
2575
 
        if $$exit; then                                                 \
2576
 
-         col="$$grn";                                                  \
2577
 
+         echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
2578
 
         else                                                           \
2579
 
-         col="$$red";                                                  \
2580
 
+         echo $(ECHO_N) "$$red$(ECHO_C)";                              \
2581
 
        fi;                                                             \
2582
 
-       echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";         \
2583
 
+       echo "$$msg" | $(am__text_box);                                 \
2584
 
+       echo $(ECHO_N) "$$std$(ECHO_C)";                                \
2585
 
        $$exit
2586
 
 
2587
 
 # Run all the tests.
2588
 
@@ -4664,11 +4645,10 @@
2589
 
        list='$(TEST_LOGS)';                                            \
2590
 
        list=`for f in $$list; do                                       \
2591
 
                test -f $$f || continue;                                \
2592
 
-               if test -r $$f && read line < $$f; then                 \
2593
 
+               if read line < $$f; then                                \
2594
 
                  case $$line in FAIL*|XPASS*) echo $$f;; esac;         \
2595
 
                else echo $$f; fi;                                      \
2596
 
              done | tr '\012\015' '  '`;                               \
2597
 
-       list=`echo "$$list" | sed 's/ *$$//'`;                          \
2598
 
        $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
2599
 
 test-file-has-acl.sh.log: test-file-has-acl.sh
2600
 
        @p='test-file-has-acl.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2601
 
@@ -5290,15 +5270,10 @@
2602
 
 
2603
 
 installcheck: installcheck-recursive
2604
 
 install-strip:
2605
 
-       if test -z '$(STRIP)'; then \
2606
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2607
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2608
 
-             install; \
2609
 
-       else \
2610
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2611
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2612
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2613
 
-       fi
2614
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2615
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2616
 
+         `test -z '$(STRIP)' || \
2617
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2618
 
 mostlyclean-generic:
2619
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2620
 
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2621
 
@@ -5398,18 +5373,16 @@
2622
 
 uninstall-am:
2623
 
 
2624
 
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
2625
 
-       check-am check-html cscopelist-recursive ctags-recursive \
2626
 
-       install install-am install-strip recheck recheck-html \
2627
 
-       tags-recursive
2628
 
+       check-am check-html ctags-recursive install install-am \
2629
 
+       install-strip recheck recheck-html tags-recursive
2630
 
 
2631
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2632
 
        all all-am check check-TESTS check-am check-html clean \
2633
 
        clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
2634
 
-       clean-local clean-noinstLIBRARIES clean-noinstPROGRAMS \
2635
 
-       cscopelist cscopelist-recursive ctags ctags-recursive \
2636
 
-       distclean distclean-compile distclean-generic distclean-tags \
2637
 
-       distdir dvi dvi-am html html-am info info-am install \
2638
 
-       install-am install-data install-data-am install-dvi \
2639
 
+       clean-local clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \
2640
 
+       ctags-recursive distclean distclean-compile distclean-generic \
2641
 
+       distclean-tags distdir dvi dvi-am html html-am info info-am \
2642
 
+       install install-am install-data install-data-am install-dvi \
2643
 
        install-dvi-am install-exec install-exec-am install-html \
2644
 
        install-html-am install-info install-info-am install-man \
2645
 
        install-pdf install-pdf-am install-ps install-ps-am \
2646
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/lib/Makefile.in coreutils-8.13/lib/Makefile.in
2647
 
--- coreutils-8.13~/lib/Makefile.in     2011-09-19 20:49:37.000000000 -0400
2648
 
+++ coreutils-8.13/lib/Makefile.in      2011-09-19 20:53:17.366529902 -0400
2649
 
@@ -1,9 +1,9 @@
2650
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
2651
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
2652
 
 # @configure_input@
2653
 
 
2654
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2655
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
2656
 
-# Foundation, Inc.
2657
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
2658
 
+# Inc.
2659
 
 # This Makefile.in is free software; the Free Software Foundation
2660
 
 # gives unlimited permission to copy and/or distribute it,
2661
 
 # with or without modifications, as long as this notice is preserved.
2662
 
@@ -262,7 +262,7 @@
2663
 
 LIBRARIES = $(noinst_LIBRARIES)
2664
 
 AM_V_AR = $(am__v_AR_$(V))
2665
 
 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
2666
 
-am__v_AR_0 = @echo "  AR      " $@;
2667
 
+am__v_AR_0 = @echo "  AR    " $@;
2668
 
 AM_V_at = $(am__v_at_$(V))
2669
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
2670
 
 am__v_at_0 = @
2671
 
@@ -396,20 +396,20 @@
2672
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2673
 
 AM_V_CC = $(am__v_CC_$(V))
2674
 
 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
2675
 
-am__v_CC_0 = @echo "  CC      " $@;
2676
 
+am__v_CC_0 = @echo "  CC    " $@;
2677
 
 CCLD = $(CC)
2678
 
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
2679
 
 AM_V_CCLD = $(am__v_CCLD_$(V))
2680
 
 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
2681
 
-am__v_CCLD_0 = @echo "  CCLD    " $@;
2682
 
-YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
2683
 
+am__v_CCLD_0 = @echo "  CCLD  " $@;
2684
 
+YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
2685
 
 AM_V_YACC = $(am__v_YACC_$(V))
2686
 
 am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY))
2687
 
-am__v_YACC_0 = @echo "  YACC    " $@;
2688
 
+am__v_YACC_0 = @echo "  YACC  " $@;
2689
 
 YLWRAP = $(top_srcdir)/build-aux/ylwrap
2690
 
 AM_V_GEN = $(am__v_GEN_$(V))
2691
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
2692
 
-am__v_GEN_0 = @echo "  GEN     " $@;
2693
 
+am__v_GEN_0 = @echo "  GEN   " $@;
2694
 
 SOURCES = $(libcoreutils_a_SOURCES) $(EXTRA_libcoreutils_a_SOURCES)
2695
 
 DIST_SOURCES = $(am__libcoreutils_a_SOURCES_DIST) \
2696
 
        $(EXTRA_libcoreutils_a_SOURCES)
2697
 
@@ -1821,8 +1821,10 @@
2698
 
 $(am__aclocal_m4_deps):
2699
 
 
2700
 
 config.h: stamp-h1
2701
 
-       @if test ! -f $@; then rm -f stamp-h1; else :; fi
2702
 
-       @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
2703
 
+       @if test ! -f $@; then \
2704
 
+         rm -f stamp-h1; \
2705
 
+         $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2706
 
+       else :; fi
2707
 
 
2708
 
 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
2709
 
        @rm -f stamp-h1
2710
 
@@ -1869,21 +1871,19 @@
2711
 
        @: > uniwidth/$(DEPDIR)/$(am__dirstamp)
2712
 
 uniwidth/width.$(OBJEXT): uniwidth/$(am__dirstamp) \
2713
 
        uniwidth/$(DEPDIR)/$(am__dirstamp)
2714
 
-libcoreutils.a: $(libcoreutils_a_OBJECTS) $(libcoreutils_a_DEPENDENCIES) $(EXTRA_libcoreutils_a_DEPENDENCIES) 
2715
 
+libcoreutils.a: $(libcoreutils_a_OBJECTS) $(libcoreutils_a_DEPENDENCIES) 
2716
 
        $(AM_V_at)-rm -f libcoreutils.a
2717
 
        $(AM_V_AR)$(libcoreutils_a_AR) libcoreutils.a $(libcoreutils_a_OBJECTS) $(libcoreutils_a_LIBADD)
2718
 
        $(AM_V_at)$(RANLIB) libcoreutils.a
2719
 
 
2720
 
 clean-noinstLTLIBRARIES:
2721
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
2722
 
-       @list='$(noinst_LTLIBRARIES)'; \
2723
 
-       locs=`for p in $$list; do echo $$p; done | \
2724
 
-             sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
2725
 
-             sort -u`; \
2726
 
-       test -z "$$locs" || { \
2727
 
-         echo rm -f $${locs}; \
2728
 
-         rm -f $${locs}; \
2729
 
-       }
2730
 
+       @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
2731
 
+         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
2732
 
+         test "$$dir" != "$$p" || dir=.; \
2733
 
+         echo "rm -f \"$${dir}/so_locations\""; \
2734
 
+         rm -f "$${dir}/so_locations"; \
2735
 
+       done
2736
 
 
2737
 
 mostlyclean-compile:
2738
 
        -rm -f *.$(OBJEXT)
2739
 
@@ -2247,17 +2247,19 @@
2740
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
2741
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2742
 
 @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
2743
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2744
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2745
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2746
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2747
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2748
 
+@am__fastdepCC_FALSE@  $(COMPILE) -c -o $@ $<
2749
 
 
2750
 
 .c.obj:
2751
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
2752
 
 @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2753
 
 @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
2754
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2755
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
2756
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2757
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2758
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2759
 
+@am__fastdepCC_FALSE@  $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2760
 
 
2761
 
 .y.c:
2762
 
        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
2763
 
@@ -2331,10 +2333,6 @@
2764
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
2765
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2766
 
        done
2767
 
-cscopelist-recursive:
2768
 
-       list='$(SUBDIRS)'; for subdir in $$list; do \
2769
 
-         test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
2770
 
-       done
2771
 
 
2772
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2773
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2774
 
@@ -2398,20 +2396,6 @@
2775
 
          && $(am__cd) $(top_srcdir) \
2776
 
          && gtags -i $(GTAGS_ARGS) "$$here"
2777
 
 
2778
 
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
2779
 
-       list='$(SOURCES) $(HEADERS) $(LISP)'; \
2780
 
-       case "$(srcdir)" in \
2781
 
-         [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2782
 
-         *) sdir=$(subdir)/$(srcdir) ;; \
2783
 
-       esac; \
2784
 
-       for i in $$list; do \
2785
 
-         if test -f "$$i"; then \
2786
 
-           echo "$(subdir)/$$i"; \
2787
 
-         else \
2788
 
-           echo "$$sdir/$$i"; \
2789
 
-         fi; \
2790
 
-       done >> $(top_builddir)/cscope.files
2791
 
-
2792
 
 distclean-tags:
2793
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2794
 
 
2795
 
@@ -2491,15 +2475,10 @@
2796
 
 
2797
 
 installcheck: installcheck-recursive
2798
 
 install-strip:
2799
 
-       if test -z '$(STRIP)'; then \
2800
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2801
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2802
 
-             install; \
2803
 
-       else \
2804
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2805
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2806
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2807
 
-       fi
2808
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2809
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2810
 
+         `test -z '$(STRIP)' || \
2811
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2812
 
 mostlyclean-generic:
2813
 
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2814
 
 
2815
 
@@ -2595,24 +2574,24 @@
2816
 
 uninstall-am: uninstall-local
2817
 
 
2818
 
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
2819
 
-       cscopelist-recursive ctags-recursive install install-am \
2820
 
-       install-strip tags-recursive
2821
 
+       ctags-recursive install install-am install-strip \
2822
 
+       tags-recursive
2823
 
 
2824
 
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2825
 
        all all-am all-local check check-am clean clean-generic \
2826
 
-       clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist \
2827
 
-       cscopelist-recursive ctags ctags-recursive distclean \
2828
 
-       distclean-compile distclean-generic distclean-hdr \
2829
 
-       distclean-local distclean-tags distdir dvi dvi-am html html-am \
2830
 
-       info info-am install install-am install-data install-data-am \
2831
 
-       install-dvi install-dvi-am install-exec install-exec-am \
2832
 
-       install-exec-local install-html install-html-am install-info \
2833
 
-       install-info-am install-man install-pdf install-pdf-am \
2834
 
-       install-ps install-ps-am install-strip installcheck \
2835
 
-       installcheck-am installdirs installdirs-am maintainer-clean \
2836
 
-       maintainer-clean-generic mostlyclean mostlyclean-compile \
2837
 
-       mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
2838
 
-       tags-recursive uninstall uninstall-am uninstall-local
2839
 
+       clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
2840
 
+       ctags-recursive distclean distclean-compile distclean-generic \
2841
 
+       distclean-hdr distclean-local distclean-tags distdir dvi \
2842
 
+       dvi-am html html-am info info-am install install-am \
2843
 
+       install-data install-data-am install-dvi install-dvi-am \
2844
 
+       install-exec install-exec-am install-exec-local install-html \
2845
 
+       install-html-am install-info install-info-am install-man \
2846
 
+       install-pdf install-pdf-am install-ps install-ps-am \
2847
 
+       install-strip installcheck installcheck-am installdirs \
2848
 
+       installdirs-am maintainer-clean maintainer-clean-generic \
2849
 
+       mostlyclean mostlyclean-compile mostlyclean-generic \
2850
 
+       mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \
2851
 
+       uninstall uninstall-am uninstall-local
2852
 
 
2853
 
 
2854
 
 # We need the following in order to create <alloca.h> when the system
2855
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/lib/config.hin coreutils-8.13/lib/config.hin
2856
 
--- coreutils-8.13~/lib/config.hin      2011-09-19 19:55:02.000000000 -0400
2857
 
+++ coreutils-8.13/lib/config.hin       2011-09-19 20:53:15.058507050 -0400
2858
 
@@ -243,6 +243,10 @@
2859
 
 #undef GNULIB_MALLOC_GNU
2860
 
 
2861
 
 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
2862
 
+   whether the gnulib module openat shall be considered present. */
2863
 
+#undef GNULIB_OPENAT
2864
 
+
2865
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
2866
 
    whether the gnulib module openat-safer shall be considered present. */
2867
 
 #undef GNULIB_OPENAT_SAFER
2868
 
 
2869
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/lib/config.hin~ coreutils-8.13/lib/config.hin~
2870
 
--- coreutils-8.13~/lib/config.hin~     1969-12-31 19:00:00.000000000 -0500
2871
 
+++ coreutils-8.13/lib/config.hin~      2011-09-19 19:55:02.000000000 -0400
2872
 
@@ -0,0 +1,3720 @@
2873
 
+/* lib/config.hin.  Generated from configure.ac by autoheader.  */
2874
 
+
2875
 
+/* Define if building universal (internal helper macro) */
2876
 
+#undef AC_APPLE_UNIVERSAL_BUILD
2877
 
+
2878
 
+/* Define to the function xargmatch calls on failures. */
2879
 
+#undef ARGMATCH_DIE
2880
 
+
2881
 
+/* Define to the declaration of the xargmatch failure function. */
2882
 
+#undef ARGMATCH_DIE_DECL
2883
 
+
2884
 
+/* Define to the number of bits in type 'ptrdiff_t'. */
2885
 
+#undef BITSIZEOF_PTRDIFF_T
2886
 
+
2887
 
+/* Define to the number of bits in type 'sig_atomic_t'. */
2888
 
+#undef BITSIZEOF_SIG_ATOMIC_T
2889
 
+
2890
 
+/* Define to the number of bits in type 'size_t'. */
2891
 
+#undef BITSIZEOF_SIZE_T
2892
 
+
2893
 
+/* Define to the number of bits in type 'wchar_t'. */
2894
 
+#undef BITSIZEOF_WCHAR_T
2895
 
+
2896
 
+/* Define to the number of bits in type 'wint_t'. */
2897
 
+#undef BITSIZEOF_WINT_T
2898
 
+
2899
 
+/* Define if you wish *printf() functions that have a safe handling of
2900
 
+   non-IEEE-754 'long double' values. */
2901
 
+#undef CHECK_PRINTF_SAFE
2902
 
+
2903
 
+/* Define to 1 if chown fails to change ctime when at least one argument was
2904
 
+   not -1. */
2905
 
+#undef CHOWN_CHANGE_TIME_BUG
2906
 
+
2907
 
+/* Define if chown is not POSIX compliant regarding IDs of -1. */
2908
 
+#undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
2909
 
+
2910
 
+/* Define if chown modifies symlinks. */
2911
 
+#undef CHOWN_MODIFIES_SYMLINK
2912
 
+
2913
 
+/* Define to 1 if chown mishandles trailing slash. */
2914
 
+#undef CHOWN_TRAILING_SLASH_BUG
2915
 
+
2916
 
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
2917
 
+   systems. This function is required for `alloca.c' support on those systems.
2918
 
+   */
2919
 
+#undef CRAY_STACKSEG_END
2920
 
+
2921
 
+/* Define to 1 if using `alloca.c'. */
2922
 
+#undef C_ALLOCA
2923
 
+
2924
 
+/* Define as the bit index in the word where to find bit 0 of the exponent of
2925
 
+   'double'. */
2926
 
+#undef DBL_EXPBIT0_BIT
2927
 
+
2928
 
+/* Define as the word index where to find the exponent of 'double'. */
2929
 
+#undef DBL_EXPBIT0_WORD
2930
 
+
2931
 
+/* Define as the bit index in the word where to find the sign of 'double'. */
2932
 
+#undef DBL_SIGNBIT_BIT
2933
 
+
2934
 
+/* Define as the word index where to find the sign of 'double'. */
2935
 
+#undef DBL_SIGNBIT_WORD
2936
 
+
2937
 
+/* Define the default level of POSIX conformance. The value is of the form
2938
 
+   YYYYMM, specifying the year and month the standard was adopted. If not
2939
 
+   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
2940
 
+   Define to 199209 to default to POSIX 1003.2-1992, which makes standard
2941
 
+   programs like `head', `tail', and `sort' accept obsolete options like `+10'
2942
 
+   and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
2943
 
+   these standard programs treat leading-`+' operands as file names and
2944
 
+   require modern usages like `-n 10' instead of `-10'. Whether defined here
2945
 
+   or not, the default can be overridden at run time via the _POSIX2_VERSION
2946
 
+   environment variable. */
2947
 
+#undef DEFAULT_POSIX2_VERSION
2948
 
+
2949
 
+/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
2950
 
+#undef DGUX
2951
 
+
2952
 
+/* the name of the file descriptor member of DIR */
2953
 
+#undef DIR_FD_MEMBER_NAME
2954
 
+
2955
 
+#ifdef DIR_FD_MEMBER_NAME
2956
 
+# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
2957
 
+#else
2958
 
+# define DIR_TO_FD(Dir_p) -1
2959
 
+#endif
2960
 
+
2961
 
+
2962
 
+/* Define to 1 if // is a file system root distinct from /. */
2963
 
+#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
2964
 
+
2965
 
+/* Define if struct dirent has a member d_ino that actually works. */
2966
 
+#undef D_INO_IN_DIRENT
2967
 
+
2968
 
+/* Define to 1 if translation of program messages to the user's native
2969
 
+   language is requested. */
2970
 
+#undef ENABLE_NLS
2971
 
+
2972
 
+/* Define to 1 if your platform has fchownat, but it does not reject an empty
2973
 
+   file name. */
2974
 
+#undef FCHOWNAT_EMPTY_FILENAME_BUG
2975
 
+
2976
 
+/* Define to 1 if your platform has fchownat, but it cannot perform lchown
2977
 
+   tasks. */
2978
 
+#undef FCHOWNAT_NOFOLLOW_BUG
2979
 
+
2980
 
+/* Define this to 1 if F_DUPFD behavior does not match POSIX */
2981
 
+#undef FCNTL_DUPFD_BUGGY
2982
 
+
2983
 
+/* Define to nothing if C supports flexible array members, and to 1 if it does
2984
 
+   not. That way, with a declaration like `struct s { int n; double
2985
 
+   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
2986
 
+   compilers. When computing the size of such an object, don't use 'sizeof
2987
 
+   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
2988
 
+   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
2989
 
+   MSVC and with C++ compilers. */
2990
 
+#undef FLEXIBLE_ARRAY_MEMBER
2991
 
+
2992
 
+/* Define as the bit index in the word where to find bit 0 of the exponent of
2993
 
+   'float'. */
2994
 
+#undef FLT_EXPBIT0_BIT
2995
 
+
2996
 
+/* Define as the word index where to find the exponent of 'float'. */
2997
 
+#undef FLT_EXPBIT0_WORD
2998
 
+
2999
 
+/* Define as the bit index in the word where to find the sign of 'float'. */
3000
 
+#undef FLT_SIGNBIT_BIT
3001
 
+
3002
 
+/* Define as the word index where to find the sign of 'float'. */
3003
 
+#undef FLT_SIGNBIT_WORD
3004
 
+
3005
 
+/* Define to 1 if fopen() fails to recognize a trailing slash. */
3006
 
+#undef FOPEN_TRAILING_SLASH_BUG
3007
 
+
3008
 
+/* Define to 1 if fstatat (..., 0) does not work, as in AIX 7.1. */
3009
 
+#undef FSTATAT_ZERO_FLAG_BROKEN
3010
 
+
3011
 
+/* Define to 1 if the system's ftello function has the Solaris bug. */
3012
 
+#undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE
3013
 
+
3014
 
+/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
3015
 
+   dot component. */
3016
 
+#undef FUNC_MKDIR_DOT_BUG
3017
 
+
3018
 
+/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
3019
 
+#undef FUNC_NL_LANGINFO_YESEXPR_WORKS
3020
 
+
3021
 
+/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
3022
 
+   and handles trailing slash correctly. */
3023
 
+#undef FUNC_REALPATH_WORKS
3024
 
+
3025
 
+/* Define to 1 if ungetc is broken when used on arbitrary bytes. */
3026
 
+#undef FUNC_UNGETC_BROKEN
3027
 
+
3028
 
+/* Define to 1 if futimesat mishandles a NULL file name. */
3029
 
+#undef FUTIMESAT_NULL_BUG
3030
 
+
3031
 
+/* Define to the type of elements in the array set by `getgroups'. Usually
3032
 
+   this is either `int' or `gid_t'. */
3033
 
+#undef GETGROUPS_T
3034
 
+
3035
 
+/* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
3036
 
+   */
3037
 
+#undef GETGROUPS_ZERO_BUG
3038
 
+
3039
 
+/* Define if gettimeofday clobbers the localtime buffer. */
3040
 
+#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
3041
 
+
3042
 
+/* Define this to 'void' or 'struct timezone' to match the system's
3043
 
+   declaration of the second argument to gettimeofday. */
3044
 
+#undef GETTIMEOFDAY_TIMEZONE
3045
 
+
3046
 
+/* Define to make the limit macros in <stdint.h> visible. */
3047
 
+#undef GL_TRIGGER_STDC_LIMIT_MACROS
3048
 
+
3049
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3050
 
+   whether the gnulib module areadlinkat shall be considered present. */
3051
 
+#undef GNULIB_AREADLINKAT
3052
 
+
3053
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3054
 
+   whether the gnulib module calloc-gnu shall be considered present. */
3055
 
+#undef GNULIB_CALLOC_GNU
3056
 
+
3057
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3058
 
+   whether the gnulib module canonicalize shall be considered present. */
3059
 
+#undef GNULIB_CANONICALIZE
3060
 
+
3061
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3062
 
+   whether the gnulib module close-stream shall be considered present. */
3063
 
+#undef GNULIB_CLOSE_STREAM
3064
 
+
3065
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3066
 
+   whether the gnulib module dirent-safer shall be considered present. */
3067
 
+#undef GNULIB_DIRENT_SAFER
3068
 
+
3069
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3070
 
+   whether the gnulib module dirname shall be considered present. */
3071
 
+#undef GNULIB_DIRNAME
3072
 
+
3073
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3074
 
+   whether the gnulib module faccessat shall be considered present. */
3075
 
+#undef GNULIB_FACCESSAT
3076
 
+
3077
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3078
 
+   whether the gnulib module fcntl-safer shall be considered present. */
3079
 
+#undef GNULIB_FCNTL_SAFER
3080
 
+
3081
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3082
 
+   whether the gnulib module fdopendir shall be considered present. */
3083
 
+#undef GNULIB_FDOPENDIR
3084
 
+
3085
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3086
 
+   whether the gnulib module fdutimensat shall be considered present. */
3087
 
+#undef GNULIB_FDUTIMENSAT
3088
 
+
3089
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3090
 
+   whether the gnulib module fd-safer-flag shall be considered present. */
3091
 
+#undef GNULIB_FD_SAFER_FLAG
3092
 
+
3093
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3094
 
+   whether the gnulib module fflush shall be considered present. */
3095
 
+#undef GNULIB_FFLUSH
3096
 
+
3097
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3098
 
+   whether the gnulib module filenamecat shall be considered present. */
3099
 
+#undef GNULIB_FILENAMECAT
3100
 
+
3101
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3102
 
+   whether the gnulib module fopen-safer shall be considered present. */
3103
 
+#undef GNULIB_FOPEN_SAFER
3104
 
+
3105
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3106
 
+   whether the gnulib module freopen-safer shall be considered present. */
3107
 
+#undef GNULIB_FREOPEN_SAFER
3108
 
+
3109
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3110
 
+   whether the gnulib module getcwd shall be considered present. */
3111
 
+#undef GNULIB_GETCWD
3112
 
+
3113
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3114
 
+   whether the gnulib module malloc-gnu shall be considered present. */
3115
 
+#undef GNULIB_MALLOC_GNU
3116
 
+
3117
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3118
 
+   whether the gnulib module openat-safer shall be considered present. */
3119
 
+#undef GNULIB_OPENAT_SAFER
3120
 
+
3121
 
+/* enable some gnulib portability checks */
3122
 
+#undef GNULIB_PORTCHECK
3123
 
+
3124
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3125
 
+   whether the gnulib module realloc-gnu shall be considered present. */
3126
 
+#undef GNULIB_REALLOC_GNU
3127
 
+
3128
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3129
 
+   whether the gnulib module snprintf shall be considered present. */
3130
 
+#undef GNULIB_SNPRINTF
3131
 
+
3132
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3133
 
+   whether the gnulib module strerror shall be considered present. */
3134
 
+#undef GNULIB_STRERROR
3135
 
+
3136
 
+/* Define to 1 when the gnulib module accept should be tested. */
3137
 
+#undef GNULIB_TEST_ACCEPT
3138
 
+
3139
 
+/* Define to 1 when the gnulib module bind should be tested. */
3140
 
+#undef GNULIB_TEST_BIND
3141
 
+
3142
 
+/* Define to 1 when the gnulib module btowc should be tested. */
3143
 
+#undef GNULIB_TEST_BTOWC
3144
 
+
3145
 
+/* Define to 1 when the gnulib module calloc-posix should be tested. */
3146
 
+#undef GNULIB_TEST_CALLOC_POSIX
3147
 
+
3148
 
+/* Define to 1 when the gnulib module canonicalize should be tested. */
3149
 
+#undef GNULIB_TEST_CANONICALIZE
3150
 
+
3151
 
+/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
3152
 
+   */
3153
 
+#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
3154
 
+
3155
 
+/* Define to 1 when the gnulib module chown should be tested. */
3156
 
+#undef GNULIB_TEST_CHOWN
3157
 
+
3158
 
+/* Define to 1 when the gnulib module cloexec should be tested. */
3159
 
+#undef GNULIB_TEST_CLOEXEC
3160
 
+
3161
 
+/* Define to 1 when the gnulib module close should be tested. */
3162
 
+#undef GNULIB_TEST_CLOSE
3163
 
+
3164
 
+/* Define to 1 when the gnulib module connect should be tested. */
3165
 
+#undef GNULIB_TEST_CONNECT
3166
 
+
3167
 
+/* Define to 1 when the gnulib module dirfd should be tested. */
3168
 
+#undef GNULIB_TEST_DIRFD
3169
 
+
3170
 
+/* Define to 1 when the gnulib module dup2 should be tested. */
3171
 
+#undef GNULIB_TEST_DUP2
3172
 
+
3173
 
+/* Define to 1 when the gnulib module environ should be tested. */
3174
 
+#undef GNULIB_TEST_ENVIRON
3175
 
+
3176
 
+/* Define to 1 when the gnulib module euidaccess should be tested. */
3177
 
+#undef GNULIB_TEST_EUIDACCESS
3178
 
+
3179
 
+/* Define to 1 when the gnulib module faccessat should be tested. */
3180
 
+#undef GNULIB_TEST_FACCESSAT
3181
 
+
3182
 
+/* Define to 1 when the gnulib module fchdir should be tested. */
3183
 
+#undef GNULIB_TEST_FCHDIR
3184
 
+
3185
 
+/* Define to 1 when the gnulib module fclose should be tested. */
3186
 
+#undef GNULIB_TEST_FCLOSE
3187
 
+
3188
 
+/* Define to 1 when the gnulib module fcntl should be tested. */
3189
 
+#undef GNULIB_TEST_FCNTL
3190
 
+
3191
 
+/* Define to 1 when the gnulib module fdopendir should be tested. */
3192
 
+#undef GNULIB_TEST_FDOPENDIR
3193
 
+
3194
 
+/* Define to 1 when the gnulib module fflush should be tested. */
3195
 
+#undef GNULIB_TEST_FFLUSH
3196
 
+
3197
 
+/* Define to 1 when the gnulib module fopen should be tested. */
3198
 
+#undef GNULIB_TEST_FOPEN
3199
 
+
3200
 
+/* Define to 1 when the gnulib module fpurge should be tested. */
3201
 
+#undef GNULIB_TEST_FPURGE
3202
 
+
3203
 
+/* Define to 1 when the gnulib module freopen should be tested. */
3204
 
+#undef GNULIB_TEST_FREOPEN
3205
 
+
3206
 
+/* Define to 1 when the gnulib module frexp should be tested. */
3207
 
+#undef GNULIB_TEST_FREXP
3208
 
+
3209
 
+/* Define to 1 when the gnulib module frexpl should be tested. */
3210
 
+#undef GNULIB_TEST_FREXPL
3211
 
+
3212
 
+/* Define to 1 when the gnulib module fseek should be tested. */
3213
 
+#undef GNULIB_TEST_FSEEK
3214
 
+
3215
 
+/* Define to 1 when the gnulib module fseeko should be tested. */
3216
 
+#undef GNULIB_TEST_FSEEKO
3217
 
+
3218
 
+/* Define to 1 when the gnulib module fsync should be tested. */
3219
 
+#undef GNULIB_TEST_FSYNC
3220
 
+
3221
 
+/* Define to 1 when the gnulib module ftell should be tested. */
3222
 
+#undef GNULIB_TEST_FTELL
3223
 
+
3224
 
+/* Define to 1 when the gnulib module ftello should be tested. */
3225
 
+#undef GNULIB_TEST_FTELLO
3226
 
+
3227
 
+/* Define to 1 when the gnulib module futimens should be tested. */
3228
 
+#undef GNULIB_TEST_FUTIMENS
3229
 
+
3230
 
+/* Define to 1 when the gnulib module getaddrinfo should be tested. */
3231
 
+#undef GNULIB_TEST_GETADDRINFO
3232
 
+
3233
 
+/* Define to 1 when the gnulib module getcwd should be tested. */
3234
 
+#undef GNULIB_TEST_GETCWD
3235
 
+
3236
 
+/* Define to 1 when the gnulib module getdelim should be tested. */
3237
 
+#undef GNULIB_TEST_GETDELIM
3238
 
+
3239
 
+/* Define to 1 when the gnulib module getdtablesize should be tested. */
3240
 
+#undef GNULIB_TEST_GETDTABLESIZE
3241
 
+
3242
 
+/* Define to 1 when the gnulib module getgroups should be tested. */
3243
 
+#undef GNULIB_TEST_GETGROUPS
3244
 
+
3245
 
+/* Define to 1 when the gnulib module gethostname should be tested. */
3246
 
+#undef GNULIB_TEST_GETHOSTNAME
3247
 
+
3248
 
+/* Define to 1 when the gnulib module getline should be tested. */
3249
 
+#undef GNULIB_TEST_GETLINE
3250
 
+
3251
 
+/* Define to 1 when the gnulib module getloadavg should be tested. */
3252
 
+#undef GNULIB_TEST_GETLOADAVG
3253
 
+
3254
 
+/* Define to 1 when the gnulib module getopt-gnu should be tested. */
3255
 
+#undef GNULIB_TEST_GETOPT_GNU
3256
 
+
3257
 
+/* Define to 1 when the gnulib module getpagesize should be tested. */
3258
 
+#undef GNULIB_TEST_GETPAGESIZE
3259
 
+
3260
 
+/* Define to 1 when the gnulib module gettimeofday should be tested. */
3261
 
+#undef GNULIB_TEST_GETTIMEOFDAY
3262
 
+
3263
 
+/* Define to 1 when the gnulib module getusershell should be tested. */
3264
 
+#undef GNULIB_TEST_GETUSERSHELL
3265
 
+
3266
 
+/* Define to 1 when the gnulib module group-member should be tested. */
3267
 
+#undef GNULIB_TEST_GROUP_MEMBER
3268
 
+
3269
 
+/* Define to 1 when the gnulib module ioctl should be tested. */
3270
 
+#undef GNULIB_TEST_IOCTL
3271
 
+
3272
 
+/* Define to 1 when the gnulib module iswblank should be tested. */
3273
 
+#undef GNULIB_TEST_ISWBLANK
3274
 
+
3275
 
+/* Define to 1 when the gnulib module lchmod should be tested. */
3276
 
+#undef GNULIB_TEST_LCHMOD
3277
 
+
3278
 
+/* Define to 1 when the gnulib module lchown should be tested. */
3279
 
+#undef GNULIB_TEST_LCHOWN
3280
 
+
3281
 
+/* Define to 1 when the gnulib module link should be tested. */
3282
 
+#undef GNULIB_TEST_LINK
3283
 
+
3284
 
+/* Define to 1 when the gnulib module linkat should be tested. */
3285
 
+#undef GNULIB_TEST_LINKAT
3286
 
+
3287
 
+/* Define to 1 when the gnulib module listen should be tested. */
3288
 
+#undef GNULIB_TEST_LISTEN
3289
 
+
3290
 
+/* Define to 1 when the gnulib module lseek should be tested. */
3291
 
+#undef GNULIB_TEST_LSEEK
3292
 
+
3293
 
+/* Define to 1 when the gnulib module lstat should be tested. */
3294
 
+#undef GNULIB_TEST_LSTAT
3295
 
+
3296
 
+/* Define to 1 when the gnulib module malloc-posix should be tested. */
3297
 
+#undef GNULIB_TEST_MALLOC_POSIX
3298
 
+
3299
 
+/* Define to 1 when the gnulib module mbrlen should be tested. */
3300
 
+#undef GNULIB_TEST_MBRLEN
3301
 
+
3302
 
+/* Define to 1 when the gnulib module mbrtowc should be tested. */
3303
 
+#undef GNULIB_TEST_MBRTOWC
3304
 
+
3305
 
+/* Define to 1 when the gnulib module mbscasecmp should be tested. */
3306
 
+#undef GNULIB_TEST_MBSCASECMP
3307
 
+
3308
 
+/* Define to 1 when the gnulib module mbsinit should be tested. */
3309
 
+#undef GNULIB_TEST_MBSINIT
3310
 
+
3311
 
+/* Define to 1 when the gnulib module mbslen should be tested. */
3312
 
+#undef GNULIB_TEST_MBSLEN
3313
 
+
3314
 
+/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
3315
 
+#undef GNULIB_TEST_MBSRTOWCS
3316
 
+
3317
 
+/* Define to 1 when the gnulib module mbsstr should be tested. */
3318
 
+#undef GNULIB_TEST_MBSSTR
3319
 
+
3320
 
+/* Define to 1 when the gnulib module mbtowc should be tested. */
3321
 
+#undef GNULIB_TEST_MBTOWC
3322
 
+
3323
 
+/* Define to 1 when the gnulib module memchr should be tested. */
3324
 
+#undef GNULIB_TEST_MEMCHR
3325
 
+
3326
 
+/* Define to 1 when the gnulib module mempcpy should be tested. */
3327
 
+#undef GNULIB_TEST_MEMPCPY
3328
 
+
3329
 
+/* Define to 1 when the gnulib module memrchr should be tested. */
3330
 
+#undef GNULIB_TEST_MEMRCHR
3331
 
+
3332
 
+/* Define to 1 when the gnulib module mkstemp should be tested. */
3333
 
+#undef GNULIB_TEST_MKSTEMP
3334
 
+
3335
 
+/* Define to 1 when the gnulib module mktime should be tested. */
3336
 
+#undef GNULIB_TEST_MKTIME
3337
 
+
3338
 
+/* Define to 1 when the gnulib module nanosleep should be tested. */
3339
 
+#undef GNULIB_TEST_NANOSLEEP
3340
 
+
3341
 
+/* Define to 1 when the gnulib module nl_langinfo should be tested. */
3342
 
+#undef GNULIB_TEST_NL_LANGINFO
3343
 
+
3344
 
+/* Define to 1 when the gnulib module open should be tested. */
3345
 
+#undef GNULIB_TEST_OPEN
3346
 
+
3347
 
+/* Define to 1 when the gnulib module perror should be tested. */
3348
 
+#undef GNULIB_TEST_PERROR
3349
 
+
3350
 
+/* Define to 1 when the gnulib module pipe should be tested. */
3351
 
+#undef GNULIB_TEST_PIPE
3352
 
+
3353
 
+/* Define to 1 when the gnulib module putenv should be tested. */
3354
 
+#undef GNULIB_TEST_PUTENV
3355
 
+
3356
 
+/* Define to 1 when the gnulib module read should be tested. */
3357
 
+#undef GNULIB_TEST_READ
3358
 
+
3359
 
+/* Define to 1 when the gnulib module readlink should be tested. */
3360
 
+#undef GNULIB_TEST_READLINK
3361
 
+
3362
 
+/* Define to 1 when the gnulib module readlinkat should be tested. */
3363
 
+#undef GNULIB_TEST_READLINKAT
3364
 
+
3365
 
+/* Define to 1 when the gnulib module realloc-posix should be tested. */
3366
 
+#undef GNULIB_TEST_REALLOC_POSIX
3367
 
+
3368
 
+/* Define to 1 when the gnulib module remove should be tested. */
3369
 
+#undef GNULIB_TEST_REMOVE
3370
 
+
3371
 
+/* Define to 1 when the gnulib module rename should be tested. */
3372
 
+#undef GNULIB_TEST_RENAME
3373
 
+
3374
 
+/* Define to 1 when the gnulib module rmdir should be tested. */
3375
 
+#undef GNULIB_TEST_RMDIR
3376
 
+
3377
 
+/* Define to 1 when the gnulib module rpmatch should be tested. */
3378
 
+#undef GNULIB_TEST_RPMATCH
3379
 
+
3380
 
+/* Define to 1 when the gnulib module select should be tested. */
3381
 
+#undef GNULIB_TEST_SELECT
3382
 
+
3383
 
+/* Define to 1 when the gnulib module setenv should be tested. */
3384
 
+#undef GNULIB_TEST_SETENV
3385
 
+
3386
 
+/* Define to 1 when the gnulib module setlocale should be tested. */
3387
 
+#undef GNULIB_TEST_SETLOCALE
3388
 
+
3389
 
+/* Define to 1 when the gnulib module setsockopt should be tested. */
3390
 
+#undef GNULIB_TEST_SETSOCKOPT
3391
 
+
3392
 
+/* Define to 1 when the gnulib module sigaction should be tested. */
3393
 
+#undef GNULIB_TEST_SIGACTION
3394
 
+
3395
 
+/* Define to 1 when the gnulib module signbit should be tested. */
3396
 
+#undef GNULIB_TEST_SIGNBIT
3397
 
+
3398
 
+/* Define to 1 when the gnulib module sigprocmask should be tested. */
3399
 
+#undef GNULIB_TEST_SIGPROCMASK
3400
 
+
3401
 
+/* Define to 1 when the gnulib module sleep should be tested. */
3402
 
+#undef GNULIB_TEST_SLEEP
3403
 
+
3404
 
+/* Define to 1 when the gnulib module snprintf should be tested. */
3405
 
+#undef GNULIB_TEST_SNPRINTF
3406
 
+
3407
 
+/* Define to 1 when the gnulib module socket should be tested. */
3408
 
+#undef GNULIB_TEST_SOCKET
3409
 
+
3410
 
+/* Define to 1 when the gnulib module stat should be tested. */
3411
 
+#undef GNULIB_TEST_STAT
3412
 
+
3413
 
+/* Define to 1 when the gnulib module stpcpy should be tested. */
3414
 
+#undef GNULIB_TEST_STPCPY
3415
 
+
3416
 
+/* Define to 1 when the gnulib module stpncpy should be tested. */
3417
 
+#undef GNULIB_TEST_STPNCPY
3418
 
+
3419
 
+/* Define to 1 when the gnulib module strdup should be tested. */
3420
 
+#undef GNULIB_TEST_STRDUP
3421
 
+
3422
 
+/* Define to 1 when the gnulib module strerror should be tested. */
3423
 
+#undef GNULIB_TEST_STRERROR
3424
 
+
3425
 
+/* Define to 1 when the gnulib module strerror_r should be tested. */
3426
 
+#undef GNULIB_TEST_STRERROR_R
3427
 
+
3428
 
+/* Define to 1 when the gnulib module strndup should be tested. */
3429
 
+#undef GNULIB_TEST_STRNDUP
3430
 
+
3431
 
+/* Define to 1 when the gnulib module strnlen should be tested. */
3432
 
+#undef GNULIB_TEST_STRNLEN
3433
 
+
3434
 
+/* Define to 1 when the gnulib module strsignal should be tested. */
3435
 
+#undef GNULIB_TEST_STRSIGNAL
3436
 
+
3437
 
+/* Define to 1 when the gnulib module strstr should be tested. */
3438
 
+#undef GNULIB_TEST_STRSTR
3439
 
+
3440
 
+/* Define to 1 when the gnulib module strtod should be tested. */
3441
 
+#undef GNULIB_TEST_STRTOD
3442
 
+
3443
 
+/* Define to 1 when the gnulib module strtoll should be tested. */
3444
 
+#undef GNULIB_TEST_STRTOLL
3445
 
+
3446
 
+/* Define to 1 when the gnulib module strtoull should be tested. */
3447
 
+#undef GNULIB_TEST_STRTOULL
3448
 
+
3449
 
+/* Define to 1 when the gnulib module symlink should be tested. */
3450
 
+#undef GNULIB_TEST_SYMLINK
3451
 
+
3452
 
+/* Define to 1 when the gnulib module symlinkat should be tested. */
3453
 
+#undef GNULIB_TEST_SYMLINKAT
3454
 
+
3455
 
+/* Define to 1 when the gnulib module time_r should be tested. */
3456
 
+#undef GNULIB_TEST_TIME_R
3457
 
+
3458
 
+/* Define to 1 when the gnulib module unlink should be tested. */
3459
 
+#undef GNULIB_TEST_UNLINK
3460
 
+
3461
 
+/* Define to 1 when the gnulib module unsetenv should be tested. */
3462
 
+#undef GNULIB_TEST_UNSETENV
3463
 
+
3464
 
+/* Define to 1 when the gnulib module usleep should be tested. */
3465
 
+#undef GNULIB_TEST_USLEEP
3466
 
+
3467
 
+/* Define to 1 when the gnulib module utimensat should be tested. */
3468
 
+#undef GNULIB_TEST_UTIMENSAT
3469
 
+
3470
 
+/* Define to 1 when the gnulib module vasprintf should be tested. */
3471
 
+#undef GNULIB_TEST_VASPRINTF
3472
 
+
3473
 
+/* Define to 1 when the gnulib module vfprintf-posix should be tested. */
3474
 
+#undef GNULIB_TEST_VFPRINTF_POSIX
3475
 
+
3476
 
+/* Define to 1 when the gnulib module vprintf-posix should be tested. */
3477
 
+#undef GNULIB_TEST_VPRINTF_POSIX
3478
 
+
3479
 
+/* Define to 1 when the gnulib module wcrtomb should be tested. */
3480
 
+#undef GNULIB_TEST_WCRTOMB
3481
 
+
3482
 
+/* Define to 1 when the gnulib module wcswidth should be tested. */
3483
 
+#undef GNULIB_TEST_WCSWIDTH
3484
 
+
3485
 
+/* Define to 1 when the gnulib module wctob should be tested. */
3486
 
+#undef GNULIB_TEST_WCTOB
3487
 
+
3488
 
+/* Define to 1 when the gnulib module wctomb should be tested. */
3489
 
+#undef GNULIB_TEST_WCTOMB
3490
 
+
3491
 
+/* Define to 1 when the gnulib module wcwidth should be tested. */
3492
 
+#undef GNULIB_TEST_WCWIDTH
3493
 
+
3494
 
+/* Define to 1 when the gnulib module write should be tested. */
3495
 
+#undef GNULIB_TEST_WRITE
3496
 
+
3497
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3498
 
+   whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
3499
 
+#undef GNULIB_UNISTR_U8_MBTOUCR
3500
 
+
3501
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3502
 
+   whether the gnulib module unistr/u8-uctomb shall be considered present. */
3503
 
+#undef GNULIB_UNISTR_U8_UCTOMB
3504
 
+
3505
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
3506
 
+   whether the gnulib module xgetgroups shall be considered present. */
3507
 
+#undef GNULIB_XGETGROUPS
3508
 
+
3509
 
+/* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
3510
 
+#undef GWINSZ_IN_SYS_IOCTL
3511
 
+
3512
 
+/* Define if your system defines TIOCGWINSZ in sys/pty.h. */
3513
 
+#undef GWINSZ_IN_SYS_PTY
3514
 
+
3515
 
+/* Define to 1 if you have the `access' function. */
3516
 
+#undef HAVE_ACCESS
3517
 
+
3518
 
+/* Define to 1 if you have the `aclsort' function. */
3519
 
+#undef HAVE_ACLSORT
3520
 
+
3521
 
+/* Define to 1 if you have the <aclv.h> header file. */
3522
 
+#undef HAVE_ACLV_H
3523
 
+
3524
 
+/* Define to 1 if you have the `aclx_get' function. */
3525
 
+#undef HAVE_ACLX_GET
3526
 
+
3527
 
+/* Define to 1 if you have the `acl_copy_ext_native' function. */
3528
 
+#undef HAVE_ACL_COPY_EXT_NATIVE
3529
 
+
3530
 
+/* Define to 1 if you have the `acl_create_entry_np' function. */
3531
 
+#undef HAVE_ACL_CREATE_ENTRY_NP
3532
 
+
3533
 
+/* Define to 1 if you have the `acl_delete_def_file' function. */
3534
 
+#undef HAVE_ACL_DELETE_DEF_FILE
3535
 
+
3536
 
+/* Define to 1 if you have the `acl_delete_fd_np' function. */
3537
 
+#undef HAVE_ACL_DELETE_FD_NP
3538
 
+
3539
 
+/* Define to 1 if you have the `acl_delete_file_np' function. */
3540
 
+#undef HAVE_ACL_DELETE_FILE_NP
3541
 
+
3542
 
+/* Define to 1 if you have the `acl_entries' function. */
3543
 
+#undef HAVE_ACL_ENTRIES
3544
 
+
3545
 
+/* Define to 1 if you have the `acl_extended_file' function. */
3546
 
+#undef HAVE_ACL_EXTENDED_FILE
3547
 
+
3548
 
+/* Define to 1 if you have the `acl_extended_file_nofollow' function. */
3549
 
+#undef HAVE_ACL_EXTENDED_FILE_NOFOLLOW
3550
 
+
3551
 
+/* Define to 1 if the constant ACL_FIRST_ENTRY exists. */
3552
 
+#undef HAVE_ACL_FIRST_ENTRY
3553
 
+
3554
 
+/* Define to 1 if you have the `acl_free' function. */
3555
 
+#undef HAVE_ACL_FREE
3556
 
+
3557
 
+/* Define to 1 if you have the `acl_free_text' function. */
3558
 
+#undef HAVE_ACL_FREE_TEXT
3559
 
+
3560
 
+/* Define to 1 if you have the `acl_from_mode' function. */
3561
 
+#undef HAVE_ACL_FROM_MODE
3562
 
+
3563
 
+/* Define to 1 if you have the `acl_from_text' function. */
3564
 
+#undef HAVE_ACL_FROM_TEXT
3565
 
+
3566
 
+/* Define to 1 if you have the `acl_get_fd' function. */
3567
 
+#undef HAVE_ACL_GET_FD
3568
 
+
3569
 
+/* Define to 1 if you have the `acl_get_file' function. */
3570
 
+#undef HAVE_ACL_GET_FILE
3571
 
+
3572
 
+/* Define to 1 if you have the <acl/libacl.h> header file. */
3573
 
+#undef HAVE_ACL_LIBACL_H
3574
 
+
3575
 
+/* Define to 1 if you have the `acl_set_fd' function. */
3576
 
+#undef HAVE_ACL_SET_FD
3577
 
+
3578
 
+/* Define to 1 if you have the `acl_set_file' function. */
3579
 
+#undef HAVE_ACL_SET_FILE
3580
 
+
3581
 
+/* Define to 1 if you have the `acl_to_short_text' function. */
3582
 
+#undef HAVE_ACL_TO_SHORT_TEXT
3583
 
+
3584
 
+/* Define to 1 if you have the `acl_trivial' function. */
3585
 
+#undef HAVE_ACL_TRIVIAL
3586
 
+
3587
 
+/* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */
3588
 
+#undef HAVE_ACL_TYPE_EXTENDED
3589
 
+
3590
 
+/* Define to 1 if you have the `alarm' function. */
3591
 
+#undef HAVE_ALARM
3592
 
+
3593
 
+/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
3594
 
+   may be supplied by this distribution. */
3595
 
+#undef HAVE_ALLOCA
3596
 
+
3597
 
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
3598
 
+   */
3599
 
+#undef HAVE_ALLOCA_H
3600
 
+
3601
 
+/* Define if you have an arithmetic hrtime_t type. */
3602
 
+#undef HAVE_ARITHMETIC_HRTIME_T
3603
 
+
3604
 
+/* Define to 1 if you have the <arpa/inet.h> header file. */
3605
 
+#undef HAVE_ARPA_INET_H
3606
 
+
3607
 
+/* Define to 1 if you have the `attr_copy_file' function. */
3608
 
+#undef HAVE_ATTR_COPY_FILE
3609
 
+
3610
 
+/* Define to 1 if you have the <attr/error_context.h> header file. */
3611
 
+#undef HAVE_ATTR_ERROR_CONTEXT_H
3612
 
+
3613
 
+/* Define to 1 if you have the <attr/libattr.h> header file. */
3614
 
+#undef HAVE_ATTR_LIBATTR_H
3615
 
+
3616
 
+/* Define to 1 if you have the <bp-sym.h> header file. */
3617
 
+#undef HAVE_BP_SYM_H
3618
 
+
3619
 
+/* Define to 1 if you have the `btowc' function. */
3620
 
+#undef HAVE_BTOWC
3621
 
+
3622
 
+/* Define to 1 if nanosleep mishandles large arguments. */
3623
 
+#undef HAVE_BUG_BIG_NANOSLEEP
3624
 
+
3625
 
+/* Define to 1 if strtold conforms to C99. */
3626
 
+#undef HAVE_C99_STRTOLD
3627
 
+
3628
 
+/* Define to 1 if your system has a GNU libc compatible `calloc' function, and
3629
 
+   to 0 otherwise. */
3630
 
+#undef HAVE_CALLOC_GNU
3631
 
+
3632
 
+/* Define if the 'calloc' function is POSIX compliant. */
3633
 
+#undef HAVE_CALLOC_POSIX
3634
 
+
3635
 
+/* Define to 1 if you have the `canonicalize_file_name' function. */
3636
 
+#undef HAVE_CANONICALIZE_FILE_NAME
3637
 
+
3638
 
+/* libcap usability */
3639
 
+#undef HAVE_CAP
3640
 
+
3641
 
+/* Define to 1 if you have the `catgets' function. */
3642
 
+#undef HAVE_CATGETS
3643
 
+
3644
 
+/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
3645
 
+   CoreFoundation framework. */
3646
 
+#undef HAVE_CFLOCALECOPYCURRENT
3647
 
+
3648
 
+/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
3649
 
+   the CoreFoundation framework. */
3650
 
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
3651
 
+
3652
 
+/* Define to 1 if you have the `chown' function. */
3653
 
+#undef HAVE_CHOWN
3654
 
+
3655
 
+/* Define to 1 if you have the `chroot' function. */
3656
 
+#undef HAVE_CHROOT
3657
 
+
3658
 
+/* Define to 1 if you have the `clock_gettime' function. */
3659
 
+#undef HAVE_CLOCK_GETTIME
3660
 
+
3661
 
+/* Define to 1 if you have the `clock_settime' function. */
3662
 
+#undef HAVE_CLOCK_SETTIME
3663
 
+
3664
 
+/* Define if you have compound literals. */
3665
 
+#undef HAVE_COMPOUND_LITERALS
3666
 
+
3667
 
+/* Define if the copysignf function is declared in <math.h> and available in
3668
 
+   libc. */
3669
 
+#undef HAVE_COPYSIGNF_IN_LIBC
3670
 
+
3671
 
+/* Define if the copysignl function is declared in <math.h> and available in
3672
 
+   libc. */
3673
 
+#undef HAVE_COPYSIGNL_IN_LIBC
3674
 
+
3675
 
+/* Define if the copysign function is declared in <math.h> and available in
3676
 
+   libc. */
3677
 
+#undef HAVE_COPYSIGN_IN_LIBC
3678
 
+
3679
 
+/* FIXME */
3680
 
+#undef HAVE_C_LINE
3681
 
+
3682
 
+/* Define if the GNU dcgettext() function is already present or preinstalled.
3683
 
+   */
3684
 
+#undef HAVE_DCGETTEXT
3685
 
+
3686
 
+/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
3687
 
+   */
3688
 
+#undef HAVE_DECL_ALARM
3689
 
+
3690
 
+/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
3691
 
+   you don't. */
3692
 
+#undef HAVE_DECL_CLEARERR_UNLOCKED
3693
 
+
3694
 
+/* Define to 1 if you have the declaration of `copysign', and to 0 if you
3695
 
+   don't. */
3696
 
+#undef HAVE_DECL_COPYSIGN
3697
 
+
3698
 
+/* Define to 1 if you have the declaration of `copysignf', and to 0 if you
3699
 
+   don't. */
3700
 
+#undef HAVE_DECL_COPYSIGNF
3701
 
+
3702
 
+/* Define to 1 if you have the declaration of `copysignl', and to 0 if you
3703
 
+   don't. */
3704
 
+#undef HAVE_DECL_COPYSIGNL
3705
 
+
3706
 
+/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
3707
 
+   */
3708
 
+#undef HAVE_DECL_DIRFD
3709
 
+
3710
 
+/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
3711
 
+   */
3712
 
+#undef HAVE_DECL_FCHDIR
3713
 
+
3714
 
+/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
3715
 
+   don't. */
3716
 
+#undef HAVE_DECL_FDATASYNC
3717
 
+
3718
 
+/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
3719
 
+   don't. */
3720
 
+#undef HAVE_DECL_FDOPENDIR
3721
 
+
3722
 
+/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
3723
 
+   don't. */
3724
 
+#undef HAVE_DECL_FEOF_UNLOCKED
3725
 
+
3726
 
+/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
3727
 
+   you don't. */
3728
 
+#undef HAVE_DECL_FERROR_UNLOCKED
3729
 
+
3730
 
+/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
3731
 
+   you don't. */
3732
 
+#undef HAVE_DECL_FFLUSH_UNLOCKED
3733
 
+
3734
 
+/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
3735
 
+   you don't. */
3736
 
+#undef HAVE_DECL_FGETS_UNLOCKED
3737
 
+
3738
 
+/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
3739
 
+   don't. */
3740
 
+#undef HAVE_DECL_FLOCKFILE
3741
 
+
3742
 
+/* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
3743
 
+   */
3744
 
+#undef HAVE_DECL_FPURGE
3745
 
+
3746
 
+/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
3747
 
+   you don't. */
3748
 
+#undef HAVE_DECL_FPUTC_UNLOCKED
3749
 
+
3750
 
+/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
3751
 
+   you don't. */
3752
 
+#undef HAVE_DECL_FPUTS_UNLOCKED
3753
 
+
3754
 
+/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
3755
 
+   you don't. */
3756
 
+#undef HAVE_DECL_FREAD_UNLOCKED
3757
 
+
3758
 
+/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
3759
 
+   don't. */
3760
 
+#undef HAVE_DECL_FREEADDRINFO
3761
 
+
3762
 
+/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
3763
 
+   */
3764
 
+#undef HAVE_DECL_FSEEKO
3765
 
+
3766
 
+/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
3767
 
+   */
3768
 
+#undef HAVE_DECL_FTELLO
3769
 
+
3770
 
+/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
3771
 
+   don't. */
3772
 
+#undef HAVE_DECL_FUNLOCKFILE
3773
 
+
3774
 
+/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
3775
 
+   you don't. */
3776
 
+#undef HAVE_DECL_FWRITE_UNLOCKED
3777
 
+
3778
 
+/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
3779
 
+   don't. */
3780
 
+#undef HAVE_DECL_GAI_STRERROR
3781
 
+
3782
 
+/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
3783
 
+   don't. */
3784
 
+#undef HAVE_DECL_GAI_STRERRORA
3785
 
+
3786
 
+/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
3787
 
+   don't. */
3788
 
+#undef HAVE_DECL_GETADDRINFO
3789
 
+
3790
 
+/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
3791
 
+   you don't. */
3792
 
+#undef HAVE_DECL_GETCHAR_UNLOCKED
3793
 
+
3794
 
+/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
3795
 
+   */
3796
 
+#undef HAVE_DECL_GETCWD
3797
 
+
3798
 
+/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
3799
 
+   don't. */
3800
 
+#undef HAVE_DECL_GETC_UNLOCKED
3801
 
+
3802
 
+/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
3803
 
+   don't. */
3804
 
+#undef HAVE_DECL_GETDELIM
3805
 
+
3806
 
+/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
3807
 
+   */
3808
 
+#undef HAVE_DECL_GETENV
3809
 
+
3810
 
+/* Define to 1 if you have the declaration of `geteuid', and to 0 if you
3811
 
+   don't. */
3812
 
+#undef HAVE_DECL_GETEUID
3813
 
+
3814
 
+/* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
3815
 
+   don't. */
3816
 
+#undef HAVE_DECL_GETGRGID
3817
 
+
3818
 
+/* Define to 1 if you have the declaration of `gethrtime', and to 0 if you
3819
 
+   don't. */
3820
 
+#undef HAVE_DECL_GETHRTIME
3821
 
+
3822
 
+/* Define to 1 if you have the declaration of `getline', and to 0 if you
3823
 
+   don't. */
3824
 
+#undef HAVE_DECL_GETLINE
3825
 
+
3826
 
+/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
3827
 
+   don't. */
3828
 
+#undef HAVE_DECL_GETLOGIN
3829
 
+
3830
 
+/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
3831
 
+   don't. */
3832
 
+#undef HAVE_DECL_GETNAMEINFO
3833
 
+
3834
 
+/* Define to 1 if you have the declaration of `getpass', and to 0 if you
3835
 
+   don't. */
3836
 
+#undef HAVE_DECL_GETPASS
3837
 
+
3838
 
+/* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
3839
 
+   don't. */
3840
 
+#undef HAVE_DECL_GETPWUID
3841
 
+
3842
 
+/* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
3843
 
+   */
3844
 
+#undef HAVE_DECL_GETUID
3845
 
+
3846
 
+/* Define to 1 if you have the declaration of `getusershell', and to 0 if you
3847
 
+   don't. */
3848
 
+#undef HAVE_DECL_GETUSERSHELL
3849
 
+
3850
 
+/* Define to 1 if you have the declaration of `getutent', and to 0 if you
3851
 
+   don't. */
3852
 
+#undef HAVE_DECL_GETUTENT
3853
 
+
3854
 
+/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
3855
 
+   don't. */
3856
 
+#undef HAVE_DECL_INET_NTOP
3857
 
+
3858
 
+/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
3859
 
+   don't. */
3860
 
+#undef HAVE_DECL_INET_PTON
3861
 
+
3862
 
+/* Define to 1 if you have the declaration of `isblank', and to 0 if you
3863
 
+   don't. */
3864
 
+#undef HAVE_DECL_ISBLANK
3865
 
+
3866
 
+/* Define to 1 if you have the declaration of `iswblank', and to 0 if you
3867
 
+   don't. */
3868
 
+#undef HAVE_DECL_ISWBLANK
3869
 
+
3870
 
+/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
3871
 
+   don't. */
3872
 
+#undef HAVE_DECL_LOCALTIME_R
3873
 
+
3874
 
+/* Define to 1 if you have the declaration of `mbrlen', and to 0 if you don't.
3875
 
+   */
3876
 
+#undef HAVE_DECL_MBRLEN
3877
 
+
3878
 
+/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
3879
 
+   don't. */
3880
 
+#undef HAVE_DECL_MBRTOWC
3881
 
+
3882
 
+/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
3883
 
+   don't. */
3884
 
+#undef HAVE_DECL_MBSINIT
3885
 
+
3886
 
+/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
3887
 
+   don't. */
3888
 
+#undef HAVE_DECL_MBSRTOWCS
3889
 
+
3890
 
+/* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
3891
 
+   otherwise. */
3892
 
+#undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
3893
 
+
3894
 
+/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
3895
 
+   don't. */
3896
 
+#undef HAVE_DECL_MEMRCHR
3897
 
+
3898
 
+/* Define to 1 if you have the declaration of `program_invocation_name', and
3899
 
+   to 0 if you don't. */
3900
 
+#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
3901
 
+
3902
 
+/* Define to 1 if you have the declaration of `program_invocation_short_name',
3903
 
+   and to 0 if you don't. */
3904
 
+#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
3905
 
+
3906
 
+/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
3907
 
+   you don't. */
3908
 
+#undef HAVE_DECL_PUTCHAR_UNLOCKED
3909
 
+
3910
 
+/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
3911
 
+   don't. */
3912
 
+#undef HAVE_DECL_PUTC_UNLOCKED
3913
 
+
3914
 
+/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
3915
 
+   */
3916
 
+#undef HAVE_DECL_SETENV
3917
 
+
3918
 
+/* Define to 1 if you have the declaration of `setregid', and to 0 if you
3919
 
+   don't. */
3920
 
+#undef HAVE_DECL_SETREGID
3921
 
+
3922
 
+/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
3923
 
+   */
3924
 
+#undef HAVE_DECL_SLEEP
3925
 
+
3926
 
+/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
3927
 
+   don't. */
3928
 
+#undef HAVE_DECL_SNPRINTF
3929
 
+
3930
 
+/* Define to 1 if you have the declaration of `stpncpy', and to 0 if you
3931
 
+   don't. */
3932
 
+#undef HAVE_DECL_STPNCPY
3933
 
+
3934
 
+/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
3935
 
+   */
3936
 
+#undef HAVE_DECL_STRDUP
3937
 
+
3938
 
+/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
3939
 
+   don't. */
3940
 
+#undef HAVE_DECL_STRERROR_R
3941
 
+
3942
 
+/* Define to 1 if you have the declaration of `strmode', and to 0 if you
3943
 
+   don't. */
3944
 
+#undef HAVE_DECL_STRMODE
3945
 
+
3946
 
+/* Define to 1 if you have the declaration of `strndup', and to 0 if you
3947
 
+   don't. */
3948
 
+#undef HAVE_DECL_STRNDUP
3949
 
+
3950
 
+/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
3951
 
+   don't. */
3952
 
+#undef HAVE_DECL_STRNLEN
3953
 
+
3954
 
+/* Define to 1 if you have the declaration of `strsignal', and to 0 if you
3955
 
+   don't. */
3956
 
+#undef HAVE_DECL_STRSIGNAL
3957
 
+
3958
 
+/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
3959
 
+   don't. */
3960
 
+#undef HAVE_DECL_STRTOIMAX
3961
 
+
3962
 
+/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
3963
 
+   don't. */
3964
 
+#undef HAVE_DECL_STRTOLL
3965
 
+
3966
 
+/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
3967
 
+   don't. */
3968
 
+#undef HAVE_DECL_STRTOULL
3969
 
+
3970
 
+/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
3971
 
+   don't. */
3972
 
+#undef HAVE_DECL_STRTOUMAX
3973
 
+
3974
 
+/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
3975
 
+   don't. */
3976
 
+#undef HAVE_DECL_SYS_SIGLIST
3977
 
+
3978
 
+/* Define to 1 if you have the declaration of `towlower', and to 0 if you
3979
 
+   don't. */
3980
 
+#undef HAVE_DECL_TOWLOWER
3981
 
+
3982
 
+/* Define to 1 if you have the declaration of `ttyname', and to 0 if you
3983
 
+   don't. */
3984
 
+#undef HAVE_DECL_TTYNAME
3985
 
+
3986
 
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
3987
 
+   */
3988
 
+#undef HAVE_DECL_TZNAME
3989
 
+
3990
 
+/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
3991
 
+   don't. */
3992
 
+#undef HAVE_DECL_UNSETENV
3993
 
+
3994
 
+/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
3995
 
+   don't. */
3996
 
+#undef HAVE_DECL_WCRTOMB
3997
 
+
3998
 
+/* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
3999
 
+   */
4000
 
+#undef HAVE_DECL_WCTOB
4001
 
+
4002
 
+/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
4003
 
+   don't. */
4004
 
+#undef HAVE_DECL_WCWIDTH
4005
 
+
4006
 
+/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
4007
 
+   don't. */
4008
 
+#undef HAVE_DECL__SNPRINTF
4009
 
+
4010
 
+/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
4011
 
+   don't. */
4012
 
+#undef HAVE_DECL__SYS_SIGLIST
4013
 
+
4014
 
+/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
4015
 
+   don't. */
4016
 
+#undef HAVE_DECL___FPENDING
4017
 
+
4018
 
+/* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
4019
 
+   don't. */
4020
 
+#undef HAVE_DECL___FSETLOCKING
4021
 
+
4022
 
+/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
4023
 
+   don't. */
4024
 
+#undef HAVE_DECL___SYS_SIGLIST
4025
 
+
4026
 
+/* Define to 1 if you have the `directio' function. */
4027
 
+#undef HAVE_DIRECTIO
4028
 
+
4029
 
+/* Define to 1 if you have the <dirent.h> header file. */
4030
 
+#undef HAVE_DIRENT_H
4031
 
+
4032
 
+/* Define to 1 if you have the `dirfd' function. */
4033
 
+#undef HAVE_DIRFD
4034
 
+
4035
 
+/* Define to 1 if you have the 'dup2' function. */
4036
 
+#undef HAVE_DUP2
4037
 
+
4038
 
+/* Define to 1 if you have the <dustat.h> header file. */
4039
 
+#undef HAVE_DUSTAT_H
4040
 
+
4041
 
+/* Define to 1 if you have the `eaccess' function. */
4042
 
+#undef HAVE_EACCESS
4043
 
+
4044
 
+/* Define to 1 if you have the `endgrent' function. */
4045
 
+#undef HAVE_ENDGRENT
4046
 
+
4047
 
+/* Define to 1 if you have the `endpwent' function. */
4048
 
+#undef HAVE_ENDPWENT
4049
 
+
4050
 
+/* Define if you have the declaration of environ. */
4051
 
+#undef HAVE_ENVIRON_DECL
4052
 
+
4053
 
+/* Define to 1 if you have the `euidaccess' function. */
4054
 
+#undef HAVE_EUIDACCESS
4055
 
+
4056
 
+/* Define to 1 if you have the `faccessat' function. */
4057
 
+#undef HAVE_FACCESSAT
4058
 
+
4059
 
+/* Define to 1 if you have the `facl' function. */
4060
 
+#undef HAVE_FACL
4061
 
+
4062
 
+/* Define to 1 if you have the `fchdir' function. */
4063
 
+#undef HAVE_FCHDIR
4064
 
+
4065
 
+/* Define to 1 if you have the `fchmod' function. */
4066
 
+#undef HAVE_FCHMOD
4067
 
+
4068
 
+/* Define to 1 if you have the `fchmodat' function. */
4069
 
+#undef HAVE_FCHMODAT
4070
 
+
4071
 
+/* Define to 1 if you have the `fchown' function. */
4072
 
+#undef HAVE_FCHOWN
4073
 
+
4074
 
+/* Define to 1 if you have the `fcntl' function. */
4075
 
+#undef HAVE_FCNTL
4076
 
+
4077
 
+/* Define to 1 if you have the `fdatasync' function. */
4078
 
+#undef HAVE_FDATASYNC
4079
 
+
4080
 
+/* Define to 1 if you have the `fdopendir' function. */
4081
 
+#undef HAVE_FDOPENDIR
4082
 
+
4083
 
+/* Define to 1 if you have the <features.h> header file. */
4084
 
+#undef HAVE_FEATURES_H
4085
 
+
4086
 
+/* Define to 1 if pipes are FIFOs, 0 if sockets. Leave undefined if not known.
4087
 
+   */
4088
 
+#undef HAVE_FIFO_PIPES
4089
 
+
4090
 
+/* Define to 1 if you have the `flockfile' function. */
4091
 
+#undef HAVE_FLOCKFILE
4092
 
+
4093
 
+/* Define to 1 if you have the `fork' function. */
4094
 
+#undef HAVE_FORK
4095
 
+
4096
 
+/* Define to 1 if you have the `fpurge' function. */
4097
 
+#undef HAVE_FPURGE
4098
 
+
4099
 
+/* Define if the frexpl function is available in libc. */
4100
 
+#undef HAVE_FREXPL_IN_LIBC
4101
 
+
4102
 
+/* Define if the frexp function is available in libc. */
4103
 
+#undef HAVE_FREXP_IN_LIBC
4104
 
+
4105
 
+/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
4106
 
+#undef HAVE_FSEEKO
4107
 
+
4108
 
+/* Define to 1 if you have the `fstatat' function. */
4109
 
+#undef HAVE_FSTATAT
4110
 
+
4111
 
+/* Define to 1 if you have the `fstatfs' function. */
4112
 
+#undef HAVE_FSTATFS
4113
 
+
4114
 
+/* Define to 1 if you have the `fsync' function. */
4115
 
+#undef HAVE_FSYNC
4116
 
+
4117
 
+/* Define to 1 if you have the <fs_info.h> header file. */
4118
 
+#undef HAVE_FS_INFO_H
4119
 
+
4120
 
+/* Define to 1 if you have the `fs_stat_dev' function. */
4121
 
+#undef HAVE_FS_STAT_DEV
4122
 
+
4123
 
+/* Define to 1 if you have the `ftruncate' function. */
4124
 
+#undef HAVE_FTRUNCATE
4125
 
+
4126
 
+/* Define to 1 if you have the `funlockfile' function. */
4127
 
+#undef HAVE_FUNLOCKFILE
4128
 
+
4129
 
+/* Define to 1 if you have the `futimens' function. */
4130
 
+#undef HAVE_FUTIMENS
4131
 
+
4132
 
+/* Define to 1 if you have the `futimes' function. */
4133
 
+#undef HAVE_FUTIMES
4134
 
+
4135
 
+/* Define to 1 if you have the `futimesat' function. */
4136
 
+#undef HAVE_FUTIMESAT
4137
 
+
4138
 
+/* Define to 1 if you have the `getacl' function. */
4139
 
+#undef HAVE_GETACL
4140
 
+
4141
 
+/* Define to 1 if you have the `getdelim' function. */
4142
 
+#undef HAVE_GETDELIM
4143
 
+
4144
 
+/* Define to 1 if you have the `getdtablesize' function. */
4145
 
+#undef HAVE_GETDTABLESIZE
4146
 
+
4147
 
+/* Define to 1 if you have the `getegid' function. */
4148
 
+#undef HAVE_GETEGID
4149
 
+
4150
 
+/* Define to 1 if you have the `getgrouplist' function. */
4151
 
+#undef HAVE_GETGROUPLIST
4152
 
+
4153
 
+/* Define to 1 if your system has a working `getgroups' function. */
4154
 
+#undef HAVE_GETGROUPS
4155
 
+
4156
 
+/* Define to 1 if you have the `gethostbyname' function. */
4157
 
+#undef HAVE_GETHOSTBYNAME
4158
 
+
4159
 
+/* Define to 1 if you have the `gethostid' function. */
4160
 
+#undef HAVE_GETHOSTID
4161
 
+
4162
 
+/* Define to 1 if you have the `gethostname' function. */
4163
 
+#undef HAVE_GETHOSTNAME
4164
 
+
4165
 
+/* Define to 1 if you have the `getmntent' function. */
4166
 
+#undef HAVE_GETMNTENT
4167
 
+
4168
 
+/* Define to 1 if you have the `getmntinfo' function. */
4169
 
+#undef HAVE_GETMNTINFO
4170
 
+
4171
 
+/* Define to 1 if you have the <getopt.h> header file. */
4172
 
+#undef HAVE_GETOPT_H
4173
 
+
4174
 
+/* Define to 1 if you have the `getopt_long_only' function. */
4175
 
+#undef HAVE_GETOPT_LONG_ONLY
4176
 
+
4177
 
+/* Define to 1 if you have the `getpagesize' function. */
4178
 
+#undef HAVE_GETPAGESIZE
4179
 
+
4180
 
+/* Define to 1 if you have the `getppriv' function. */
4181
 
+#undef HAVE_GETPPRIV
4182
 
+
4183
 
+/* Define to 1 if you have the `getservbyname' function. */
4184
 
+#undef HAVE_GETSERVBYNAME
4185
 
+
4186
 
+/* Define to 1 if you have the `getspnam' function. */
4187
 
+#undef HAVE_GETSPNAM
4188
 
+
4189
 
+/* Define to 1 if you have the `getsysinfo' function. */
4190
 
+#undef HAVE_GETSYSINFO
4191
 
+
4192
 
+/* Define if the GNU gettext() function is already present or preinstalled. */
4193
 
+#undef HAVE_GETTEXT
4194
 
+
4195
 
+/* Define to 1 if you have the `gettimeofday' function. */
4196
 
+#undef HAVE_GETTIMEOFDAY
4197
 
+
4198
 
+/* Define to 1 if you have the `getusershell' function. */
4199
 
+#undef HAVE_GETUSERSHELL
4200
 
+
4201
 
+/* Define if you have GNU libgmp (or replacement) */
4202
 
+#undef HAVE_GMP
4203
 
+
4204
 
+/* Define to 1 if you have the <grp.h> header file. */
4205
 
+#undef HAVE_GRP_H
4206
 
+
4207
 
+/* Define to 1 if you have the `hasmntopt' function. */
4208
 
+#undef HAVE_HASMNTOPT
4209
 
+
4210
 
+/* Define to 1 if you have the <hurd.h> header file. */
4211
 
+#undef HAVE_HURD_H
4212
 
+
4213
 
+/* Define if you have the iconv() function and it works. */
4214
 
+#undef HAVE_ICONV
4215
 
+
4216
 
+/* Define to 1 if you have the <iconv.h> header file. */
4217
 
+#undef HAVE_ICONV_H
4218
 
+
4219
 
+/* Define to 1 if you have the `inet_ntop' function. */
4220
 
+#undef HAVE_INET_NTOP
4221
 
+
4222
 
+/* Define to 1 if you have the `inet_pton' function. */
4223
 
+#undef HAVE_INET_PTON
4224
 
+
4225
 
+/* Define to 1 if you have the `initgroups' function. */
4226
 
+#undef HAVE_INITGROUPS
4227
 
+
4228
 
+/* Define to 1 if the compiler supports one of the keywords 'inline',
4229
 
+   '__inline__', '__inline' and effectively inlines functions marked as such.
4230
 
+   */
4231
 
+#undef HAVE_INLINE
4232
 
+
4233
 
+/* Define to 1 if you have usable inotify support. */
4234
 
+#undef HAVE_INOTIFY
4235
 
+
4236
 
+/* Define to 1 if you have the `inotify_init' function. */
4237
 
+#undef HAVE_INOTIFY_INIT
4238
 
+
4239
 
+/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
4240
 
+#undef HAVE_INTMAX_T
4241
 
+
4242
 
+/* Define to 1 if you have the <inttypes.h> header file. */
4243
 
+#undef HAVE_INTTYPES_H
4244
 
+
4245
 
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
4246
 
+   declares uintmax_t. */
4247
 
+#undef HAVE_INTTYPES_H_WITH_UINTMAX
4248
 
+
4249
 
+/* Define to 1 if you have the `ioctl' function. */
4250
 
+#undef HAVE_IOCTL
4251
 
+
4252
 
+/* Define to 1 if <sys/socket.h> defines AF_INET. */
4253
 
+#undef HAVE_IPV4
4254
 
+
4255
 
+/* Define to 1 if <sys/socket.h> defines AF_INET6. */
4256
 
+#undef HAVE_IPV6
4257
 
+
4258
 
+/* Define to 1 if you have the `isapipe' function. */
4259
 
+#undef HAVE_ISAPIPE
4260
 
+
4261
 
+/* Define to 1 if you have the `isascii' function. */
4262
 
+#undef HAVE_ISASCII
4263
 
+
4264
 
+/* Define to 1 if you have the `isblank' function. */
4265
 
+#undef HAVE_ISBLANK
4266
 
+
4267
 
+/* Define if the isnan(double) function is available in libc. */
4268
 
+#undef HAVE_ISNAND_IN_LIBC
4269
 
+
4270
 
+/* Define if the isnan(float) function is available in libc. */
4271
 
+#undef HAVE_ISNANF_IN_LIBC
4272
 
+
4273
 
+/* Define if the isnan(long double) function is available in libc. */
4274
 
+#undef HAVE_ISNANL_IN_LIBC
4275
 
+
4276
 
+/* Define to 1 if you have the `iswblank' function. */
4277
 
+#undef HAVE_ISWBLANK
4278
 
+
4279
 
+/* Define to 1 if you have the `iswcntrl' function. */
4280
 
+#undef HAVE_ISWCNTRL
4281
 
+
4282
 
+/* Define to 1 if you have the `iswctype' function. */
4283
 
+#undef HAVE_ISWCTYPE
4284
 
+
4285
 
+/* Define to 1 if you have the `iswspace' function. */
4286
 
+#undef HAVE_ISWSPACE
4287
 
+
4288
 
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
4289
 
+#undef HAVE_LANGINFO_CODESET
4290
 
+
4291
 
+/* Define to 1 if you have the <langinfo.h> header file. */
4292
 
+#undef HAVE_LANGINFO_H
4293
 
+
4294
 
+/* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
4295
 
+#undef HAVE_LANGINFO_YESEXPR
4296
 
+
4297
 
+/* Define to 1 if you have the `lchmod' function. */
4298
 
+#undef HAVE_LCHMOD
4299
 
+
4300
 
+/* Define to 1 if you have the `lchown' function. */
4301
 
+#undef HAVE_LCHOWN
4302
 
+
4303
 
+/* Define if your <locale.h> file defines LC_MESSAGES. */
4304
 
+#undef HAVE_LC_MESSAGES
4305
 
+
4306
 
+/* Define if the ldexpl function is available in libc. */
4307
 
+#undef HAVE_LDEXPL_IN_LIBC
4308
 
+
4309
 
+/* Define if the ldexp function is available in libc. */
4310
 
+#undef HAVE_LDEXP_IN_LIBC
4311
 
+
4312
 
+/* Define to 1 if you have the `dgc' library (-ldgc). */
4313
 
+#undef HAVE_LIBDGC
4314
 
+
4315
 
+/* Define to 1 if you have the <libgen.h> header file. */
4316
 
+#undef HAVE_LIBGEN_H
4317
 
+
4318
 
+/* Define to 1 if you have the <libintl.h> header file. */
4319
 
+#undef HAVE_LIBINTL_H
4320
 
+
4321
 
+/* Define to 1 if you have the `kstat' library (-lkstat). */
4322
 
+#undef HAVE_LIBKSTAT
4323
 
+
4324
 
+/* Define to 1 if you have the `ldgc' library (-lldgc). */
4325
 
+#undef HAVE_LIBLDGC
4326
 
+
4327
 
+/* Define to 1 if you have the `os' library (-los). */
4328
 
+#undef HAVE_LIBOS
4329
 
+
4330
 
+/* Define to 1 if you have the `perfstat' library (-lperfstat). */
4331
 
+#undef HAVE_LIBPERFSTAT
4332
 
+
4333
 
+/* Define to 1 if you have the `ypsec' library (-lypsec). */
4334
 
+#undef HAVE_LIBYPSEC
4335
 
+
4336
 
+/* Define to 1 if you have the `link' function. */
4337
 
+#undef HAVE_LINK
4338
 
+
4339
 
+/* Define to 1 if you have the `linkat' function. */
4340
 
+#undef HAVE_LINKAT
4341
 
+
4342
 
+/* Define to 1 if you have the `listmntent' function. */
4343
 
+#undef HAVE_LISTMNTENT
4344
 
+
4345
 
+/* Define to 1 if you have the `localtime_r' function. */
4346
 
+#undef HAVE_LOCALTIME_R
4347
 
+
4348
 
+/* Define to 1 if you support file names longer than 14 characters. */
4349
 
+#undef HAVE_LONG_FILE_NAMES
4350
 
+
4351
 
+/* Define to 1 if the system has the type `long long int'. */
4352
 
+#undef HAVE_LONG_LONG_INT
4353
 
+
4354
 
+/* Define to 1 if you have the `lstat' function. */
4355
 
+#undef HAVE_LSTAT
4356
 
+
4357
 
+/* Define to 1 if `lstat' has the bug that it succeeds when given the
4358
 
+   zero-length file name argument. */
4359
 
+#undef HAVE_LSTAT_EMPTY_STRING_BUG
4360
 
+
4361
 
+/* Define to 1 if you have the `lutimes' function. */
4362
 
+#undef HAVE_LUTIMES
4363
 
+
4364
 
+/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
4365
 
+#undef HAVE_MACHINE_HAL_SYSINFO_H
4366
 
+
4367
 
+/* Define to 1 if you have the <mach/mach.h> header file. */
4368
 
+#undef HAVE_MACH_MACH_H
4369
 
+
4370
 
+/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
4371
 
+   to 0 otherwise. */
4372
 
+#undef HAVE_MALLOC_GNU
4373
 
+
4374
 
+/* Define if the 'malloc' function is POSIX compliant. */
4375
 
+#undef HAVE_MALLOC_POSIX
4376
 
+
4377
 
+/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
4378
 
+   config.h and <sys/mman.h>. */
4379
 
+#undef HAVE_MAP_ANONYMOUS
4380
 
+
4381
 
+/* Define to 1 if you have the `matchpathcon_init_prefix' function. */
4382
 
+#undef HAVE_MATCHPATHCON_INIT_PREFIX
4383
 
+
4384
 
+/* Define to 1 if you have the <math.h> header file. */
4385
 
+#undef HAVE_MATH_H
4386
 
+
4387
 
+/* Define to 1 if you have the `mbrlen' function. */
4388
 
+#undef HAVE_MBRLEN
4389
 
+
4390
 
+/* Define to 1 if you have the `mbrtowc' function. */
4391
 
+#undef HAVE_MBRTOWC
4392
 
+
4393
 
+/* Define to 1 if you have the `mbsinit' function. */
4394
 
+#undef HAVE_MBSINIT
4395
 
+
4396
 
+/* Define to 1 if you have the `mbslen' function. */
4397
 
+#undef HAVE_MBSLEN
4398
 
+
4399
 
+/* Define to 1 if you have the `mbsrtowcs' function. */
4400
 
+#undef HAVE_MBSRTOWCS
4401
 
+
4402
 
+/* Define to 1 if <wchar.h> declares mbstate_t. */
4403
 
+#undef HAVE_MBSTATE_T
4404
 
+
4405
 
+/* Define to 1 if you have the <memory.h> header file. */
4406
 
+#undef HAVE_MEMORY_H
4407
 
+
4408
 
+/* Define to 1 if you have the `mempcpy' function. */
4409
 
+#undef HAVE_MEMPCPY
4410
 
+
4411
 
+/* Define to 1 if you have the `memrchr' function. */
4412
 
+#undef HAVE_MEMRCHR
4413
 
+
4414
 
+/* Define to 1 if you have the `microuptime' function. */
4415
 
+#undef HAVE_MICROUPTIME
4416
 
+
4417
 
+/* Define to 1 if you have the `mkdirat' function. */
4418
 
+#undef HAVE_MKDIRAT
4419
 
+
4420
 
+/* Define to 1 if you have the `mkfifo' function. */
4421
 
+#undef HAVE_MKFIFO
4422
 
+
4423
 
+/* Define to 1 if you have the `mkstemp' function. */
4424
 
+#undef HAVE_MKSTEMP
4425
 
+
4426
 
+/* Define to 1 if you have the <mntent.h> header file. */
4427
 
+#undef HAVE_MNTENT_H
4428
 
+
4429
 
+/* Define to 1 if you have the `mprotect' function. */
4430
 
+#undef HAVE_MPROTECT
4431
 
+
4432
 
+/* Define to 1 if you have the `nanotime' function. */
4433
 
+#undef HAVE_NANOTIME
4434
 
+
4435
 
+/* Define to 1 if you have the `nanouptime' function. */
4436
 
+#undef HAVE_NANOUPTIME
4437
 
+
4438
 
+/* Define to 1 if you have the <netdb.h> header file. */
4439
 
+#undef HAVE_NETDB_H
4440
 
+
4441
 
+/* Define to 1 if you have the <netinet/in.h> header file. */
4442
 
+#undef HAVE_NETINET_IN_H
4443
 
+
4444
 
+/* Define to 1 if you have the `newlocale' function. */
4445
 
+#undef HAVE_NEWLOCALE
4446
 
+
4447
 
+/* Define to 1 if you have the `next_dev' function. */
4448
 
+#undef HAVE_NEXT_DEV
4449
 
+
4450
 
+/* Define to 1 if you have the <nfs/nfs_client.h> header file. */
4451
 
+#undef HAVE_NFS_NFS_CLIENT_H
4452
 
+
4453
 
+/* Define to 1 if you have the <nfs/vfs.h> header file. */
4454
 
+#undef HAVE_NFS_VFS_H
4455
 
+
4456
 
+/* Define to 1 if you have the `nice' function. */
4457
 
+#undef HAVE_NICE
4458
 
+
4459
 
+/* Define to 1 if you have the <nlist.h> header file. */
4460
 
+#undef HAVE_NLIST_H
4461
 
+
4462
 
+/* Define to 1 if you have the `nl_langinfo' function. */
4463
 
+#undef HAVE_NL_LANGINFO
4464
 
+
4465
 
+/* Define to 1 if libc includes obstacks. */
4466
 
+#undef HAVE_OBSTACK
4467
 
+
4468
 
+/* Define to 1 if you have the `openat' function. */
4469
 
+#undef HAVE_OPENAT
4470
 
+
4471
 
+/* Define to 1 if you have the <OS.h> header file. */
4472
 
+#undef HAVE_OS_H
4473
 
+
4474
 
+/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
4475
 
+   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
4476
 
+#undef HAVE_PARTLY_WORKING_GETCWD
4477
 
+
4478
 
+/* Define to 1 if you have the `pathconf' function. */
4479
 
+#undef HAVE_PATHCONF
4480
 
+
4481
 
+/* Define to 1 if you have the <paths.h> header file. */
4482
 
+#undef HAVE_PATHS_H
4483
 
+
4484
 
+/* Define to 1 if you have the `pipe' function. */
4485
 
+#undef HAVE_PIPE
4486
 
+
4487
 
+/* Define to 1 if you have the `posix_fadvise' function. */
4488
 
+#undef HAVE_POSIX_FADVISE
4489
 
+
4490
 
+/* Define to 1 if you have the <priv.h> header file. */
4491
 
+#undef HAVE_PRIV_H
4492
 
+
4493
 
+/* Define if your system has the /proc/uptime special file. */
4494
 
+#undef HAVE_PROC_UPTIME
4495
 
+
4496
 
+/* Define to 1 if you have the `pstat_getdynamic' function. */
4497
 
+#undef HAVE_PSTAT_GETDYNAMIC
4498
 
+
4499
 
+/* Define to 1 if you have the `pstat_getstatic' function. */
4500
 
+#undef HAVE_PSTAT_GETSTATIC
4501
 
+
4502
 
+/* Define to 1 if you have the `pthread_atfork' function. */
4503
 
+#undef HAVE_PTHREAD_ATFORK
4504
 
+
4505
 
+/* Define to 1 if you have the <pthread.h> header file. */
4506
 
+#undef HAVE_PTHREAD_H
4507
 
+
4508
 
+/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
4509
 
+#undef HAVE_PTHREAD_MUTEX_RECURSIVE
4510
 
+
4511
 
+/* Define if the POSIX multithreading library has read/write locks. */
4512
 
+#undef HAVE_PTHREAD_RWLOCK
4513
 
+
4514
 
+/* Define to 1 if the system has the type `pthread_spinlock_t'. */
4515
 
+#undef HAVE_PTHREAD_SPINLOCK_T
4516
 
+
4517
 
+/* Define to 1 if the system has the type `pthread_t'. */
4518
 
+#undef HAVE_PTHREAD_T
4519
 
+
4520
 
+/* Define to 1 if you have the <pwd.h> header file. */
4521
 
+#undef HAVE_PWD_H
4522
 
+
4523
 
+/* Define to 1 if accept is declared even after undefining macros. */
4524
 
+#undef HAVE_RAW_DECL_ACCEPT
4525
 
+
4526
 
+/* Define to 1 if accept4 is declared even after undefining macros. */
4527
 
+#undef HAVE_RAW_DECL_ACCEPT4
4528
 
+
4529
 
+/* Define to 1 if acosl is declared even after undefining macros. */
4530
 
+#undef HAVE_RAW_DECL_ACOSL
4531
 
+
4532
 
+/* Define to 1 if alphasort is declared even after undefining macros. */
4533
 
+#undef HAVE_RAW_DECL_ALPHASORT
4534
 
+
4535
 
+/* Define to 1 if asinl is declared even after undefining macros. */
4536
 
+#undef HAVE_RAW_DECL_ASINL
4537
 
+
4538
 
+/* Define to 1 if atanl is declared even after undefining macros. */
4539
 
+#undef HAVE_RAW_DECL_ATANL
4540
 
+
4541
 
+/* Define to 1 if atoll is declared even after undefining macros. */
4542
 
+#undef HAVE_RAW_DECL_ATOLL
4543
 
+
4544
 
+/* Define to 1 if bind is declared even after undefining macros. */
4545
 
+#undef HAVE_RAW_DECL_BIND
4546
 
+
4547
 
+/* Define to 1 if btowc is declared even after undefining macros. */
4548
 
+#undef HAVE_RAW_DECL_BTOWC
4549
 
+
4550
 
+/* Define to 1 if canonicalize_file_name is declared even after undefining
4551
 
+   macros. */
4552
 
+#undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
4553
 
+
4554
 
+/* Define to 1 if ceilf is declared even after undefining macros. */
4555
 
+#undef HAVE_RAW_DECL_CEILF
4556
 
+
4557
 
+/* Define to 1 if ceill is declared even after undefining macros. */
4558
 
+#undef HAVE_RAW_DECL_CEILL
4559
 
+
4560
 
+/* Define to 1 if chown is declared even after undefining macros. */
4561
 
+#undef HAVE_RAW_DECL_CHOWN
4562
 
+
4563
 
+/* Define to 1 if connect is declared even after undefining macros. */
4564
 
+#undef HAVE_RAW_DECL_CONNECT
4565
 
+
4566
 
+/* Define to 1 if cosl is declared even after undefining macros. */
4567
 
+#undef HAVE_RAW_DECL_COSL
4568
 
+
4569
 
+/* Define to 1 if dirfd is declared even after undefining macros. */
4570
 
+#undef HAVE_RAW_DECL_DIRFD
4571
 
+
4572
 
+/* Define to 1 if dprintf is declared even after undefining macros. */
4573
 
+#undef HAVE_RAW_DECL_DPRINTF
4574
 
+
4575
 
+/* Define to 1 if dup2 is declared even after undefining macros. */
4576
 
+#undef HAVE_RAW_DECL_DUP2
4577
 
+
4578
 
+/* Define to 1 if dup3 is declared even after undefining macros. */
4579
 
+#undef HAVE_RAW_DECL_DUP3
4580
 
+
4581
 
+/* Define to 1 if duplocale is declared even after undefining macros. */
4582
 
+#undef HAVE_RAW_DECL_DUPLOCALE
4583
 
+
4584
 
+/* Define to 1 if endusershell is declared even after undefining macros. */
4585
 
+#undef HAVE_RAW_DECL_ENDUSERSHELL
4586
 
+
4587
 
+/* Define to 1 if environ is declared even after undefining macros. */
4588
 
+#undef HAVE_RAW_DECL_ENVIRON
4589
 
+
4590
 
+/* Define to 1 if euidaccess is declared even after undefining macros. */
4591
 
+#undef HAVE_RAW_DECL_EUIDACCESS
4592
 
+
4593
 
+/* Define to 1 if expl is declared even after undefining macros. */
4594
 
+#undef HAVE_RAW_DECL_EXPL
4595
 
+
4596
 
+/* Define to 1 if faccessat is declared even after undefining macros. */
4597
 
+#undef HAVE_RAW_DECL_FACCESSAT
4598
 
+
4599
 
+/* Define to 1 if fchdir is declared even after undefining macros. */
4600
 
+#undef HAVE_RAW_DECL_FCHDIR
4601
 
+
4602
 
+/* Define to 1 if fchmodat is declared even after undefining macros. */
4603
 
+#undef HAVE_RAW_DECL_FCHMODAT
4604
 
+
4605
 
+/* Define to 1 if fchownat is declared even after undefining macros. */
4606
 
+#undef HAVE_RAW_DECL_FCHOWNAT
4607
 
+
4608
 
+/* Define to 1 if fcntl is declared even after undefining macros. */
4609
 
+#undef HAVE_RAW_DECL_FCNTL
4610
 
+
4611
 
+/* Define to 1 if fdopendir is declared even after undefining macros. */
4612
 
+#undef HAVE_RAW_DECL_FDOPENDIR
4613
 
+
4614
 
+/* Define to 1 if ffsl is declared even after undefining macros. */
4615
 
+#undef HAVE_RAW_DECL_FFSL
4616
 
+
4617
 
+/* Define to 1 if ffsll is declared even after undefining macros. */
4618
 
+#undef HAVE_RAW_DECL_FFSLL
4619
 
+
4620
 
+/* Define to 1 if floorf is declared even after undefining macros. */
4621
 
+#undef HAVE_RAW_DECL_FLOORF
4622
 
+
4623
 
+/* Define to 1 if floorl is declared even after undefining macros. */
4624
 
+#undef HAVE_RAW_DECL_FLOORL
4625
 
+
4626
 
+/* Define to 1 if fpurge is declared even after undefining macros. */
4627
 
+#undef HAVE_RAW_DECL_FPURGE
4628
 
+
4629
 
+/* Define to 1 if freeaddrinfo is declared even after undefining macros. */
4630
 
+#undef HAVE_RAW_DECL_FREEADDRINFO
4631
 
+
4632
 
+/* Define to 1 if frexpl is declared even after undefining macros. */
4633
 
+#undef HAVE_RAW_DECL_FREXPL
4634
 
+
4635
 
+/* Define to 1 if fseeko is declared even after undefining macros. */
4636
 
+#undef HAVE_RAW_DECL_FSEEKO
4637
 
+
4638
 
+/* Define to 1 if fstatat is declared even after undefining macros. */
4639
 
+#undef HAVE_RAW_DECL_FSTATAT
4640
 
+
4641
 
+/* Define to 1 if fsync is declared even after undefining macros. */
4642
 
+#undef HAVE_RAW_DECL_FSYNC
4643
 
+
4644
 
+/* Define to 1 if ftello is declared even after undefining macros. */
4645
 
+#undef HAVE_RAW_DECL_FTELLO
4646
 
+
4647
 
+/* Define to 1 if ftruncate is declared even after undefining macros. */
4648
 
+#undef HAVE_RAW_DECL_FTRUNCATE
4649
 
+
4650
 
+/* Define to 1 if futimens is declared even after undefining macros. */
4651
 
+#undef HAVE_RAW_DECL_FUTIMENS
4652
 
+
4653
 
+/* Define to 1 if gai_strerror is declared even after undefining macros. */
4654
 
+#undef HAVE_RAW_DECL_GAI_STRERROR
4655
 
+
4656
 
+/* Define to 1 if getaddrinfo is declared even after undefining macros. */
4657
 
+#undef HAVE_RAW_DECL_GETADDRINFO
4658
 
+
4659
 
+/* Define to 1 if getcwd is declared even after undefining macros. */
4660
 
+#undef HAVE_RAW_DECL_GETCWD
4661
 
+
4662
 
+/* Define to 1 if getdelim is declared even after undefining macros. */
4663
 
+#undef HAVE_RAW_DECL_GETDELIM
4664
 
+
4665
 
+/* Define to 1 if getdomainname is declared even after undefining macros. */
4666
 
+#undef HAVE_RAW_DECL_GETDOMAINNAME
4667
 
+
4668
 
+/* Define to 1 if getdtablesize is declared even after undefining macros. */
4669
 
+#undef HAVE_RAW_DECL_GETDTABLESIZE
4670
 
+
4671
 
+/* Define to 1 if getgroups is declared even after undefining macros. */
4672
 
+#undef HAVE_RAW_DECL_GETGROUPS
4673
 
+
4674
 
+/* Define to 1 if gethostname is declared even after undefining macros. */
4675
 
+#undef HAVE_RAW_DECL_GETHOSTNAME
4676
 
+
4677
 
+/* Define to 1 if getline is declared even after undefining macros. */
4678
 
+#undef HAVE_RAW_DECL_GETLINE
4679
 
+
4680
 
+/* Define to 1 if getloadavg is declared even after undefining macros. */
4681
 
+#undef HAVE_RAW_DECL_GETLOADAVG
4682
 
+
4683
 
+/* Define to 1 if getlogin is declared even after undefining macros. */
4684
 
+#undef HAVE_RAW_DECL_GETLOGIN
4685
 
+
4686
 
+/* Define to 1 if getlogin_r is declared even after undefining macros. */
4687
 
+#undef HAVE_RAW_DECL_GETLOGIN_R
4688
 
+
4689
 
+/* Define to 1 if getnameinfo is declared even after undefining macros. */
4690
 
+#undef HAVE_RAW_DECL_GETNAMEINFO
4691
 
+
4692
 
+/* Define to 1 if getpagesize is declared even after undefining macros. */
4693
 
+#undef HAVE_RAW_DECL_GETPAGESIZE
4694
 
+
4695
 
+/* Define to 1 if getpeername is declared even after undefining macros. */
4696
 
+#undef HAVE_RAW_DECL_GETPEERNAME
4697
 
+
4698
 
+/* Define to 1 if getsockname is declared even after undefining macros. */
4699
 
+#undef HAVE_RAW_DECL_GETSOCKNAME
4700
 
+
4701
 
+/* Define to 1 if getsockopt is declared even after undefining macros. */
4702
 
+#undef HAVE_RAW_DECL_GETSOCKOPT
4703
 
+
4704
 
+/* Define to 1 if getsubopt is declared even after undefining macros. */
4705
 
+#undef HAVE_RAW_DECL_GETSUBOPT
4706
 
+
4707
 
+/* Define to 1 if gettimeofday is declared even after undefining macros. */
4708
 
+#undef HAVE_RAW_DECL_GETTIMEOFDAY
4709
 
+
4710
 
+/* Define to 1 if getusershell is declared even after undefining macros. */
4711
 
+#undef HAVE_RAW_DECL_GETUSERSHELL
4712
 
+
4713
 
+/* Define to 1 if grantpt is declared even after undefining macros. */
4714
 
+#undef HAVE_RAW_DECL_GRANTPT
4715
 
+
4716
 
+/* Define to 1 if group_member is declared even after undefining macros. */
4717
 
+#undef HAVE_RAW_DECL_GROUP_MEMBER
4718
 
+
4719
 
+/* Define to 1 if imaxabs is declared even after undefining macros. */
4720
 
+#undef HAVE_RAW_DECL_IMAXABS
4721
 
+
4722
 
+/* Define to 1 if imaxdiv is declared even after undefining macros. */
4723
 
+#undef HAVE_RAW_DECL_IMAXDIV
4724
 
+
4725
 
+/* Define to 1 if inet_ntop is declared even after undefining macros. */
4726
 
+#undef HAVE_RAW_DECL_INET_NTOP
4727
 
+
4728
 
+/* Define to 1 if inet_pton is declared even after undefining macros. */
4729
 
+#undef HAVE_RAW_DECL_INET_PTON
4730
 
+
4731
 
+/* Define to 1 if initstat_r is declared even after undefining macros. */
4732
 
+#undef HAVE_RAW_DECL_INITSTAT_R
4733
 
+
4734
 
+/* Define to 1 if ioctl is declared even after undefining macros. */
4735
 
+#undef HAVE_RAW_DECL_IOCTL
4736
 
+
4737
 
+/* Define to 1 if isblank is declared even after undefining macros. */
4738
 
+#undef HAVE_RAW_DECL_ISBLANK
4739
 
+
4740
 
+/* Define to 1 if iswctype is declared even after undefining macros. */
4741
 
+#undef HAVE_RAW_DECL_ISWCTYPE
4742
 
+
4743
 
+/* Define to 1 if lchmod is declared even after undefining macros. */
4744
 
+#undef HAVE_RAW_DECL_LCHMOD
4745
 
+
4746
 
+/* Define to 1 if lchown is declared even after undefining macros. */
4747
 
+#undef HAVE_RAW_DECL_LCHOWN
4748
 
+
4749
 
+/* Define to 1 if ldexpl is declared even after undefining macros. */
4750
 
+#undef HAVE_RAW_DECL_LDEXPL
4751
 
+
4752
 
+/* Define to 1 if link is declared even after undefining macros. */
4753
 
+#undef HAVE_RAW_DECL_LINK
4754
 
+
4755
 
+/* Define to 1 if linkat is declared even after undefining macros. */
4756
 
+#undef HAVE_RAW_DECL_LINKAT
4757
 
+
4758
 
+/* Define to 1 if listen is declared even after undefining macros. */
4759
 
+#undef HAVE_RAW_DECL_LISTEN
4760
 
+
4761
 
+/* Define to 1 if logb is declared even after undefining macros. */
4762
 
+#undef HAVE_RAW_DECL_LOGB
4763
 
+
4764
 
+/* Define to 1 if logl is declared even after undefining macros. */
4765
 
+#undef HAVE_RAW_DECL_LOGL
4766
 
+
4767
 
+/* Define to 1 if lseek is declared even after undefining macros. */
4768
 
+#undef HAVE_RAW_DECL_LSEEK
4769
 
+
4770
 
+/* Define to 1 if lstat is declared even after undefining macros. */
4771
 
+#undef HAVE_RAW_DECL_LSTAT
4772
 
+
4773
 
+/* Define to 1 if mbrlen is declared even after undefining macros. */
4774
 
+#undef HAVE_RAW_DECL_MBRLEN
4775
 
+
4776
 
+/* Define to 1 if mbrtowc is declared even after undefining macros. */
4777
 
+#undef HAVE_RAW_DECL_MBRTOWC
4778
 
+
4779
 
+/* Define to 1 if mbsinit is declared even after undefining macros. */
4780
 
+#undef HAVE_RAW_DECL_MBSINIT
4781
 
+
4782
 
+/* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
4783
 
+#undef HAVE_RAW_DECL_MBSNRTOWCS
4784
 
+
4785
 
+/* Define to 1 if mbsrtowcs is declared even after undefining macros. */
4786
 
+#undef HAVE_RAW_DECL_MBSRTOWCS
4787
 
+
4788
 
+/* Define to 1 if memmem is declared even after undefining macros. */
4789
 
+#undef HAVE_RAW_DECL_MEMMEM
4790
 
+
4791
 
+/* Define to 1 if mempcpy is declared even after undefining macros. */
4792
 
+#undef HAVE_RAW_DECL_MEMPCPY
4793
 
+
4794
 
+/* Define to 1 if memrchr is declared even after undefining macros. */
4795
 
+#undef HAVE_RAW_DECL_MEMRCHR
4796
 
+
4797
 
+/* Define to 1 if mkdirat is declared even after undefining macros. */
4798
 
+#undef HAVE_RAW_DECL_MKDIRAT
4799
 
+
4800
 
+/* Define to 1 if mkdtemp is declared even after undefining macros. */
4801
 
+#undef HAVE_RAW_DECL_MKDTEMP
4802
 
+
4803
 
+/* Define to 1 if mkfifo is declared even after undefining macros. */
4804
 
+#undef HAVE_RAW_DECL_MKFIFO
4805
 
+
4806
 
+/* Define to 1 if mkfifoat is declared even after undefining macros. */
4807
 
+#undef HAVE_RAW_DECL_MKFIFOAT
4808
 
+
4809
 
+/* Define to 1 if mknod is declared even after undefining macros. */
4810
 
+#undef HAVE_RAW_DECL_MKNOD
4811
 
+
4812
 
+/* Define to 1 if mknodat is declared even after undefining macros. */
4813
 
+#undef HAVE_RAW_DECL_MKNODAT
4814
 
+
4815
 
+/* Define to 1 if mkostemp is declared even after undefining macros. */
4816
 
+#undef HAVE_RAW_DECL_MKOSTEMP
4817
 
+
4818
 
+/* Define to 1 if mkostemps is declared even after undefining macros. */
4819
 
+#undef HAVE_RAW_DECL_MKOSTEMPS
4820
 
+
4821
 
+/* Define to 1 if mkstemp is declared even after undefining macros. */
4822
 
+#undef HAVE_RAW_DECL_MKSTEMP
4823
 
+
4824
 
+/* Define to 1 if mkstemps is declared even after undefining macros. */
4825
 
+#undef HAVE_RAW_DECL_MKSTEMPS
4826
 
+
4827
 
+/* Define to 1 if nl_langinfo is declared even after undefining macros. */
4828
 
+#undef HAVE_RAW_DECL_NL_LANGINFO
4829
 
+
4830
 
+/* Define to 1 if openat is declared even after undefining macros. */
4831
 
+#undef HAVE_RAW_DECL_OPENAT
4832
 
+
4833
 
+/* Define to 1 if pipe is declared even after undefining macros. */
4834
 
+#undef HAVE_RAW_DECL_PIPE
4835
 
+
4836
 
+/* Define to 1 if pipe2 is declared even after undefining macros. */
4837
 
+#undef HAVE_RAW_DECL_PIPE2
4838
 
+
4839
 
+/* Define to 1 if popen is declared even after undefining macros. */
4840
 
+#undef HAVE_RAW_DECL_POPEN
4841
 
+
4842
 
+/* Define to 1 if pread is declared even after undefining macros. */
4843
 
+#undef HAVE_RAW_DECL_PREAD
4844
 
+
4845
 
+/* Define to 1 if pselect is declared even after undefining macros. */
4846
 
+#undef HAVE_RAW_DECL_PSELECT
4847
 
+
4848
 
+/* Define to 1 if pthread_sigmask is declared even after undefining macros. */
4849
 
+#undef HAVE_RAW_DECL_PTHREAD_SIGMASK
4850
 
+
4851
 
+/* Define to 1 if ptsname is declared even after undefining macros. */
4852
 
+#undef HAVE_RAW_DECL_PTSNAME
4853
 
+
4854
 
+/* Define to 1 if pwrite is declared even after undefining macros. */
4855
 
+#undef HAVE_RAW_DECL_PWRITE
4856
 
+
4857
 
+/* Define to 1 if random_r is declared even after undefining macros. */
4858
 
+#undef HAVE_RAW_DECL_RANDOM_R
4859
 
+
4860
 
+/* Define to 1 if rawmemchr is declared even after undefining macros. */
4861
 
+#undef HAVE_RAW_DECL_RAWMEMCHR
4862
 
+
4863
 
+/* Define to 1 if readlink is declared even after undefining macros. */
4864
 
+#undef HAVE_RAW_DECL_READLINK
4865
 
+
4866
 
+/* Define to 1 if readlinkat is declared even after undefining macros. */
4867
 
+#undef HAVE_RAW_DECL_READLINKAT
4868
 
+
4869
 
+/* Define to 1 if realpath is declared even after undefining macros. */
4870
 
+#undef HAVE_RAW_DECL_REALPATH
4871
 
+
4872
 
+/* Define to 1 if recv is declared even after undefining macros. */
4873
 
+#undef HAVE_RAW_DECL_RECV
4874
 
+
4875
 
+/* Define to 1 if recvfrom is declared even after undefining macros. */
4876
 
+#undef HAVE_RAW_DECL_RECVFROM
4877
 
+
4878
 
+/* Define to 1 if renameat is declared even after undefining macros. */
4879
 
+#undef HAVE_RAW_DECL_RENAMEAT
4880
 
+
4881
 
+/* Define to 1 if rmdir is declared even after undefining macros. */
4882
 
+#undef HAVE_RAW_DECL_RMDIR
4883
 
+
4884
 
+/* Define to 1 if round is declared even after undefining macros. */
4885
 
+#undef HAVE_RAW_DECL_ROUND
4886
 
+
4887
 
+/* Define to 1 if roundf is declared even after undefining macros. */
4888
 
+#undef HAVE_RAW_DECL_ROUNDF
4889
 
+
4890
 
+/* Define to 1 if roundl is declared even after undefining macros. */
4891
 
+#undef HAVE_RAW_DECL_ROUNDL
4892
 
+
4893
 
+/* Define to 1 if rpmatch is declared even after undefining macros. */
4894
 
+#undef HAVE_RAW_DECL_RPMATCH
4895
 
+
4896
 
+/* Define to 1 if scandir is declared even after undefining macros. */
4897
 
+#undef HAVE_RAW_DECL_SCANDIR
4898
 
+
4899
 
+/* Define to 1 if select is declared even after undefining macros. */
4900
 
+#undef HAVE_RAW_DECL_SELECT
4901
 
+
4902
 
+/* Define to 1 if send is declared even after undefining macros. */
4903
 
+#undef HAVE_RAW_DECL_SEND
4904
 
+
4905
 
+/* Define to 1 if sendto is declared even after undefining macros. */
4906
 
+#undef HAVE_RAW_DECL_SENDTO
4907
 
+
4908
 
+/* Define to 1 if setenv is declared even after undefining macros. */
4909
 
+#undef HAVE_RAW_DECL_SETENV
4910
 
+
4911
 
+/* Define to 1 if setlocale is declared even after undefining macros. */
4912
 
+#undef HAVE_RAW_DECL_SETLOCALE
4913
 
+
4914
 
+/* Define to 1 if setsockopt is declared even after undefining macros. */
4915
 
+#undef HAVE_RAW_DECL_SETSOCKOPT
4916
 
+
4917
 
+/* Define to 1 if setstate_r is declared even after undefining macros. */
4918
 
+#undef HAVE_RAW_DECL_SETSTATE_R
4919
 
+
4920
 
+/* Define to 1 if setusershell is declared even after undefining macros. */
4921
 
+#undef HAVE_RAW_DECL_SETUSERSHELL
4922
 
+
4923
 
+/* Define to 1 if shutdown is declared even after undefining macros. */
4924
 
+#undef HAVE_RAW_DECL_SHUTDOWN
4925
 
+
4926
 
+/* Define to 1 if sigaction is declared even after undefining macros. */
4927
 
+#undef HAVE_RAW_DECL_SIGACTION
4928
 
+
4929
 
+/* Define to 1 if sigaddset is declared even after undefining macros. */
4930
 
+#undef HAVE_RAW_DECL_SIGADDSET
4931
 
+
4932
 
+/* Define to 1 if sigdelset is declared even after undefining macros. */
4933
 
+#undef HAVE_RAW_DECL_SIGDELSET
4934
 
+
4935
 
+/* Define to 1 if sigemptyset is declared even after undefining macros. */
4936
 
+#undef HAVE_RAW_DECL_SIGEMPTYSET
4937
 
+
4938
 
+/* Define to 1 if sigfillset is declared even after undefining macros. */
4939
 
+#undef HAVE_RAW_DECL_SIGFILLSET
4940
 
+
4941
 
+/* Define to 1 if sigismember is declared even after undefining macros. */
4942
 
+#undef HAVE_RAW_DECL_SIGISMEMBER
4943
 
+
4944
 
+/* Define to 1 if sigpending is declared even after undefining macros. */
4945
 
+#undef HAVE_RAW_DECL_SIGPENDING
4946
 
+
4947
 
+/* Define to 1 if sigprocmask is declared even after undefining macros. */
4948
 
+#undef HAVE_RAW_DECL_SIGPROCMASK
4949
 
+
4950
 
+/* Define to 1 if sinl is declared even after undefining macros. */
4951
 
+#undef HAVE_RAW_DECL_SINL
4952
 
+
4953
 
+/* Define to 1 if sleep is declared even after undefining macros. */
4954
 
+#undef HAVE_RAW_DECL_SLEEP
4955
 
+
4956
 
+/* Define to 1 if snprintf is declared even after undefining macros. */
4957
 
+#undef HAVE_RAW_DECL_SNPRINTF
4958
 
+
4959
 
+/* Define to 1 if socket is declared even after undefining macros. */
4960
 
+#undef HAVE_RAW_DECL_SOCKET
4961
 
+
4962
 
+/* Define to 1 if sqrtl is declared even after undefining macros. */
4963
 
+#undef HAVE_RAW_DECL_SQRTL
4964
 
+
4965
 
+/* Define to 1 if srandom_r is declared even after undefining macros. */
4966
 
+#undef HAVE_RAW_DECL_SRANDOM_R
4967
 
+
4968
 
+/* Define to 1 if stat is declared even after undefining macros. */
4969
 
+#undef HAVE_RAW_DECL_STAT
4970
 
+
4971
 
+/* Define to 1 if stpcpy is declared even after undefining macros. */
4972
 
+#undef HAVE_RAW_DECL_STPCPY
4973
 
+
4974
 
+/* Define to 1 if stpncpy is declared even after undefining macros. */
4975
 
+#undef HAVE_RAW_DECL_STPNCPY
4976
 
+
4977
 
+/* Define to 1 if strcasestr is declared even after undefining macros. */
4978
 
+#undef HAVE_RAW_DECL_STRCASESTR
4979
 
+
4980
 
+/* Define to 1 if strchrnul is declared even after undefining macros. */
4981
 
+#undef HAVE_RAW_DECL_STRCHRNUL
4982
 
+
4983
 
+/* Define to 1 if strdup is declared even after undefining macros. */
4984
 
+#undef HAVE_RAW_DECL_STRDUP
4985
 
+
4986
 
+/* Define to 1 if strerror_r is declared even after undefining macros. */
4987
 
+#undef HAVE_RAW_DECL_STRERROR_R
4988
 
+
4989
 
+/* Define to 1 if strncat is declared even after undefining macros. */
4990
 
+#undef HAVE_RAW_DECL_STRNCAT
4991
 
+
4992
 
+/* Define to 1 if strndup is declared even after undefining macros. */
4993
 
+#undef HAVE_RAW_DECL_STRNDUP
4994
 
+
4995
 
+/* Define to 1 if strnlen is declared even after undefining macros. */
4996
 
+#undef HAVE_RAW_DECL_STRNLEN
4997
 
+
4998
 
+/* Define to 1 if strpbrk is declared even after undefining macros. */
4999
 
+#undef HAVE_RAW_DECL_STRPBRK
5000
 
+
5001
 
+/* Define to 1 if strsep is declared even after undefining macros. */
5002
 
+#undef HAVE_RAW_DECL_STRSEP
5003
 
+
5004
 
+/* Define to 1 if strsignal is declared even after undefining macros. */
5005
 
+#undef HAVE_RAW_DECL_STRSIGNAL
5006
 
+
5007
 
+/* Define to 1 if strtod is declared even after undefining macros. */
5008
 
+#undef HAVE_RAW_DECL_STRTOD
5009
 
+
5010
 
+/* Define to 1 if strtoimax is declared even after undefining macros. */
5011
 
+#undef HAVE_RAW_DECL_STRTOIMAX
5012
 
+
5013
 
+/* Define to 1 if strtok_r is declared even after undefining macros. */
5014
 
+#undef HAVE_RAW_DECL_STRTOK_R
5015
 
+
5016
 
+/* Define to 1 if strtoll is declared even after undefining macros. */
5017
 
+#undef HAVE_RAW_DECL_STRTOLL
5018
 
+
5019
 
+/* Define to 1 if strtoull is declared even after undefining macros. */
5020
 
+#undef HAVE_RAW_DECL_STRTOULL
5021
 
+
5022
 
+/* Define to 1 if strtoumax is declared even after undefining macros. */
5023
 
+#undef HAVE_RAW_DECL_STRTOUMAX
5024
 
+
5025
 
+/* Define to 1 if strverscmp is declared even after undefining macros. */
5026
 
+#undef HAVE_RAW_DECL_STRVERSCMP
5027
 
+
5028
 
+/* Define to 1 if symlink is declared even after undefining macros. */
5029
 
+#undef HAVE_RAW_DECL_SYMLINK
5030
 
+
5031
 
+/* Define to 1 if symlinkat is declared even after undefining macros. */
5032
 
+#undef HAVE_RAW_DECL_SYMLINKAT
5033
 
+
5034
 
+/* Define to 1 if tanl is declared even after undefining macros. */
5035
 
+#undef HAVE_RAW_DECL_TANL
5036
 
+
5037
 
+/* Define to 1 if tcgetsid is declared even after undefining macros. */
5038
 
+#undef HAVE_RAW_DECL_TCGETSID
5039
 
+
5040
 
+/* Define to 1 if tmpfile is declared even after undefining macros. */
5041
 
+#undef HAVE_RAW_DECL_TMPFILE
5042
 
+
5043
 
+/* Define to 1 if towctrans is declared even after undefining macros. */
5044
 
+#undef HAVE_RAW_DECL_TOWCTRANS
5045
 
+
5046
 
+/* Define to 1 if trunc is declared even after undefining macros. */
5047
 
+#undef HAVE_RAW_DECL_TRUNC
5048
 
+
5049
 
+/* Define to 1 if truncf is declared even after undefining macros. */
5050
 
+#undef HAVE_RAW_DECL_TRUNCF
5051
 
+
5052
 
+/* Define to 1 if truncl is declared even after undefining macros. */
5053
 
+#undef HAVE_RAW_DECL_TRUNCL
5054
 
+
5055
 
+/* Define to 1 if ttyname_r is declared even after undefining macros. */
5056
 
+#undef HAVE_RAW_DECL_TTYNAME_R
5057
 
+
5058
 
+/* Define to 1 if uname is declared even after undefining macros. */
5059
 
+#undef HAVE_RAW_DECL_UNAME
5060
 
+
5061
 
+/* Define to 1 if unlink is declared even after undefining macros. */
5062
 
+#undef HAVE_RAW_DECL_UNLINK
5063
 
+
5064
 
+/* Define to 1 if unlinkat is declared even after undefining macros. */
5065
 
+#undef HAVE_RAW_DECL_UNLINKAT
5066
 
+
5067
 
+/* Define to 1 if unlockpt is declared even after undefining macros. */
5068
 
+#undef HAVE_RAW_DECL_UNLOCKPT
5069
 
+
5070
 
+/* Define to 1 if unsetenv is declared even after undefining macros. */
5071
 
+#undef HAVE_RAW_DECL_UNSETENV
5072
 
+
5073
 
+/* Define to 1 if usleep is declared even after undefining macros. */
5074
 
+#undef HAVE_RAW_DECL_USLEEP
5075
 
+
5076
 
+/* Define to 1 if utimensat is declared even after undefining macros. */
5077
 
+#undef HAVE_RAW_DECL_UTIMENSAT
5078
 
+
5079
 
+/* Define to 1 if vdprintf is declared even after undefining macros. */
5080
 
+#undef HAVE_RAW_DECL_VDPRINTF
5081
 
+
5082
 
+/* Define to 1 if vsnprintf is declared even after undefining macros. */
5083
 
+#undef HAVE_RAW_DECL_VSNPRINTF
5084
 
+
5085
 
+/* Define to 1 if waitpid is declared even after undefining macros. */
5086
 
+#undef HAVE_RAW_DECL_WAITPID
5087
 
+
5088
 
+/* Define to 1 if wcpcpy is declared even after undefining macros. */
5089
 
+#undef HAVE_RAW_DECL_WCPCPY
5090
 
+
5091
 
+/* Define to 1 if wcpncpy is declared even after undefining macros. */
5092
 
+#undef HAVE_RAW_DECL_WCPNCPY
5093
 
+
5094
 
+/* Define to 1 if wcrtomb is declared even after undefining macros. */
5095
 
+#undef HAVE_RAW_DECL_WCRTOMB
5096
 
+
5097
 
+/* Define to 1 if wcscasecmp is declared even after undefining macros. */
5098
 
+#undef HAVE_RAW_DECL_WCSCASECMP
5099
 
+
5100
 
+/* Define to 1 if wcscat is declared even after undefining macros. */
5101
 
+#undef HAVE_RAW_DECL_WCSCAT
5102
 
+
5103
 
+/* Define to 1 if wcschr is declared even after undefining macros. */
5104
 
+#undef HAVE_RAW_DECL_WCSCHR
5105
 
+
5106
 
+/* Define to 1 if wcscmp is declared even after undefining macros. */
5107
 
+#undef HAVE_RAW_DECL_WCSCMP
5108
 
+
5109
 
+/* Define to 1 if wcscoll is declared even after undefining macros. */
5110
 
+#undef HAVE_RAW_DECL_WCSCOLL
5111
 
+
5112
 
+/* Define to 1 if wcscpy is declared even after undefining macros. */
5113
 
+#undef HAVE_RAW_DECL_WCSCPY
5114
 
+
5115
 
+/* Define to 1 if wcscspn is declared even after undefining macros. */
5116
 
+#undef HAVE_RAW_DECL_WCSCSPN
5117
 
+
5118
 
+/* Define to 1 if wcsdup is declared even after undefining macros. */
5119
 
+#undef HAVE_RAW_DECL_WCSDUP
5120
 
+
5121
 
+/* Define to 1 if wcslen is declared even after undefining macros. */
5122
 
+#undef HAVE_RAW_DECL_WCSLEN
5123
 
+
5124
 
+/* Define to 1 if wcsncasecmp is declared even after undefining macros. */
5125
 
+#undef HAVE_RAW_DECL_WCSNCASECMP
5126
 
+
5127
 
+/* Define to 1 if wcsncat is declared even after undefining macros. */
5128
 
+#undef HAVE_RAW_DECL_WCSNCAT
5129
 
+
5130
 
+/* Define to 1 if wcsncmp is declared even after undefining macros. */
5131
 
+#undef HAVE_RAW_DECL_WCSNCMP
5132
 
+
5133
 
+/* Define to 1 if wcsncpy is declared even after undefining macros. */
5134
 
+#undef HAVE_RAW_DECL_WCSNCPY
5135
 
+
5136
 
+/* Define to 1 if wcsnlen is declared even after undefining macros. */
5137
 
+#undef HAVE_RAW_DECL_WCSNLEN
5138
 
+
5139
 
+/* Define to 1 if wcsnrtombs is declared even after undefining macros. */
5140
 
+#undef HAVE_RAW_DECL_WCSNRTOMBS
5141
 
+
5142
 
+/* Define to 1 if wcspbrk is declared even after undefining macros. */
5143
 
+#undef HAVE_RAW_DECL_WCSPBRK
5144
 
+
5145
 
+/* Define to 1 if wcsrchr is declared even after undefining macros. */
5146
 
+#undef HAVE_RAW_DECL_WCSRCHR
5147
 
+
5148
 
+/* Define to 1 if wcsrtombs is declared even after undefining macros. */
5149
 
+#undef HAVE_RAW_DECL_WCSRTOMBS
5150
 
+
5151
 
+/* Define to 1 if wcsspn is declared even after undefining macros. */
5152
 
+#undef HAVE_RAW_DECL_WCSSPN
5153
 
+
5154
 
+/* Define to 1 if wcsstr is declared even after undefining macros. */
5155
 
+#undef HAVE_RAW_DECL_WCSSTR
5156
 
+
5157
 
+/* Define to 1 if wcstok is declared even after undefining macros. */
5158
 
+#undef HAVE_RAW_DECL_WCSTOK
5159
 
+
5160
 
+/* Define to 1 if wcswidth is declared even after undefining macros. */
5161
 
+#undef HAVE_RAW_DECL_WCSWIDTH
5162
 
+
5163
 
+/* Define to 1 if wcsxfrm is declared even after undefining macros. */
5164
 
+#undef HAVE_RAW_DECL_WCSXFRM
5165
 
+
5166
 
+/* Define to 1 if wctob is declared even after undefining macros. */
5167
 
+#undef HAVE_RAW_DECL_WCTOB
5168
 
+
5169
 
+/* Define to 1 if wctrans is declared even after undefining macros. */
5170
 
+#undef HAVE_RAW_DECL_WCTRANS
5171
 
+
5172
 
+/* Define to 1 if wctype is declared even after undefining macros. */
5173
 
+#undef HAVE_RAW_DECL_WCTYPE
5174
 
+
5175
 
+/* Define to 1 if wcwidth is declared even after undefining macros. */
5176
 
+#undef HAVE_RAW_DECL_WCWIDTH
5177
 
+
5178
 
+/* Define to 1 if wmemchr is declared even after undefining macros. */
5179
 
+#undef HAVE_RAW_DECL_WMEMCHR
5180
 
+
5181
 
+/* Define to 1 if wmemcmp is declared even after undefining macros. */
5182
 
+#undef HAVE_RAW_DECL_WMEMCMP
5183
 
+
5184
 
+/* Define to 1 if wmemcpy is declared even after undefining macros. */
5185
 
+#undef HAVE_RAW_DECL_WMEMCPY
5186
 
+
5187
 
+/* Define to 1 if wmemmove is declared even after undefining macros. */
5188
 
+#undef HAVE_RAW_DECL_WMEMMOVE
5189
 
+
5190
 
+/* Define to 1 if wmemset is declared even after undefining macros. */
5191
 
+#undef HAVE_RAW_DECL_WMEMSET
5192
 
+
5193
 
+/* Define to 1 if _Exit is declared even after undefining macros. */
5194
 
+#undef HAVE_RAW_DECL__EXIT
5195
 
+
5196
 
+/* Define to 1 if you have the `readlink' function. */
5197
 
+#undef HAVE_READLINK
5198
 
+
5199
 
+/* Define to 1 if you have the `readlinkat' function. */
5200
 
+#undef HAVE_READLINKAT
5201
 
+
5202
 
+/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
5203
 
+   and to 0 otherwise. */
5204
 
+#undef HAVE_REALLOC_GNU
5205
 
+
5206
 
+/* Define if the 'realloc' function is POSIX compliant. */
5207
 
+#undef HAVE_REALLOC_POSIX
5208
 
+
5209
 
+/* Define to 1 if you have the `realpath' function. */
5210
 
+#undef HAVE_REALPATH
5211
 
+
5212
 
+/* Define to 1 if you have the `rpmatch' function. */
5213
 
+#undef HAVE_RPMATCH
5214
 
+
5215
 
+/* Define to 1 if you have run the test for working tzset. */
5216
 
+#undef HAVE_RUN_TZSET_TEST
5217
 
+
5218
 
+/* Define to 1 if the system has the type `sa_family_t'. */
5219
 
+#undef HAVE_SA_FAMILY_T
5220
 
+
5221
 
+/* Define to 1 if you have the `sched_getaffinity' function. */
5222
 
+#undef HAVE_SCHED_GETAFFINITY
5223
 
+
5224
 
+/* Define to 1 if sched_getaffinity has a glibc compatible declaration. */
5225
 
+#undef HAVE_SCHED_GETAFFINITY_LIKE_GLIBC
5226
 
+
5227
 
+/* Define to 1 if you have the `sched_getaffinity_np' function. */
5228
 
+#undef HAVE_SCHED_GETAFFINITY_NP
5229
 
+
5230
 
+/* Define to 1 if you have the <sched.h> header file. */
5231
 
+#undef HAVE_SCHED_H
5232
 
+
5233
 
+/* Define to 1 if you have the <search.h> header file. */
5234
 
+#undef HAVE_SEARCH_H
5235
 
+
5236
 
+/* Define to 1 if you have the <selinux/context.h> header file. */
5237
 
+#undef HAVE_SELINUX_CONTEXT_H
5238
 
+
5239
 
+/* Define to 1 if you have the <selinux/flask.h> header file. */
5240
 
+#undef HAVE_SELINUX_FLASK_H
5241
 
+
5242
 
+/* Define to 1 if you have the <selinux/selinux.h> header file. */
5243
 
+#undef HAVE_SELINUX_SELINUX_H
5244
 
+
5245
 
+/* Define to 1 if you have the `setenv' function. */
5246
 
+#undef HAVE_SETENV
5247
 
+
5248
 
+/* Define to 1 if you have the `setgroups' function. */
5249
 
+#undef HAVE_SETGROUPS
5250
 
+
5251
 
+/* Define to 1 if you have the `sethostname' function. */
5252
 
+#undef HAVE_SETHOSTNAME
5253
 
+
5254
 
+/* Define to 1 if you have the `setlocale' function. */
5255
 
+#undef HAVE_SETLOCALE
5256
 
+
5257
 
+/* Define to 1 if you have the `setrlimit' function. */
5258
 
+#undef HAVE_SETRLIMIT
5259
 
+
5260
 
+/* Define to 1 if you have the `settimeofday' function. */
5261
 
+#undef HAVE_SETTIMEOFDAY
5262
 
+
5263
 
+/* Define to 1 if you have the <shadow.h> header file. */
5264
 
+#undef HAVE_SHADOW_H
5265
 
+
5266
 
+/* Define to 1 if you have the `shutdown' function. */
5267
 
+#undef HAVE_SHUTDOWN
5268
 
+
5269
 
+/* Define to 1 if you have the `sig2str' function. */
5270
 
+#undef HAVE_SIG2STR
5271
 
+
5272
 
+/* Define to 1 if you have the `sigaction' function. */
5273
 
+#undef HAVE_SIGACTION
5274
 
+
5275
 
+/* Define to 1 if you have the `sigaltstack' function. */
5276
 
+#undef HAVE_SIGALTSTACK
5277
 
+
5278
 
+/* Define to 1 if the system has the type `siginfo_t'. */
5279
 
+#undef HAVE_SIGINFO_T
5280
 
+
5281
 
+/* Define to 1 if you have the `siginterrupt' function. */
5282
 
+#undef HAVE_SIGINTERRUPT
5283
 
+
5284
 
+/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
5285
 
+#undef HAVE_SIGNED_SIG_ATOMIC_T
5286
 
+
5287
 
+/* Define to 1 if 'wchar_t' is a signed integer type. */
5288
 
+#undef HAVE_SIGNED_WCHAR_T
5289
 
+
5290
 
+/* Define to 1 if 'wint_t' is a signed integer type. */
5291
 
+#undef HAVE_SIGNED_WINT_T
5292
 
+
5293
 
+/* Define to 1 if the system has the type `sigset_t'. */
5294
 
+#undef HAVE_SIGSET_T
5295
 
+
5296
 
+/* Define to 1 if you have the `sleep' function. */
5297
 
+#undef HAVE_SLEEP
5298
 
+
5299
 
+/* Define to 1 if you have the `snprintf' function. */
5300
 
+#undef HAVE_SNPRINTF
5301
 
+
5302
 
+/* Define if the return value of the snprintf function is the number of of
5303
 
+   bytes (excluding the terminating NUL) that would have been produced if the
5304
 
+   buffer had been large enough. */
5305
 
+#undef HAVE_SNPRINTF_RETVAL_C99
5306
 
+
5307
 
+/* Define to 1 if you have the `statacl' function. */
5308
 
+#undef HAVE_STATACL
5309
 
+
5310
 
+/* Define to 1 if you have the `statvfs' function. */
5311
 
+#undef HAVE_STATVFS
5312
 
+
5313
 
+/* Define to 1 if you have the <stdint.h> header file. */
5314
 
+#undef HAVE_STDINT_H
5315
 
+
5316
 
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
5317
 
+   uintmax_t. */
5318
 
+#undef HAVE_STDINT_H_WITH_UINTMAX
5319
 
+
5320
 
+/* Define to 1 if you have the <stdio_ext.h> header file. */
5321
 
+#undef HAVE_STDIO_EXT_H
5322
 
+
5323
 
+/* Define to 1 if you have the <stdlib.h> header file. */
5324
 
+#undef HAVE_STDLIB_H
5325
 
+
5326
 
+/* Define to 1 if you have the `stime' function. */
5327
 
+#undef HAVE_STIME
5328
 
+
5329
 
+/* Define to 1 if you have the `stpcpy' function. */
5330
 
+#undef HAVE_STPCPY
5331
 
+
5332
 
+/* Define if you have the stpncpy() function and it works. */
5333
 
+#undef HAVE_STPNCPY
5334
 
+
5335
 
+/* Define to 1 if you have the `strdup' function. */
5336
 
+#undef HAVE_STRDUP
5337
 
+
5338
 
+/* Define to 1 if you have the `strerror_r' function. */
5339
 
+#undef HAVE_STRERROR_R
5340
 
+
5341
 
+/* Define to 1 if you have the <strings.h> header file. */
5342
 
+#undef HAVE_STRINGS_H
5343
 
+
5344
 
+/* Define to 1 if you have the <string.h> header file. */
5345
 
+#undef HAVE_STRING_H
5346
 
+
5347
 
+/* Define to 1 if you have the `strndup' function. */
5348
 
+#undef HAVE_STRNDUP
5349
 
+
5350
 
+/* Define to 1 if you have the `strnlen' function. */
5351
 
+#undef HAVE_STRNLEN
5352
 
+
5353
 
+/* Define to 1 if you have the <stropts.h> header file. */
5354
 
+#undef HAVE_STROPTS_H
5355
 
+
5356
 
+/* Define to 1 if you have the `strsignal' function. */
5357
 
+#undef HAVE_STRSIGNAL
5358
 
+
5359
 
+/* Define to 1 if you have the `strtod_l' function. */
5360
 
+#undef HAVE_STRTOD_L
5361
 
+
5362
 
+/* Define to 1 if you have the `strtof' function. */
5363
 
+#undef HAVE_STRTOF
5364
 
+
5365
 
+/* Define to 1 if you have the `strtoimax' function. */
5366
 
+#undef HAVE_STRTOIMAX
5367
 
+
5368
 
+/* Define to 1 if you have the `strtold_l' function. */
5369
 
+#undef HAVE_STRTOLD_L
5370
 
+
5371
 
+/* Define to 1 if you have the `strtoll' function. */
5372
 
+#undef HAVE_STRTOLL
5373
 
+
5374
 
+/* Define to 1 if you have the `strtoull' function. */
5375
 
+#undef HAVE_STRTOULL
5376
 
+
5377
 
+/* Define to 1 if you have the `strtoumax' function. */
5378
 
+#undef HAVE_STRTOUMAX
5379
 
+
5380
 
+/* Define to 1 if the system has the type `struct addrinfo'. */
5381
 
+#undef HAVE_STRUCT_ADDRINFO
5382
 
+
5383
 
+/* Define if there is a member named d_type in the struct describing directory
5384
 
+   headers. */
5385
 
+#undef HAVE_STRUCT_DIRENT_D_TYPE
5386
 
+
5387
 
+/* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
5388
 
+#undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
5389
 
+
5390
 
+/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
5391
 
+#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
5392
 
+
5393
 
+/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
5394
 
+#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
5395
 
+
5396
 
+/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
5397
 
+#undef HAVE_STRUCT_SOCKADDR_SA_LEN
5398
 
+
5399
 
+/* Define to 1 if the system has the type `struct sockaddr_storage'. */
5400
 
+#undef HAVE_STRUCT_SOCKADDR_STORAGE
5401
 
+
5402
 
+/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
5403
 
+#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
5404
 
+
5405
 
+/* Define to 1 if `sp_pwdp' is a member of `struct spwd'. */
5406
 
+#undef HAVE_STRUCT_SPWD_SP_PWDP
5407
 
+
5408
 
+/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
5409
 
+#undef HAVE_STRUCT_STATFS_F_FSTYPENAME
5410
 
+
5411
 
+/* Define to 1 if `f_namelen' is a member of `struct statfs'. */
5412
 
+#undef HAVE_STRUCT_STATFS_F_NAMELEN
5413
 
+
5414
 
+/* Define to 1 if `f_type' is a member of `struct statfs'. */
5415
 
+#undef HAVE_STRUCT_STATFS_F_TYPE
5416
 
+
5417
 
+/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
5418
 
+#undef HAVE_STRUCT_STATVFS_F_BASETYPE
5419
 
+
5420
 
+/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
5421
 
+#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
5422
 
+
5423
 
+/* Define to 1 if `f_namemax' is a member of `struct statvfs'. */
5424
 
+#undef HAVE_STRUCT_STATVFS_F_NAMEMAX
5425
 
+
5426
 
+/* Define to 1 if `f_type' is a member of `struct statvfs'. */
5427
 
+#undef HAVE_STRUCT_STATVFS_F_TYPE
5428
 
+
5429
 
+/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
5430
 
+#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
5431
 
+
5432
 
+/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
5433
 
+#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
5434
 
+
5435
 
+/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
5436
 
+#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
5437
 
+
5438
 
+/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
5439
 
+#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
5440
 
+
5441
 
+/* Define to 1 if `st_author' is a member of `struct stat'. */
5442
 
+#undef HAVE_STRUCT_STAT_ST_AUTHOR
5443
 
+
5444
 
+/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
5445
 
+#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
5446
 
+
5447
 
+/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
5448
 
+#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
5449
 
+
5450
 
+/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
5451
 
+#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
5452
 
+
5453
 
+/* Define to 1 if `st_blocks' is a member of `struct stat'. */
5454
 
+#undef HAVE_STRUCT_STAT_ST_BLOCKS
5455
 
+
5456
 
+/* Define to 1 if `tm_zone' is a member of `struct tm'. */
5457
 
+#undef HAVE_STRUCT_TM_TM_ZONE
5458
 
+
5459
 
+/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
5460
 
+   have utime.h but don't declare the struct anywhere. */
5461
 
+#undef HAVE_STRUCT_UTIMBUF
5462
 
+
5463
 
+/* Define to 1 if `ut_exit' is a member of `struct utmpx'. */
5464
 
+#undef HAVE_STRUCT_UTMPX_UT_EXIT
5465
 
+
5466
 
+/* Define to 1 if `ut_exit.e_exit' is a member of `struct utmpx'. */
5467
 
+#undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
5468
 
+
5469
 
+/* Define to 1 if `ut_exit.e_termination' is a member of `struct utmpx'. */
5470
 
+#undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
5471
 
+
5472
 
+/* Define to 1 if `ut_exit.ut_exit' is a member of `struct utmpx'. */
5473
 
+#undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
5474
 
+
5475
 
+/* Define to 1 if `ut_exit.ut_termination' is a member of `struct utmpx'. */
5476
 
+#undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
5477
 
+
5478
 
+/* Define to 1 if `ut_id' is a member of `struct utmpx'. */
5479
 
+#undef HAVE_STRUCT_UTMPX_UT_ID
5480
 
+
5481
 
+/* Define to 1 if `ut_name' is a member of `struct utmpx'. */
5482
 
+#undef HAVE_STRUCT_UTMPX_UT_NAME
5483
 
+
5484
 
+/* Define to 1 if `ut_pid' is a member of `struct utmpx'. */
5485
 
+#undef HAVE_STRUCT_UTMPX_UT_PID
5486
 
+
5487
 
+/* Define to 1 if `ut_type' is a member of `struct utmpx'. */
5488
 
+#undef HAVE_STRUCT_UTMPX_UT_TYPE
5489
 
+
5490
 
+/* Define to 1 if `ut_user' is a member of `struct utmpx'. */
5491
 
+#undef HAVE_STRUCT_UTMPX_UT_USER
5492
 
+
5493
 
+/* Define to 1 if `ut_exit' is a member of `struct utmp'. */
5494
 
+#undef HAVE_STRUCT_UTMP_UT_EXIT
5495
 
+
5496
 
+/* Define to 1 if `ut_exit.e_exit' is a member of `struct utmp'. */
5497
 
+#undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
5498
 
+
5499
 
+/* Define to 1 if `ut_exit.e_termination' is a member of `struct utmp'. */
5500
 
+#undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
5501
 
+
5502
 
+/* Define to 1 if `ut_exit.ut_exit' is a member of `struct utmp'. */
5503
 
+#undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
5504
 
+
5505
 
+/* Define to 1 if `ut_exit.ut_termination' is a member of `struct utmp'. */
5506
 
+#undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
5507
 
+
5508
 
+/* Define to 1 if `ut_id' is a member of `struct utmp'. */
5509
 
+#undef HAVE_STRUCT_UTMP_UT_ID
5510
 
+
5511
 
+/* Define to 1 if `ut_name' is a member of `struct utmp'. */
5512
 
+#undef HAVE_STRUCT_UTMP_UT_NAME
5513
 
+
5514
 
+/* Define to 1 if `ut_pid' is a member of `struct utmp'. */
5515
 
+#undef HAVE_STRUCT_UTMP_UT_PID
5516
 
+
5517
 
+/* Define to 1 if `ut_type' is a member of `struct utmp'. */
5518
 
+#undef HAVE_STRUCT_UTMP_UT_TYPE
5519
 
+
5520
 
+/* Define to 1 if `ut_user' is a member of `struct utmp'. */
5521
 
+#undef HAVE_STRUCT_UTMP_UT_USER
5522
 
+
5523
 
+/* Define to 1 if the system has the type `struct utsname'. */
5524
 
+#undef HAVE_STRUCT_UTSNAME
5525
 
+
5526
 
+/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
5527
 
+   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
5528
 
+#undef HAVE_ST_BLOCKS
5529
 
+
5530
 
+/* Define if struct stat has an st_dm_mode member. */
5531
 
+#undef HAVE_ST_DM_MODE
5532
 
+
5533
 
+/* Define to 1 if you have the `symlink' function. */
5534
 
+#undef HAVE_SYMLINK
5535
 
+
5536
 
+/* Define to 1 if you have the `symlinkat' function. */
5537
 
+#undef HAVE_SYMLINKAT
5538
 
+
5539
 
+/* Define to 1 if you have the `sync' function. */
5540
 
+#undef HAVE_SYNC
5541
 
+
5542
 
+/* Define to 1 if you have the `sysctl' function. */
5543
 
+#undef HAVE_SYSCTL
5544
 
+
5545
 
+/* Define to 1 if you have the `sysinfo' function. */
5546
 
+#undef HAVE_SYSINFO
5547
 
+
5548
 
+/* FIXME */
5549
 
+#undef HAVE_SYSLOG
5550
 
+
5551
 
+/* Define to 1 if you have the <syslog.h> header file. */
5552
 
+#undef HAVE_SYSLOG_H
5553
 
+
5554
 
+/* Define to 1 if you have the `sysmp' function. */
5555
 
+#undef HAVE_SYSMP
5556
 
+
5557
 
+/* Define to 1 if you have the <sys/acl.h> header file. */
5558
 
+#undef HAVE_SYS_ACL_H
5559
 
+
5560
 
+/* Define to 1 if you have the <sys/bitypes.h> header file. */
5561
 
+#undef HAVE_SYS_BITYPES_H
5562
 
+
5563
 
+/* Define to 1 if you have the <sys/filsys.h> header file. */
5564
 
+#undef HAVE_SYS_FILSYS_H
5565
 
+
5566
 
+/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
5567
 
+#undef HAVE_SYS_FS_S5PARAM_H
5568
 
+
5569
 
+/* Define to 1 if you have the <sys/fs_types.h> header file. */
5570
 
+#undef HAVE_SYS_FS_TYPES_H
5571
 
+
5572
 
+/* Define to 1 if you have the <sys/inttypes.h> header file. */
5573
 
+#undef HAVE_SYS_INTTYPES_H
5574
 
+
5575
 
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
5576
 
+#undef HAVE_SYS_IOCTL_H
5577
 
+
5578
 
+/* Define to 1 if you have the <sys/loadavg.h> header file. */
5579
 
+#undef HAVE_SYS_LOADAVG_H
5580
 
+
5581
 
+/* Define to 1 if you have the <sys/mman.h> header file. */
5582
 
+#undef HAVE_SYS_MMAN_H
5583
 
+
5584
 
+/* Define to 1 if you have the <sys/mntent.h> header file. */
5585
 
+#undef HAVE_SYS_MNTENT_H
5586
 
+
5587
 
+/* Define to 1 if you have the <sys/mount.h> header file. */
5588
 
+#undef HAVE_SYS_MOUNT_H
5589
 
+
5590
 
+/* Define to 1 if you have the <sys/param.h> header file. */
5591
 
+#undef HAVE_SYS_PARAM_H
5592
 
+
5593
 
+/* Define to 1 if you have the <sys/pstat.h> header file. */
5594
 
+#undef HAVE_SYS_PSTAT_H
5595
 
+
5596
 
+/* Define to 1 if you have the <sys/resource.h> header file. */
5597
 
+#undef HAVE_SYS_RESOURCE_H
5598
 
+
5599
 
+/* Define to 1 if you have the <sys/select.h> header file. */
5600
 
+#undef HAVE_SYS_SELECT_H
5601
 
+
5602
 
+/* Define to 1 if you have the <sys/socket.h> header file. */
5603
 
+#undef HAVE_SYS_SOCKET_H
5604
 
+
5605
 
+/* Define to 1 if you have the <sys/statfs.h> header file. */
5606
 
+#undef HAVE_SYS_STATFS_H
5607
 
+
5608
 
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
5609
 
+#undef HAVE_SYS_STATVFS_H
5610
 
+
5611
 
+/* Define to 1 if you have the <sys/stat.h> header file. */
5612
 
+#undef HAVE_SYS_STAT_H
5613
 
+
5614
 
+/* Define to 1 if you have the <sys/sysctl.h> header file. */
5615
 
+#undef HAVE_SYS_SYSCTL_H
5616
 
+
5617
 
+/* Define to 1 if you have the <sys/sysinfo.h> header file. */
5618
 
+#undef HAVE_SYS_SYSINFO_H
5619
 
+
5620
 
+/* Define to 1 if you have the <sys/sysmp.h> header file. */
5621
 
+#undef HAVE_SYS_SYSMP_H
5622
 
+
5623
 
+/* Define to 1 if you have the <sys/systemcfg.h> header file. */
5624
 
+#undef HAVE_SYS_SYSTEMCFG_H
5625
 
+
5626
 
+/* Define to 1 if you have the <sys/systeminfo.h> header file. */
5627
 
+#undef HAVE_SYS_SYSTEMINFO_H
5628
 
+
5629
 
+/* Define to 1 if you have the <sys/table.h> header file. */
5630
 
+#undef HAVE_SYS_TABLE_H
5631
 
+
5632
 
+/* Define to 1 if you have the <sys/timeb.h> header file. */
5633
 
+#undef HAVE_SYS_TIMEB_H
5634
 
+
5635
 
+/* Define to 1 if you have the <sys/time.h> header file. */
5636
 
+#undef HAVE_SYS_TIME_H
5637
 
+
5638
 
+/* Define to 1 if you have the <sys/types.h> header file. */
5639
 
+#undef HAVE_SYS_TYPES_H
5640
 
+
5641
 
+/* Define to 1 if you have the <sys/ucred.h> header file. */
5642
 
+#undef HAVE_SYS_UCRED_H
5643
 
+
5644
 
+/* Define to 1 if you have the <sys/uio.h> header file. */
5645
 
+#undef HAVE_SYS_UIO_H
5646
 
+
5647
 
+/* Define to 1 if you have the <sys/utsname.h> header file. */
5648
 
+#undef HAVE_SYS_UTSNAME_H
5649
 
+
5650
 
+/* Define to 1 if you have the <sys/vfs.h> header file. */
5651
 
+#undef HAVE_SYS_VFS_H
5652
 
+
5653
 
+/* Define to 1 if you have the <sys/wait.h> header file. */
5654
 
+#undef HAVE_SYS_WAIT_H
5655
 
+
5656
 
+/* Define to 1 if you have the `table' function. */
5657
 
+#undef HAVE_TABLE
5658
 
+
5659
 
+/* Define to 1 if you have the `tcgetattr' function. */
5660
 
+#undef HAVE_TCGETATTR
5661
 
+
5662
 
+/* Define to 1 if you have the `tcgetpgrp' function. */
5663
 
+#undef HAVE_TCGETPGRP
5664
 
+
5665
 
+/* Define to 1 if you have the `tcsetattr' function. */
5666
 
+#undef HAVE_TCSETATTR
5667
 
+
5668
 
+/* Define to 1 if you have the <termios.h> header file. */
5669
 
+#undef HAVE_TERMIOS_H
5670
 
+
5671
 
+/* Define to 1 if you have the `timer_settime' function. */
5672
 
+#undef HAVE_TIMER_SETTIME
5673
 
+
5674
 
+/* Define if struct tm has the tm_gmtoff member. */
5675
 
+#undef HAVE_TM_GMTOFF
5676
 
+
5677
 
+/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
5678
 
+   `HAVE_STRUCT_TM_TM_ZONE' instead. */
5679
 
+#undef HAVE_TM_ZONE
5680
 
+
5681
 
+/* Define to 1 if you have the `towlower' function. */
5682
 
+#undef HAVE_TOWLOWER
5683
 
+
5684
 
+/* Define to 1 if you have the `tsearch' function. */
5685
 
+#undef HAVE_TSEARCH
5686
 
+
5687
 
+/* Define to 1 if you don't have `tm_zone' but do have the external array
5688
 
+   `tzname'. */
5689
 
+#undef HAVE_TZNAME
5690
 
+
5691
 
+/* Define to 1 if you have the `tzset' function. */
5692
 
+#undef HAVE_TZSET
5693
 
+
5694
 
+/* Define to 1 if you have the `uname' function. */
5695
 
+#undef HAVE_UNAME
5696
 
+
5697
 
+/* Define to 1 if you have the <unistd.h> header file. */
5698
 
+#undef HAVE_UNISTD_H
5699
 
+
5700
 
+/* Define to 1 if you have the `unlinkat' function. */
5701
 
+#undef HAVE_UNLINKAT
5702
 
+
5703
 
+/* Define to 1 if you have the `unsetenv' function. */
5704
 
+#undef HAVE_UNSETENV
5705
 
+
5706
 
+/* Define to 1 if the system has the type `unsigned long long int'. */
5707
 
+#undef HAVE_UNSIGNED_LONG_LONG_INT
5708
 
+
5709
 
+/* Define to 1 if you have the `uselocale' function. */
5710
 
+#undef HAVE_USELOCALE
5711
 
+
5712
 
+/* Define to 1 if you have the `usleep' function. */
5713
 
+#undef HAVE_USLEEP
5714
 
+
5715
 
+/* Define to 1 if you have the `utimensat' function. */
5716
 
+#undef HAVE_UTIMENSAT
5717
 
+
5718
 
+/* Define to 1 if you have the <utime.h> header file. */
5719
 
+#undef HAVE_UTIME_H
5720
 
+
5721
 
+/* Define to 1 if you have the `utmpname' function. */
5722
 
+#undef HAVE_UTMPNAME
5723
 
+
5724
 
+/* Define to 1 if you have the `utmpxname' function. */
5725
 
+#undef HAVE_UTMPXNAME
5726
 
+
5727
 
+/* Define to 1 if you have the <utmpx.h> header file. */
5728
 
+#undef HAVE_UTMPX_H
5729
 
+
5730
 
+/* Define to 1 if you have the <utmp.h> header file. */
5731
 
+#undef HAVE_UTMP_H
5732
 
+
5733
 
+/* FIXME */
5734
 
+#undef HAVE_UT_HOST
5735
 
+
5736
 
+/* Define to 1 if you have the `vasnprintf' function. */
5737
 
+#undef HAVE_VASNPRINTF
5738
 
+
5739
 
+/* Define to 1 if you have the `vasprintf' function. */
5740
 
+#undef HAVE_VASPRINTF
5741
 
+
5742
 
+/* Define to 1 if you have the `vfork' function. */
5743
 
+#undef HAVE_VFORK
5744
 
+
5745
 
+/* Define to 1 if you have the <vfork.h> header file. */
5746
 
+#undef HAVE_VFORK_H
5747
 
+
5748
 
+/* Define to 1 if you have the <wchar.h> header file. */
5749
 
+#undef HAVE_WCHAR_H
5750
 
+
5751
 
+/* Define if you have the 'wchar_t' type. */
5752
 
+#undef HAVE_WCHAR_T
5753
 
+
5754
 
+/* Define to 1 if you have the `wcrtomb' function. */
5755
 
+#undef HAVE_WCRTOMB
5756
 
+
5757
 
+/* Define to 1 if you have the `wcscoll' function. */
5758
 
+#undef HAVE_WCSCOLL
5759
 
+
5760
 
+/* Define to 1 if you have the `wcslen' function. */
5761
 
+#undef HAVE_WCSLEN
5762
 
+
5763
 
+/* Define to 1 if you have the `wcsnlen' function. */
5764
 
+#undef HAVE_WCSNLEN
5765
 
+
5766
 
+/* Define to 1 if you have the `wcswidth' function. */
5767
 
+#undef HAVE_WCSWIDTH
5768
 
+
5769
 
+/* Define to 1 if you have the `wctob' function. */
5770
 
+#undef HAVE_WCTOB
5771
 
+
5772
 
+/* Define to 1 if you have the <wctype.h> header file. */
5773
 
+#undef HAVE_WCTYPE_H
5774
 
+
5775
 
+/* Define to 1 if you have the `wcwidth' function. */
5776
 
+#undef HAVE_WCWIDTH
5777
 
+
5778
 
+/* Define to 1 if you have the <winsock2.h> header file. */
5779
 
+#undef HAVE_WINSOCK2_H
5780
 
+
5781
 
+/* Define if you have the 'wint_t' type. */
5782
 
+#undef HAVE_WINT_T
5783
 
+
5784
 
+/* Define to 1 if you have the `wmemchr' function. */
5785
 
+#undef HAVE_WMEMCHR
5786
 
+
5787
 
+/* Define to 1 if you have the `wmemcpy' function. */
5788
 
+#undef HAVE_WMEMCPY
5789
 
+
5790
 
+/* Define to 1 if you have the `wmempcpy' function. */
5791
 
+#undef HAVE_WMEMPCPY
5792
 
+
5793
 
+/* Define to 1 if `fork' works. */
5794
 
+#undef HAVE_WORKING_FORK
5795
 
+
5796
 
+/* Define to 1 if O_NOATIME works. */
5797
 
+#undef HAVE_WORKING_O_NOATIME
5798
 
+
5799
 
+/* Define to 1 if O_NOFOLLOW works. */
5800
 
+#undef HAVE_WORKING_O_NOFOLLOW
5801
 
+
5802
 
+/* Define if utimes works properly. */
5803
 
+#undef HAVE_WORKING_UTIMES
5804
 
+
5805
 
+/* Define to 1 if `vfork' works. */
5806
 
+#undef HAVE_WORKING_VFORK
5807
 
+
5808
 
+/* Define to 1 if you have the <ws2tcpip.h> header file. */
5809
 
+#undef HAVE_WS2TCPIP_H
5810
 
+
5811
 
+/* Define to 1 if you have the <xlocale.h> header file. */
5812
 
+#undef HAVE_XLOCALE_H
5813
 
+
5814
 
+/* Define to 1 if the system has the type `_Bool'. */
5815
 
+#undef HAVE__BOOL
5816
 
+
5817
 
+/* Define to 1 if you have the `_ftime' function. */
5818
 
+#undef HAVE__FTIME
5819
 
+
5820
 
+/* Define to 1 if you have the external variable, _system_configuration with a
5821
 
+   member named physmem. */
5822
 
+#undef HAVE__SYSTEM_CONFIGURATION
5823
 
+
5824
 
+/* Define to 1 if you have the `__fpending' function. */
5825
 
+#undef HAVE___FPENDING
5826
 
+
5827
 
+/* Define to 1 if you have the `__fpurge' function. */
5828
 
+#undef HAVE___FPURGE
5829
 
+
5830
 
+/* Define to 1 if you have the `__freading' function. */
5831
 
+#undef HAVE___FREADING
5832
 
+
5833
 
+/* Define to 1 if you have the `__fsetlocking' function. */
5834
 
+#undef HAVE___FSETLOCKING
5835
 
+
5836
 
+/* Define to 1 if you have the `__xpg_strerror_r' function. */
5837
 
+#undef HAVE___XPG_STRERROR_R
5838
 
+
5839
 
+/* Define HOST_NAME_MAX when <limits.h> does not define it. */
5840
 
+#undef HOST_NAME_MAX
5841
 
+
5842
 
+/* The host operating system. */
5843
 
+#undef HOST_OPERATING_SYSTEM
5844
 
+
5845
 
+/* Define as const if the declaration of iconv() needs const. */
5846
 
+#undef ICONV_CONST
5847
 
+
5848
 
+/* Define to a symbolic name denoting the flavor of iconv_open()
5849
 
+   implementation. */
5850
 
+#undef ICONV_FLAVOR
5851
 
+
5852
 
+/* Define as the bit index in the word where to find bit 0 of the exponent of
5853
 
+   'long double'. */
5854
 
+#undef LDBL_EXPBIT0_BIT
5855
 
+
5856
 
+/* Define as the word index where to find the exponent of 'long double'. */
5857
 
+#undef LDBL_EXPBIT0_WORD
5858
 
+
5859
 
+/* Define as the bit index in the word where to find the sign of 'long
5860
 
+   double'. */
5861
 
+#undef LDBL_SIGNBIT_BIT
5862
 
+
5863
 
+/* Define as the word index where to find the sign of 'long double'. */
5864
 
+#undef LDBL_SIGNBIT_WORD
5865
 
+
5866
 
+/* Define to 1 if linkat fails to recognize a trailing slash. */
5867
 
+#undef LINKAT_TRAILING_SLASH_BUG
5868
 
+
5869
 
+/* Define to 1 if `link(2)' dereferences symbolic links, 0 if it creates hard
5870
 
+   links to symlinks, -1 if it depends on the variable __xpg4, and -2 if
5871
 
+   unknown. */
5872
 
+#undef LINK_FOLLOWS_SYMLINKS
5873
 
+
5874
 
+/* FIXME */
5875
 
+#undef LOCALTIME_CACHE
5876
 
+
5877
 
+/* Define to 1 if lseek does not detect pipes. */
5878
 
+#undef LSEEK_PIPE_BROKEN
5879
 
+
5880
 
+/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
5881
 
+   slash. */
5882
 
+#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
5883
 
+
5884
 
+/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
5885
 
+   */
5886
 
+#undef MAJOR_IN_MKDEV
5887
 
+
5888
 
+/* Define to 1 if `major', `minor', and `makedev' are declared in
5889
 
+   <sysmacros.h>. */
5890
 
+#undef MAJOR_IN_SYSMACROS
5891
 
+
5892
 
+/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
5893
 
+#undef MALLOC_0_IS_NONNULL
5894
 
+
5895
 
+/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
5896
 
+#undef MAP_ANONYMOUS
5897
 
+
5898
 
+/* Define if the mbrtowc function has the NULL pwc argument bug. */
5899
 
+#undef MBRTOWC_NULL_ARG1_BUG
5900
 
+
5901
 
+/* Define if the mbrtowc function has the NULL string argument bug. */
5902
 
+#undef MBRTOWC_NULL_ARG2_BUG
5903
 
+
5904
 
+/* Define if the mbrtowc function does not return 0 for a NUL character. */
5905
 
+#undef MBRTOWC_NUL_RETVAL_BUG
5906
 
+
5907
 
+/* Define if the mbrtowc function returns a wrong return value. */
5908
 
+#undef MBRTOWC_RETVAL_BUG
5909
 
+
5910
 
+/* Define if there is no specific function for reading the list of mounted
5911
 
+   file systems. fread will be used to read /etc/mnttab. (SVR2) */
5912
 
+#undef MOUNTED_FREAD
5913
 
+
5914
 
+/* Define if (like SVR2) there is no specific function for reading the list of
5915
 
+   mounted file systems, and your system has these header files: <sys/fstyp.h>
5916
 
+   and <sys/statfs.h>. (SVR3) */
5917
 
+#undef MOUNTED_FREAD_FSTYP
5918
 
+
5919
 
+/* Define if there are functions named next_dev and fs_stat_dev for reading
5920
 
+   the list of mounted file systems. (BeOS) */
5921
 
+#undef MOUNTED_FS_STAT_DEV
5922
 
+
5923
 
+/* Define if there is a function named getfsstat for reading the list of
5924
 
+   mounted file systems. (DEC Alpha running OSF/1) */
5925
 
+#undef MOUNTED_GETFSSTAT
5926
 
+
5927
 
+/* Define if there is a function named getmnt for reading the list of mounted
5928
 
+   file systems. (Ultrix) */
5929
 
+#undef MOUNTED_GETMNT
5930
 
+
5931
 
+/* Define if there is a function named getmntent for reading the list of
5932
 
+   mounted file systems, and that function takes a single argument. (4.3BSD,
5933
 
+   SunOS, HP-UX, Dynix, Irix) */
5934
 
+#undef MOUNTED_GETMNTENT1
5935
 
+
5936
 
+/* Define if there is a function named getmntent for reading the list of
5937
 
+   mounted file systems, and that function takes two arguments. (SVR4) */
5938
 
+#undef MOUNTED_GETMNTENT2
5939
 
+
5940
 
+/* Define if there is a function named getmntinfo for reading the list of
5941
 
+   mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
5942
 
+   Darwin) */
5943
 
+#undef MOUNTED_GETMNTINFO
5944
 
+
5945
 
+/* Define if there is a function named getmntinfo for reading the list of
5946
 
+   mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
5947
 
+   3.0) */
5948
 
+#undef MOUNTED_GETMNTINFO2
5949
 
+
5950
 
+/* Define if we are on interix, and ought to use statvfs plus some special
5951
 
+   knowledge on where mounted filesystems can be found. (Interix) */
5952
 
+#undef MOUNTED_INTERIX_STATVFS
5953
 
+
5954
 
+/* Define if there is a function named listmntent that can be used to list all
5955
 
+   mounted file systems. (UNICOS) */
5956
 
+#undef MOUNTED_LISTMNTENT
5957
 
+
5958
 
+/* Define if there is a function named mntctl that can be used to read the
5959
 
+   list of mounted file systems, and there is a system header file that
5960
 
+   declares `struct vmount.' (AIX) */
5961
 
+#undef MOUNTED_VMOUNT
5962
 
+
5963
 
+/* Define to 1 if assertions should be disabled. */
5964
 
+#undef NDEBUG
5965
 
+
5966
 
+/* Define if the vasnprintf implementation needs special code for the 'a' and
5967
 
+   'A' directives. */
5968
 
+#undef NEED_PRINTF_DIRECTIVE_A
5969
 
+
5970
 
+/* Define if the vasnprintf implementation needs special code for the 'F'
5971
 
+   directive. */
5972
 
+#undef NEED_PRINTF_DIRECTIVE_F
5973
 
+
5974
 
+/* Define if the vasnprintf implementation needs special code for the 'ls'
5975
 
+   directive. */
5976
 
+#undef NEED_PRINTF_DIRECTIVE_LS
5977
 
+
5978
 
+/* Define if the vasnprintf implementation needs special code for 'double'
5979
 
+   arguments. */
5980
 
+#undef NEED_PRINTF_DOUBLE
5981
 
+
5982
 
+/* Define if the vasnprintf implementation needs special code for surviving
5983
 
+   out-of-memory conditions. */
5984
 
+#undef NEED_PRINTF_ENOMEM
5985
 
+
5986
 
+/* Define if the vasnprintf implementation needs special code for the ' flag.
5987
 
+   */
5988
 
+#undef NEED_PRINTF_FLAG_GROUPING
5989
 
+
5990
 
+/* Define if the vasnprintf implementation needs special code for the '-'
5991
 
+   flag. */
5992
 
+#undef NEED_PRINTF_FLAG_LEFTADJUST
5993
 
+
5994
 
+/* Define if the vasnprintf implementation needs special code for the 0 flag.
5995
 
+   */
5996
 
+#undef NEED_PRINTF_FLAG_ZERO
5997
 
+
5998
 
+/* Define if the vasnprintf implementation needs special code for infinite
5999
 
+   'double' arguments. */
6000
 
+#undef NEED_PRINTF_INFINITE_DOUBLE
6001
 
+
6002
 
+/* Define if the vasnprintf implementation needs special code for infinite
6003
 
+   'long double' arguments. */
6004
 
+#undef NEED_PRINTF_INFINITE_LONG_DOUBLE
6005
 
+
6006
 
+/* Define if the vasnprintf implementation needs special code for 'long
6007
 
+   double' arguments. */
6008
 
+#undef NEED_PRINTF_LONG_DOUBLE
6009
 
+
6010
 
+/* Define if the vasnprintf implementation needs special code for supporting
6011
 
+   large precisions without arbitrary bounds. */
6012
 
+#undef NEED_PRINTF_UNBOUNDED_PRECISION
6013
 
+
6014
 
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
6015
 
+#undef NO_MINUS_C_MINUS_O
6016
 
+
6017
 
+/* Define to 1 if the nlist n_name member is a pointer */
6018
 
+#undef N_NAME_POINTER
6019
 
+
6020
 
+/* Define to 1 if open() fails to recognize a trailing slash. */
6021
 
+#undef OPEN_TRAILING_SLASH_BUG
6022
 
+
6023
 
+/* Name of package */
6024
 
+#undef PACKAGE
6025
 
+
6026
 
+/* Define to the address where bug reports for this package should be sent. */
6027
 
+#undef PACKAGE_BUGREPORT
6028
 
+
6029
 
+/* Define to the full name of this package. */
6030
 
+#undef PACKAGE_NAME
6031
 
+
6032
 
+/* String identifying the packager of this software */
6033
 
+#undef PACKAGE_PACKAGER
6034
 
+
6035
 
+/* Packager info for bug reports (URL/e-mail/...) */
6036
 
+#undef PACKAGE_PACKAGER_BUG_REPORTS
6037
 
+
6038
 
+/* Packager-specific version information */
6039
 
+#undef PACKAGE_PACKAGER_VERSION
6040
 
+
6041
 
+/* Define to the full name and version of this package. */
6042
 
+#undef PACKAGE_STRING
6043
 
+
6044
 
+/* Define to the one symbol short name of this package. */
6045
 
+#undef PACKAGE_TARNAME
6046
 
+
6047
 
+/* Define to the home page for this package. */
6048
 
+#undef PACKAGE_URL
6049
 
+
6050
 
+/* Define to the version of this package. */
6051
 
+#undef PACKAGE_VERSION
6052
 
+
6053
 
+/* the number of pending output bytes on stream `fp' */
6054
 
+#undef PENDING_OUTPUT_N_BYTES
6055
 
+
6056
 
+/* Define to the maximum link count that a true pipe can have. */
6057
 
+#undef PIPE_LINK_COUNT_MAX
6058
 
+
6059
 
+/* Define this if you prefer euidaccess to return the correct result even if
6060
 
+   this would make it nonreentrant. Define this only if your entire
6061
 
+   application is safe even if the uid or gid might temporarily change. If
6062
 
+   your application uses signal handlers or threads it is probably not safe.
6063
 
+   */
6064
 
+#undef PREFER_NONREENTRANT_EUIDACCESS
6065
 
+
6066
 
+/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
6067
 
+#undef PRI_MACROS_BROKEN
6068
 
+
6069
 
+/* Define to the type that is the result of default argument promotions of
6070
 
+   type mode_t. */
6071
 
+#undef PROMOTED_MODE_T
6072
 
+
6073
 
+/* Define to 1 if the C compiler supports function prototypes. */
6074
 
+#undef PROTOTYPES
6075
 
+
6076
 
+/* Define if the pthread_in_use() detection is hard. */
6077
 
+#undef PTHREAD_IN_USE_DETECTION_HARD
6078
 
+
6079
 
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
6080
 
+   'ptrdiff_t'. */
6081
 
+#undef PTRDIFF_T_SUFFIX
6082
 
+
6083
 
+/* Define to 1 if readlink fails to recognize a trailing slash. */
6084
 
+#undef READLINK_TRAILING_SLASH_BUG
6085
 
+
6086
 
+/* Define if rename does not work when the destination file exists, as on
6087
 
+   Cygwin 1.5 or Windows. */
6088
 
+#undef RENAME_DEST_EXISTS_BUG
6089
 
+
6090
 
+/* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
6091
 
+   Cygwin 1.5. */
6092
 
+#undef RENAME_HARD_LINK_BUG
6093
 
+
6094
 
+/* Define if rename does not correctly handle slashes on the destination
6095
 
+   argument, such as on Solaris 10 or NetBSD 1.6. */
6096
 
+#undef RENAME_TRAILING_SLASH_DEST_BUG
6097
 
+
6098
 
+/* Define if rename does not correctly handle slashes on the source argument,
6099
 
+   such as on Solaris 9 or cygwin 1.5. */
6100
 
+#undef RENAME_TRAILING_SLASH_SOURCE_BUG
6101
 
+
6102
 
+/* Define to 1 if gnulib's fchdir() replacement is used. */
6103
 
+#undef REPLACE_FCHDIR
6104
 
+
6105
 
+/* Define to 1 if stat needs help when passed a directory name with a trailing
6106
 
+   slash */
6107
 
+#undef REPLACE_FUNC_STAT_DIR
6108
 
+
6109
 
+/* Define to 1 if stat needs help when passed a file name with a trailing
6110
 
+   slash */
6111
 
+#undef REPLACE_FUNC_STAT_FILE
6112
 
+
6113
 
+/* Define if nl_langinfo exists but is overridden by gnulib. */
6114
 
+#undef REPLACE_NL_LANGINFO
6115
 
+
6116
 
+/* Define to 1 if open() should work around the inability to open a directory.
6117
 
+   */
6118
 
+#undef REPLACE_OPEN_DIRECTORY
6119
 
+
6120
 
+/* Define to 1 if strerror(0) does not return a message implying success. */
6121
 
+#undef REPLACE_STRERROR_0
6122
 
+
6123
 
+/* Define if vasnprintf exists but is overridden by gnulib. */
6124
 
+#undef REPLACE_VASNPRINTF
6125
 
+
6126
 
+/* Define if vfprintf is overridden by a POSIX compliant gnulib
6127
 
+   implementation. */
6128
 
+#undef REPLACE_VFPRINTF_POSIX
6129
 
+
6130
 
+/* Define if vprintf is overridden by a POSIX compliant gnulib implementation.
6131
 
+   */
6132
 
+#undef REPLACE_VPRINTF_POSIX
6133
 
+
6134
 
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
6135
 
+   'sig_atomic_t'. */
6136
 
+#undef SIG_ATOMIC_T_SUFFIX
6137
 
+
6138
 
+/* Define as the maximum value of type 'size_t', if the system doesn't define
6139
 
+   it. */
6140
 
+#ifndef SIZE_MAX
6141
 
+# undef SIZE_MAX
6142
 
+#endif
6143
 
+
6144
 
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
6145
 
+   'size_t'. */
6146
 
+#undef SIZE_T_SUFFIX
6147
 
+
6148
 
+/* If using the C implementation of alloca, define if you know the
6149
 
+   direction of stack growth for your system; otherwise it will be
6150
 
+   automatically deduced at runtime.
6151
 
+        STACK_DIRECTION > 0 => grows toward higher addresses
6152
 
+        STACK_DIRECTION < 0 => grows toward lower addresses
6153
 
+        STACK_DIRECTION = 0 => direction of growth unknown */
6154
 
+#undef STACK_DIRECTION
6155
 
+
6156
 
+/* Define if the block counts reported by statfs may be truncated to 2GB and
6157
 
+   the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
6158
 
+   and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
6159
 
+   affected.) */
6160
 
+#undef STATFS_TRUNCATES_BLOCK_COUNTS
6161
 
+
6162
 
+/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
6163
 
+#undef STAT_MACROS_BROKEN
6164
 
+
6165
 
+/* Define if there is no specific function for reading file systems usage
6166
 
+   information and you have the <sys/filsys.h> header file. (SVR2) */
6167
 
+#undef STAT_READ_FILSYS
6168
 
+
6169
 
+/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
6170
 
+   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
6171
 
+#undef STAT_STATFS2_BSIZE
6172
 
+
6173
 
+/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
6174
 
+   (4.4BSD, NetBSD) */
6175
 
+#undef STAT_STATFS2_FSIZE
6176
 
+
6177
 
+/* Define if statfs takes 2 args and the second argument has type struct
6178
 
+   fs_data. (Ultrix) */
6179
 
+#undef STAT_STATFS2_FS_DATA
6180
 
+
6181
 
+/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
6182
 
+#undef STAT_STATFS3_OSF1
6183
 
+
6184
 
+/* Define if statfs takes 4 args. (SVR3, Dynix, old Irix, old AIX, Dolphin) */
6185
 
+#undef STAT_STATFS4
6186
 
+
6187
 
+/* Define if there is a function named statvfs. (SVR4) */
6188
 
+#undef STAT_STATVFS
6189
 
+
6190
 
+/* Define if statvfs64 should be preferred over statvfs. */
6191
 
+#undef STAT_STATVFS64
6192
 
+
6193
 
+/* Define to 1 if you have the ANSI C header files. */
6194
 
+#undef STDC_HEADERS
6195
 
+
6196
 
+/* Define to 1 if strerror_r returns char *. */
6197
 
+#undef STRERROR_R_CHAR_P
6198
 
+
6199
 
+/* Define to 1 if the f_fsid member of struct statfs is an integer. */
6200
 
+#undef STRUCT_STATFS_F_FSID_IS_INTEGER
6201
 
+
6202
 
+/* Define to 1 if the f_fsid member of struct statvfs is an integer. */
6203
 
+#undef STRUCT_STATVFS_F_FSID_IS_INTEGER
6204
 
+
6205
 
+/* Define to 1 on System V Release 4. */
6206
 
+#undef SVR4
6207
 
+
6208
 
+/* FIXME */
6209
 
+#undef TERMIOS_NEEDS_XOPEN_SOURCE
6210
 
+
6211
 
+/* Define to 1 if all 'time_t' values fit in a 'long int'. */
6212
 
+#undef TIME_T_FITS_IN_LONG_INT
6213
 
+
6214
 
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
6215
 
+#undef TIME_WITH_SYS_TIME
6216
 
+
6217
 
+/* Define to 1 if your <sys/time.h> declares `struct tm'. */
6218
 
+#undef TM_IN_SYS_TIME
6219
 
+
6220
 
+/* group used by system for TTYs */
6221
 
+#undef TTY_GROUP_NAME
6222
 
+
6223
 
+/* Define to 1 if the type of the st_atim member of a struct stat is struct
6224
 
+   timespec. */
6225
 
+#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
6226
 
+
6227
 
+/* Define if tzset clobbers localtime's static buffer. */
6228
 
+#undef TZSET_CLOBBERS_LOCALTIME
6229
 
+
6230
 
+/* Define to 1 for Encore UMAX. */
6231
 
+#undef UMAX
6232
 
+
6233
 
+/* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
6234
 
+   <sys/cpustats.h>. */
6235
 
+#undef UMAX4_3
6236
 
+
6237
 
+/* Define to 1 if unlink (dir) cannot possibly succeed. */
6238
 
+#undef UNLINK_CANNOT_UNLINK_DIR
6239
 
+
6240
 
+/* Define to 1 if unlink() on a parent directory may succeed */
6241
 
+#undef UNLINK_PARENT_BUG
6242
 
+
6243
 
+/* Define to nonzero if you want access control list support. */
6244
 
+#undef USE_ACL
6245
 
+
6246
 
+/* Define if the POSIX multithreading library can be used. */
6247
 
+#undef USE_POSIX_THREADS
6248
 
+
6249
 
+/* Define if references to the POSIX multithreading library should be made
6250
 
+   weak. */
6251
 
+#undef USE_POSIX_THREADS_WEAK
6252
 
+
6253
 
+/* Define if the GNU Pth multithreading library can be used. */
6254
 
+#undef USE_PTH_THREADS
6255
 
+
6256
 
+/* Define if references to the GNU Pth multithreading library should be made
6257
 
+   weak. */
6258
 
+#undef USE_PTH_THREADS_WEAK
6259
 
+
6260
 
+/* Define if the old Solaris multithreading library can be used. */
6261
 
+#undef USE_SOLARIS_THREADS
6262
 
+
6263
 
+/* Define if references to the old Solaris multithreading library should be
6264
 
+   made weak. */
6265
 
+#undef USE_SOLARIS_THREADS_WEAK
6266
 
+
6267
 
+/* Define to 1 if you want getc etc. to use unlocked I/O if available.
6268
 
+   Unlocked I/O can improve performance in unithreaded apps, but it is not
6269
 
+   safe for multithreaded apps. */
6270
 
+#undef USE_UNLOCKED_IO
6271
 
+
6272
 
+/* Define if the Win32 multithreading API can be used. */
6273
 
+#undef USE_WIN32_THREADS
6274
 
+
6275
 
+/* Define if you want extended attribute support. */
6276
 
+#undef USE_XATTR
6277
 
+
6278
 
+/* Version number of package */
6279
 
+#undef VERSION
6280
 
+
6281
 
+/* Define to 1 if unsetenv returns void instead of int. */
6282
 
+#undef VOID_UNSETENV
6283
 
+
6284
 
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
6285
 
+   'wchar_t'. */
6286
 
+#undef WCHAR_T_SUFFIX
6287
 
+
6288
 
+/* Define if WSAStartup is needed. */
6289
 
+#undef WINDOWS_SOCKETS
6290
 
+
6291
 
+/* Define if sys/ptem.h is required for struct winsize. */
6292
 
+#undef WINSIZE_IN_PTEM
6293
 
+
6294
 
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
6295
 
+   'wint_t'. */
6296
 
+#undef WINT_T_SUFFIX
6297
 
+
6298
 
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
6299
 
+   significant byte first (like Motorola and SPARC, unlike Intel). */
6300
 
+#if defined AC_APPLE_UNIVERSAL_BUILD
6301
 
+# if defined __BIG_ENDIAN__
6302
 
+#  define WORDS_BIGENDIAN 1
6303
 
+# endif
6304
 
+#else
6305
 
+# ifndef WORDS_BIGENDIAN
6306
 
+#  undef WORDS_BIGENDIAN
6307
 
+# endif
6308
 
+#endif
6309
 
+
6310
 
+/* Enable large inode numbers on Mac OS X.  */
6311
 
+#ifndef _DARWIN_USE_64_BIT_INODE
6312
 
+# define _DARWIN_USE_64_BIT_INODE 1
6313
 
+#endif
6314
 
+
6315
 
+/* Number of bits in a file offset, on hosts where this is settable. */
6316
 
+#undef _FILE_OFFSET_BITS
6317
 
+
6318
 
+/* enable compile-time and run-time bounds-checking, and some warnings */
6319
 
+#undef _FORTIFY_SOURCE
6320
 
+
6321
 
+/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
6322
 
+#undef _LARGEFILE_SOURCE
6323
 
+
6324
 
+/* Define for large files, on AIX-style hosts. */
6325
 
+#undef _LARGE_FILES
6326
 
+
6327
 
+/* Define to 1 if on MINIX. */
6328
 
+#undef _MINIX
6329
 
+
6330
 
+/* The _Noreturn keyword of draft C1X.  */
6331
 
+#ifndef _Noreturn
6332
 
+# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
6333
 
+      || 0x5110 <= __SUNPRO_C)
6334
 
+#  define _Noreturn __attribute__ ((__noreturn__))
6335
 
+# elif 1200 <= _MSC_VER
6336
 
+#  define _Noreturn __declspec (noreturn)
6337
 
+# else
6338
 
+#  define _Noreturn
6339
 
+# endif
6340
 
+#endif
6341
 
+
6342
 
+
6343
 
+/* Define to 2 if the system does not provide POSIX.1 features except with
6344
 
+   this defined. */
6345
 
+#undef _POSIX_1_SOURCE
6346
 
+
6347
 
+/* Define to 1 in order to get the POSIX compatible declarations of socket
6348
 
+   functions. */
6349
 
+#undef _POSIX_PII_SOCKET
6350
 
+
6351
 
+/* Define to 1 if you need to in order for `stat' and other things to work. */
6352
 
+#undef _POSIX_SOURCE
6353
 
+
6354
 
+/* Define if you want regoff_t to be at least as wide POSIX requires. */
6355
 
+#undef _REGEX_LARGE_OFFSETS
6356
 
+
6357
 
+/* Define to 500 only on HP-UX. */
6358
 
+#undef _XOPEN_SOURCE
6359
 
+
6360
 
+/* Enable extensions on AIX 3, Interix.  */
6361
 
+#ifndef _ALL_SOURCE
6362
 
+# undef _ALL_SOURCE
6363
 
+#endif
6364
 
+/* Enable general extensions on MacOS X.  */
6365
 
+#ifndef _DARWIN_C_SOURCE
6366
 
+# undef _DARWIN_C_SOURCE
6367
 
+#endif
6368
 
+/* Enable GNU extensions on systems that have them.  */
6369
 
+#ifndef _GNU_SOURCE
6370
 
+# undef _GNU_SOURCE
6371
 
+#endif
6372
 
+/* Enable threading extensions on Solaris.  */
6373
 
+#ifndef _POSIX_PTHREAD_SEMANTICS
6374
 
+# undef _POSIX_PTHREAD_SEMANTICS
6375
 
+#endif
6376
 
+/* Enable extensions on HP NonStop.  */
6377
 
+#ifndef _TANDEM_SOURCE
6378
 
+# undef _TANDEM_SOURCE
6379
 
+#endif
6380
 
+/* Enable general extensions on Solaris.  */
6381
 
+#ifndef __EXTENSIONS__
6382
 
+# undef __EXTENSIONS__
6383
 
+#endif
6384
 
+
6385
 
+
6386
 
+/* Define to rpl_ if the getopt replacement functions and variables should be
6387
 
+   used. */
6388
 
+#undef __GETOPT_PREFIX
6389
 
+
6390
 
+/* Define like PROTOTYPES; this can be used by system headers. */
6391
 
+#undef __PROTOTYPES
6392
 
+
6393
 
+/* Ensure that <stdint.h> defines the limit macros, since gnulib's
6394
 
+   <inttypes.h> relies on them.  */
6395
 
+#if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
6396
 
+# define __STDC_LIMIT_MACROS 1
6397
 
+#endif
6398
 
+
6399
 
+
6400
 
+/* Always use our fgetfilecon wrapper. */
6401
 
+#undef fgetfilecon
6402
 
+
6403
 
+/* Define to a replacement function name for fnmatch(). */
6404
 
+#undef fnmatch
6405
 
+
6406
 
+/* Always use our getfilecon wrapper. */
6407
 
+#undef getfilecon
6408
 
+
6409
 
+/* Define to a replacement function name for getpass(). */
6410
 
+#undef getpass
6411
 
+
6412
 
+/* Define to `int' if <sys/types.h> doesn't define. */
6413
 
+#undef gid_t
6414
 
+
6415
 
+/* A replacement for va_copy, if needed.  */
6416
 
+#define gl_va_copy(a,b) ((a) = (b))
6417
 
+
6418
 
+/* Define to rpl_gmtime if the replacement function should be used. */
6419
 
+#undef gmtime
6420
 
+
6421
 
+/* Define to `__inline__' or `__inline' if that's what the C compiler
6422
 
+   calls it, or to nothing if 'inline' is not supported under any name.  */
6423
 
+#ifndef __cplusplus
6424
 
+#undef inline
6425
 
+#endif
6426
 
+
6427
 
+/* Define to `unsigned long int' if <sys/types.h> does not define. */
6428
 
+#undef ino_t
6429
 
+
6430
 
+/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
6431
 
+#undef intmax_t
6432
 
+
6433
 
+/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
6434
 
+   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
6435
 
+   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
6436
 
+   __APPLE__ && __MACH__ test for MacOS X.
6437
 
+   __APPLE_CC__ tests for the Apple compiler and its version.
6438
 
+   __STDC_VERSION__ tests for the C99 mode.  */
6439
 
+#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
6440
 
+# define __GNUC_STDC_INLINE__ 1
6441
 
+#endif
6442
 
+
6443
 
+/* Always use our lgetfilecon wrapper. */
6444
 
+#undef lgetfilecon
6445
 
+
6446
 
+/* Define to 1 if the compiler is checking for lint. */
6447
 
+#undef lint
6448
 
+
6449
 
+/* Define to rpl_localtime if the replacement function should be used. */
6450
 
+#undef localtime
6451
 
+
6452
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
6453
 
+#undef major_t
6454
 
+
6455
 
+/* Define to a type if <wchar.h> does not define. */
6456
 
+#undef mbstate_t
6457
 
+
6458
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
6459
 
+#undef minor_t
6460
 
+
6461
 
+/* Define to `int' if <sys/types.h> does not define. */
6462
 
+#undef mode_t
6463
 
+
6464
 
+/* Define to the name of the strftime replacement function. */
6465
 
+#undef my_strftime
6466
 
+
6467
 
+/* Define to the type of st_nlink in struct stat, or a supertype. */
6468
 
+#undef nlink_t
6469
 
+
6470
 
+/* Define to `long int' if <sys/types.h> does not define. */
6471
 
+#undef off_t
6472
 
+
6473
 
+/* Define to `int' if <sys/types.h> does not define. */
6474
 
+#undef pid_t
6475
 
+
6476
 
+/* Define as the type of the result of subtracting two pointers, if the system
6477
 
+   doesn't define it. */
6478
 
+#undef ptrdiff_t
6479
 
+
6480
 
+/* Define to rpl_re_comp if the replacement should be used. */
6481
 
+#undef re_comp
6482
 
+
6483
 
+/* Define to rpl_re_compile_fastmap if the replacement should be used. */
6484
 
+#undef re_compile_fastmap
6485
 
+
6486
 
+/* Define to rpl_re_compile_pattern if the replacement should be used. */
6487
 
+#undef re_compile_pattern
6488
 
+
6489
 
+/* Define to rpl_re_exec if the replacement should be used. */
6490
 
+#undef re_exec
6491
 
+
6492
 
+/* Define to rpl_re_match if the replacement should be used. */
6493
 
+#undef re_match
6494
 
+
6495
 
+/* Define to rpl_re_match_2 if the replacement should be used. */
6496
 
+#undef re_match_2
6497
 
+
6498
 
+/* Define to rpl_re_search if the replacement should be used. */
6499
 
+#undef re_search
6500
 
+
6501
 
+/* Define to rpl_re_search_2 if the replacement should be used. */
6502
 
+#undef re_search_2
6503
 
+
6504
 
+/* Define to rpl_re_set_registers if the replacement should be used. */
6505
 
+#undef re_set_registers
6506
 
+
6507
 
+/* Define to rpl_re_set_syntax if the replacement should be used. */
6508
 
+#undef re_set_syntax
6509
 
+
6510
 
+/* Define to rpl_re_syntax_options if the replacement should be used. */
6511
 
+#undef re_syntax_options
6512
 
+
6513
 
+/* Define to rpl_regcomp if the replacement should be used. */
6514
 
+#undef regcomp
6515
 
+
6516
 
+/* Define to rpl_regerror if the replacement should be used. */
6517
 
+#undef regerror
6518
 
+
6519
 
+/* Define to rpl_regexec if the replacement should be used. */
6520
 
+#undef regexec
6521
 
+
6522
 
+/* Define to rpl_regfree if the replacement should be used. */
6523
 
+#undef regfree
6524
 
+
6525
 
+/* Define to the equivalent of the C99 'restrict' keyword, or to
6526
 
+   nothing if this is not supported.  Do not define if restrict is
6527
 
+   supported directly.  */
6528
 
+#undef restrict
6529
 
+/* Work around a bug in Sun C++: it does not support _Restrict or
6530
 
+   __restrict__, even though the corresponding Sun C compiler ends up with
6531
 
+   "#define restrict _Restrict" or "#define restrict __restrict__" in the
6532
 
+   previous line.  Perhaps some future version of Sun C++ will work with
6533
 
+   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
6534
 
+#if defined __SUNPRO_CC && !defined __RESTRICT
6535
 
+# define _Restrict
6536
 
+# define __restrict__
6537
 
+#endif
6538
 
+
6539
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
6540
 
+#undef size_t
6541
 
+
6542
 
+/* type to use in place of socklen_t if not defined */
6543
 
+#undef socklen_t
6544
 
+
6545
 
+/* Define as a signed type of the same size as size_t. */
6546
 
+#undef ssize_t
6547
 
+
6548
 
+/* Define to rpl_tzset if the wrapper function should be used. */
6549
 
+#undef tzset
6550
 
+
6551
 
+/* Define to `int' if <sys/types.h> doesn't define. */
6552
 
+#undef uid_t
6553
 
+
6554
 
+/* Define as a marker that can be attached to declarations that might not
6555
 
+    be used.  This helps to reduce warnings, such as from
6556
 
+    GCC -Wunused-parameter.  */
6557
 
+#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
6558
 
+# define _GL_UNUSED __attribute__ ((__unused__))
6559
 
+#else
6560
 
+# define _GL_UNUSED
6561
 
+#endif
6562
 
+/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
6563
 
+   is a misnomer outside of parameter lists.  */
6564
 
+#define _UNUSED_PARAMETER_ _GL_UNUSED
6565
 
+
6566
 
+/* The __pure__ attribute was added in gcc 2.96.  */
6567
 
+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
6568
 
+# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
6569
 
+#else
6570
 
+# define _GL_ATTRIBUTE_PURE /* empty */
6571
 
+#endif
6572
 
+
6573
 
+/* The __const__ attribute was added in gcc 2.95.  */
6574
 
+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
6575
 
+# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
6576
 
+#else
6577
 
+# define _GL_ATTRIBUTE_CONST /* empty */
6578
 
+#endif
6579
 
+
6580
 
+
6581
 
+/* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
6582
 
+#undef useconds_t
6583
 
+
6584
 
+/* Define as a macro for copying va_list variables. */
6585
 
+#undef va_copy
6586
 
+
6587
 
+/* Define as `fork' if `vfork' does not work. */
6588
 
+#undef vfork
6589
 
+
6590
 
+/* Define to empty if the keyword `volatile' does not work. Warning: valid
6591
 
+   code using `volatile' can become incorrect without. Disable with care. */
6592
 
+#undef volatile
6593
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/lib/getcwd.c coreutils-8.13/lib/getcwd.c
6594
 
--- coreutils-8.13~/lib/getcwd.c        2011-09-19 20:49:37.000000000 -0400
6595
 
+++ coreutils-8.13/lib/getcwd.c 2011-09-19 20:50:48.000000000 -0400
6596
 
@@ -27,9 +27,10 @@
6597
 
 
6598
 
 #include <fcntl.h> /* For AT_FDCWD on Solaris 9.  */
6599
 
 
6600
 
-/* If this host provides the openat function, then enable
6601
 
-   code below to make getcwd more efficient and robust.  */
6602
 
-#ifdef HAVE_OPENAT
6603
 
+/* If this host provides the openat function or if we're using the
6604
 
+   gnulib replacement function, then enable code below to make getcwd
6605
 
+   more efficient and robust.  */
6606
 
+#if defined HAVE_OPENAT || defined GNULIB_OPENAT
6607
 
 # define HAVE_OPENAT_SUPPORT 1
6608
 
 #else
6609
 
 # define HAVE_OPENAT_SUPPORT 0
6610
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/m4/openat.m4 coreutils-8.13/m4/openat.m4
6611
 
--- coreutils-8.13~/m4/openat.m4        2011-09-19 20:49:37.000000000 -0400
6612
 
+++ coreutils-8.13/m4/openat.m4 2011-09-19 20:50:48.000000000 -0400
6613
 
@@ -51,6 +51,9 @@
6614
 
   fi
6615
 
   gl_FUNC_FCHOWNAT
6616
 
   gl_FUNC_FSTATAT
6617
 
+
6618
 
+  dnl This is tested at least via getcwd.c.
6619
 
+  gl_MODULE_INDICATOR([openat])
6620
 
 ])
6621
 
 
6622
 
 # gl_FUNC_FCHOWNAT_DEREF_BUG([ACTION-IF-BUGGY[, ACTION-IF-NOT_BUGGY]])
6623
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/man/Makefile.in coreutils-8.13/man/Makefile.in
6624
 
--- coreutils-8.13~/man/Makefile.in     2011-09-19 20:49:37.000000000 -0400
6625
 
+++ coreutils-8.13/man/Makefile.in      2011-09-19 20:53:17.530531527 -0400
6626
 
@@ -1,9 +1,9 @@
6627
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
6628
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
6629
 
 # @configure_input@
6630
 
 
6631
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6632
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6633
 
-# Foundation, Inc.
6634
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6635
 
+# Inc.
6636
 
 # This Makefile.in is free software; the Free Software Foundation
6637
 
 # gives unlimited permission to copy and/or distribute it,
6638
 
 # with or without modifications, as long as this notice is preserved.
6639
 
@@ -256,7 +256,7 @@
6640
 
 CONFIG_CLEAN_VPATH_FILES =
6641
 
 AM_V_GEN = $(am__v_GEN_$(V))
6642
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
6643
 
-am__v_GEN_0 = @echo "  GEN     " $@;
6644
 
+am__v_GEN_0 = @echo "  GEN   " $@;
6645
 
 AM_V_at = $(am__v_at_$(V))
6646
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
6647
 
 am__v_at_0 = @
6648
 
@@ -1422,8 +1422,6 @@
6649
 
 ctags: CTAGS
6650
 
 CTAGS:
6651
 
 
6652
 
-cscope cscopelist:
6653
 
-
6654
 
 
6655
 
 distdir: $(DISTFILES)
6656
 
        @list='$(MANS)'; if test -n "$$list"; then \
6657
 
@@ -1485,15 +1483,10 @@
6658
 
 
6659
 
 installcheck: installcheck-am
6660
 
 install-strip:
6661
 
-       if test -z '$(STRIP)'; then \
6662
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
6663
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
6664
 
-             install; \
6665
 
-       else \
6666
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
6667
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
6668
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
6669
 
-       fi
6670
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
6671
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
6672
 
+         `test -z '$(STRIP)' || \
6673
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
6674
 
 mostlyclean-generic:
6675
 
 
6676
 
 clean-generic:
6677
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/src/Makefile.in coreutils-8.13/src/Makefile.in
6678
 
--- coreutils-8.13~/src/Makefile.in     2011-09-19 20:49:37.000000000 -0400
6679
 
+++ coreutils-8.13/src/Makefile.in      2011-09-19 20:53:17.966535841 -0400
6680
 
@@ -1,9 +1,9 @@
6681
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
6682
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
6683
 
 # @configure_input@
6684
 
 
6685
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6686
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6687
 
-# Foundation, Inc.
6688
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6689
 
+# Inc.
6690
 
 # This Makefile.in is free software; the Free Software Foundation
6691
 
 # gives unlimited permission to copy and/or distribute it,
6692
 
 # with or without modifications, as long as this notice is preserved.
6693
 
@@ -267,7 +267,7 @@
6694
 
 LIBRARIES = $(noinst_LIBRARIES)
6695
 
 AM_V_AR = $(am__v_AR_$(V))
6696
 
 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
6697
 
-am__v_AR_0 = @echo "  AR      " $@;
6698
 
+am__v_AR_0 = @echo "  AR    " $@;
6699
 
 AM_V_at = $(am__v_at_$(V))
6700
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
6701
 
 am__v_at_0 = @
6702
 
@@ -639,15 +639,15 @@
6703
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
6704
 
 AM_V_CC = $(am__v_CC_$(V))
6705
 
 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
6706
 
-am__v_CC_0 = @echo "  CC      " $@;
6707
 
+am__v_CC_0 = @echo "  CC    " $@;
6708
 
 CCLD = $(CC)
6709
 
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
6710
 
 AM_V_CCLD = $(am__v_CCLD_$(V))
6711
 
 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
6712
 
-am__v_CCLD_0 = @echo "  CCLD    " $@;
6713
 
+am__v_CCLD_0 = @echo "  CCLD  " $@;
6714
 
 AM_V_GEN = $(am__v_GEN_$(V))
6715
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
6716
 
-am__v_GEN_0 = @echo "  GEN     " $@;
6717
 
+am__v_GEN_0 = @echo "  GEN   " $@;
6718
 
 SOURCES = $(nodist_libver_a_SOURCES) $(__SOURCES) $(arch_SOURCES) \
6719
 
        base64.c basename.c cat.c chcon.c $(chgrp_SOURCES) chmod.c \
6720
 
        $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
6721
 
@@ -2115,7 +2115,7 @@
6722
 
 
6723
 
 clean-noinstLIBRARIES:
6724
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
6725
 
-libver.a: $(libver_a_OBJECTS) $(libver_a_DEPENDENCIES) $(EXTRA_libver_a_DEPENDENCIES) 
6726
 
+libver.a: $(libver_a_OBJECTS) $(libver_a_DEPENDENCIES) 
6727
 
        $(AM_V_at)-rm -f libver.a
6728
 
        $(AM_V_AR)$(libver_a_AR) libver.a $(libver_a_OBJECTS) $(libver_a_LIBADD)
6729
 
        $(AM_V_at)$(RANLIB) libver.a
6730
 
@@ -2155,7 +2155,7 @@
6731
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
6732
 
 
6733
 
 clean-binPROGRAMS:
6734
 
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
6735
 
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
6736
 
 
6737
 
 clean-noinstPROGRAMS:
6738
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
6739
 
@@ -2196,325 +2196,325 @@
6740
 
 
6741
 
 clean-pkglibexecPROGRAMS:
6742
 
        -test -z "$(pkglibexec_PROGRAMS)" || rm -f $(pkglibexec_PROGRAMS)
6743
 
-[$(EXEEXT): $(__OBJECTS) $(__DEPENDENCIES) $(EXTRA___DEPENDENCIES) 
6744
 
+[$(EXEEXT): $(__OBJECTS) $(__DEPENDENCIES) 
6745
 
        @rm -f [$(EXEEXT)
6746
 
        $(AM_V_CCLD)$(LINK) $(__OBJECTS) $(__LDADD) $(LIBS)
6747
 
-arch$(EXEEXT): $(arch_OBJECTS) $(arch_DEPENDENCIES) $(EXTRA_arch_DEPENDENCIES) 
6748
 
+arch$(EXEEXT): $(arch_OBJECTS) $(arch_DEPENDENCIES) 
6749
 
        @rm -f arch$(EXEEXT)
6750
 
        $(AM_V_CCLD)$(LINK) $(arch_OBJECTS) $(arch_LDADD) $(LIBS)
6751
 
-base64$(EXEEXT): $(base64_OBJECTS) $(base64_DEPENDENCIES) $(EXTRA_base64_DEPENDENCIES) 
6752
 
+base64$(EXEEXT): $(base64_OBJECTS) $(base64_DEPENDENCIES) 
6753
 
        @rm -f base64$(EXEEXT)
6754
 
        $(AM_V_CCLD)$(LINK) $(base64_OBJECTS) $(base64_LDADD) $(LIBS)
6755
 
-basename$(EXEEXT): $(basename_OBJECTS) $(basename_DEPENDENCIES) $(EXTRA_basename_DEPENDENCIES) 
6756
 
+basename$(EXEEXT): $(basename_OBJECTS) $(basename_DEPENDENCIES) 
6757
 
        @rm -f basename$(EXEEXT)
6758
 
        $(AM_V_CCLD)$(LINK) $(basename_OBJECTS) $(basename_LDADD) $(LIBS)
6759
 
-cat$(EXEEXT): $(cat_OBJECTS) $(cat_DEPENDENCIES) $(EXTRA_cat_DEPENDENCIES) 
6760
 
+cat$(EXEEXT): $(cat_OBJECTS) $(cat_DEPENDENCIES) 
6761
 
        @rm -f cat$(EXEEXT)
6762
 
        $(AM_V_CCLD)$(LINK) $(cat_OBJECTS) $(cat_LDADD) $(LIBS)
6763
 
-chcon$(EXEEXT): $(chcon_OBJECTS) $(chcon_DEPENDENCIES) $(EXTRA_chcon_DEPENDENCIES) 
6764
 
+chcon$(EXEEXT): $(chcon_OBJECTS) $(chcon_DEPENDENCIES) 
6765
 
        @rm -f chcon$(EXEEXT)
6766
 
        $(AM_V_CCLD)$(LINK) $(chcon_OBJECTS) $(chcon_LDADD) $(LIBS)
6767
 
-chgrp$(EXEEXT): $(chgrp_OBJECTS) $(chgrp_DEPENDENCIES) $(EXTRA_chgrp_DEPENDENCIES) 
6768
 
+chgrp$(EXEEXT): $(chgrp_OBJECTS) $(chgrp_DEPENDENCIES) 
6769
 
        @rm -f chgrp$(EXEEXT)
6770
 
        $(AM_V_CCLD)$(LINK) $(chgrp_OBJECTS) $(chgrp_LDADD) $(LIBS)
6771
 
-chmod$(EXEEXT): $(chmod_OBJECTS) $(chmod_DEPENDENCIES) $(EXTRA_chmod_DEPENDENCIES) 
6772
 
+chmod$(EXEEXT): $(chmod_OBJECTS) $(chmod_DEPENDENCIES) 
6773
 
        @rm -f chmod$(EXEEXT)
6774
 
        $(AM_V_CCLD)$(LINK) $(chmod_OBJECTS) $(chmod_LDADD) $(LIBS)
6775
 
-chown$(EXEEXT): $(chown_OBJECTS) $(chown_DEPENDENCIES) $(EXTRA_chown_DEPENDENCIES) 
6776
 
+chown$(EXEEXT): $(chown_OBJECTS) $(chown_DEPENDENCIES) 
6777
 
        @rm -f chown$(EXEEXT)
6778
 
        $(AM_V_CCLD)$(LINK) $(chown_OBJECTS) $(chown_LDADD) $(LIBS)
6779
 
-chroot$(EXEEXT): $(chroot_OBJECTS) $(chroot_DEPENDENCIES) $(EXTRA_chroot_DEPENDENCIES) 
6780
 
+chroot$(EXEEXT): $(chroot_OBJECTS) $(chroot_DEPENDENCIES) 
6781
 
        @rm -f chroot$(EXEEXT)
6782
 
        $(AM_V_CCLD)$(LINK) $(chroot_OBJECTS) $(chroot_LDADD) $(LIBS)
6783
 
-cksum$(EXEEXT): $(cksum_OBJECTS) $(cksum_DEPENDENCIES) $(EXTRA_cksum_DEPENDENCIES) 
6784
 
+cksum$(EXEEXT): $(cksum_OBJECTS) $(cksum_DEPENDENCIES) 
6785
 
        @rm -f cksum$(EXEEXT)
6786
 
        $(AM_V_CCLD)$(LINK) $(cksum_OBJECTS) $(cksum_LDADD) $(LIBS)
6787
 
-comm$(EXEEXT): $(comm_OBJECTS) $(comm_DEPENDENCIES) $(EXTRA_comm_DEPENDENCIES) 
6788
 
+comm$(EXEEXT): $(comm_OBJECTS) $(comm_DEPENDENCIES) 
6789
 
        @rm -f comm$(EXEEXT)
6790
 
        $(AM_V_CCLD)$(LINK) $(comm_OBJECTS) $(comm_LDADD) $(LIBS)
6791
 
-cp$(EXEEXT): $(cp_OBJECTS) $(cp_DEPENDENCIES) $(EXTRA_cp_DEPENDENCIES) 
6792
 
+cp$(EXEEXT): $(cp_OBJECTS) $(cp_DEPENDENCIES) 
6793
 
        @rm -f cp$(EXEEXT)
6794
 
        $(AM_V_CCLD)$(LINK) $(cp_OBJECTS) $(cp_LDADD) $(LIBS)
6795
 
-csplit$(EXEEXT): $(csplit_OBJECTS) $(csplit_DEPENDENCIES) $(EXTRA_csplit_DEPENDENCIES) 
6796
 
+csplit$(EXEEXT): $(csplit_OBJECTS) $(csplit_DEPENDENCIES) 
6797
 
        @rm -f csplit$(EXEEXT)
6798
 
        $(AM_V_CCLD)$(LINK) $(csplit_OBJECTS) $(csplit_LDADD) $(LIBS)
6799
 
-cut$(EXEEXT): $(cut_OBJECTS) $(cut_DEPENDENCIES) $(EXTRA_cut_DEPENDENCIES) 
6800
 
+cut$(EXEEXT): $(cut_OBJECTS) $(cut_DEPENDENCIES) 
6801
 
        @rm -f cut$(EXEEXT)
6802
 
        $(AM_V_CCLD)$(LINK) $(cut_OBJECTS) $(cut_LDADD) $(LIBS)
6803
 
-date$(EXEEXT): $(date_OBJECTS) $(date_DEPENDENCIES) $(EXTRA_date_DEPENDENCIES) 
6804
 
+date$(EXEEXT): $(date_OBJECTS) $(date_DEPENDENCIES) 
6805
 
        @rm -f date$(EXEEXT)
6806
 
        $(AM_V_CCLD)$(LINK) $(date_OBJECTS) $(date_LDADD) $(LIBS)
6807
 
-dd$(EXEEXT): $(dd_OBJECTS) $(dd_DEPENDENCIES) $(EXTRA_dd_DEPENDENCIES) 
6808
 
+dd$(EXEEXT): $(dd_OBJECTS) $(dd_DEPENDENCIES) 
6809
 
        @rm -f dd$(EXEEXT)
6810
 
        $(AM_V_CCLD)$(LINK) $(dd_OBJECTS) $(dd_LDADD) $(LIBS)
6811
 
-df$(EXEEXT): $(df_OBJECTS) $(df_DEPENDENCIES) $(EXTRA_df_DEPENDENCIES) 
6812
 
+df$(EXEEXT): $(df_OBJECTS) $(df_DEPENDENCIES) 
6813
 
        @rm -f df$(EXEEXT)
6814
 
        $(AM_V_CCLD)$(LINK) $(df_OBJECTS) $(df_LDADD) $(LIBS)
6815
 
-dir$(EXEEXT): $(dir_OBJECTS) $(dir_DEPENDENCIES) $(EXTRA_dir_DEPENDENCIES) 
6816
 
+dir$(EXEEXT): $(dir_OBJECTS) $(dir_DEPENDENCIES) 
6817
 
        @rm -f dir$(EXEEXT)
6818
 
        $(AM_V_CCLD)$(LINK) $(dir_OBJECTS) $(dir_LDADD) $(LIBS)
6819
 
-dircolors$(EXEEXT): $(dircolors_OBJECTS) $(dircolors_DEPENDENCIES) $(EXTRA_dircolors_DEPENDENCIES) 
6820
 
+dircolors$(EXEEXT): $(dircolors_OBJECTS) $(dircolors_DEPENDENCIES) 
6821
 
        @rm -f dircolors$(EXEEXT)
6822
 
        $(AM_V_CCLD)$(LINK) $(dircolors_OBJECTS) $(dircolors_LDADD) $(LIBS)
6823
 
-dirname$(EXEEXT): $(dirname_OBJECTS) $(dirname_DEPENDENCIES) $(EXTRA_dirname_DEPENDENCIES) 
6824
 
+dirname$(EXEEXT): $(dirname_OBJECTS) $(dirname_DEPENDENCIES) 
6825
 
        @rm -f dirname$(EXEEXT)
6826
 
        $(AM_V_CCLD)$(LINK) $(dirname_OBJECTS) $(dirname_LDADD) $(LIBS)
6827
 
-du$(EXEEXT): $(du_OBJECTS) $(du_DEPENDENCIES) $(EXTRA_du_DEPENDENCIES) 
6828
 
+du$(EXEEXT): $(du_OBJECTS) $(du_DEPENDENCIES) 
6829
 
        @rm -f du$(EXEEXT)
6830
 
        $(AM_V_CCLD)$(LINK) $(du_OBJECTS) $(du_LDADD) $(LIBS)
6831
 
-echo$(EXEEXT): $(echo_OBJECTS) $(echo_DEPENDENCIES) $(EXTRA_echo_DEPENDENCIES) 
6832
 
+echo$(EXEEXT): $(echo_OBJECTS) $(echo_DEPENDENCIES) 
6833
 
        @rm -f echo$(EXEEXT)
6834
 
        $(AM_V_CCLD)$(LINK) $(echo_OBJECTS) $(echo_LDADD) $(LIBS)
6835
 
-env$(EXEEXT): $(env_OBJECTS) $(env_DEPENDENCIES) $(EXTRA_env_DEPENDENCIES) 
6836
 
+env$(EXEEXT): $(env_OBJECTS) $(env_DEPENDENCIES) 
6837
 
        @rm -f env$(EXEEXT)
6838
 
        $(AM_V_CCLD)$(LINK) $(env_OBJECTS) $(env_LDADD) $(LIBS)
6839
 
-expand$(EXEEXT): $(expand_OBJECTS) $(expand_DEPENDENCIES) $(EXTRA_expand_DEPENDENCIES) 
6840
 
+expand$(EXEEXT): $(expand_OBJECTS) $(expand_DEPENDENCIES) 
6841
 
        @rm -f expand$(EXEEXT)
6842
 
        $(AM_V_CCLD)$(LINK) $(expand_OBJECTS) $(expand_LDADD) $(LIBS)
6843
 
-expr$(EXEEXT): $(expr_OBJECTS) $(expr_DEPENDENCIES) $(EXTRA_expr_DEPENDENCIES) 
6844
 
+expr$(EXEEXT): $(expr_OBJECTS) $(expr_DEPENDENCIES) 
6845
 
        @rm -f expr$(EXEEXT)
6846
 
        $(AM_V_CCLD)$(LINK) $(expr_OBJECTS) $(expr_LDADD) $(LIBS)
6847
 
-factor$(EXEEXT): $(factor_OBJECTS) $(factor_DEPENDENCIES) $(EXTRA_factor_DEPENDENCIES) 
6848
 
+factor$(EXEEXT): $(factor_OBJECTS) $(factor_DEPENDENCIES) 
6849
 
        @rm -f factor$(EXEEXT)
6850
 
        $(AM_V_CCLD)$(LINK) $(factor_OBJECTS) $(factor_LDADD) $(LIBS)
6851
 
-false$(EXEEXT): $(false_OBJECTS) $(false_DEPENDENCIES) $(EXTRA_false_DEPENDENCIES) 
6852
 
+false$(EXEEXT): $(false_OBJECTS) $(false_DEPENDENCIES) 
6853
 
        @rm -f false$(EXEEXT)
6854
 
        $(AM_V_CCLD)$(LINK) $(false_OBJECTS) $(false_LDADD) $(LIBS)
6855
 
-fmt$(EXEEXT): $(fmt_OBJECTS) $(fmt_DEPENDENCIES) $(EXTRA_fmt_DEPENDENCIES) 
6856
 
+fmt$(EXEEXT): $(fmt_OBJECTS) $(fmt_DEPENDENCIES) 
6857
 
        @rm -f fmt$(EXEEXT)
6858
 
        $(AM_V_CCLD)$(LINK) $(fmt_OBJECTS) $(fmt_LDADD) $(LIBS)
6859
 
-fold$(EXEEXT): $(fold_OBJECTS) $(fold_DEPENDENCIES) $(EXTRA_fold_DEPENDENCIES) 
6860
 
+fold$(EXEEXT): $(fold_OBJECTS) $(fold_DEPENDENCIES) 
6861
 
        @rm -f fold$(EXEEXT)
6862
 
        $(AM_V_CCLD)$(LINK) $(fold_OBJECTS) $(fold_LDADD) $(LIBS)
6863
 
-getlimits$(EXEEXT): $(getlimits_OBJECTS) $(getlimits_DEPENDENCIES) $(EXTRA_getlimits_DEPENDENCIES) 
6864
 
+getlimits$(EXEEXT): $(getlimits_OBJECTS) $(getlimits_DEPENDENCIES) 
6865
 
        @rm -f getlimits$(EXEEXT)
6866
 
        $(AM_V_CCLD)$(LINK) $(getlimits_OBJECTS) $(getlimits_LDADD) $(LIBS)
6867
 
-ginstall$(EXEEXT): $(ginstall_OBJECTS) $(ginstall_DEPENDENCIES) $(EXTRA_ginstall_DEPENDENCIES) 
6868
 
+ginstall$(EXEEXT): $(ginstall_OBJECTS) $(ginstall_DEPENDENCIES) 
6869
 
        @rm -f ginstall$(EXEEXT)
6870
 
        $(AM_V_CCLD)$(LINK) $(ginstall_OBJECTS) $(ginstall_LDADD) $(LIBS)
6871
 
-groups$(EXEEXT): $(groups_OBJECTS) $(groups_DEPENDENCIES) $(EXTRA_groups_DEPENDENCIES) 
6872
 
+groups$(EXEEXT): $(groups_OBJECTS) $(groups_DEPENDENCIES) 
6873
 
        @rm -f groups$(EXEEXT)
6874
 
        $(AM_V_CCLD)$(LINK) $(groups_OBJECTS) $(groups_LDADD) $(LIBS)
6875
 
-head$(EXEEXT): $(head_OBJECTS) $(head_DEPENDENCIES) $(EXTRA_head_DEPENDENCIES) 
6876
 
+head$(EXEEXT): $(head_OBJECTS) $(head_DEPENDENCIES) 
6877
 
        @rm -f head$(EXEEXT)
6878
 
        $(AM_V_CCLD)$(LINK) $(head_OBJECTS) $(head_LDADD) $(LIBS)
6879
 
-hostid$(EXEEXT): $(hostid_OBJECTS) $(hostid_DEPENDENCIES) $(EXTRA_hostid_DEPENDENCIES) 
6880
 
+hostid$(EXEEXT): $(hostid_OBJECTS) $(hostid_DEPENDENCIES) 
6881
 
        @rm -f hostid$(EXEEXT)
6882
 
        $(AM_V_CCLD)$(LINK) $(hostid_OBJECTS) $(hostid_LDADD) $(LIBS)
6883
 
-hostname$(EXEEXT): $(hostname_OBJECTS) $(hostname_DEPENDENCIES) $(EXTRA_hostname_DEPENDENCIES) 
6884
 
+hostname$(EXEEXT): $(hostname_OBJECTS) $(hostname_DEPENDENCIES) 
6885
 
        @rm -f hostname$(EXEEXT)
6886
 
        $(AM_V_CCLD)$(LINK) $(hostname_OBJECTS) $(hostname_LDADD) $(LIBS)
6887
 
-id$(EXEEXT): $(id_OBJECTS) $(id_DEPENDENCIES) $(EXTRA_id_DEPENDENCIES) 
6888
 
+id$(EXEEXT): $(id_OBJECTS) $(id_DEPENDENCIES) 
6889
 
        @rm -f id$(EXEEXT)
6890
 
        $(AM_V_CCLD)$(LINK) $(id_OBJECTS) $(id_LDADD) $(LIBS)
6891
 
-join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES) $(EXTRA_join_DEPENDENCIES) 
6892
 
+join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES) 
6893
 
        @rm -f join$(EXEEXT)
6894
 
        $(AM_V_CCLD)$(LINK) $(join_OBJECTS) $(join_LDADD) $(LIBS)
6895
 
-kill$(EXEEXT): $(kill_OBJECTS) $(kill_DEPENDENCIES) $(EXTRA_kill_DEPENDENCIES) 
6896
 
+kill$(EXEEXT): $(kill_OBJECTS) $(kill_DEPENDENCIES) 
6897
 
        @rm -f kill$(EXEEXT)
6898
 
        $(AM_V_CCLD)$(LINK) $(kill_OBJECTS) $(kill_LDADD) $(LIBS)
6899
 
-libstdbuf.so$(EXEEXT): $(libstdbuf_so_OBJECTS) $(libstdbuf_so_DEPENDENCIES) $(EXTRA_libstdbuf_so_DEPENDENCIES) 
6900
 
+libstdbuf.so$(EXEEXT): $(libstdbuf_so_OBJECTS) $(libstdbuf_so_DEPENDENCIES) 
6901
 
        @rm -f libstdbuf.so$(EXEEXT)
6902
 
        $(AM_V_CCLD)$(libstdbuf_so_LINK) $(libstdbuf_so_OBJECTS) $(libstdbuf_so_LDADD) $(LIBS)
6903
 
-link$(EXEEXT): $(link_OBJECTS) $(link_DEPENDENCIES) $(EXTRA_link_DEPENDENCIES) 
6904
 
+link$(EXEEXT): $(link_OBJECTS) $(link_DEPENDENCIES) 
6905
 
        @rm -f link$(EXEEXT)
6906
 
        $(AM_V_CCLD)$(LINK) $(link_OBJECTS) $(link_LDADD) $(LIBS)
6907
 
-ln$(EXEEXT): $(ln_OBJECTS) $(ln_DEPENDENCIES) $(EXTRA_ln_DEPENDENCIES) 
6908
 
+ln$(EXEEXT): $(ln_OBJECTS) $(ln_DEPENDENCIES) 
6909
 
        @rm -f ln$(EXEEXT)
6910
 
        $(AM_V_CCLD)$(LINK) $(ln_OBJECTS) $(ln_LDADD) $(LIBS)
6911
 
-logname$(EXEEXT): $(logname_OBJECTS) $(logname_DEPENDENCIES) $(EXTRA_logname_DEPENDENCIES) 
6912
 
+logname$(EXEEXT): $(logname_OBJECTS) $(logname_DEPENDENCIES) 
6913
 
        @rm -f logname$(EXEEXT)
6914
 
        $(AM_V_CCLD)$(LINK) $(logname_OBJECTS) $(logname_LDADD) $(LIBS)
6915
 
-ls$(EXEEXT): $(ls_OBJECTS) $(ls_DEPENDENCIES) $(EXTRA_ls_DEPENDENCIES) 
6916
 
+ls$(EXEEXT): $(ls_OBJECTS) $(ls_DEPENDENCIES) 
6917
 
        @rm -f ls$(EXEEXT)
6918
 
        $(AM_V_CCLD)$(LINK) $(ls_OBJECTS) $(ls_LDADD) $(LIBS)
6919
 
-md5sum$(EXEEXT): $(md5sum_OBJECTS) $(md5sum_DEPENDENCIES) $(EXTRA_md5sum_DEPENDENCIES) 
6920
 
+md5sum$(EXEEXT): $(md5sum_OBJECTS) $(md5sum_DEPENDENCIES) 
6921
 
        @rm -f md5sum$(EXEEXT)
6922
 
        $(AM_V_CCLD)$(LINK) $(md5sum_OBJECTS) $(md5sum_LDADD) $(LIBS)
6923
 
-mkdir$(EXEEXT): $(mkdir_OBJECTS) $(mkdir_DEPENDENCIES) $(EXTRA_mkdir_DEPENDENCIES) 
6924
 
+mkdir$(EXEEXT): $(mkdir_OBJECTS) $(mkdir_DEPENDENCIES) 
6925
 
        @rm -f mkdir$(EXEEXT)
6926
 
        $(AM_V_CCLD)$(LINK) $(mkdir_OBJECTS) $(mkdir_LDADD) $(LIBS)
6927
 
-mkfifo$(EXEEXT): $(mkfifo_OBJECTS) $(mkfifo_DEPENDENCIES) $(EXTRA_mkfifo_DEPENDENCIES) 
6928
 
+mkfifo$(EXEEXT): $(mkfifo_OBJECTS) $(mkfifo_DEPENDENCIES) 
6929
 
        @rm -f mkfifo$(EXEEXT)
6930
 
        $(AM_V_CCLD)$(LINK) $(mkfifo_OBJECTS) $(mkfifo_LDADD) $(LIBS)
6931
 
-mknod$(EXEEXT): $(mknod_OBJECTS) $(mknod_DEPENDENCIES) $(EXTRA_mknod_DEPENDENCIES) 
6932
 
+mknod$(EXEEXT): $(mknod_OBJECTS) $(mknod_DEPENDENCIES) 
6933
 
        @rm -f mknod$(EXEEXT)
6934
 
        $(AM_V_CCLD)$(LINK) $(mknod_OBJECTS) $(mknod_LDADD) $(LIBS)
6935
 
-mktemp$(EXEEXT): $(mktemp_OBJECTS) $(mktemp_DEPENDENCIES) $(EXTRA_mktemp_DEPENDENCIES) 
6936
 
+mktemp$(EXEEXT): $(mktemp_OBJECTS) $(mktemp_DEPENDENCIES) 
6937
 
        @rm -f mktemp$(EXEEXT)
6938
 
        $(AM_V_CCLD)$(LINK) $(mktemp_OBJECTS) $(mktemp_LDADD) $(LIBS)
6939
 
-mv$(EXEEXT): $(mv_OBJECTS) $(mv_DEPENDENCIES) $(EXTRA_mv_DEPENDENCIES) 
6940
 
+mv$(EXEEXT): $(mv_OBJECTS) $(mv_DEPENDENCIES) 
6941
 
        @rm -f mv$(EXEEXT)
6942
 
        $(AM_V_CCLD)$(LINK) $(mv_OBJECTS) $(mv_LDADD) $(LIBS)
6943
 
-nice$(EXEEXT): $(nice_OBJECTS) $(nice_DEPENDENCIES) $(EXTRA_nice_DEPENDENCIES) 
6944
 
+nice$(EXEEXT): $(nice_OBJECTS) $(nice_DEPENDENCIES) 
6945
 
        @rm -f nice$(EXEEXT)
6946
 
        $(AM_V_CCLD)$(LINK) $(nice_OBJECTS) $(nice_LDADD) $(LIBS)
6947
 
-nl$(EXEEXT): $(nl_OBJECTS) $(nl_DEPENDENCIES) $(EXTRA_nl_DEPENDENCIES) 
6948
 
+nl$(EXEEXT): $(nl_OBJECTS) $(nl_DEPENDENCIES) 
6949
 
        @rm -f nl$(EXEEXT)
6950
 
        $(AM_V_CCLD)$(LINK) $(nl_OBJECTS) $(nl_LDADD) $(LIBS)
6951
 
-nohup$(EXEEXT): $(nohup_OBJECTS) $(nohup_DEPENDENCIES) $(EXTRA_nohup_DEPENDENCIES) 
6952
 
+nohup$(EXEEXT): $(nohup_OBJECTS) $(nohup_DEPENDENCIES) 
6953
 
        @rm -f nohup$(EXEEXT)
6954
 
        $(AM_V_CCLD)$(LINK) $(nohup_OBJECTS) $(nohup_LDADD) $(LIBS)
6955
 
-nproc$(EXEEXT): $(nproc_OBJECTS) $(nproc_DEPENDENCIES) $(EXTRA_nproc_DEPENDENCIES) 
6956
 
+nproc$(EXEEXT): $(nproc_OBJECTS) $(nproc_DEPENDENCIES) 
6957
 
        @rm -f nproc$(EXEEXT)
6958
 
        $(AM_V_CCLD)$(LINK) $(nproc_OBJECTS) $(nproc_LDADD) $(LIBS)
6959
 
-od$(EXEEXT): $(od_OBJECTS) $(od_DEPENDENCIES) $(EXTRA_od_DEPENDENCIES) 
6960
 
+od$(EXEEXT): $(od_OBJECTS) $(od_DEPENDENCIES) 
6961
 
        @rm -f od$(EXEEXT)
6962
 
        $(AM_V_CCLD)$(LINK) $(od_OBJECTS) $(od_LDADD) $(LIBS)
6963
 
-paste$(EXEEXT): $(paste_OBJECTS) $(paste_DEPENDENCIES) $(EXTRA_paste_DEPENDENCIES) 
6964
 
+paste$(EXEEXT): $(paste_OBJECTS) $(paste_DEPENDENCIES) 
6965
 
        @rm -f paste$(EXEEXT)
6966
 
        $(AM_V_CCLD)$(LINK) $(paste_OBJECTS) $(paste_LDADD) $(LIBS)
6967
 
-pathchk$(EXEEXT): $(pathchk_OBJECTS) $(pathchk_DEPENDENCIES) $(EXTRA_pathchk_DEPENDENCIES) 
6968
 
+pathchk$(EXEEXT): $(pathchk_OBJECTS) $(pathchk_DEPENDENCIES) 
6969
 
        @rm -f pathchk$(EXEEXT)
6970
 
        $(AM_V_CCLD)$(LINK) $(pathchk_OBJECTS) $(pathchk_LDADD) $(LIBS)
6971
 
-pinky$(EXEEXT): $(pinky_OBJECTS) $(pinky_DEPENDENCIES) $(EXTRA_pinky_DEPENDENCIES) 
6972
 
+pinky$(EXEEXT): $(pinky_OBJECTS) $(pinky_DEPENDENCIES) 
6973
 
        @rm -f pinky$(EXEEXT)
6974
 
        $(AM_V_CCLD)$(LINK) $(pinky_OBJECTS) $(pinky_LDADD) $(LIBS)
6975
 
-pr$(EXEEXT): $(pr_OBJECTS) $(pr_DEPENDENCIES) $(EXTRA_pr_DEPENDENCIES) 
6976
 
+pr$(EXEEXT): $(pr_OBJECTS) $(pr_DEPENDENCIES) 
6977
 
        @rm -f pr$(EXEEXT)
6978
 
        $(AM_V_CCLD)$(LINK) $(pr_OBJECTS) $(pr_LDADD) $(LIBS)
6979
 
-printenv$(EXEEXT): $(printenv_OBJECTS) $(printenv_DEPENDENCIES) $(EXTRA_printenv_DEPENDENCIES) 
6980
 
+printenv$(EXEEXT): $(printenv_OBJECTS) $(printenv_DEPENDENCIES) 
6981
 
        @rm -f printenv$(EXEEXT)
6982
 
        $(AM_V_CCLD)$(LINK) $(printenv_OBJECTS) $(printenv_LDADD) $(LIBS)
6983
 
-printf$(EXEEXT): $(printf_OBJECTS) $(printf_DEPENDENCIES) $(EXTRA_printf_DEPENDENCIES) 
6984
 
+printf$(EXEEXT): $(printf_OBJECTS) $(printf_DEPENDENCIES) 
6985
 
        @rm -f printf$(EXEEXT)
6986
 
        $(AM_V_CCLD)$(LINK) $(printf_OBJECTS) $(printf_LDADD) $(LIBS)
6987
 
-ptx$(EXEEXT): $(ptx_OBJECTS) $(ptx_DEPENDENCIES) $(EXTRA_ptx_DEPENDENCIES) 
6988
 
+ptx$(EXEEXT): $(ptx_OBJECTS) $(ptx_DEPENDENCIES) 
6989
 
        @rm -f ptx$(EXEEXT)
6990
 
        $(AM_V_CCLD)$(LINK) $(ptx_OBJECTS) $(ptx_LDADD) $(LIBS)
6991
 
-pwd$(EXEEXT): $(pwd_OBJECTS) $(pwd_DEPENDENCIES) $(EXTRA_pwd_DEPENDENCIES) 
6992
 
+pwd$(EXEEXT): $(pwd_OBJECTS) $(pwd_DEPENDENCIES) 
6993
 
        @rm -f pwd$(EXEEXT)
6994
 
        $(AM_V_CCLD)$(LINK) $(pwd_OBJECTS) $(pwd_LDADD) $(LIBS)
6995
 
-readlink$(EXEEXT): $(readlink_OBJECTS) $(readlink_DEPENDENCIES) $(EXTRA_readlink_DEPENDENCIES) 
6996
 
+readlink$(EXEEXT): $(readlink_OBJECTS) $(readlink_DEPENDENCIES) 
6997
 
        @rm -f readlink$(EXEEXT)
6998
 
        $(AM_V_CCLD)$(LINK) $(readlink_OBJECTS) $(readlink_LDADD) $(LIBS)
6999
 
-rm$(EXEEXT): $(rm_OBJECTS) $(rm_DEPENDENCIES) $(EXTRA_rm_DEPENDENCIES) 
7000
 
-       @rm -f rm > /dev/null 2>&1 || /bin/rm -f rm$(EXEEXT)
7001
 
+rm$(EXEEXT): $(rm_OBJECTS) $(rm_DEPENDENCIES) 
7002
 
+       @rm -f rm$(EXEEXT)
7003
 
        $(AM_V_CCLD)$(LINK) $(rm_OBJECTS) $(rm_LDADD) $(LIBS)
7004
 
-rmdir$(EXEEXT): $(rmdir_OBJECTS) $(rmdir_DEPENDENCIES) $(EXTRA_rmdir_DEPENDENCIES) 
7005
 
+rmdir$(EXEEXT): $(rmdir_OBJECTS) $(rmdir_DEPENDENCIES) 
7006
 
        @rm -f rmdir$(EXEEXT)
7007
 
        $(AM_V_CCLD)$(LINK) $(rmdir_OBJECTS) $(rmdir_LDADD) $(LIBS)
7008
 
-runcon$(EXEEXT): $(runcon_OBJECTS) $(runcon_DEPENDENCIES) $(EXTRA_runcon_DEPENDENCIES) 
7009
 
+runcon$(EXEEXT): $(runcon_OBJECTS) $(runcon_DEPENDENCIES) 
7010
 
        @rm -f runcon$(EXEEXT)
7011
 
        $(AM_V_CCLD)$(LINK) $(runcon_OBJECTS) $(runcon_LDADD) $(LIBS)
7012
 
-seq$(EXEEXT): $(seq_OBJECTS) $(seq_DEPENDENCIES) $(EXTRA_seq_DEPENDENCIES) 
7013
 
+seq$(EXEEXT): $(seq_OBJECTS) $(seq_DEPENDENCIES) 
7014
 
        @rm -f seq$(EXEEXT)
7015
 
        $(AM_V_CCLD)$(LINK) $(seq_OBJECTS) $(seq_LDADD) $(LIBS)
7016
 
-setuidgid$(EXEEXT): $(setuidgid_OBJECTS) $(setuidgid_DEPENDENCIES) $(EXTRA_setuidgid_DEPENDENCIES) 
7017
 
+setuidgid$(EXEEXT): $(setuidgid_OBJECTS) $(setuidgid_DEPENDENCIES) 
7018
 
        @rm -f setuidgid$(EXEEXT)
7019
 
        $(AM_V_CCLD)$(LINK) $(setuidgid_OBJECTS) $(setuidgid_LDADD) $(LIBS)
7020
 
-sha1sum$(EXEEXT): $(sha1sum_OBJECTS) $(sha1sum_DEPENDENCIES) $(EXTRA_sha1sum_DEPENDENCIES) 
7021
 
+sha1sum$(EXEEXT): $(sha1sum_OBJECTS) $(sha1sum_DEPENDENCIES) 
7022
 
        @rm -f sha1sum$(EXEEXT)
7023
 
        $(AM_V_CCLD)$(LINK) $(sha1sum_OBJECTS) $(sha1sum_LDADD) $(LIBS)
7024
 
-sha224sum$(EXEEXT): $(sha224sum_OBJECTS) $(sha224sum_DEPENDENCIES) $(EXTRA_sha224sum_DEPENDENCIES) 
7025
 
+sha224sum$(EXEEXT): $(sha224sum_OBJECTS) $(sha224sum_DEPENDENCIES) 
7026
 
        @rm -f sha224sum$(EXEEXT)
7027
 
        $(AM_V_CCLD)$(LINK) $(sha224sum_OBJECTS) $(sha224sum_LDADD) $(LIBS)
7028
 
-sha256sum$(EXEEXT): $(sha256sum_OBJECTS) $(sha256sum_DEPENDENCIES) $(EXTRA_sha256sum_DEPENDENCIES) 
7029
 
+sha256sum$(EXEEXT): $(sha256sum_OBJECTS) $(sha256sum_DEPENDENCIES) 
7030
 
        @rm -f sha256sum$(EXEEXT)
7031
 
        $(AM_V_CCLD)$(LINK) $(sha256sum_OBJECTS) $(sha256sum_LDADD) $(LIBS)
7032
 
-sha384sum$(EXEEXT): $(sha384sum_OBJECTS) $(sha384sum_DEPENDENCIES) $(EXTRA_sha384sum_DEPENDENCIES) 
7033
 
+sha384sum$(EXEEXT): $(sha384sum_OBJECTS) $(sha384sum_DEPENDENCIES) 
7034
 
        @rm -f sha384sum$(EXEEXT)
7035
 
        $(AM_V_CCLD)$(LINK) $(sha384sum_OBJECTS) $(sha384sum_LDADD) $(LIBS)
7036
 
-sha512sum$(EXEEXT): $(sha512sum_OBJECTS) $(sha512sum_DEPENDENCIES) $(EXTRA_sha512sum_DEPENDENCIES) 
7037
 
+sha512sum$(EXEEXT): $(sha512sum_OBJECTS) $(sha512sum_DEPENDENCIES) 
7038
 
        @rm -f sha512sum$(EXEEXT)
7039
 
        $(AM_V_CCLD)$(LINK) $(sha512sum_OBJECTS) $(sha512sum_LDADD) $(LIBS)
7040
 
-shred$(EXEEXT): $(shred_OBJECTS) $(shred_DEPENDENCIES) $(EXTRA_shred_DEPENDENCIES) 
7041
 
+shred$(EXEEXT): $(shred_OBJECTS) $(shred_DEPENDENCIES) 
7042
 
        @rm -f shred$(EXEEXT)
7043
 
        $(AM_V_CCLD)$(LINK) $(shred_OBJECTS) $(shred_LDADD) $(LIBS)
7044
 
-shuf$(EXEEXT): $(shuf_OBJECTS) $(shuf_DEPENDENCIES) $(EXTRA_shuf_DEPENDENCIES) 
7045
 
+shuf$(EXEEXT): $(shuf_OBJECTS) $(shuf_DEPENDENCIES) 
7046
 
        @rm -f shuf$(EXEEXT)
7047
 
        $(AM_V_CCLD)$(LINK) $(shuf_OBJECTS) $(shuf_LDADD) $(LIBS)
7048
 
-sleep$(EXEEXT): $(sleep_OBJECTS) $(sleep_DEPENDENCIES) $(EXTRA_sleep_DEPENDENCIES) 
7049
 
+sleep$(EXEEXT): $(sleep_OBJECTS) $(sleep_DEPENDENCIES) 
7050
 
        @rm -f sleep$(EXEEXT)
7051
 
        $(AM_V_CCLD)$(LINK) $(sleep_OBJECTS) $(sleep_LDADD) $(LIBS)
7052
 
-sort$(EXEEXT): $(sort_OBJECTS) $(sort_DEPENDENCIES) $(EXTRA_sort_DEPENDENCIES) 
7053
 
+sort$(EXEEXT): $(sort_OBJECTS) $(sort_DEPENDENCIES) 
7054
 
        @rm -f sort$(EXEEXT)
7055
 
        $(AM_V_CCLD)$(LINK) $(sort_OBJECTS) $(sort_LDADD) $(LIBS)
7056
 
-split$(EXEEXT): $(split_OBJECTS) $(split_DEPENDENCIES) $(EXTRA_split_DEPENDENCIES) 
7057
 
+split$(EXEEXT): $(split_OBJECTS) $(split_DEPENDENCIES) 
7058
 
        @rm -f split$(EXEEXT)
7059
 
        $(AM_V_CCLD)$(LINK) $(split_OBJECTS) $(split_LDADD) $(LIBS)
7060
 
-stat$(EXEEXT): $(stat_OBJECTS) $(stat_DEPENDENCIES) $(EXTRA_stat_DEPENDENCIES) 
7061
 
+stat$(EXEEXT): $(stat_OBJECTS) $(stat_DEPENDENCIES) 
7062
 
        @rm -f stat$(EXEEXT)
7063
 
        $(AM_V_CCLD)$(LINK) $(stat_OBJECTS) $(stat_LDADD) $(LIBS)
7064
 
-stdbuf$(EXEEXT): $(stdbuf_OBJECTS) $(stdbuf_DEPENDENCIES) $(EXTRA_stdbuf_DEPENDENCIES) 
7065
 
+stdbuf$(EXEEXT): $(stdbuf_OBJECTS) $(stdbuf_DEPENDENCIES) 
7066
 
        @rm -f stdbuf$(EXEEXT)
7067
 
        $(AM_V_CCLD)$(LINK) $(stdbuf_OBJECTS) $(stdbuf_LDADD) $(LIBS)
7068
 
-stty$(EXEEXT): $(stty_OBJECTS) $(stty_DEPENDENCIES) $(EXTRA_stty_DEPENDENCIES) 
7069
 
+stty$(EXEEXT): $(stty_OBJECTS) $(stty_DEPENDENCIES) 
7070
 
        @rm -f stty$(EXEEXT)
7071
 
        $(AM_V_CCLD)$(LINK) $(stty_OBJECTS) $(stty_LDADD) $(LIBS)
7072
 
-su$(EXEEXT): $(su_OBJECTS) $(su_DEPENDENCIES) $(EXTRA_su_DEPENDENCIES) 
7073
 
+su$(EXEEXT): $(su_OBJECTS) $(su_DEPENDENCIES) 
7074
 
        @rm -f su$(EXEEXT)
7075
 
        $(AM_V_CCLD)$(LINK) $(su_OBJECTS) $(su_LDADD) $(LIBS)
7076
 
-sum$(EXEEXT): $(sum_OBJECTS) $(sum_DEPENDENCIES) $(EXTRA_sum_DEPENDENCIES) 
7077
 
+sum$(EXEEXT): $(sum_OBJECTS) $(sum_DEPENDENCIES) 
7078
 
        @rm -f sum$(EXEEXT)
7079
 
        $(AM_V_CCLD)$(LINK) $(sum_OBJECTS) $(sum_LDADD) $(LIBS)
7080
 
-sync$(EXEEXT): $(sync_OBJECTS) $(sync_DEPENDENCIES) $(EXTRA_sync_DEPENDENCIES) 
7081
 
+sync$(EXEEXT): $(sync_OBJECTS) $(sync_DEPENDENCIES) 
7082
 
        @rm -f sync$(EXEEXT)
7083
 
        $(AM_V_CCLD)$(LINK) $(sync_OBJECTS) $(sync_LDADD) $(LIBS)
7084
 
-tac$(EXEEXT): $(tac_OBJECTS) $(tac_DEPENDENCIES) $(EXTRA_tac_DEPENDENCIES) 
7085
 
+tac$(EXEEXT): $(tac_OBJECTS) $(tac_DEPENDENCIES) 
7086
 
        @rm -f tac$(EXEEXT)
7087
 
        $(AM_V_CCLD)$(LINK) $(tac_OBJECTS) $(tac_LDADD) $(LIBS)
7088
 
-tail$(EXEEXT): $(tail_OBJECTS) $(tail_DEPENDENCIES) $(EXTRA_tail_DEPENDENCIES) 
7089
 
+tail$(EXEEXT): $(tail_OBJECTS) $(tail_DEPENDENCIES) 
7090
 
        @rm -f tail$(EXEEXT)
7091
 
        $(AM_V_CCLD)$(LINK) $(tail_OBJECTS) $(tail_LDADD) $(LIBS)
7092
 
-tee$(EXEEXT): $(tee_OBJECTS) $(tee_DEPENDENCIES) $(EXTRA_tee_DEPENDENCIES) 
7093
 
+tee$(EXEEXT): $(tee_OBJECTS) $(tee_DEPENDENCIES) 
7094
 
        @rm -f tee$(EXEEXT)
7095
 
        $(AM_V_CCLD)$(LINK) $(tee_OBJECTS) $(tee_LDADD) $(LIBS)
7096
 
-test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 
7097
 
+test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
7098
 
        @rm -f test$(EXEEXT)
7099
 
        $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
7100
 
-timeout$(EXEEXT): $(timeout_OBJECTS) $(timeout_DEPENDENCIES) $(EXTRA_timeout_DEPENDENCIES) 
7101
 
+timeout$(EXEEXT): $(timeout_OBJECTS) $(timeout_DEPENDENCIES) 
7102
 
        @rm -f timeout$(EXEEXT)
7103
 
        $(AM_V_CCLD)$(LINK) $(timeout_OBJECTS) $(timeout_LDADD) $(LIBS)
7104
 
-touch$(EXEEXT): $(touch_OBJECTS) $(touch_DEPENDENCIES) $(EXTRA_touch_DEPENDENCIES) 
7105
 
+touch$(EXEEXT): $(touch_OBJECTS) $(touch_DEPENDENCIES) 
7106
 
        @rm -f touch$(EXEEXT)
7107
 
        $(AM_V_CCLD)$(LINK) $(touch_OBJECTS) $(touch_LDADD) $(LIBS)
7108
 
-tr$(EXEEXT): $(tr_OBJECTS) $(tr_DEPENDENCIES) $(EXTRA_tr_DEPENDENCIES) 
7109
 
+tr$(EXEEXT): $(tr_OBJECTS) $(tr_DEPENDENCIES) 
7110
 
        @rm -f tr$(EXEEXT)
7111
 
        $(AM_V_CCLD)$(LINK) $(tr_OBJECTS) $(tr_LDADD) $(LIBS)
7112
 
-true$(EXEEXT): $(true_OBJECTS) $(true_DEPENDENCIES) $(EXTRA_true_DEPENDENCIES) 
7113
 
+true$(EXEEXT): $(true_OBJECTS) $(true_DEPENDENCIES) 
7114
 
        @rm -f true$(EXEEXT)
7115
 
        $(AM_V_CCLD)$(LINK) $(true_OBJECTS) $(true_LDADD) $(LIBS)
7116
 
-truncate$(EXEEXT): $(truncate_OBJECTS) $(truncate_DEPENDENCIES) $(EXTRA_truncate_DEPENDENCIES) 
7117
 
+truncate$(EXEEXT): $(truncate_OBJECTS) $(truncate_DEPENDENCIES) 
7118
 
        @rm -f truncate$(EXEEXT)
7119
 
        $(AM_V_CCLD)$(LINK) $(truncate_OBJECTS) $(truncate_LDADD) $(LIBS)
7120
 
-tsort$(EXEEXT): $(tsort_OBJECTS) $(tsort_DEPENDENCIES) $(EXTRA_tsort_DEPENDENCIES) 
7121
 
+tsort$(EXEEXT): $(tsort_OBJECTS) $(tsort_DEPENDENCIES) 
7122
 
        @rm -f tsort$(EXEEXT)
7123
 
        $(AM_V_CCLD)$(LINK) $(tsort_OBJECTS) $(tsort_LDADD) $(LIBS)
7124
 
-tty$(EXEEXT): $(tty_OBJECTS) $(tty_DEPENDENCIES) $(EXTRA_tty_DEPENDENCIES) 
7125
 
+tty$(EXEEXT): $(tty_OBJECTS) $(tty_DEPENDENCIES) 
7126
 
        @rm -f tty$(EXEEXT)
7127
 
        $(AM_V_CCLD)$(LINK) $(tty_OBJECTS) $(tty_LDADD) $(LIBS)
7128
 
-uname$(EXEEXT): $(uname_OBJECTS) $(uname_DEPENDENCIES) $(EXTRA_uname_DEPENDENCIES) 
7129
 
+uname$(EXEEXT): $(uname_OBJECTS) $(uname_DEPENDENCIES) 
7130
 
        @rm -f uname$(EXEEXT)
7131
 
        $(AM_V_CCLD)$(LINK) $(uname_OBJECTS) $(uname_LDADD) $(LIBS)
7132
 
-unexpand$(EXEEXT): $(unexpand_OBJECTS) $(unexpand_DEPENDENCIES) $(EXTRA_unexpand_DEPENDENCIES) 
7133
 
+unexpand$(EXEEXT): $(unexpand_OBJECTS) $(unexpand_DEPENDENCIES) 
7134
 
        @rm -f unexpand$(EXEEXT)
7135
 
        $(AM_V_CCLD)$(LINK) $(unexpand_OBJECTS) $(unexpand_LDADD) $(LIBS)
7136
 
-uniq$(EXEEXT): $(uniq_OBJECTS) $(uniq_DEPENDENCIES) $(EXTRA_uniq_DEPENDENCIES) 
7137
 
+uniq$(EXEEXT): $(uniq_OBJECTS) $(uniq_DEPENDENCIES) 
7138
 
        @rm -f uniq$(EXEEXT)
7139
 
        $(AM_V_CCLD)$(LINK) $(uniq_OBJECTS) $(uniq_LDADD) $(LIBS)
7140
 
-unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES) $(EXTRA_unlink_DEPENDENCIES) 
7141
 
+unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES) 
7142
 
        @rm -f unlink$(EXEEXT)
7143
 
        $(AM_V_CCLD)$(LINK) $(unlink_OBJECTS) $(unlink_LDADD) $(LIBS)
7144
 
-uptime$(EXEEXT): $(uptime_OBJECTS) $(uptime_DEPENDENCIES) $(EXTRA_uptime_DEPENDENCIES) 
7145
 
+uptime$(EXEEXT): $(uptime_OBJECTS) $(uptime_DEPENDENCIES) 
7146
 
        @rm -f uptime$(EXEEXT)
7147
 
        $(AM_V_CCLD)$(LINK) $(uptime_OBJECTS) $(uptime_LDADD) $(LIBS)
7148
 
-users$(EXEEXT): $(users_OBJECTS) $(users_DEPENDENCIES) $(EXTRA_users_DEPENDENCIES) 
7149
 
+users$(EXEEXT): $(users_OBJECTS) $(users_DEPENDENCIES) 
7150
 
        @rm -f users$(EXEEXT)
7151
 
        $(AM_V_CCLD)$(LINK) $(users_OBJECTS) $(users_LDADD) $(LIBS)
7152
 
-vdir$(EXEEXT): $(vdir_OBJECTS) $(vdir_DEPENDENCIES) $(EXTRA_vdir_DEPENDENCIES) 
7153
 
+vdir$(EXEEXT): $(vdir_OBJECTS) $(vdir_DEPENDENCIES) 
7154
 
        @rm -f vdir$(EXEEXT)
7155
 
        $(AM_V_CCLD)$(LINK) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS)
7156
 
-wc$(EXEEXT): $(wc_OBJECTS) $(wc_DEPENDENCIES) $(EXTRA_wc_DEPENDENCIES) 
7157
 
+wc$(EXEEXT): $(wc_OBJECTS) $(wc_DEPENDENCIES) 
7158
 
        @rm -f wc$(EXEEXT)
7159
 
        $(AM_V_CCLD)$(LINK) $(wc_OBJECTS) $(wc_LDADD) $(LIBS)
7160
 
-who$(EXEEXT): $(who_OBJECTS) $(who_DEPENDENCIES) $(EXTRA_who_DEPENDENCIES) 
7161
 
+who$(EXEEXT): $(who_OBJECTS) $(who_DEPENDENCIES) 
7162
 
        @rm -f who$(EXEEXT)
7163
 
        $(AM_V_CCLD)$(LINK) $(who_OBJECTS) $(who_LDADD) $(LIBS)
7164
 
-whoami$(EXEEXT): $(whoami_OBJECTS) $(whoami_DEPENDENCIES) $(EXTRA_whoami_DEPENDENCIES) 
7165
 
+whoami$(EXEEXT): $(whoami_OBJECTS) $(whoami_DEPENDENCIES) 
7166
 
        @rm -f whoami$(EXEEXT)
7167
 
        $(AM_V_CCLD)$(LINK) $(whoami_OBJECTS) $(whoami_LDADD) $(LIBS)
7168
 
-yes$(EXEEXT): $(yes_OBJECTS) $(yes_DEPENDENCIES) $(EXTRA_yes_DEPENDENCIES) 
7169
 
+yes$(EXEEXT): $(yes_OBJECTS) $(yes_DEPENDENCIES) 
7170
 
        @rm -f yes$(EXEEXT)
7171
 
        $(AM_V_CCLD)$(LINK) $(yes_OBJECTS) $(yes_LDADD) $(LIBS)
7172
 
 
7173
 
@@ -2651,184 +2651,210 @@
7174
 
 .c.o:
7175
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
7176
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
7177
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
7178
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7179
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
7180
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7181
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
7182
 
+@am__fastdepCC_FALSE@  $(COMPILE) -c $<
7183
 
 
7184
 
 .c.obj:
7185
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
7186
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
7187
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
7188
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7189
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
7190
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7191
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
7192
 
+@am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
7193
 
 
7194
 
 ginstall-install.o: install.c
7195
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-install.o -MD -MP -MF $(DEPDIR)/ginstall-install.Tpo -c -o ginstall-install.o `test -f 'install.c' || echo '$(srcdir)/'`install.c
7196
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-install.Tpo $(DEPDIR)/ginstall-install.Po
7197
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='install.c' object='ginstall-install.o' libtool=no @AMDEPBACKSLASH@
7198
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7199
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='install.c' object='ginstall-install.o' libtool=no @AMDEPBACKSLASH@
7200
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7201
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-install.o `test -f 'install.c' || echo '$(srcdir)/'`install.c
7202
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-install.o `test -f 'install.c' || echo '$(srcdir)/'`install.c
7203
 
 
7204
 
 ginstall-install.obj: install.c
7205
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-install.obj -MD -MP -MF $(DEPDIR)/ginstall-install.Tpo -c -o ginstall-install.obj `if test -f 'install.c'; then $(CYGPATH_W) 'install.c'; else $(CYGPATH_W) '$(srcdir)/install.c'; fi`
7206
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-install.Tpo $(DEPDIR)/ginstall-install.Po
7207
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='install.c' object='ginstall-install.obj' libtool=no @AMDEPBACKSLASH@
7208
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7209
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='install.c' object='ginstall-install.obj' libtool=no @AMDEPBACKSLASH@
7210
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7211
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-install.obj `if test -f 'install.c'; then $(CYGPATH_W) 'install.c'; else $(CYGPATH_W) '$(srcdir)/install.c'; fi`
7212
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-install.obj `if test -f 'install.c'; then $(CYGPATH_W) 'install.c'; else $(CYGPATH_W) '$(srcdir)/install.c'; fi`
7213
 
 
7214
 
 ginstall-prog-fprintf.o: prog-fprintf.c
7215
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-prog-fprintf.o -MD -MP -MF $(DEPDIR)/ginstall-prog-fprintf.Tpo -c -o ginstall-prog-fprintf.o `test -f 'prog-fprintf.c' || echo '$(srcdir)/'`prog-fprintf.c
7216
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-prog-fprintf.Tpo $(DEPDIR)/ginstall-prog-fprintf.Po
7217
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='prog-fprintf.c' object='ginstall-prog-fprintf.o' libtool=no @AMDEPBACKSLASH@
7218
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7219
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='prog-fprintf.c' object='ginstall-prog-fprintf.o' libtool=no @AMDEPBACKSLASH@
7220
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7221
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-prog-fprintf.o `test -f 'prog-fprintf.c' || echo '$(srcdir)/'`prog-fprintf.c
7222
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-prog-fprintf.o `test -f 'prog-fprintf.c' || echo '$(srcdir)/'`prog-fprintf.c
7223
 
 
7224
 
 ginstall-prog-fprintf.obj: prog-fprintf.c
7225
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-prog-fprintf.obj -MD -MP -MF $(DEPDIR)/ginstall-prog-fprintf.Tpo -c -o ginstall-prog-fprintf.obj `if test -f 'prog-fprintf.c'; then $(CYGPATH_W) 'prog-fprintf.c'; else $(CYGPATH_W) '$(srcdir)/prog-fprintf.c'; fi`
7226
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-prog-fprintf.Tpo $(DEPDIR)/ginstall-prog-fprintf.Po
7227
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='prog-fprintf.c' object='ginstall-prog-fprintf.obj' libtool=no @AMDEPBACKSLASH@
7228
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7229
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='prog-fprintf.c' object='ginstall-prog-fprintf.obj' libtool=no @AMDEPBACKSLASH@
7230
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7231
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-prog-fprintf.obj `if test -f 'prog-fprintf.c'; then $(CYGPATH_W) 'prog-fprintf.c'; else $(CYGPATH_W) '$(srcdir)/prog-fprintf.c'; fi`
7232
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-prog-fprintf.obj `if test -f 'prog-fprintf.c'; then $(CYGPATH_W) 'prog-fprintf.c'; else $(CYGPATH_W) '$(srcdir)/prog-fprintf.c'; fi`
7233
 
 
7234
 
 ginstall-copy.o: copy.c
7235
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-copy.o -MD -MP -MF $(DEPDIR)/ginstall-copy.Tpo -c -o ginstall-copy.o `test -f 'copy.c' || echo '$(srcdir)/'`copy.c
7236
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-copy.Tpo $(DEPDIR)/ginstall-copy.Po
7237
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='copy.c' object='ginstall-copy.o' libtool=no @AMDEPBACKSLASH@
7238
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7239
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='copy.c' object='ginstall-copy.o' libtool=no @AMDEPBACKSLASH@
7240
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7241
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-copy.o `test -f 'copy.c' || echo '$(srcdir)/'`copy.c
7242
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-copy.o `test -f 'copy.c' || echo '$(srcdir)/'`copy.c
7243
 
 
7244
 
 ginstall-copy.obj: copy.c
7245
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-copy.obj -MD -MP -MF $(DEPDIR)/ginstall-copy.Tpo -c -o ginstall-copy.obj `if test -f 'copy.c'; then $(CYGPATH_W) 'copy.c'; else $(CYGPATH_W) '$(srcdir)/copy.c'; fi`
7246
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-copy.Tpo $(DEPDIR)/ginstall-copy.Po
7247
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='copy.c' object='ginstall-copy.obj' libtool=no @AMDEPBACKSLASH@
7248
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7249
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='copy.c' object='ginstall-copy.obj' libtool=no @AMDEPBACKSLASH@
7250
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7251
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-copy.obj `if test -f 'copy.c'; then $(CYGPATH_W) 'copy.c'; else $(CYGPATH_W) '$(srcdir)/copy.c'; fi`
7252
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-copy.obj `if test -f 'copy.c'; then $(CYGPATH_W) 'copy.c'; else $(CYGPATH_W) '$(srcdir)/copy.c'; fi`
7253
 
 
7254
 
 ginstall-cp-hash.o: cp-hash.c
7255
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-cp-hash.o -MD -MP -MF $(DEPDIR)/ginstall-cp-hash.Tpo -c -o ginstall-cp-hash.o `test -f 'cp-hash.c' || echo '$(srcdir)/'`cp-hash.c
7256
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-cp-hash.Tpo $(DEPDIR)/ginstall-cp-hash.Po
7257
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='cp-hash.c' object='ginstall-cp-hash.o' libtool=no @AMDEPBACKSLASH@
7258
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7259
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='cp-hash.c' object='ginstall-cp-hash.o' libtool=no @AMDEPBACKSLASH@
7260
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7261
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-cp-hash.o `test -f 'cp-hash.c' || echo '$(srcdir)/'`cp-hash.c
7262
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-cp-hash.o `test -f 'cp-hash.c' || echo '$(srcdir)/'`cp-hash.c
7263
 
 
7264
 
 ginstall-cp-hash.obj: cp-hash.c
7265
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-cp-hash.obj -MD -MP -MF $(DEPDIR)/ginstall-cp-hash.Tpo -c -o ginstall-cp-hash.obj `if test -f 'cp-hash.c'; then $(CYGPATH_W) 'cp-hash.c'; else $(CYGPATH_W) '$(srcdir)/cp-hash.c'; fi`
7266
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-cp-hash.Tpo $(DEPDIR)/ginstall-cp-hash.Po
7267
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='cp-hash.c' object='ginstall-cp-hash.obj' libtool=no @AMDEPBACKSLASH@
7268
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7269
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='cp-hash.c' object='ginstall-cp-hash.obj' libtool=no @AMDEPBACKSLASH@
7270
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7271
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-cp-hash.obj `if test -f 'cp-hash.c'; then $(CYGPATH_W) 'cp-hash.c'; else $(CYGPATH_W) '$(srcdir)/cp-hash.c'; fi`
7272
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-cp-hash.obj `if test -f 'cp-hash.c'; then $(CYGPATH_W) 'cp-hash.c'; else $(CYGPATH_W) '$(srcdir)/cp-hash.c'; fi`
7273
 
 
7274
 
 ginstall-extent-scan.o: extent-scan.c
7275
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-extent-scan.o -MD -MP -MF $(DEPDIR)/ginstall-extent-scan.Tpo -c -o ginstall-extent-scan.o `test -f 'extent-scan.c' || echo '$(srcdir)/'`extent-scan.c
7276
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-extent-scan.Tpo $(DEPDIR)/ginstall-extent-scan.Po
7277
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='extent-scan.c' object='ginstall-extent-scan.o' libtool=no @AMDEPBACKSLASH@
7278
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7279
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='extent-scan.c' object='ginstall-extent-scan.o' libtool=no @AMDEPBACKSLASH@
7280
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7281
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-extent-scan.o `test -f 'extent-scan.c' || echo '$(srcdir)/'`extent-scan.c
7282
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-extent-scan.o `test -f 'extent-scan.c' || echo '$(srcdir)/'`extent-scan.c
7283
 
 
7284
 
 ginstall-extent-scan.obj: extent-scan.c
7285
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ginstall-extent-scan.obj -MD -MP -MF $(DEPDIR)/ginstall-extent-scan.Tpo -c -o ginstall-extent-scan.obj `if test -f 'extent-scan.c'; then $(CYGPATH_W) 'extent-scan.c'; else $(CYGPATH_W) '$(srcdir)/extent-scan.c'; fi`
7286
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/ginstall-extent-scan.Tpo $(DEPDIR)/ginstall-extent-scan.Po
7287
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='extent-scan.c' object='ginstall-extent-scan.obj' libtool=no @AMDEPBACKSLASH@
7288
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7289
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='extent-scan.c' object='ginstall-extent-scan.obj' libtool=no @AMDEPBACKSLASH@
7290
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7291
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-extent-scan.obj `if test -f 'extent-scan.c'; then $(CYGPATH_W) 'extent-scan.c'; else $(CYGPATH_W) '$(srcdir)/extent-scan.c'; fi`
7292
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ginstall_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ginstall-extent-scan.obj `if test -f 'extent-scan.c'; then $(CYGPATH_W) 'extent-scan.c'; else $(CYGPATH_W) '$(srcdir)/extent-scan.c'; fi`
7293
 
 
7294
 
 libstdbuf_so-libstdbuf.o: libstdbuf.c
7295
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstdbuf_so_CFLAGS) $(CFLAGS) -MT libstdbuf_so-libstdbuf.o -MD -MP -MF $(DEPDIR)/libstdbuf_so-libstdbuf.Tpo -c -o libstdbuf_so-libstdbuf.o `test -f 'libstdbuf.c' || echo '$(srcdir)/'`libstdbuf.c
7296
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstdbuf_so-libstdbuf.Tpo $(DEPDIR)/libstdbuf_so-libstdbuf.Po
7297
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='libstdbuf.c' object='libstdbuf_so-libstdbuf.o' libtool=no @AMDEPBACKSLASH@
7298
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7299
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='libstdbuf.c' object='libstdbuf_so-libstdbuf.o' libtool=no @AMDEPBACKSLASH@
7300
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7301
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstdbuf_so_CFLAGS) $(CFLAGS) -c -o libstdbuf_so-libstdbuf.o `test -f 'libstdbuf.c' || echo '$(srcdir)/'`libstdbuf.c
7302
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstdbuf_so_CFLAGS) $(CFLAGS) -c -o libstdbuf_so-libstdbuf.o `test -f 'libstdbuf.c' || echo '$(srcdir)/'`libstdbuf.c
7303
 
 
7304
 
 libstdbuf_so-libstdbuf.obj: libstdbuf.c
7305
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstdbuf_so_CFLAGS) $(CFLAGS) -MT libstdbuf_so-libstdbuf.obj -MD -MP -MF $(DEPDIR)/libstdbuf_so-libstdbuf.Tpo -c -o libstdbuf_so-libstdbuf.obj `if test -f 'libstdbuf.c'; then $(CYGPATH_W) 'libstdbuf.c'; else $(CYGPATH_W) '$(srcdir)/libstdbuf.c'; fi`
7306
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libstdbuf_so-libstdbuf.Tpo $(DEPDIR)/libstdbuf_so-libstdbuf.Po
7307
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='libstdbuf.c' object='libstdbuf_so-libstdbuf.obj' libtool=no @AMDEPBACKSLASH@
7308
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7309
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='libstdbuf.c' object='libstdbuf_so-libstdbuf.obj' libtool=no @AMDEPBACKSLASH@
7310
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7311
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstdbuf_so_CFLAGS) $(CFLAGS) -c -o libstdbuf_so-libstdbuf.obj `if test -f 'libstdbuf.c'; then $(CYGPATH_W) 'libstdbuf.c'; else $(CYGPATH_W) '$(srcdir)/libstdbuf.c'; fi`
7312
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstdbuf_so_CFLAGS) $(CFLAGS) -c -o libstdbuf_so-libstdbuf.obj `if test -f 'libstdbuf.c'; then $(CYGPATH_W) 'libstdbuf.c'; else $(CYGPATH_W) '$(srcdir)/libstdbuf.c'; fi`
7313
 
 
7314
 
 md5sum-md5sum.o: md5sum.c
7315
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md5sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md5sum-md5sum.o -MD -MP -MF $(DEPDIR)/md5sum-md5sum.Tpo -c -o md5sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7316
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/md5sum-md5sum.Tpo $(DEPDIR)/md5sum-md5sum.Po
7317
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='md5sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7318
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7319
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='md5sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7320
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7321
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md5sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7322
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md5sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7323
 
 
7324
 
 md5sum-md5sum.obj: md5sum.c
7325
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md5sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md5sum-md5sum.obj -MD -MP -MF $(DEPDIR)/md5sum-md5sum.Tpo -c -o md5sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7326
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/md5sum-md5sum.Tpo $(DEPDIR)/md5sum-md5sum.Po
7327
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='md5sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7328
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7329
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='md5sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7330
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7331
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md5sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7332
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md5sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7333
 
 
7334
 
 sha1sum-md5sum.o: md5sum.c
7335
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha1sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1sum-md5sum.o -MD -MP -MF $(DEPDIR)/sha1sum-md5sum.Tpo -c -o sha1sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7336
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha1sum-md5sum.Tpo $(DEPDIR)/sha1sum-md5sum.Po
7337
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha1sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7338
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7339
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha1sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7340
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7341
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha1sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7342
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha1sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7343
 
 
7344
 
 sha1sum-md5sum.obj: md5sum.c
7345
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha1sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1sum-md5sum.obj -MD -MP -MF $(DEPDIR)/sha1sum-md5sum.Tpo -c -o sha1sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7346
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha1sum-md5sum.Tpo $(DEPDIR)/sha1sum-md5sum.Po
7347
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha1sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7348
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7349
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha1sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7350
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7351
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha1sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7352
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha1sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7353
 
 
7354
 
 sha224sum-md5sum.o: md5sum.c
7355
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha224sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha224sum-md5sum.o -MD -MP -MF $(DEPDIR)/sha224sum-md5sum.Tpo -c -o sha224sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7356
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha224sum-md5sum.Tpo $(DEPDIR)/sha224sum-md5sum.Po
7357
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha224sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7358
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7359
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha224sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7360
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7361
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha224sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha224sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7362
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha224sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha224sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7363
 
 
7364
 
 sha224sum-md5sum.obj: md5sum.c
7365
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha224sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha224sum-md5sum.obj -MD -MP -MF $(DEPDIR)/sha224sum-md5sum.Tpo -c -o sha224sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7366
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha224sum-md5sum.Tpo $(DEPDIR)/sha224sum-md5sum.Po
7367
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha224sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7368
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7369
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha224sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7370
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7371
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha224sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha224sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7372
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha224sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha224sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7373
 
 
7374
 
 sha256sum-md5sum.o: md5sum.c
7375
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha256sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha256sum-md5sum.o -MD -MP -MF $(DEPDIR)/sha256sum-md5sum.Tpo -c -o sha256sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7376
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha256sum-md5sum.Tpo $(DEPDIR)/sha256sum-md5sum.Po
7377
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha256sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7378
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7379
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha256sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7380
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7381
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha256sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha256sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7382
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha256sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha256sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7383
 
 
7384
 
 sha256sum-md5sum.obj: md5sum.c
7385
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha256sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha256sum-md5sum.obj -MD -MP -MF $(DEPDIR)/sha256sum-md5sum.Tpo -c -o sha256sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7386
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha256sum-md5sum.Tpo $(DEPDIR)/sha256sum-md5sum.Po
7387
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha256sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7388
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7389
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha256sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7390
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7391
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha256sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha256sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7392
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha256sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha256sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7393
 
 
7394
 
 sha384sum-md5sum.o: md5sum.c
7395
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha384sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha384sum-md5sum.o -MD -MP -MF $(DEPDIR)/sha384sum-md5sum.Tpo -c -o sha384sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7396
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha384sum-md5sum.Tpo $(DEPDIR)/sha384sum-md5sum.Po
7397
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha384sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7398
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7399
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha384sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7400
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7401
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha384sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha384sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7402
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha384sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha384sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7403
 
 
7404
 
 sha384sum-md5sum.obj: md5sum.c
7405
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha384sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha384sum-md5sum.obj -MD -MP -MF $(DEPDIR)/sha384sum-md5sum.Tpo -c -o sha384sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7406
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha384sum-md5sum.Tpo $(DEPDIR)/sha384sum-md5sum.Po
7407
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha384sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7408
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7409
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha384sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7410
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7411
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha384sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha384sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7412
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha384sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha384sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7413
 
 
7414
 
 sha512sum-md5sum.o: md5sum.c
7415
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha512sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha512sum-md5sum.o -MD -MP -MF $(DEPDIR)/sha512sum-md5sum.Tpo -c -o sha512sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7416
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha512sum-md5sum.Tpo $(DEPDIR)/sha512sum-md5sum.Po
7417
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha512sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7418
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7419
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha512sum-md5sum.o' libtool=no @AMDEPBACKSLASH@
7420
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7421
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha512sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha512sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7422
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha512sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha512sum-md5sum.o `test -f 'md5sum.c' || echo '$(srcdir)/'`md5sum.c
7423
 
 
7424
 
 sha512sum-md5sum.obj: md5sum.c
7425
 
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha512sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha512sum-md5sum.obj -MD -MP -MF $(DEPDIR)/sha512sum-md5sum.Tpo -c -o sha512sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7426
 
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha512sum-md5sum.Tpo $(DEPDIR)/sha512sum-md5sum.Po
7427
 
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='md5sum.c' object='sha512sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7428
 
+@am__fastdepCC_FALSE@  $(AM_V_CC) @AM_BACKSLASH@
7429
 
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='md5sum.c' object='sha512sum-md5sum.obj' libtool=no @AMDEPBACKSLASH@
7430
 
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7431
 
-@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha512sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha512sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7432
 
+@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sha512sum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha512sum-md5sum.obj `if test -f 'md5sum.c'; then $(CYGPATH_W) 'md5sum.c'; else $(CYGPATH_W) '$(srcdir)/md5sum.c'; fi`
7433
 
 
7434
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
7435
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
7436
 
@@ -2879,20 +2905,6 @@
7437
 
          && $(am__cd) $(top_srcdir) \
7438
 
          && gtags -i $(GTAGS_ARGS) "$$here"
7439
 
 
7440
 
-cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
7441
 
-       list='$(SOURCES) $(HEADERS) $(LISP)'; \
7442
 
-       case "$(srcdir)" in \
7443
 
-         [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
7444
 
-         *) sdir=$(subdir)/$(srcdir) ;; \
7445
 
-       esac; \
7446
 
-       for i in $$list; do \
7447
 
-         if test -f "$$i"; then \
7448
 
-           echo "$(subdir)/$$i"; \
7449
 
-         else \
7450
 
-           echo "$$sdir/$$i"; \
7451
 
-         fi; \
7452
 
-       done >> $(top_builddir)/cscope.files
7453
 
-
7454
 
 distclean-tags:
7455
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
7456
 
 
7457
 
@@ -2948,15 +2960,10 @@
7458
 
 
7459
 
 installcheck: installcheck-am
7460
 
 install-strip:
7461
 
-       if test -z '$(STRIP)'; then \
7462
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7463
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7464
 
-             install; \
7465
 
-       else \
7466
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7467
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7468
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
7469
 
-       fi
7470
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7471
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7472
 
+         `test -z '$(STRIP)' || \
7473
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
7474
 
 mostlyclean-generic:
7475
 
 
7476
 
 clean-generic:
7477
 
@@ -3048,18 +3055,18 @@
7478
 
 
7479
 
 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
7480
 
        clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \
7481
 
-       clean-noinstPROGRAMS clean-pkglibexecPROGRAMS cscopelist ctags \
7482
 
-       dist-hook distclean distclean-compile distclean-generic \
7483
 
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
7484
 
-       install install-am install-binPROGRAMS install-data \
7485
 
-       install-data-am install-dvi install-dvi-am install-exec \
7486
 
-       install-exec-am install-exec-hook install-html install-html-am \
7487
 
-       install-info install-info-am install-man install-pdf \
7488
 
-       install-pdf-am install-pkglibexecPROGRAMS install-ps \
7489
 
-       install-ps-am install-strip installcheck installcheck-am \
7490
 
-       installdirs maintainer-clean maintainer-clean-generic \
7491
 
-       mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
7492
 
-       ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
7493
 
+       clean-noinstPROGRAMS clean-pkglibexecPROGRAMS ctags dist-hook \
7494
 
+       distclean distclean-compile distclean-generic distclean-tags \
7495
 
+       distdir dvi dvi-am html html-am info info-am install \
7496
 
+       install-am install-binPROGRAMS install-data install-data-am \
7497
 
+       install-dvi install-dvi-am install-exec install-exec-am \
7498
 
+       install-exec-hook install-html install-html-am install-info \
7499
 
+       install-info-am install-man install-pdf install-pdf-am \
7500
 
+       install-pkglibexecPROGRAMS install-ps install-ps-am \
7501
 
+       install-strip installcheck installcheck-am installdirs \
7502
 
+       maintainer-clean maintainer-clean-generic mostlyclean \
7503
 
+       mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
7504
 
+       tags uninstall uninstall-am uninstall-binPROGRAMS \
7505
 
        uninstall-local uninstall-pkglibexecPROGRAMS
7506
 
 
7507
 
 
7508
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' coreutils-8.13~/tests/Makefile.in coreutils-8.13/tests/Makefile.in
7509
 
--- coreutils-8.13~/tests/Makefile.in   2011-09-19 20:49:37.000000000 -0400
7510
 
+++ coreutils-8.13/tests/Makefile.in    2011-09-19 20:53:18.298539115 -0400
7511
 
@@ -1,9 +1,9 @@
7512
 
-# Makefile.in generated by automake 1.11a from Makefile.am.
7513
 
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
7514
 
 # @configure_input@
7515
 
 
7516
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
7517
 
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
7518
 
-# Foundation, Inc.
7519
 
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
7520
 
+# Inc.
7521
 
 # This Makefile.in is free software; the Free Software Foundation
7522
 
 # gives unlimited permission to copy and/or distribute it,
7523
 
 # with or without modifications, as long as this notice is preserved.
7524
 
@@ -255,7 +255,7 @@
7525
 
 CONFIG_CLEAN_VPATH_FILES =
7526
 
 AM_V_GEN = $(am__v_GEN_$(V))
7527
 
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
7528
 
-am__v_GEN_0 = @echo "  GEN     " $@;
7529
 
+am__v_GEN_0 = @echo "  GEN   " $@;
7530
 
 AM_V_at = $(am__v_at_$(V))
7531
 
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
7532
 
 am__v_at_0 = @
7533
 
@@ -301,78 +301,39 @@
7534
 
 am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
7535
 
 am__rst_section = sed 'p;s/./=/g;p;g'
7536
 
 # Put stdin (possibly several lines separated by ".  ") in a box.
7537
 
-# Prefix each line by 'col' and terminate each with 'std', for coloring.
7538
 
-# Multi line coloring is problematic with "less -R", so we really need
7539
 
-# to color each line individually.
7540
 
-am__text_box = $(AWK) '{                       \
7541
 
-  n = split($$0, lines, "\\.  "); max = 0;     \
7542
 
-  for (i = 1; i <= n; ++i)                     \
7543
 
-    if (max < length(lines[i]))                        \
7544
 
-      max = length(lines[i]);                  \
7545
 
-  for (i = 0; i < max; ++i)                    \
7546
 
-    line = line "=";                           \
7547
 
-  print col line std;                          \
7548
 
-  for (i = 1; i <= n; ++i)                     \
7549
 
-    if (lines[i])                              \
7550
 
-      print col lines[i] std;                  \
7551
 
-  print col line std;                          \
7552
 
+am__text_box = $(AWK) '{                               \
7553
 
+  n = split($$0, lines, "\\.  "); max = 0;             \
7554
 
+  for (i = 1; i <= n; ++i)                             \
7555
 
+    if (max < length(lines[i]))                                \
7556
 
+      max = length(lines[i]);                          \
7557
 
+  for (i = 0; i < max; ++i) line = line "=";           \
7558
 
+  print line;                                          \
7559
 
+  for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
7560
 
+  print line;                                          \
7561
 
 }'
7562
 
 # Solaris 10 'make', and several other traditional 'make' implementations,
7563
 
-# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
7564
 
+# pass "-e" to $(SHELL).  This contradicts POSIX.  Work around the problem
7565
 
 # by disabling -e (using the XSI extension "set +e") if it's set.
7566
 
 am__sh_e_setup = case $$- in *e*) set +e;; esac
7567
 
 # To be inserted before the command running the test.  Creates the
7568
 
 # directory for the log if needed.  Stores in $dir the directory
7569
 
-# containing $f, in $tst the test, in $log the log.  Executes the
7570
 
-# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
7571
 
-# passes TESTS_ENVIRONMENT.  Saves and restores TERM around uses of
7572
 
-# TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT, in case any of them
7573
 
-# unsets it.
7574
 
+# containing $f, in $tst the test, in $log the log, and passes
7575
 
+# TESTS_ENVIRONMENT.  Save and restore TERM around use of
7576
 
+# TESTS_ENVIRONMENT, in case that unsets it.
7577
 
 am__check_pre = \
7578
 
 $(am__sh_e_setup);                                     \
7579
 
 $(am__vpath_adj_setup) $(am__vpath_adj)                        \
7580
 
 srcdir=$(srcdir); export srcdir;                       \
7581
 
 rm -f $@-t;                                            \
7582
 
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
7583
 
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;      \
7584
 
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
7585
 
+trap 'st=$$?; rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st' \
7586
 
+  1 2 13 15;                                           \
7587
 
 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;           \
7588
 
 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;        \
7589
 
 if test -f "./$$f"; then dir=./;                       \
7590
 
 elif test -f "$$f"; then dir=;                         \
7591
 
 else dir="$(srcdir)/"; fi;                             \
7592
 
 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;           \
7593
 
-$(AM_TESTS_ENVIRONMENT)                                        \
7594
 
 $(TESTS_ENVIRONMENT)
7595
 
-# To be appended to the command running the test.  Handle the stdout
7596
 
-# and stderr redirection, and catch the exit status.
7597
 
-am__check_post = \
7598
 
->$@-t 2>&1;                                            \
7599
 
-estatus=$$?;                                           \
7600
 
-if test -n '$(DISABLE_HARD_ERRORS)'                    \
7601
 
-   && test $$estatus -eq 99; then                      \
7602
 
-  estatus=1;                                           \
7603
 
-fi;                                                    \
7604
 
-TERM=$$__SAVED_TERM; export TERM;                      \
7605
 
-$(am__tty_colors);                                     \
7606
 
-xfailed=PASS;                                          \
7607
 
-case " $(XFAIL_TESTS) " in                             \
7608
 
-  *[\ \        ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
7609
 
-    xfailed=XFAIL;;                                    \
7610
 
-esac;                                                  \
7611
 
-case $$estatus.$$xfailed in                            \
7612
 
-    0.XFAIL) col=$$red; res=XPASS;;                    \
7613
 
-    0.*)     col=$$grn; res=PASS ;;                    \
7614
 
-    77.*)    col=$$blu; res=SKIP ;;                    \
7615
 
-    99.*)    col=$$red; res=FAIL ;;                    \
7616
 
-    *.XFAIL) col=$$lgn; res=XFAIL;;                    \
7617
 
-    *.*)     col=$$red; res=FAIL ;;                    \
7618
 
-esac;                                                  \
7619
 
-echo "$${col}$$res$${std}: $$f";                       \
7620
 
-echo "$$res: $$f (exit: $$estatus)" |                  \
7621
 
-  $(am__rst_section) >$@;                              \
7622
 
-cat $@-t >>$@;                                         \
7623
 
-rm -f $@-t
7624
 
 RECHECK_LOGS = $(TEST_LOGS)
7625
 
 AM_RECURSIVE_TARGETS = check check-html recheck recheck-html
7626
 
 TEST_SUITE_LOG = test-suite.log
7627
 
@@ -2165,15 +2126,42 @@
7628
 
 ctags: CTAGS
7629
 
 CTAGS:
7630
 
 
7631
 
-cscope cscopelist:
7632
 
 
7633
 
+# To be appended to the command running the test.  Handle the stdout
7634
 
+# and stderr redirection, and catch the exit status.
7635
 
+am__check_post =                                       \
7636
 
+>$@-t 2>&1;                                            \
7637
 
+estatus=$$?;                                           \
7638
 
+if test -n '$(DISABLE_HARD_ERRORS)'                    \
7639
 
+   && test $$estatus -eq 99; then                      \
7640
 
+  estatus=1;                                           \
7641
 
+fi;                                                    \
7642
 
+TERM=$$__SAVED_TERM; export TERM;                      \
7643
 
+$(am__tty_colors);                                     \
7644
 
+xfailed=PASS;                                          \
7645
 
+case " $(XFAIL_TESTS) " in                             \
7646
 
+  *[\ \        ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
7647
 
+    xfailed=XFAIL;;                                    \
7648
 
+esac;                                                  \
7649
 
+case $$estatus:$$xfailed in                            \
7650
 
+    0:XFAIL) col=$$red; res=XPASS;;                    \
7651
 
+    0:*)     col=$$grn; res=PASS ;;                    \
7652
 
+    77:*)    col=$$blu; res=SKIP ;;                    \
7653
 
+    99:*)    col=$$red; res=FAIL ;;                    \
7654
 
+    *:XFAIL) col=$$lgn; res=XFAIL;;                    \
7655
 
+    *:*)     col=$$red; res=FAIL ;;                    \
7656
 
+esac;                                                  \
7657
 
+echo "$${col}$$res$${std}: $$f";                       \
7658
 
+echo "$$res: $$f (exit: $$estatus)" |                  \
7659
 
+  $(am__rst_section) >$@;                              \
7660
 
+cat $@-t >>$@;                                         \
7661
 
+rm -f $@-t
7662
 
 
7663
 
 $(TEST_SUITE_LOG): $(TEST_LOGS)
7664
 
        @$(am__sh_e_setup);                                             \
7665
 
        list='$(TEST_LOGS)';                                            \
7666
 
        results=`for f in $$list; do                                    \
7667
 
-                  test -r $$f && read line < $$f && echo "$$line"      \
7668
 
-                    || echo FAIL;                                      \
7669
 
+                  read line < $$f && echo "$$line" || echo FAIL;       \
7670
 
                 done`;                                                 \
7671
 
        all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
7672
 
        fail=`echo "$$results" | grep -c '^FAIL'`;                      \
7673
 
@@ -2222,7 +2210,7 @@
7674
 
          echo ".. contents:: :depth: 2";                               \
7675
 
          echo;                                                         \
7676
 
          for f in $$list; do                                           \
7677
 
-           test -r $$f && read line < $$f || line=;                    \
7678
 
+           read line < $$f;                                            \
7679
 
            case $$line in                                              \
7680
 
              PASS:*|XFAIL:*);;                                         \
7681
 
              *) echo; cat $$f;;                                        \
7682
 
@@ -2239,11 +2227,12 @@
7683
 
        test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
7684
 
        $(am__tty_colors);                                              \
7685
 
        if $$exit; then                                                 \
7686
 
-         col="$$grn";                                                  \
7687
 
+         echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
7688
 
         else                                                           \
7689
 
-         col="$$red";                                                  \
7690
 
+         echo $(ECHO_N) "$$red$(ECHO_C)";                              \
7691
 
        fi;                                                             \
7692
 
-       echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";         \
7693
 
+       echo "$$msg" | $(am__text_box);                                 \
7694
 
+       echo $(ECHO_N) "$$std$(ECHO_C)";                                \
7695
 
        $$exit
7696
 
 
7697
 
 # Run all the tests.
7698
 
@@ -2285,11 +2274,10 @@
7699
 
        list='$(TEST_LOGS)';                                            \
7700
 
        list=`for f in $$list; do                                       \
7701
 
                test -f $$f || continue;                                \
7702
 
-               if test -r $$f && read line < $$f; then                 \
7703
 
+               if read line < $$f; then                                \
7704
 
                  case $$line in FAIL*|XPASS*) echo $$f;; esac;         \
7705
 
                else echo $$f; fi;                                      \
7706
 
              done | tr '\012\015' '  '`;                               \
7707
 
-       list=`echo "$$list" | sed 's/ *$$//'`;                          \
7708
 
        $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
7709
 
 misc/help-version.log: misc/help-version
7710
 
        @p='misc/help-version'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
7711
 
@@ -3257,15 +3245,10 @@
7712
 
 
7713
 
 installcheck: installcheck-am
7714
 
 install-strip:
7715
 
-       if test -z '$(STRIP)'; then \
7716
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7717
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7718
 
-             install; \
7719
 
-       else \
7720
 
-         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7721
 
-           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7722
 
-           "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
7723
 
-       fi
7724
 
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7725
 
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7726
 
+         `test -z '$(STRIP)' || \
7727
 
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
7728
 
 mostlyclean-generic:
7729
 
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
7730
 
        -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)