From: Eric Blake Date: Fri, 16 Oct 2009 00:43:45 +0000 (-0600) Subject: Fix typos in INSTALL. X-Git-Tag: v2.65~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5062187d562e035e3c81bcecac1221ecded003;p=thirdparty%2Fautoconf.git Fix typos in INSTALL. * doc/install.texi (Basic Installation, Installation Names): Fix typos in last patch. Repored by Ralf Wildenhues. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 2cd033fa..6d8d51d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-10-15 Eric Blake + Fix typos in INSTALL. + * doc/install.texi (Basic Installation, Installation Names): Fix + typos in last patch. + Repored by Ralf Wildenhues. + Improve INSTALL wording. * doc/install.texi (Basic Installation): Clarify installcheck behavior. diff --git a/doc/install.texi b/doc/install.texi index 5ce59eb2..9d885e9d 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -86,7 +86,7 @@ and only the @samp{make install} phase executed with root privileges. Optionally, type @samp{make installcheck} to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular -user, particlarly if the prior @samp{make install} required root +user, particularly if the prior @samp{make install} required root privileges, verifies that the installation completed correctly. @item @@ -201,7 +201,7 @@ affected directory. For example, @samp{make install prefix=/alternate/directory} will choose an alternate location for all directory configuration variables that were expressed in terms of @samp{$@{prefix@}}. Any directories that were specified during -@command{configure}, but not in terms of the common prefix, must each be +@command{configure}, but not in terms of @samp{$@{prefix@}}, must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the @acronym{GNU}