.
authorJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 20:14:20 +0000 (20:14 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 20:14:20 +0000 (20:14 +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 b824085..410ae25 100644 (file)
@@ -126,11 +126,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 52d2201..7fcb51f 100644 (file)
@@ -1029,6 +1029,7 @@ m4_include([m4/settime.m4])
 m4_include([m4/sha1.m4])
 m4_include([m4/sig2str.m4])
 m4_include([m4/signed.m4])
+m4_include([m4/socklen.m4])
 m4_include([m4/sockpfaf.m4])
 m4_include([m4/ssize_t.m4])
 m4_include([m4/st_dm_mode.m4])
index d944cd6..531a962 100644 (file)
 /* Define to 1 if you have the `futimes' function. */
 #undef HAVE_FUTIMES
 
+/* Define to 1 if you have the `futimesat' function. */
+#undef HAVE_FUTIMESAT
+
 /* Define if struct statfs has the f_fstypename member. */
 #undef HAVE_F_FSTYPENAME_IN_STATFS
 
 /* Define to 1 if you have the <sys/resource.h> header file. */
 #undef HAVE_SYS_RESOURCE_H
 
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
+
 /* Define to 1 if you have the <sys/statfs.h> header file. */
 #undef HAVE_SYS_STATFS_H
 
 /* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
+/* Map `socklen_t' to `int' if it is missing. */
+#undef socklen_t
+
 /* Define as a signed type of the same size as size_t. */
 #undef ssize_t
 
index 2e3b8c7..23daa5f 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 993ca2c..9c74092 100644 (file)
@@ -177,11 +177,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 3343c41..8a5b846 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index bf9c092..e18d34a 100644 (file)
@@ -147,11 +147,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 4750129..b05298f 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index ddd97d9..3ead821 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 83432e9..e7dfa60 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 9d82326..b0b246f 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 6f2eb63..482f15c 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 746b84f..c441a05 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index c88ec1f..518e74b 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index c1b0213..5bfcca1 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 9901d00..f055bb9 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 23340c8..dd72383 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 31757b5..72d8367 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 2ad8cc5..f2a2062 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 577f4fb..a795f2e 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 4e38f77..9cb4a62 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 040bfa3..3e9468f 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 965db03..54834ae 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index ec8c528..7653480 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 118c5cb..fdb46ad 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 4cb3aee..2b11f1c 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 0380aa0..53651de 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 5054ce4..d124f61 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 07774e0..cf49db0 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index fd09a99..2e5cc75 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 16df6f6..1e08076 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index a23b70e..8c22901 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 1b4af1e..94cbc30 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 5b0a02c..6cfeca7 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index efce913..4292bad 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index dd8d313..d917023 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 73ded48..4726ce7 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 2ac9ea7..aa345be 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index b08f18d..8ba290d 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index dd6b813..03c115f 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 88c34d3..6a0b14c 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index f537a47..f9881a2 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 1700d79..1def74f 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index d69e291..a4ba6a8 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 986f5cd..3db73e6 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 3846a42..e1e25ce 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index c275771..8022604 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index e7d76bd..5cad519 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 060306e..d654351 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 7f5b2a9..d9809ff 100644 (file)
@@ -119,11 +119,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 639bc6a..cf4df78 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \
index 8203998..d3eb609 100644 (file)
@@ -120,11 +120,12 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/settime.m4 \
        $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sig2str.m4 \
-       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/sockpfaf.m4 \
-       $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
-       $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat-prog.m4 \
-       $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stdbool.m4 \
-       $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio-safer.m4 \
+       $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/socklen.m4 \
+       $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
+       $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat-macros.m4 \
+       $(top_srcdir)/m4/stat-prog.m4 $(top_srcdir)/m4/stat-time.m4 \
+       $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint_h.m4 \
+       $(top_srcdir)/m4/stdio-safer.m4 \
        $(top_srcdir)/m4/stdlib-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strcspn.m4 \
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strftime.m4 \