]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typos in INSTALL.
authorEric Blake <ebb9@byu.net>
Fri, 16 Oct 2009 00:43:45 +0000 (18:43 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 16 Oct 2009 00:43:45 +0000 (18:43 -0600)
* doc/install.texi (Basic Installation, Installation Names): Fix
typos in last patch.
Repored by Ralf Wildenhues.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/install.texi

index 2cd033fac85200e3755a40f090ad794884ae030d..6d8d51d06986dd418e0088fa795a5d451af5518f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-10-15  Eric Blake  <ebb9@byu.net>
 
+       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.
index 5ce59eb261b55340a613b4aa1314c8872c7e33ef..9d885e9df8cd0af55d331b3af827a85c484c1759 100644 (file)
@@ -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}