rpm/elfutils/libltdl
jbj 2d8de3930b Resurrect configure and Makefile.in.
CVS patchset: 5898
CVS date: 2002/11/27 01:10:45
2002-11-27 01:10:45 +00:00
..
.cvsignore Resurrect configure and Makefile.in. 2002-11-27 01:10:45 +00:00
COPYING.LIB Initial revision 2002-10-15 14:53:45 +00:00
Makefile.am Don't bother with configure. 2002-11-26 23:02:51 +00:00
Makefile.in Resurrect configure and Makefile.in. 2002-11-27 01:10:45 +00:00
README Initial revision 2002-10-15 14:53:45 +00:00
acinclude.m4 Initial revision 2002-10-15 14:53:45 +00:00
aclocal.m4 Don't bother with configure. 2002-11-26 23:02:51 +00:00
config-h.in Initial revision 2002-10-15 14:53:45 +00:00
configure Resurrect configure and Makefile.in. 2002-11-27 01:10:45 +00:00
configure.in Initial revision 2002-10-15 14:53:45 +00:00
ltdl.c Initial revision 2002-10-15 14:53:45 +00:00
ltdl.h Initial revision 2002-10-15 14:53:45 +00:00
stamp-h.in Initial revision 2002-10-15 14:53:45 +00:00

README

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