emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#51868: closed ([PATCH] doc: Improve wording for param spec of `./con


From: GNU bug Tracking System
Subject: bug#51868: closed ([PATCH] doc: Improve wording for param spec of `./configure`.)
Date: Wed, 17 Nov 2021 16:12:02 +0000

Your message dated Wed, 17 Nov 2021 17:11:44 +0100
with message-id <871r3evk1r.fsf@gnu.org>
and subject line Re: bug#51868: [PATCH] doc: Improve wording for param spec of 
`./configure`.
has caused the debbugs.gnu.org bug report #51868,
regarding [PATCH] doc: Improve wording for param spec of `./configure`.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51868: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51868
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Improve wording for param spec of `./configure`. Date: Mon, 15 Nov 2021 14:10:20 +0100
* doc/contributing.texi (Running Guix Before It Is Installed): Writing "Do
<this>. But it won't work unless ..." is a bad practice.
---
 doc/contributing.texi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index db0f836157..aa6bfc2e65 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -120,12 +120,12 @@ Building from Git
 @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
-- 
2.33.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#51868: [PATCH] doc: Improve wording for param spec of `./configure`. Date: Wed, 17 Nov 2021 17:11:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Rostislav Svoboda <rostislav.svoboda@gmail.com> skribis:

> * doc/contributing.texi (Running Guix Before It Is Installed): Writing "Do
> <this>. But it won't work unless ..." is a bad practice.

Good idea.  Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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