From: Ralf Wildenhues Date: Fri, 20 Oct 2006 16:25:30 +0000 (+0000) Subject: * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos. X-Git-Tag: AUTOCONF-2.60b~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de32559bbda8d29338690d3f151b6abe4a18859;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos. --- diff --git a/ChangeLog b/ChangeLog index d98788978..4614d9c53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-20 Ralf Wildenhues + + * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos. + 2006-10-19 Eric Blake * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 1553fdb12..bb0fa3aa5 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -13490,7 +13490,7 @@ was equivalent to @samp{sources='*.c not found'} in the absence of @prindex @command{mkdir} @cindex Making directories No @command{mkdir} option is portable to older systems. Instead of -@samp{mkdir -p @var{file-name}}, you should use use +@samp{mkdir -p @var{file-name}}, you should use @code{AS_MKDIR_P(@var{file-name})} (@pxref{Programming in M4sh}) or @code{AC_PROG_MKDIR_P} (@pxref{Particular Programs}). @@ -13613,7 +13613,7 @@ This problem no longer exists in Mac OS X 10.4.3. @prindex @command{rm} The @option{-f} and @option{-r} options are portable. -A file might not be be removed even if its parent directory is writable +A file might not be removed even if its parent directory is writable and searchable. Many Posix hosts cannot remove a mount point, a named stream, a working directory, or a last link to a file that is being executed.