1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 06:20:30 +02:00
Commit graph

12 commits

Author SHA1 Message Date
Neil Jerram
51f465a948 Revert "Add libguile to the subdirs where pre-inst-guile* looks for libraries"
This reverts commit b6c09de56a.

Sorry, 1.8/master confusion on my part.  Thanks to Ludovic for
explaining why this commit isn't needed.
(http://lists.gnu.org/archive/html/guile-devel/2009-07/msg00001.html)
2009-07-01 23:15:10 +01:00
Neil Jerram
b6c09de56a 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/guile-devel@gnu.org/msg02529.html.

* pre-inst-guile-env.in (subdirs_with_ltlibs): Add libguile.

* pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
2009-06-30 23:31:11 +01:00
Neil Jerram
5826bf6572 Release stuff: missing NEWS and 2007/2008 copyrights. 2008-02-15 22:37:52 +00:00
Neil Jerram
0116c1941b (dyld_prefix), pre-inst-guile-env.in
(dyld_prefix): Construct and export dyld_prefix in a similar way
to ltdl_prefix, to allow pre-install dynamic linking to work on
MacOS.  Thanks to Roger Mc Murtrie for reporting this problem.
2008-01-30 22:55:28 +00:00
Marius Vollmer
0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
Marius Vollmer
92205699d0 The FSF has a new address. 2005-05-23 19:57:22 +00:00
Rob Browning
4cacadc1d3 modify to handle move of readline.scm to
ice-9 subdir of guile-readline.
2004-06-16 17:13:27 +00:00
Rob Browning
07921c7642 *** empty log message *** 2003-04-07 17:52:28 +00:00
Thien-Thi Nguyen
ce8b584c2d (top_srcdir): Use `top_srcdir_absolute' AC_SUBST var. 2002-03-04 22:39:06 +00:00
Thien-Thi Nguyen
3e76fda1f6 (top_srcdir): Fix ref bug: Force absolute. 2002-03-04 16:35:50 +00:00
Thien-Thi Nguyen
ec99391afd Typofix; nfc. 2002-02-28 06:10:47 +00:00
Thien-Thi Nguyen
99d8f2d5a6 Initial revision 2002-02-26 10:04:14 +00:00