diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-06 17:30:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-06 17:30:29 +0000 |
commit | 0f3da8f42573e8640db93ce6acc94b39b31d4ba4 (patch) | |
tree | ee3d8b0d8d19dbdc87cab85ce77609ea1e66af1f | |
parent | bb11ba8316d2d0746ac4625ca98b6a684164ace5 (diff) | |
download | coreutils-0f3da8f42573e8640db93ce6acc94b39b31d4ba4.tar.xz |
.
-rw-r--r-- | config.hin | 3 | ||||
-rw-r--r-- | tests/Makefile.in | 6 | ||||
-rw-r--r-- | tests/misc/Makefile.in | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/config.hin b/config.hin index 64a6675a5..4a1fe7864 100644 --- a/config.hin +++ b/config.hin @@ -127,6 +127,9 @@ 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 diff --git a/tests/Makefile.in b/tests/Makefile.in index ab81b4032..9cce95513 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index fe9d0b1f9..4a4e2d6ef 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -280,7 +280,6 @@ TESTS = \ expand \ fold \ nohup \ - readlink \ head-elide-tail \ split-fail \ false \ |