mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libltdl/config/ltmain.m4sh [darwin]: Don't check for "bundle"
in file path. Reported by Christoph Egger <Christoph_Egger@gmx.de>.
This commit is contained in:
parent
16ef6d9b8e
commit
387a8e8f26
@ -1,3 +1,9 @@
|
||||
2005-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/config/ltmain.m4sh [darwin]: Don't check for "bundle"
|
||||
in file path.
|
||||
Reported by Christoph Egger <Christoph_Egger@gmx.de>.
|
||||
|
||||
2005-10-14 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/
|
||||
|
@ -3720,7 +3720,7 @@ func_mode_link ()
|
||||
# if the lib is a (non-dlopened) module then we can not
|
||||
# link against it, someone is ignoring the earlier warnings
|
||||
if /usr/bin/file -L $add 2> /dev/null |
|
||||
$GREP "bundle" >/dev/null ; then
|
||||
$GREP ": [[^:]]* bundle" >/dev/null ; then
|
||||
if test "X$dlopenmodule" != "X$lib"; then
|
||||
$ECHO "*** Warning: lib $linklib is a module, not a shared library"
|
||||
if test -z "$old_library" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user