]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 6 Jul 2004 17:30:29 +0000 (17:30 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 6 Jul 2004 17:30:29 +0000 (17:30 +0000)
config.hin
tests/Makefile.in
tests/misc/Makefile.in

index 64a6675a549f582d4a69de9e6a5d663b024f5731..4a1fe7864119e8c9e2f93d471b985b145423e688 100644 (file)
    to 0 otherwise. */
 #undef HAVE_CALLOC
 
+/* Define to 1 if you have the `canonicalize_file_name' function. */
+#undef HAVE_CANONICALIZE_FILE_NAME
+
 /* Define to 1 if your system has a working `chown' function. */
 #undef HAVE_CHOWN
 
index ab81b4032b82b05508ed721fc775e517a4a394d0..9cce9551341e5d9f9a4c2d9db3a07957c869bd7d 100644 (file)
@@ -290,9 +290,9 @@ EXTRA_DIST = \
 
 SUBDIRS = \
   basename chgrp chmod chown cp cut date dd dircolors du expr factor \
-  fmt head install join ln ls ls-2 md5sum misc mkdir mv od pr rm rmdir \
-  seq sha1sum shred sort stty sum tac tail tail-2 test touch tr tsort \
-  unexpand uniq wc
+  fmt head install join ln ls ls-2 md5sum misc mkdir mv od pr readlink \
+  rm rmdir seq sha1sum shred sort stty sum tac tail tail-2 test touch \
+  tr tsort unexpand uniq wc
 
 all: all-recursive
 
index fe9d0b1f90a218b04c915b1b0fc71aa8c4c7f1d7..4a4e2d6efa2191bf446f37abb1f1449bd2fbd960 100644 (file)
@@ -280,7 +280,6 @@ TESTS = \
   expand \
   fold \
   nohup \
-  readlink \
   head-elide-tail \
   split-fail \
   false \