]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link): Actually provide
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 9 Sep 2005 15:48:39 +0000 (15:48 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 9 Sep 2005 15:48:39 +0000 (15:48 +0000)
a useful error message.  Fixes long-standing shameful user
neglection.
Reported by Martin Paljak <martin.paljak@gmail.com>.

ChangeLog
libltdl/config/ltmain.m4sh

index 473d368783384bc8d15836b05565c65a2c0e00fe..815c00de3e70b737e399b54627ccdb316b3eece2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]:
index a855fa1882ed8d3c87466020f9bf5baab189cf93..6d4e60fe40cc2e521cce7bd4ad106989a31d32d1 100644 (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.