libtool/libltdl
Alexandre Oliva 981a66b4df * libltdl/configure.in: reintroduce code to detect native library
extension
* libltdl/ltdl.c (lt_dlopen): if a .la file name is given, that's
all.  Otherwise, lt_dlopen now tries to append .la first.  If this
fails, it tries the given filename, and, at last, tries to append
the native library extension to the given filename.
* doc/libtool.texi (lt_dlopen): explain new lookup strategy
1999-01-21 05:08:23 +00:00
..
.cvsignore * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00
configure.in * libltdl/configure.in: reintroduce code to detect native library 1999-01-21 05:08:23 +00:00
ltdl.c * libltdl/configure.in: reintroduce code to detect native library 1999-01-21 05:08:23 +00:00
ltdl.h * libltdl/ltdl.h (LTDL_PRELOADED_SYMBOLS): remove it; better to 1999-01-20 08:58:51 +00:00
Makefile.am * libltdl/Makefile.am (Makefile): depend on libtool 1999-01-19 23:56:32 +00:00
README * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00

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