]> git.ipfire.org Git - thirdparty/autoconf.git/commit
doc: -f is now portable for cp and ln
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Jan 2015 21:02:48 +0000 (13:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Jan 2015 21:03:39 +0000 (13:03 -0800)
commit4774ff5c33d34bb6ad21c06f3c2b54d6e700740e
tree9d403b537361457f1448be7379f4bda8a825997a
parent3d6479f6ae9305fded5e5bd08c858c16484ea620
doc: -f is now portable for cp and ln

This follows up on a comment by Glenn Morris in:
http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00011.html
* doc/autoconf.texi (Limitations of Usual Tools):
Remove circa-1990 advice about avoiding cp -f and ln -f.
Although that advice was reasonable for the early 1990s, the -f
option is portable for both cp and ln nowadays.  These options
were standardized in POSIX 1003.2-1992, and pre-POSIX systems such
as SunOS 4 are no longer of practical concern.
doc/autoconf.texi