* 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:
Ralf Wildenhues 2005-09-09 15:48:39 +00:00
parent aa7580d941
commit 7054425667
2 changed files with 8 additions and 1 deletions

View File

@ -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]:

View File

@ -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.