This makes sure we don't load the user's ~/.guile.

* doc/Makefile.am (GUILE_FOR_BUILD): Pass '-q'.
---
 doc/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 773ab6dc7f..74144edbcb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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    \
-- 
2.21.0


_______________________________________________
Gnutls-help mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-help

Reply via email to