libtool/libltdl
Alexandre Oliva 196265528f * libltdl/configure.in (libltdl_cv_shlibext, LTDL_SHLIB_EXT):
system-dependent extension of shared libraries
	(libltdl_cv_shlibpath_var, LTDL_SHLIBPATH_VAR): system-dependent
	run-time shared library search path
	* libltdl/ltdl.c (dldpre_init, dldpre_exit): unrelate init/exit
	from add/remove symlists, so one may add dld_preloaded_symbols
	from main(), when only a library will call dldpre_init
	(lt_dlopen): use LTDL_SHLIBPATH_VAR, if defined, as secondary
	search path.  Also, if a requested .la file cannot be found, try
	with the LTDL_SHLIB_EXTension instead.
1999-01-13 18:37:25 +00:00
..
.cvsignore * NEWS: -module and libtldl 1998-11-18 07:29:36 +00:00
configure.in * libltdl/configure.in (libltdl_cv_shlibext, LTDL_SHLIB_EXT): 1999-01-13 18:37:25 +00:00
ltdl.c * libltdl/configure.in (libltdl_cv_shlibext, LTDL_SHLIB_EXT): 1999-01-13 18:37:25 +00:00
ltdl.h *** empty log message *** 1999-01-12 20:42:47 +00:00
Makefile.am * configure.in (AC_CONFIG_SUBDIRS): add libltdl, demo, mdemo and 1999-01-10 19:16:30 +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.