]> git.ipfire.org Git - thirdparty/libtool.git/commit
On Mac OS X try .dylib as well as .so with lt_dlopenext
authorPeter O'Gorman <peter@pogma.com>
Fri, 4 Mar 2011 20:35:14 +0000 (14:35 -0600)
committerPeter O'Gorman <peter@pogma.com>
Sat, 5 Mar 2011 16:14:19 +0000 (10:14 -0600)
commit6a6de36e4c652fd0eba739c209a3b43ae7a41a5b
tree60bfce4d7eb766352efc9e1802d292d59c5bee16
parentc44468e0ec23e4b72f1e37e98be23ae71b6d0ed1
On Mac OS X try .dylib as well as .so with lt_dlopenext

* libltdl/m4/ltdl.m4: Define extra extension if module extension
differs from shared lib extension.
* libltdl/ltdl.c: Use it.
* tests/darwin.at: Test it.
* NEWS: Announce it.
Reported by Hans Aberg, Michael Ellis, and others.
ChangeLog
NEWS
libltdl/ltdl.c
libltdl/m4/ltdl.m4
tests/darwin.at