mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-13 15:46:55 +08:00
* libltdl/config/ltmain.m4sh (func_mode_link): Actually provide
a useful error message. Fixes long-standing shameful user neglection. Reported by Martin Paljak <martin.paljak@gmail.com>.
This commit is contained in:
parent
aa7580d941
commit
7054425667
@ -1,3 +1,10 @@
|
||||
2005-09-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_link): Actually provide
|
||||
a useful error message. Fixes long-standing shameful user
|
||||
neglection.
|
||||
Reported by Martin Paljak <martin.paljak@gmail.com>.
|
||||
|
||||
2005-09-08 Peter Ekberg <peda@axentia.se>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]:
|
||||
|
@ -3333,7 +3333,7 @@ func_mode_link ()
|
||||
|
||||
if test "$found" = yes || test -f "$lib"; then :
|
||||
else
|
||||
func_fatal_error "cannot find the library \`$lib'"
|
||||
func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
|
||||
fi
|
||||
|
||||
# Check to see that this really is a libtool archive.
|
||||
|
Loading…
x
Reference in New Issue
Block a user