]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/configure.in (libltdl_cv_shlibext, LTDL_SHLIB_EXT):
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 13 Jan 1999 18:37:25 +0000 (18:37 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 13 Jan 1999 18:37:25 +0000 (18:37 +0000)
commit196265528fdc3ef82e9a8f7623a9ff8e398908c9
tree5a3ab12a1fef5c51cb6003d0516ad054a35a4835
parent8c49ba24a343af8e8896783806c13e2a3ff78ca7
* 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.
ChangeLog
libltdl/configure.in
libltdl/ltdl.c