[gnutls-help] [PATCH 1/2] doc: Run guile with '-q'.
Ludovic Courtès
ludo at gnu.org
Sat Jun 1 17:09:39 CEST 2019
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
More information about the Gnutls-help
mailing list