libtool/libltdl
Gary V. Vaughan 2d4c83cc36 * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to
1.2.
* libltdl/Makefile.am (libltdl_la_LDFLAGS):  Bump libtool library
version info to 4:0:1.
2001-09-11 01:26:44 +00:00
..
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
configure.ac * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to 2001-09-11 01:26:44 +00:00
COPYING.LIB * libltdl/COPYING.LIB: Update to version 2.1. 1999-08-07 07:40:18 +00:00
ltdl.c * libltdl/ltdl.c (foreach_dirinpath): argz_len should be a size_t. 2001-09-06 23:16:04 +00:00
ltdl.h * libltdl/ltdl.c (rpl_argz_stringify): New fallback implementation. 2001-08-13 17:25:49 +00:00
Makefile.am * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to 2001-09-11 01:26:44 +00:00
README * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +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)
* libtool's dlpreopen