summaryrefslogtreecommitdiff
path: root/doc/ref/libguile-parallel.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-01-22 13:30:25 +0100
committerAndy Wingo <wingo@pobox.com>2015-01-22 13:30:25 +0100
commit12dfe6568c82ba0e55286d1b604044f948dd16f2 (patch)
tree6522856c57af92b042e4d9a6964e16daceb57a6a /doc/ref/libguile-parallel.texi
parenta5b5cb422e66f77cac34ded42631db6a067323cc (diff)
parent5fac1a7ada362d78f13143acbc0ceca7f2f101de (diff)
downloadguile-12dfe6568c82ba0e55286d1b604044f948dd16f2.tar.gz
Merge commit '5fac1a7ada362d78f13143acbc0ceca7f2f101de'
Conflicts: configure.ac doc/ref/libguile-parallel.texi
Diffstat (limited to 'doc/ref/libguile-parallel.texi')
-rw-r--r--doc/ref/libguile-parallel.texi19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/ref/libguile-parallel.texi b/doc/ref/libguile-parallel.texi
index a0e1ea978..166766edf 100644
--- a/doc/ref/libguile-parallel.texi
+++ b/doc/ref/libguile-parallel.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011, 2013
-@c Free Software Foundation, Inc.
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011,
+@c 2013-2014 Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@node Parallel Installations
@@ -55,6 +55,21 @@ The default directory where Guile looks for extensions---i.e., shared
libraries providing additional features (@pxref{Modules and
Extensions}). Run @command{pkg-config guile-@value{EFFECTIVE-VERSION}
--variable=extensiondir} to see its value.
+
+@item guile
+@itemx guild
+@cindex program name transformations, dealing with
+The absolute file name of the @command{guile} and @command{guild}
+commands@footnote{The @code{guile} and @code{guild} variables defined
+starting from Guile version 2.0.12.}. Run @command{pkg-config
+guile-@value{EFFECTIVE-VERSION} --variable=guile} or
+@code{--variable=guild} to see their value.
+
+These variables allow users to deal with program name transformations
+that may be specified when configuring Guile with
+@code{--program-transform-name}, @code{--program-suffix}, or
+@code{--program-prefix} (@pxref{Transformation Options,,, autoconf, GNU
+Autoconf Manual}).
@end table
@noindent