libtool/libltdl
Ralf Wildenhues a0cd232cc1 * doc/libtool.texi (LT_INIT): Fix wording of intro a bit.
<shared, static>: Also describe these default LT_INIT options.
<AC_LIBTOOL_DLOPEN, AC_LIBTOOL_WIN32_DLL>
<AC_DISABLE_FAST_INSTALL>: Mention deprecated macro names,
including the respective LT_INIT replacement.
<AC_DISABLE_SHARED, AC_DISABLE_STATIC, AC_ENABLE_SHARED>
<AC_ENABLE_STATIC>: Document, un-deprecate.  Suggest the
respective LT_INIT replacement.
<AM_DISABLE_SHARED, AM_DISABLE_STATIC, AM_ENABLE_SHARED>
<AM_ENABLE_STATIC>: Document deprecated aliases.
(Distributing libltdl) <AC_WITH_LTDL, AC_LIBLTDL_INSTALLABLE>
<AC_LIBLTDL_CONVENIENCE>: Document deprecated aliases.
* libltdl/m4/ltoptions.m4 (AM_ENABLE_SHARED, AM_DISABLE_SHARED)
(AM_ENABLE_STATIC, AM_DISABLE_STATIC): Make these AU_ALIASes of
the respective AC_* macros, so we do not recommend LT_INIT(*) in
this case.
(AC_ENABLE_SHARED, AC_DISABLE_SHARED, AC_ENABLE_STATIC)
(AC_DISABLE_STATIC): Un-deprecate these.  Remove now-superfluous
aclocal-1.4 backwards compatibility comments.
2007-02-24 08:52:13 +00:00
..
config Fix -export-symbols and -export-symbols-regex for links that 2007-02-23 21:52:50 +00:00
libltdl * libltdl/libltdl/lt_system.h: Adjust copyright years. 2007-01-28 13:40:25 +00:00
loaders * libltdl/ltdl.c: Move LT__UNUSED before parameter name, for g++ 2006-09-04 17:43:37 +00:00
m4 * doc/libtool.texi (LT_INIT): Fix wording of intro a bit. 2007-02-24 08:52:13 +00:00
.cvsignore * .cvsignore, doc/.cvsignore, libltdl/.cvsignore, 2006-06-13 18:36:56 +00:00
argz_.h * libltdl/argz_.h: It's __cplusplus, not _cplusplus. 2006-09-04 17:23:30 +00:00
argz.c Assume C89 for included headers, and throughout the testsuite. 2007-01-27 16:45:40 +00:00
configure.ac * libltdl/m4/ltdl.m4: Bump serial as we are changing the 2005-10-03 15:45:47 +00:00
COPYING.LIB The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__alloc.c Assume presence of a config header in all files, to provoke 2006-10-26 20:39:04 +00:00
lt__dirent.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt__strl.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
lt_dlloader.c Make libltdl work when compiled with a C++ compiler. 2006-09-04 17:27:27 +00:00
lt_error.c * libltdl/lt_error.c (error_strings): Remove parentheses around 2005-12-29 13:52:54 +00:00
ltdl.c * libltdl/ltdl.c (lt_dlexit): Add casts to fix compilation with 2007-02-06 19:00:50 +00:00
ltdl.h * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlinterface_free): New 2005-11-25 18:42:28 +00:00
Makefile.inc In the subpackage case, we do not install Makefile.inc. Since 2005-12-16 16:36:20 +00:00
README * ltmain.in: Always use $echo not echo for consistency. 2003-03-20 20:24:21 +00:00
slist.c Make libltdl work when compiled with a C++ compiler. 2006-09-04 17:27:27 +00:00

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen