*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 2 Apr 2003 18:42:12 +0000 (18:42 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Apr 2003 18:42:12 +0000 (18:42 +0000)
TODO

diff --git a/TODO b/TODO
index 233fffa..20b86ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -72,3 +72,8 @@ nl: fix this bug:
   $
 
 m4: rename all macros that start with AC_ to start with another prefix
+
+Consider using an autoconf test and rename wrapper to make mv work
+properly (by unlinking a) in cases like this:
+  : > a; ln a b; mv a b
+Reported by Ed Avis.