it seems to have been a false alarm.
2004-01-05 Paul Eggert <eggert@twinsun.com>
+ * doc/autoconf.texi (Limitations of Usual Tools):
+ Remove warning against "rm -fr" introduced yesterday; it
+ seems to have been a false alarm.
+
* bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
autoscan, autoupdate, ifnames): Don't use chmod -w.
* lib/Makefile.am (autom4te.cfg): Likewise.
rm -f foo
@end example
-@item @command{rm}
-@c ---------------
-@prindex @command{rm}
-Avoid @samp{rm -fr}; instead, use @samp{rm -f -r}. @acronym{POSIX} says
-that scripts must not combine options into a single argument when
-invoking a standard utility like @command{rm}.
-
@item @command{sed}
@c ----------------
@prindex @command{sed}