mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
a0cd232cc1
<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. |
||
---|---|---|
.. | ||
config | ||
libltdl | ||
loaders | ||
m4 | ||
.cvsignore | ||
argz_.h | ||
argz.c | ||
configure.ac | ||
COPYING.LIB | ||
lt__alloc.c | ||
lt__dirent.c | ||
lt__strl.c | ||
lt_dlloader.c | ||
lt_error.c | ||
ltdl.c | ||
ltdl.h | ||
Makefile.inc | ||
README | ||
slist.c |
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