.
authorJim Meyering <jim@meyering.net>
Thu, 15 Dec 2005 14:47:36 +0000 (14:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 15 Dec 2005 14:47:36 +0000 (14:47 +0000)
52 files changed:
Makefile.in
aclocal.m4
config.hin
doc/Makefile.in
lib/Makefile.in
man/Makefile.in
src/Makefile.in
tests/Makefile.in
tests/basename/Makefile.in
tests/chgrp/Makefile.in
tests/chmod/Makefile.in
tests/chown/Makefile.in
tests/cp/Makefile.in
tests/cut/Makefile.in
tests/dd/Makefile.in
tests/dircolors/Makefile.in
tests/du/Makefile.in
tests/expr/Makefile.in
tests/factor/Makefile.in
tests/fmt/Makefile.in
tests/head/Makefile.in
tests/install/Makefile.in
tests/join/Makefile.in
tests/ln/Makefile.in
tests/ls-2/Makefile.in
tests/ls/Makefile.in
tests/md5sum/Makefile.in
tests/misc/Makefile.in
tests/mkdir/Makefile.in
tests/mv/Makefile.in
tests/od/Makefile.in
tests/pr/Makefile.in
tests/readlink/Makefile.in
tests/rm/Makefile.in
tests/rmdir/Makefile.in
tests/seq/Makefile.in
tests/sha1sum/Makefile.in
tests/shred/Makefile.in
tests/sort/Makefile.in
tests/stty/Makefile.in
tests/sum/Makefile.in
tests/tac/Makefile.in
tests/tail-2/Makefile.in
tests/tail/Makefile.in
tests/tee/Makefile.in
tests/test/Makefile.in
tests/touch/Makefile.in
tests/tr/Makefile.in
tests/tsort/Makefile.in
tests/unexpand/Makefile.in
tests/uniq/Makefile.in
tests/wc/Makefile.in

index 8c02817..2996729 100644 (file)
@@ -70,9 +70,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -225,6 +226,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -333,6 +335,7 @@ EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
   .x-sc_no_if_have_config_h \
   .x-sc_require_config_h \
   announce-gen \
+  build-aux/cvsu \
   m4/ChangeLog \
   old/fileutils/ChangeLog \
   old/fileutils/ChangeLog-1997 \
index 7ed69af..1d415e7 100644 (file)
@@ -948,6 +948,7 @@ m4_include([m4/filemode.m4])
 m4_include([m4/filenamecat.m4])
 m4_include([m4/fnmatch.m4])
 m4_include([m4/fpending.m4])
+m4_include([m4/fprintftime.m4])
 m4_include([m4/free.m4])
 m4_include([m4/fstypename.m4])
 m4_include([m4/fsusage.m4])
index 6af3799..5ec4874 100644 (file)
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
+/* Define to 1 if the type of the st_atim member of a struct stat is struct
+   timespec. */
+#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
+
 /* Define if tzset clobbers localtime's static buffer. */
 #undef TZSET_CLOBBERS_LOCALTIME_BUFFER
 
index cfb6c41..8c35f40 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -212,6 +213,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 8f5dba3..3823b4e 100644 (file)
@@ -54,16 +54,17 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        exclude.h exitfail.c exitfail.h fchdir-stub.c fchown-stub.c \
        fcntl--.h fcntl-safer.h fd-reopen.c fd-reopen.h fd-safer.c \
        file-type.c file-type.h fileblocks.c filemode.c filemode.h \
-       filenamecat.c filenamecat.h fnmatch.c fopen-safer.c free.c \
-       fsusage.c fsusage.h ftruncate.c fts-cycle.c fts.c fts_.h \
-       gai_strerror.c getaddrinfo.c getcwd.c getcwd.h getdate.h \
-       getdate.y getdelim.c getdelim.h getgroups.c gethostname.c \
-       gethrxtime.c gethrxtime.h getline.c getline.h getloadavg.c \
-       getndelim2.c getopt.c getopt1.c getpagesize.h getpass.c \
-       getpass.h gettime.c gettimeofday.c getugroups.c getusershell.c \
-       group-member.c group-member.h hard-locale.c hard-locale.h \
-       hash-pjw.c hash-pjw.h hash.c hash.h human.c human.h idcache.c \
-       imaxtostr.c intprops.h inttostr.c inttostr.h lchown.c lchown.h \
+       filenamecat.c filenamecat.h fnmatch.c fopen-safer.c \
+       fprintftime.c fprintftime.h free.c fsusage.c fsusage.h \
+       ftruncate.c fts-cycle.c fts.c fts_.h gai_strerror.c \
+       getaddrinfo.c getcwd.c getcwd.h getdate.h getdate.y getdelim.c \
+       getdelim.h getgroups.c gethostname.c gethrxtime.c gethrxtime.h \
+       getline.c getline.h getloadavg.c getndelim2.c getopt.c \
+       getopt1.c getpagesize.h getpass.c getpass.h gettime.c \
+       gettimeofday.c getugroups.c getusershell.c group-member.c \
+       group-member.h hard-locale.c hard-locale.h hash-pjw.c \
+       hash-pjw.h hash.c hash.h human.c human.h idcache.c imaxtostr.c \
+       intprops.h inttostr.c inttostr.h lchown.c lchown.h \
        linebuffer.c linebuffer.h long-options.c long-options.h \
        lstat.c lstat.h malloc.c mbchar.c md5.c md5.h memcasecmp.c \
        memcasecmp.h memchr.c memcmp.c memcoll.c memcoll.h memcpy.c \
@@ -122,9 +123,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -229,7 +231,7 @@ am__DEPENDENCIES_2 = @ALLOCA@
 libcoreutils_a_DEPENDENCIES = $(am__DEPENDENCIES_1) \
        $(am__DEPENDENCIES_2)
 am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) buffer-lcm.$(OBJEXT) \
-       fprintftime.$(OBJEXT) full-read.$(OBJEXT) full-write.$(OBJEXT) \
+       full-read.$(OBJEXT) full-write.$(OBJEXT) \
        localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
        readtokens0.$(OBJEXT) strnlen1.$(OBJEXT) time_r.$(OBJEXT) \
        unicodeio.$(OBJEXT) xalloc-die.$(OBJEXT) \
@@ -288,6 +290,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -386,16 +389,17 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
+AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
 noinst_LIBRARIES = libcoreutils.a
 LDADD = $(noinst_LIBRARIES)
 AM_CPPFLAGS = -I.. -I$(srcdir)
 libcoreutils_a_SOURCES = allocsa.c allocsa.h buffer-lcm.c buffer-lcm.h \
-       euidaccess.h exit.h fprintftime.c fprintftime.h full-read.c \
-       full-read.h full-write.c full-write.h getaddrinfo.h gettext.h \
-       localcharset.c localcharset.h mbchar.h mbswidth.c mbswidth.h \
-       mbuiter.h readtokens0.c readtokens0.h strcase.h strnlen1.c \
-       strnlen1.h strstr.h time_r.c time_r.h unicodeio.c unicodeio.h \
-       verify.h xalloc-die.c xgethostname.c xgethostname.h xmemcoll.c \
+       euidaccess.h exit.h full-read.c full-read.h full-write.c \
+       full-write.h getaddrinfo.h gettext.h localcharset.c \
+       localcharset.h mbchar.h mbswidth.c mbswidth.h mbuiter.h \
+       readtokens0.c readtokens0.h strcase.h strnlen1.c strnlen1.h \
+       strstr.h time_r.c time_r.h unicodeio.c unicodeio.h verify.h \
+       xalloc-die.c xgethostname.c xgethostname.h xmemcoll.c \
        xmemcoll.h xstrndup.c xstrndup.h xstrtoimax.c xstrtoumax.c \
        printf-args.h printf-parse.h vasprintf.h vasnprintf.h
 libcoreutils_a_LIBADD = $(LIBOBJS) $(ALLOCA)
@@ -506,6 +510,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/filenamecat.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fnmatch.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fopen-safer.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fprintftime.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/free.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fsusage.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ftruncate.Po@am__quote@
@@ -645,7 +650,6 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer-lcm.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fprintftime.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-read.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
@@ -912,7 +916,7 @@ charset.alias: config.charset
        mv t-$@ $@
 # Create stdbool.h on systems that lack a working one.
 stdbool.h: stdbool_.h
-       cp $(srcdir)/stdbool_.h $@-t
+       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
        mv $@-t $@
 
 # We need the following in order to create an <alloca.h> when the system
index 1733b42..38d4b95 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -202,6 +203,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 103c1ee..506bd13 100644 (file)
@@ -92,9 +92,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -512,7 +513,8 @@ am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
 sleep_DEPENDENCIES = $(am__DEPENDENCIES_3)
 sort_SOURCES = sort.c
 sort_OBJECTS = sort.$(OBJEXT)
-sort_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
+sort_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
+       $(am__DEPENDENCIES_1)
 split_SOURCES = split.c
 split_OBJECTS = split.$(OBJEXT)
 split_LDADD = $(LDADD)
@@ -712,6 +714,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -812,11 +815,18 @@ sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 bin_SCRIPTS = groups
 noinst_HEADERS = \
-  system.h copy.h cp-hash.h ls.h dircolors.h remove.h \
-  chown-core.h fs.h \
-  wheel.h wheel-size.h
-
-EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \
+  chown-core.h \
+  copy.h \
+  cp-hash.h \
+  dircolors.h \
+  fs.h \
+  ls.h \
+  remove.h \
+  system.h \
+  wheel-size.h \
+  wheel.h
+
+EXTRA_DIST = dcgen dircolors.hin rand-isaac.c tac-pipe.c \
   groups.sh wheel-gen.pl extract-magic
 
 CLEANFILES = $(SCRIPTS) su
@@ -846,7 +856,7 @@ ls_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
 pr_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
 shred_LDADD = $(LDADD) $(LIB_GETHRXTIME) $(LIB_FDATASYNC)
 vdir_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
-sort_LDADD = $(LDADD) $(POW_LIB)
+sort_LDADD = $(LDADD) $(POW_LIB) $(LIB_GETHRXTIME)
 
 # for get_date and gettime
 date_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
@@ -991,7 +1001,7 @@ uninstall-binPROGRAMS:
        done
 
 clean-binPROGRAMS:
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
 
 installcheck-binPROGRAMS: $(bin_PROGRAMS)
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
index 73b5835..dd4048a 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -206,6 +207,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 16a1e38..34c484f 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index abbd701..26839ce 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 523d61a..a264a8f 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 353cafd..c60fe39 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 3b42402..8c80455 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 8c31fbf..7340327 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 549f86a..487d71c 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 6a4c675..aae2b39 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index cb6baeb..5cf1995 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 426ac92..952b884 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index bb92efa..18608bb 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 9fab4a0..d772b08 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index e90f86e..e6e66fa 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index e78bea0..6e60a28 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index fe82622..6d80977 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 5a77c86..2c19a3a 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 9863b7e..6e2edb8 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 64001dc..f645c61 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 4fd2886..b29925e 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 90af7c5..2ee3bfc 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -306,6 +308,9 @@ TESTS_ENVIRONMENT = \
   PROG=$$tst
 
 TESTS = \
+  stat-printf \
+  stat-fmt \
+  sort-rand \
   sha224sum \
   sha256sum \
   sha384sum \
@@ -316,7 +321,6 @@ TESTS = \
   pwd \
   date-sec \
   paste-no-nl \
