]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: Run guile with '-q'.
authorLudovic Courtès <ludo@gnu.org>
Sat, 1 Jun 2019 14:52:34 +0000 (16:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 16 Sep 2019 11:55:32 +0000 (13:55 +0200)
This makes sure we don't load the user's ~/.guile.

* doc/Makefile.am (GUILE_FOR_BUILD): Pass '-q'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/Makefile.am

index add63c23d508fee7fe5a5e9a27e8618d1793bdd6..8eb30398df9d524516f656abf3236a85d6f51474 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012, 2019 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos
 #
@@ -492,7 +492,7 @@ if HAVE_GUILE
 
 GUILE_FOR_BUILD =                              \
   GUILE_AUTO_COMPILE=0                         \
-  $(GUILE) -L $(top_srcdir)/guile/modules
+  $(GUILE) -q -L $(top_srcdir)/guile/modules
 
 SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)                     \
         -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes    \