guile/meta
Andy Wingo eb350124a8 add the libdir to the ltdl lib search path
* libguile/Makefile.am (libpath.h): Fix pkgdatadir, pkglibdir, and
  pkgincludedir entries. Add a new define, SCM_LIB_DIR.

* libguile/dynl.c (sysdep_dynl_init): Add the libdir to the libltdl
  search path. Should fix
  http://thread.gmane.org/gmane.lisp.guile.bugs/4289/focus=4296 -- that
  is, it should allow guile to be invoked from whereever it is
  installed, without munging LTDL_LIBRARY_PATH or the like variables.

  There is a trick though -- during the build, we don't want to be
  looking in the $libdir for loadable modules. So as with
  GUILE_SYSTEM_PATH, we have GUILE_SYSTEM_LTDL_PATH.

* meta/uninstalled-env.in: Set GUILE_SYSTEM_LTDL_PATH to "" when
  building.
2009-09-16 18:10:19 +02:00
..
ChangeLog-2008 allow building against uninstalled guile; move some things to meta/ 2009-03-27 14:03:03 -07:00
gdb-uninstalled-guile.in autocompiled files before installation go to a cache dir in the builddir 2009-08-20 18:52:38 +02:00
guile-2.0-uninstalled.pc.in Add BDW_GC_CFLAGS' to the .pc' files. 2009-08-28 21:08:07 +02:00
guile-2.0.pc.in Add BDW_GC_CFLAGS' to the .pc' files. 2009-08-28 21:08:07 +02:00
guile-config Switch from guile-1.8.pc' to guile-2.0.pc'. 2009-08-15 12:05:36 +02:00
guile-tools.in Add proper --help' and --version' for `guile-tools compile'. 2009-08-15 14:18:57 +02:00
guile.in autocompiled files before installation go to a cache dir in the builddir 2009-08-20 18:52:38 +02:00
guile.m4 Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
Makefile.am actually install guile-tools 2009-08-26 12:16:36 +02:00
uninstalled-env.in add the libdir to the ltdl lib search path 2009-09-16 18:10:19 +02:00