Reported by Christoph Egger <Christoph_Egger@gmx.de>.
+2005-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * ltmain.in [darwin]: Don't check for "bundle" in file path.
+ Reported by Christoph Egger <Christoph_Egger@gmx.de>.
+
2005-10-13 Peter O'Gorman <peter@pogma.com>
* libltdl/ltdl.c (find_module): Check that dir is set.
*-*-darwin* )
# if the lib is a module then we can not link against
# it, someone is ignoring the new warnings I added
- if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then
+ if /usr/bin/file -L $add 2> /dev/null |
+ $EGREP ": [^:]* bundle" >/dev/null ; then
$echo "** Warning, lib $linklib is a module, not a shared library"
if test -z "$old_library" ; then
$echo