-  stat-fmt \
   expand \
   fold \
   nohup \
index 01fc36e..4407e27 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 6f79312..a914f8f 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index eb5c04d..c6f65b4 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 9d0f36c..231400e 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 7afc980..a4d62fe 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 2f8d392..48a3f54 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 07bf588..5deef30 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 6399b28..510f244 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 2438f25..98ccdc1 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 3c8defd..6397470 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index b58fbd7..7aad29f 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -316,8 +318,9 @@ n10b.X n11a.I n11a.X n11b.I n11b.X 01a.I 01a.X 02a.I 02a.X 02b.I 02b.X 02c.I \
 18b.I 18b.X 18c.I 18c.X 18d.I 18d.X 18e.I 18e.X 19a.I 19a.X 19b.I 19b.X 20a.I \
 20a.X 21a.I 21a.X 21b.I 21b.X 21c.I 21c.X 21d.I 21d.X 21e.I 21e.X 21f.I 21f.X \
 21g.I 21g.X 22a.I 22a.X 22b.I 22b.X no-file1.X o-no-file1.X create-empty.X \
-neg-nls.I neg-nls.X nul-nls.I nul-nls.X use-nl.I use-nl.X o2.I o2.X nul-tab.I \
-nul-tab.X
+neg-nls.I neg-nls.X nul-nls.I nul-nls.X use-nl.I use-nl.X o2.I o2.X \
+incompat1.I incompat1.X incompat2.I incompat2.X incompat3.I incompat3.X \
+incompat4.I incompat4.X nul-tab.I nul-tab.X
 
 run_gen = n1.O n1.E n2.O n2.E n3.O n3.E n4.O n4.E n5.O n5.E n6.O n6.E n7.O \
 n7.E n8a.O n8a.E n8b.O n8b.E n9a.O n9a.E n9b.O n9b.E n10a.O n10a.E n10b.O \
@@ -337,7 +340,9 @@ n10b.E n11a.O n11a.E n11b.O n11b.E 01a.O 01a.E 02a.O 02a.E 02b.O 02b.E 02c.O \
 20a.E 21a.O 21a.E 21b.O 21b.E 21c.O 21c.E 21d.O 21d.E 21e.O 21e.E 21f.O 21f.E \
 21g.O 21g.E 22a.O 22a.E 22b.O 22b.E no-file1.O no-file1.E o-no-file1.O \
 o-no-file1.E create-empty.O create-empty.E neg-nls.O neg-nls.E nul-nls.O \
-nul-nls.E use-nl.O use-nl.E o2.O o2.E nul-tab.O nul-tab.E
+nul-nls.E use-nl.O use-nl.E o2.O o2.E incompat1.O incompat1.E incompat2.O \
+incompat2.E incompat3.O incompat3.E incompat4.O incompat4.E nul-tab.O \
+nul-tab.E
 
 EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen)
 noinst_SCRIPTS = $x-tests
index 9682076..b51c04f 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index c590151..5a10d80 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 5ef2ba6..493d181 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index c106547..e3e4991 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 90c5da8..8e63125 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 81d2c8f..cfeba7a 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 3d24f7c..54a32e9 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index c76d597..c232ac1 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 4c79ca1..92e1736 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 39a21f9..bdb2495 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 4f66b0b..8da644b 100644 (file)
@@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 03785e0..77f501a 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
index 195ed5a..f915e95 100644 (file)
@@ -64,9 +64,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.m4 \
        $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
-       $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+       $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \
+       $(top_srcdir)/m4/getaddrinfo.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
        $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
@@ -199,6 +200,7 @@ GLIBC21 = @GLIBC21@
 GMSGFMT = @GMSGFMT@
 GNU_PACKAGE = @GNU_PACKAGE@
 GREP = @GREP@
+HAVE__BOOL = @HAVE__BOOL@
 HELP2MAN = @HELP2MAN@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@