guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, branch_release-1-8, updated. release_1


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, branch_release-1-8, updated. release_1-8-6-65-gb6c09de
Date: Tue, 30 Jun 2009 22:31:24 +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=b6c09de56a6978e60c6815ce69403fc7dc0268b5

The branch, branch_release-1-8 has been updated
       via  b6c09de56a6978e60c6815ce69403fc7dc0268b5 (commit)
      from  9d9a58e1841386b14bf0b03bf4bffc2e50181edb (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 b6c09de56a6978e60c6815ce69403fc7dc0268b5
Author: Neil Jerram <address@hidden>
Date:   Tue Jun 30 23:31:11 2009 +0100

    Add libguile to the subdirs where pre-inst-guile* looks for libraries
    
    This fixes a problem on some platforms where a pre-inst guile
    incorrectly picks up an old installed library (e.g. from
    /usr/local/lib) instead of the not-yet-installed newly built library.
    
    For detailed discussion see
    and
    http://www.mail-archive.com/address@hidden/msg02529.html.
    
    * pre-inst-guile-env.in (subdirs_with_ltlibs): Add libguile.
    
    * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.

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

Summary of changes:
 pre-inst-guile-env.in |    2 +-
 pre-inst-guile.in     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pre-inst-guile-env.in b/pre-inst-guile-env.in
index 5bf1e13..80442b5 100644
--- a/pre-inst-guile-env.in
+++ b/pre-inst-guile-env.in
@@ -31,7 +31,7 @@
 # Example: ../../pre-inst-guile-env ./guile-test-foo
 
 # config
-subdirs_with_ltlibs="srfi guile-readline"       # maintain me
+subdirs_with_ltlibs="srfi guile-readline libguile"       # maintain me
 
 # env (set by configure)
 top_srcdir="@top_srcdir_absolute@"
diff --git a/pre-inst-guile.in b/pre-inst-guile.in
index 01f4f25..f92e88e 100644
--- a/pre-inst-guile.in
+++ b/pre-inst-guile.in
@@ -43,7 +43,7 @@
 # Code:
 
 # config
-subdirs_with_ltlibs="srfi guile-readline"       # maintain me
+subdirs_with_ltlibs="srfi guile-readline libguile"       # maintain me
 
 # env (set by configure)
 top_srcdir="@top_srcdir_absolute@"


hooks/post-receive
-- 
GNU Guile




reply via email to

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