guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: doc: Improve wording for param spec of `./configure`.


From: guix-commits
Subject: 09/13: doc: Improve wording for param spec of `./configure`.
Date: Wed, 17 Nov 2021 17:07:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit fa67d6eef67092aff355d769a38d8bb46b4b8c48
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Mon Nov 15 14:10:20 2021 +0100

    doc: Improve wording for param spec of `./configure`.
    
    * doc/contributing.texi (Running Guix Before It Is Installed): Writing "Do
    <this>. But it won't work unless ..." is a bad practice.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/contributing.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index db0f836..aa6bfc2 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -120,12 +120,12 @@ export ACLOCAL_PATH=/usr/share/aclocal
 @xref{Macro Search Path,,, automake, The GNU Automake Manual}, for
 more information.
 
-Then, run @command{./configure} as usual.  Make sure to pass
-@code{--localstatedir=@var{directory}} where @var{directory} is the
-@code{localstatedir} value used by your current installation (@pxref{The
-Store}, for information about this), usually @file{/var}.  Note that you
-will probably not run @command{make install} at the end (you don't have
-to) but it's still important to pass the right @code{localstatedir}.
+Then, run @command{./configure --localstatedir=@var{directory}}, where
+@var{directory} is the @code{localstatedir} value used by your current
+installation (@pxref{The Store}, for information about this), usually
+@file{/var}.  Note that you will probably not run @command{make install}
+at the end (you don't have to) but it's still important to pass the
+right @code{localstatedir}.
 
 Finally, you have to invoke @code{make && make check} to build Guix and
 run the tests (@pxref{Running the Test Suite}).  If anything fails, take



reply via email to

[Prev in Thread] Current Thread [Next in Thread]