]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 21 Dec 2005 10:23:51 +0000 (10:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Dec 2005 10:23:51 +0000 (10:23 +0000)
51 files changed:
Makefile.in
aclocal.m4
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 192005ff0f877fc7e722dc505eaec0075cd50885..fd8b92934ea7a3d91ba48b169e30d8f36c7d18ec 100644 (file)
@@ -54,7 +54,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 1d415e7eda75aa66243f8848fcb9402c572dbc61..6993d4db9695fcdbac5dfc34e328e5deea81b7c5 100644 (file)
@@ -918,7 +918,9 @@ m4_include([m4/calloc.m4])
 m4_include([m4/canon-host.m4])
 m4_include([m4/canonicalize.m4])
 m4_include([m4/chdir-long.m4])
+m4_include([m4/chdir-safer.m4])
 m4_include([m4/check-decl.m4])
+m4_include([m4/chmod-safer.m4])
 m4_include([m4/chown.m4])
 m4_include([m4/clock_time.m4])
 m4_include([m4/cloexec.m4])
index 2d76b4c74f29fb4b942ef4514f52b9f28fca95e0..ad90f3d9bc843729819a54b9af9e8f01029c82a9 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 87ab4ace93b518c73bf45f32d3f60d8c22984322..e244230c9372551cefc64ebf12ba2f2f4e33098f 100644 (file)
@@ -46,7 +46,8 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        argmatch.c argmatch.h asnprintf.c asprintf.c atexit.c \
        backupfile.c backupfile.h basename.c c-strtod.c c-strtod.h \
        c-strtold.c calloc.c canon-host.c canon-host.h canonicalize.c \
-       canonicalize.h chdir-long.c chdir-long.h chown.c cloexec.c \
+       canonicalize.h chdir-long.c chdir-long.h chdir-safer.c \
+       chdir-safer.h chmod-safer.c chmod-safer.h chown.c cloexec.c \
        cloexec.h closeout.c closeout.h creat-safer.c cycle-check.c \
        cycle-check.h dev-ino.h diacrit.c diacrit.h dirfd.c dirfd.h \
        dirname.c dirname.h dup-safer.c dup2.c error.c error.h \
@@ -107,7 +108,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
@@ -486,6 +488,8 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/canon-host.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/canonicalize.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chdir-long.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chdir-safer.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chmod-safer.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chown.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cloexec.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/closeout.Po@am__quote@
index eb3f92756aee83271d94b366887f0d94dc48c5a7..fcc79de916a9023dfc64c8a0be589763ba7b0fda 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 93e39d0769158bee666019c6adba9d8f2c37e1d8..4485290f8b7995dd0eaea064268c194b6afa54bc 100644 (file)
@@ -76,7 +76,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 924b9f907092ec580f339ac9366157f7de20d5e6..37c29cb940a210da8f6aa9073d6447b6b2d98afa 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 9fe2bc37b4744ef879ec8ed5f3b19259bea6e39b..1ba896082ed5a1a96ed48dfeeaeea0a55305af54 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 0fc43c53ccf1450f16dcbe7d884d46c49a5b014d..ec5d63bf343ca4b55a2c12547c4915df87aba498 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index f049a1734ded624319ddbca58d8077eca20f0bbb..c260593695cf7dd64628f43259da536276fd0d88 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 2d51ad087150bb4d16acaa3b33130cc5fa0b5ad3..5e539ccb24bf7fdf4a0215ca9689c5b654b22a30 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index b4d64620bfb5acb85ae7d2cc630ab8b18cdc42a3..f833176840f511abdcac87b9f1bf14bb6d03fba0 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 7239222f9ecf7e60b52b403492ab10bb53f6da94..833bad038f55197a8923c43bc0d152c0d79e3b0a 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 5b3b520237bc50539e24f713f85cf4bd4f7422ef..8586e3b5e6145ca7a58a918150e4db63efc5c40b 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 82469733a4da4cce5cf3ac4777cbcf74dcafb6ce..afdf4ed293d4f6daf841d755893d1a4ec5e851f0 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 1eeee9472699f01408ffe3c2b18f25aa22f3bbe2..35c18ceacb4d080ee5eb2b11b6ecb43833b7cbbe 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 78f1067d7c3ff37c378b29a783353438a855b843..1e27f781379175ebf901313e88f6bc8da4a10860 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 4c645c94a81329a7cea6e3275af5dd562a4f88ef..3cef2d1d86025e893663345cfa717d3307930441 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 49900ef74679ad6420b645811f163e0ad253eafc..78311a2616cef69496d0136e1add195ebf544c70 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index c81c373b6d94367b73839a0e68041e7285b54063..a9a9720f3ccb06dbb47e6eb5661e9615885b66bf 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 8934d042d148ade0387816224a08f808f16997ec..604583b6ffe72bedae8da2d8e095ea3c98753f2e 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 7ff2ee60b1b37bef9e8727e3422848dd21afb3cf..4c93453060acf2353dea3fedd7f8efc6c903404a 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index bc7552ecf9bb4977c3d1301ed0952600d21a54c1..2896e0878ae8021c6f5478ed85cdc88a5d26c0c3 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index f89d222bab63187e2d1d4dd9b68c9670447ebfb3..a0b691d511cad77505c30450024183a3d73988bd 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 5bdbf485cc39806e53c303737d206387fe194a8f..eec2df23b062102d41bbfc7c4fdcbe8c5a89e5fe 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 8ea1080753870cc3d68b1a02f9c7d4e90d5e6c77..06aa3d7bc5fb4084a6e35d1424beac884f03098a 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 847eb34dda3d910162888531477431d3572b9dfe..3d5bd6892f2896dcdffe8b46b160c0f9242917f3 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
@@ -309,6 +310,7 @@ TESTS_ENVIRONMENT = \
   PROG=$$tst
 
 TESTS = \
+  mknod \
   stat-printf \
   stat-fmt \
   sort-rand \
index 5827618789ca9028b2809fa959a205bb088eadfd..5c5b12248178f4c36463dcb0756b5d73633dce39 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index cb4e816f1dd8f0ff8c048e04bad538d9c7520f19..e09f71c50b5e62f877857e423770693c1cad2d40 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index d57217054d1286b6e6015a59dd1ccc4c3383525b..4fe312368aee1d993b760d55e0bee553a94d774f 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index b7e4f3eba87de826bbe20e63d31235b49b11fcdd..8791eef654592af4475f72fe021c939d9112ad91 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 6d47a70b343f609272e2d29cb94fbe04f05940e9..4aa098e0b4f971289fac74c57d083d302dd157ec 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 6a0d51653130c9f8686554fba66cd078363e40cd..c0cef96d3e49508dd52e6357489db44bdbf2c4f8 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index e8ea27fa8600692687e9a16e6b28fef4dd58ea2b..639923aca610905ce9fe7a253886f64446458341 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 7887e972fe963d2500ae5d2758b30bda7ccd6ce1..1a4faccced1f746da6675046d608bac29bb5b6ed 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 3ad62439c888589a8601f1cd938a80d8fb200904..916a62891b740904ec1da7586afdfbf84eefd7e0 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 79c82e4c1274d4e3f527ba5709f7d58dc9108e8b..15f7a4468f6dbaeb101effc63534435a8bf122be 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 86bd8753c02b7e1dde71e140dec3bd632373f174..57e07ced2562d9e36fa3fc16c5f3e06b94c7ad7b 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 0b31bb4d966ffc32ebb81140bf065f052675f6e8..85e3c38d6848f7f337a7cbba1972c462ba6ad5d4 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 34a1faa256a4b09708aefa07cd4e51582b13f9d2..6c6f3d121a8ac4af619a1264c2227564a2241e09 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 8d3aa1ec7ced538a3d424cea3b3a983172408e4e..10ec930794d972d7f2256c91b831c3e26a69eb16 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 09ef6a9e23811f560c10e26e84750a3b204916c0..9a04a694b66ec2dffc52229e9dc9ccd30b1f259c 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 6d42059c1604bbd208159a895b2ea2e77678dc04..f2ef74d708aade545e74a15dedb5ab1a9020d98a 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index de641e3f0a2266401d5eba90a9bdeab067e1ec72..531d575f40d3b711d608afd755668473bea9646e 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index ffa69fcc1dae6dc9f3913cfada8154bca752ee4f..020d81207957b5f7b89a441996f82d82399e2590 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 785543356d29c3886fbb5e4b4db3e069bf0163d7..93ed978516004929a523def82dedc52f62e7912f 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index aad02fa99b4d04c4929a24ae069067f8ab27e053..08744a2af653c536d0cda368ce593073d889fad7 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 881615e2177d1c7347c61cb47055c9be181a6d66..15d8917f8be17caf988dc37591fee18433ed8cce 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index fddc0031b92ffd571a029b6661f678c473c217a4..c3f809231ff2a81ba026f380ad2f0cb5dc81ea6a 100644 (file)
@@ -47,7 +47,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index 7e413b0d74669f8b25c40d48d5f2f5df8af00ed6..e9ce8975249beb414ff5981173bc6e397a6f6b9a 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \
index ccd358f16d299ac6a8d362cfdec7ebe037cd4b56..7925ee2a25a50caf426e0303a5efdf08a40880de 100644 (file)
@@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \
        $(top_srcdir)/m4/canon-host.m4 \
        $(top_srcdir)/m4/canonicalize.m4 \
-       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \
+       $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \
+       $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \
        $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \
        $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \