From: Jim Meyering Date: Tue, 6 Jul 2004 17:30:29 +0000 (+0000) Subject: . X-Git-Tag: v5.3.0~1139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3da8f42573e8640db93ce6acc94b39b31d4ba4;p=thirdparty%2Fcoreutils.git . --- diff --git a/config.hin b/config.hin index 64a6675a54..4a1fe78641 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 ab81b4032b..9cce955134 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 fe9d0b1f90..4a4e2d6efa 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 \