doc: Add --sysconfdir=/etc to the recommended ./configure.

* doc/contributing.texi (Building from Git): Add --sysconfdir=/etc to the
recommended ./configure invocation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Josselin Poiret 2023-04-24 21:59:05 +02:00 committed by Ludovic Courtès
parent d9d25bf517
commit e4f17429a6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -130,7 +130,7 @@ more information.
Then, run:
@example
./configure --localstatedir=/var
./configure --localstatedir=/var --sysconfdir=/etc
@end example
@noindent