summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-05 16:28:53 +0000
committerJim Meyering <jim@meyering.net>2003-06-05 16:28:53 +0000
commite86ab6d4d2a48345ee08098eb20190fe4d710103 (patch)
tree81b729e438463810b5f4fa77e13f87954f548049 /TODO
parent4c89642c8378ac8b24e006293bd5c13a9293e271 (diff)
downloadcoreutils-e86ab6d4d2a48345ee08098eb20190fe4d710103.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index a0f48f70c..d97e465a6 100644
--- a/TODO
+++ b/TODO
@@ -69,3 +69,6 @@ tail: don't use xlseek; it *exits*.
Instead, maybe use a macro and return nonzero.
add mktemp? Suggested by Nelson Beebe
+
+Now that AC_FUNC_LSTAT and AC_FUNC_STAT are in autoconf,
+remove m4/stat.m4 and m4/lstat.m4.