mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
* libltdl/m4/libtool.m4 (_LT_LINKER_BOILERPLATE) (_LT_LINKER_OPTION, _LT_CMD_GLOBAL_SYMBOLS): Remove conftest.dSYM directory. Report and analysis by Jeff Squyres and Peter O'Gorman.
This commit is contained in:
parent
b575a0a3f9
commit
f4695bde76
@ -1,3 +1,11 @@
|
||||
2007-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
|
||||
* libltdl/m4/libtool.m4 (_LT_LINKER_BOILERPLATE)
|
||||
(_LT_LINKER_OPTION, _LT_CMD_GLOBAL_SYMBOLS): Remove
|
||||
conftest.dSYM directory.
|
||||
Report and analysis by Jeff Squyres and Peter O'Gorman.
|
||||
|
||||
2007-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/configure.ac: Drop the broken and long-disabled code
|
||||
|
6
libltdl/m4/libtool.m4
vendored
6
libltdl/m4/libtool.m4
vendored
@ -870,7 +870,7 @@ ac_outfile=conftest.$ac_objext
|
||||
echo "$lt_simple_link_test_code" >conftest.$ac_ext
|
||||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
||||
_lt_linker_boilerplate=`cat conftest.err`
|
||||
$RM conftest*
|
||||
$RM -r conftest*
|
||||
])# _LT_LINKER_BOILERPLATE
|
||||
|
||||
|
||||
@ -1338,7 +1338,7 @@ AC_CACHE_CHECK([$1], [$2],
|
||||
$2=yes
|
||||
fi
|
||||
fi
|
||||
$RM conftest*
|
||||
$RM -r conftest*
|
||||
LDFLAGS="$save_LDFLAGS"
|
||||
])
|
||||
|
||||
@ -3355,7 +3355,7 @@ _LT_EOF
|
||||
echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
|
||||
cat conftest.$ac_ext >&5
|
||||
fi
|
||||
rm -f conftest* conftst*
|
||||
rm -rf conftest* conftst*
|
||||
|
||||
# Do not use the global_symbol_pipe unless it works.
|
||||
if test "$pipe_works" = yes; then
|
||||
|
Loading…
Reference in New Issue
Block a user