]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/configure.in: reintroduce code to detect native library
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 21 Jan 1999 05:08:23 +0000 (05:08 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 21 Jan 1999 05:08:23 +0000 (05:08 +0000)
commit981a66b4df46302f711ce0bbbe26688bc09b0f4e
treeeaf70a97549a5839ca133dad908f1b8c269ed737
parent24c33318ba40d856915d0615f12c156d4cab2883
* 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
ChangeLog
doc/libtool.texi
libltdl/configure.in
libltdl/ltdl.c