legacy-imlib2/libltdl
Michael Jennings 81a8709050 It's always a good idea to "make distcheck" before you commit when you add
or remove files. :-)

I fixed that.  I also fixed a bug in filter_test that would have been
revealed by the proper warnings flags.  So whoever wrote that wins the
raster boobie prize for allowing a non-void function to return without a
value.

I also made the spec file auto-generated.


SVN revision: 2719
2000-05-28 16:57:22 +00:00
..
.cvsignore Hush CVS. 2000-04-27 03:37:05 +00:00
COPYING.LIB It's always a good idea to "make distcheck" before you commit when you add 2000-05-28 16:57:22 +00:00
README It's always a good idea to "make distcheck" before you commit when you add 2000-05-28 16:57:22 +00:00
acconfig.h add libtool libltdl form Gary... 1999-08-05 21:54:23 +00:00
stamp-h.in It's always a good idea to "make distcheck" before you commit when you add 2000-05-28 16:57:22 +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