]> git.ipfire.org Git - thirdparty/libtool.git/commit
add libtool --mode=finish mode for sysroot
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 11 Aug 2010 19:35:54 +0000 (15:35 -0400)
committerPaolo Bonzini <bonzini@gnu.org>
Sun, 15 Aug 2010 16:45:39 +0000 (18:45 +0200)
commitd32c96ccd6dacf2c60504a6b847e3d82400adfac
treed10a0f6ac8b68cfd8a933667f68a67cb021d7b64
parent55e986b8b4a3582998946c1a13e411d3122a7610
add libtool --mode=finish mode for sysroot

* doc/libtool.texi (Finish mode): Document behavior when *.la files
are passed.
* libltdl/config/ltmain.m4sh (func_mode_finish): Eliminate sysroot
or `=' signs representing it from files in $libs.
* tests/sysroot.at (SYSROOT_TESTS): Test for presence of sysroot
references before running libtool --mode=finish, and for absence
afterwards.
doc/libtool.texi
libltdl/config/ltmain.m4sh
tests/sysroot.at