From: Ralf Wildenhues Date: Fri, 9 Sep 2005 15:48:39 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_link): Actually provide X-Git-Tag: release-2-1b~523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7054425667b7ff624f1ccea2bae13ff27f4dc20d;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (func_mode_link): Actually provide a useful error message. Fixes long-standing shameful user neglection. Reported by Martin Paljak . --- diff --git a/ChangeLog b/ChangeLog index 473d36878..815c00de3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-09 Ralf Wildenhues + + * libltdl/config/ltmain.m4sh (func_mode_link): Actually provide + a useful error message. Fixes long-standing shameful user + neglection. + Reported by Martin Paljak . + 2005-09-08 Peter Ekberg * libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]: diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index a855fa188..6d4e60fe4 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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.