guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-180-gfe4ea


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-180-gfe4ea68
Date: Sat, 22 Oct 2011 14:11:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=fe4ea6859e7d19a0fe2694a3fb49f4abb722afc1

The branch, stable-2.0 has been updated
       via  fe4ea6859e7d19a0fe2694a3fb49f4abb722afc1 (commit)
      from  8fc5ef7df87f9f6da33af0cb3c79f354c0ccd708 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe4ea6859e7d19a0fe2694a3fb49f4abb722afc1
Author: Ludovic Courtès <address@hidden>
Date:   Sat Oct 22 16:11:01 2011 +0200

    doc: Document the `sitedir' and `extensiondir' pkg-config variables.
    
    * doc/ref/libguile-parallel.texi (Parallel Installations): Document the
      `sitedir' and `extensiondir' pkg-config variables.  This fixes
      <https://savannah.gnu.org/bugs/index.php?32515>, reported by
      Dale. P. Smith.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/libguile-parallel.texi |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/doc/ref/libguile-parallel.texi b/doc/ref/libguile-parallel.texi
index 09c60f5..37a7139 100644
--- a/doc/ref/libguile-parallel.texi
+++ b/doc/ref/libguile-parallel.texi
@@ -36,9 +36,30 @@ to get the compilation and linking flags necessary to link 
to version
 @code{pkg-config} during the configuration phase of your program and use
 the obtained information in the Makefile.
 
+Guile's @code{pkg-config} file,
address@hidden@value{EFFECTIVE-VERSION}.pc}, defines additional useful
+variables:
+
address@hidden @code
address@hidden sitedir
address@hidden @code{sitedir}
+The default directory where Guile looks for Scheme source and compiled
+files (@pxref{Installing Site Packages, %site-dir}).  Run
address@hidden address@hidden --variable=sitedir}
+to see its value.  @xref{Autoconf Macros, GUILE_SITE_DIR}, for more on
+how to use it from Autoconf.
+
address@hidden extensiondir
address@hidden @code{extensiondir}
+The default directory where Guile looks for extensions---i.e., shared
+libraries providing additional features (@pxref{Modules and
+Extensions}).  Run @command{pkg-config address@hidden
+--variable=extensiondir} to see its value.
address@hidden table
+
address@hidden
 See the @code{pkg-config} man page, for more information, or its web
 site, @url{http://pkg-config.freedesktop.org/}.
-
 @xref{Autoconf Support}, for more on checking for Guile from within a
 @code{configure.ac} file.
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]